/* --------------------------------

Nucleo Mini Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */
@font-face {
  font-family: 'nc-icon-mini';
  src: url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/nucleo-mini.eot);
  src: url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/nucleo-mini.eot) format('embedded-opentype'), url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/nucleo-mini.woff2) format('woff2'), url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/nucleo-mini.woff) format('woff'), url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/nucleo-mini.ttf) format('truetype'), url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/nucleo-mini.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.nc-icon-mini {
  display: inline-block;
  font-style: normal;
  font-family: 'nc-icon-mini';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*------------------------
  change icon size
-------------------------*/
.nc-icon-mini.lg {
  font-size: 1.33333333em;
  vertical-align: -16%;
}
.nc-icon-mini.x2 {
  font-size: 2em;
}
.nc-icon-mini.x3 {
  font-size: 3em;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-mini.square,
.nc-icon-mini.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee;
}
.nc-icon-mini.circle {
  border-radius: 50%;
}
/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.nc-icon-ul > li {
  position: relative;
}
.nc-icon-ul > li > .nc-icon-mini {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center;
}
.nc-icon-ul > li > .nc-icon-mini.lg {
  top: 0;
  left: -1.35714286em;
}
.nc-icon-ul > li > .nc-icon-mini.circle,
.nc-icon-ul > li > .nc-icon-mini.square {
  top: -0.19047619em;
  left: -1.9047619em;
}
/*------------------------
  spinning icons
-------------------------*/
.nc-icon-mini.spin {
  -webkit-animation: nc-icon-spin 2s infinite linear;
  -moz-animation: nc-icon-spin 2s infinite linear;
  animation: nc-icon-spin 2s infinite linear;
}
@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon-mini.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nc-icon-mini.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nc-icon-mini.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.nc-icon-mini.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.nc-icon-mini.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*------------------------
	font icons
-------------------------*/
.nc-icon-mini.social_logo-500px:before {
  content: "\eb73";
}
.nc-icon-mini.social_logo-angellist:before {
  content: "\eb74";
}
.nc-icon-mini.social_logo-behance:before {
  content: "\eb75";
}
.nc-icon-mini.social_logo-blogger:before {
  content: "\eb76";
}
.nc-icon-mini.social_logo-buffer:before {
  content: "\eb77";
}
.nc-icon-mini.social_logo-buysellads:before {
  content: "\eb78";
}
.nc-icon-mini.social_logo-codepen:before {
  content: "\eb79";
}
.nc-icon-mini.social_logo-creative-market:before {
  content: "\eb7a";
}
.nc-icon-mini.social_logo-crunchbase:before {
  content: "\eb7b";
}
.nc-icon-mini.social_logo-deviantart:before {
  content: "\eb7c";
}
.nc-icon-mini.social_logo-dribbble:before {
  content: "\eb7d";
}
.nc-icon-mini.social_logo-dropbox:before {
  content: "\eb7e";
}
.nc-icon-mini.social_logo-envato:before {
  content: "\eb7f";
}
.nc-icon-mini.social_logo-evernote:before {
  content: "\eb80";
}
.nc-icon-mini.social_logo-facebook:before {
  content: "\eb81";
}
.nc-icon-mini.social_logo-fb-simple:before {
  content: "\eb82";
}
.nc-icon-mini.social_logo-feedly:before {
  content: "\eb83";
}
.nc-icon-mini.social_logo-flickr:before {
  content: "\eb84";
}
.nc-icon-mini.social_logo-github:before {
  content: "\eb85";
}
.nc-icon-mini.social_logo-google-plus:before {
  content: "\eb86";
}
.nc-icon-mini.social_logo-instagram:before {
  content: "\eb87";
}
.nc-icon-mini.social_logo-lastfm:before {
  content: "\eb88";
}
.nc-icon-mini.social_logo-linkedin:before {
  content: "\eb89";
}
.nc-icon-mini.social_logo-meetup:before {
  content: "\eb8a";
}
.nc-icon-mini.social_logo-myspace:before {
  content: "\eb8b";
}
.nc-icon-mini.social_logo-paypal:before {
  content: "\eb8c";
}
.nc-icon-mini.social_logo-pinterest:before {
  content: "\eb8d";
}
.nc-icon-mini.social_logo-product-hunt:before {
  content: "\eb8e";
}
.nc-icon-mini.social_logo-reddit:before {
  content: "\eb8f";
}
.nc-icon-mini.social_logo-rss:before {
  content: "\eb90";
}
.nc-icon-mini.social_logo-shopify:before {
  content: "\eb91";
}
.nc-icon-mini.social_logo-skype:before {
  content: "\eb92";
}
.nc-icon-mini.social_logo-slack:before {
  content: "\eb93";
}
.nc-icon-mini.social_logo-soundcloud:before {
  content: "\eb94";
}
.nc-icon-mini.social_logo-spotify:before {
  content: "\eb95";
}
.nc-icon-mini.social_logo-trello:before {
  content: "\eb96";
}
.nc-icon-mini.social_logo-tumblr:before {
  content: "\eb97";
}
.nc-icon-mini.social_logo-twitter:before {
  content: "\eb98";
}
.nc-icon-mini.social_logo-vimeo:before {
  content: "\eb99";
}
.nc-icon-mini.social_logo-vine:before {
  content: "\eb9a";
}
.nc-icon-mini.social_logo-whatsapp:before {
  content: "\eb9b";
}
.nc-icon-mini.social_logo-wordpress:before {
  content: "\eb9c";
}
.nc-icon-mini.social_logo-yelp:before {
  content: "\eb9d";
}
.nc-icon-mini.social_logo-youtube:before {
  content: "\eb9e";
}
.nc-icon-mini.design_album:before {
  content: "\ed88";
}
.nc-icon-mini.design_align-bottom:before {
  content: "\ed89";
}
.nc-icon-mini.design_align-center-horizontal:before {
  content: "\ed8a";
}
.nc-icon-mini.design_align-center-vertical:before {
  content: "\ed8b";
}
.nc-icon-mini.design_align-left:before {
  content: "\ed8c";
}
.nc-icon-mini.design_align-right:before {
  content: "\ed8d";
}
.nc-icon-mini.design_align-top:before {
  content: "\ed8e";
}
.nc-icon-mini.design_app:before {
  content: "\ed8f";
}
.nc-icon-mini.design_artboard:before {
  content: "\ed90";
}
.nc-icon-mini.design_blend:before {
  content: "\ed91";
}
.nc-icon-mini.design_book-bookmark:before {
  content: "\ed92";
}
.nc-icon-mini.design_book-open:before {
  content: "\ed93";
}
.nc-icon-mini.design_brush:before {
  content: "\ed94";
}
.nc-icon-mini.design_bug:before {
  content: "\ed95";
}
.nc-icon-mini.design_bullet-list-67:before {
  content: "\ed96";
}
.nc-icon-mini.design_bullet-list-68:before {
  content: "\ed97";
}
.nc-icon-mini.design_bullet-list-69:before {
  content: "\ed98";
}
.nc-icon-mini.design_bullet-list-70:before {
  content: "\ed99";
}
.nc-icon-mini.design_clone:before {
  content: "\ed9a";
}
.nc-icon-mini.design_code:before {
  content: "\ed9b";
}
.nc-icon-mini.design_collection:before {
  content: "\ed9c";
}
.nc-icon-mini.design_command:before {
  content: "\ed9d";
}
.nc-icon-mini.design_compass:before {
  content: "\ed9e";
}
.nc-icon-mini.design_contrast:before {
  content: "\ed9f";
}
.nc-icon-mini.design_copy:before {
  content: "\eda0";
}
.nc-icon-mini.design_crop:before {
  content: "\eda1";
}
.nc-icon-mini.design_cursor-48:before {
  content: "\eda2";
}
.nc-icon-mini.design_cursor-49:before {
  content: "\eda3";
}
.nc-icon-mini.design_design:before {
  content: "\eda4";
}
.nc-icon-mini.design_distribute-horizontal:before {
  content: "\eda5";
}
.nc-icon-mini.design_distribute-vertical:before {
  content: "\eda6";
}
.nc-icon-mini.design_eraser-32:before {
  content: "\eda7";
}
.nc-icon-mini.design_eraser-33:before {
  content: "\eda8";
}
.nc-icon-mini.design_eraser-46:before {
  content: "\eda9";
}
.nc-icon-mini.design_flip-horizontal:before {
  content: "\edaa";
}
.nc-icon-mini.design_flip-vertical:before {
  content: "\edab";
}
.nc-icon-mini.design_image:before {
  content: "\edac";
}
.nc-icon-mini.design_magnet:before {
  content: "\edad";
}
.nc-icon-mini.design_marker:before {
  content: "\edae";
}
.nc-icon-mini.design_measure-02:before {
  content: "\edaf";
}
.nc-icon-mini.design_measure-17:before {
  content: "\edb0";
}
.nc-icon-mini.design_measure-big:before {
  content: "\edb1";
}
.nc-icon-mini.design_mouse-08:before {
  content: "\edb2";
}
.nc-icon-mini.design_mouse-09:before {
  content: "\edb3";
}
.nc-icon-mini.design_mouse-10:before {
  content: "\edb4";
}
.nc-icon-mini.design_note-code:before {
  content: "\edb5";
}
.nc-icon-mini.design_paint-16:before {
  content: "\edb6";
}
.nc-icon-mini.design_paint-37:before {
  content: "\edb7";
}
.nc-icon-mini.design_paint-38:before {
  content: "\edb8";
}
.nc-icon-mini.design_paint-bucket-39:before {
  content: "\edb9";
}
.nc-icon-mini.design_paint-bucket-40:before {
  content: "\edba";
}
.nc-icon-mini.design_palette:before {
  content: "\edbb";
}
.nc-icon-mini.design_pantone:before {
  content: "\edbc";
}
.nc-icon-mini.design_patch-19:before {
  content: "\edbd";
}
.nc-icon-mini.design_patch-34:before {
  content: "\edbe";
}
.nc-icon-mini.design_path-exclude:before {
  content: "\edbf";
}
.nc-icon-mini.design_path-intersect:before {
  content: "\edc0";
}
.nc-icon-mini.design_path-minus:before {
  content: "\edc1";
}
.nc-icon-mini.design_path-unite:before {
  content: "\edc2";
}
.nc-icon-mini.design_pen-01:before {
  content: "\edc3";
}
.nc-icon-mini.design_pen-23:before {
  content: "\edc4";
}
.nc-icon-mini.design_pen-tool:before {
  content: "\edc5";
}
.nc-icon-mini.design_phone:before {
  content: "\edc6";
}
.nc-icon-mini.design_scissors:before {
  content: "\edc7";
}
.nc-icon-mini.design_shape-adjust:before {
  content: "\edc8";
}
.nc-icon-mini.design_shape-circle:before {
  content: "\edc9";
}
.nc-icon-mini.design_shape-polygon:before {
  content: "\edca";
}
.nc-icon-mini.design_shape-square:before {
  content: "\edcb";
}
.nc-icon-mini.design_shape-triangle:before {
  content: "\edcc";
}
.nc-icon-mini.design_shapes:before {
  content: "\edcd";
}
.nc-icon-mini.design_sharpener:before {
  content: "\edce";
}
.nc-icon-mini.design_slice:before {
  content: "\edcf";
}
.nc-icon-mini.design_spray:before {
  content: "\edd0";
}
.nc-icon-mini.design_stamp:before {
  content: "\edd1";
}
.nc-icon-mini.design_tablet:before {
  content: "\edd2";
}
.nc-icon-mini.design_text:before {
  content: "\edd3";
}
.nc-icon-mini.design_todo:before {
  content: "\edd4";
}
.nc-icon-mini.design_usb:before {
  content: "\edd5";
}
.nc-icon-mini.design_vector:before {
  content: "\edd6";
}
.nc-icon-mini.design_wand:before {
  content: "\edd7";
}
.nc-icon-mini.design_webpage:before {
  content: "\edd8";
}
.nc-icon-mini.design_window-code:before {
  content: "\edd9";
}
.nc-icon-mini.design_window-paragraph:before {
  content: "\edda";
}
.nc-icon-mini.design_window-responsive:before {
  content: "\eddb";
}
.nc-icon-mini.design-2_3d-28:before {
  content: "\eea7";
}
.nc-icon-mini.design-2_3d-29:before {
  content: "\eea8";
}
.nc-icon-mini.design-2_android:before {
  content: "\eea9";
}
.nc-icon-mini.design-2_angle:before {
  content: "\eeaa";
}
.nc-icon-mini.design-2_animation-14:before {
  content: "\eeab";
}
.nc-icon-mini.design-2_animation-31:before {
  content: "\eeac";
}
.nc-icon-mini.design-2_animation-32:before {
  content: "\eead";
}
.nc-icon-mini.design-2_apple:before {
  content: "\eeae";
}
.nc-icon-mini.design-2_bucket:before {
  content: "\eeaf";
}
.nc-icon-mini.design-2_button:before {
  content: "\eeb0";
}
.nc-icon-mini.design-2_canvas:before {
  content: "\eeb1";
}
.nc-icon-mini.design-2_css3:before {
  content: "\eeb2";
}
.nc-icon-mini.design-2_cursor-add:before {
  content: "\eeb3";
}
.nc-icon-mini.design-2_cursor-grab:before {
  content: "\eeb4";
}
.nc-icon-mini.design-2_cursor-load:before {
  content: "\eeb5";
}
.nc-icon-mini.design-2_cursor-menu:before {
  content: "\eeb6";
}
.nc-icon-mini.design-2_cursor-not-allowed:before {
  content: "\eeb7";
}
.nc-icon-mini.design-2_cursor-pointer:before {
  content: "\eeb8";
}
.nc-icon-mini.design-2_cursor-text:before {
  content: "\eeb9";
}
.nc-icon-mini.design-2_divider:before {
  content: "\eeba";
}
.nc-icon-mini.design-2_filter-organization:before {
  content: "\eebb";
}
.nc-icon-mini.design-2_form:before {
  content: "\eebc";
}
.nc-icon-mini.design-2_frame:before {
  content: "\eebd";
}
.nc-icon-mini.design-2_group:before {
  content: "\eebe";
}
.nc-icon-mini.design-2_html5:before {
  content: "\eebf";
}
.nc-icon-mini.design-2_image:before {
  content: "\eec0";
}
.nc-icon-mini.design-2_layers:before {
  content: "\eec1";
}
.nc-icon-mini.design-2_layout-11:before {
  content: "\eec2";
}
.nc-icon-mini.design-2_layout-25:before {
  content: "\eec3";
}
.nc-icon-mini.design-2_mirror:before {
  content: "\eec4";
}
.nc-icon-mini.design-2_move-down:before {
  content: "\eec5";
}
.nc-icon-mini.design-2_move-up:before {
  content: "\eec6";
}
.nc-icon-mini.design-2_paint-brush:before {
  content: "\eec7";
}
.nc-icon-mini.design-2_ruler-pencil:before {
  content: "\eec8";
}
.nc-icon-mini.design-2_scale-down:before {
  content: "\eec9";
}
.nc-icon-mini.design-2_scale-up:before {
  content: "\eeca";
}
.nc-icon-mini.design-2_scale:before {
  content: "\eecb";
}
.nc-icon-mini.design-2_selection:before {
  content: "\eecc";
}
.nc-icon-mini.design-2_slider:before {
  content: "\eecd";
}
.nc-icon-mini.design-2_text:before {
  content: "\eece";
}
.nc-icon-mini.design-2_transform-origin:before {
  content: "\eecf";
}
.nc-icon-mini.design-2_transform:before {
  content: "\eed0";
}
.nc-icon-mini.design-2_ungroup:before {
  content: "\eed1";
}
.nc-icon-mini.loader_circle-04:before {
  content: "\eea3";
}
.nc-icon-mini.loader_dots-06:before {
  content: "\eea4";
}
.nc-icon-mini.loader_gear:before {
  content: "\eea5";
}
.nc-icon-mini.loader_refresh:before {
  content: "\e92d";
}
.nc-icon-mini.ui-1_analytics-88:before {
  content: "\ea0f";
}
.nc-icon-mini.ui-1_analytics-89:before {
  content: "\ea10";
}
.nc-icon-mini.ui-1_attach-86:before {
  content: "\ea11";
}
.nc-icon-mini.ui-1_attach-87:before {
  content: "\ea12";
}
.nc-icon-mini.ui-1_bell-53:before {
  content: "\ea13";
}
.nc-icon-mini.ui-1_bell-54:before {
  content: "\ea14";
}
.nc-icon-mini.ui-1_bell-55:before {
  content: "\ea15";
}
.nc-icon-mini.ui-1_bold-add:before {
  content: "\ea16";
}
.nc-icon-mini.ui-1_bold-delete:before {
  content: "\ea17";
}
.nc-icon-mini.ui-1_bold-remove:before {
  content: "\ea18";
}
.nc-icon-mini.ui-1_bookmark-add:before {
  content: "\ea19";
}
.nc-icon-mini.ui-1_bookmark-remove:before {
  content: "\ea1a";
}
.nc-icon-mini.ui-1_calendar-57:before {
  content: "\ea1b";
}
.nc-icon-mini.ui-1_calendar-60:before {
  content: "\ea1c";
}
.nc-icon-mini.ui-1_check-bold:before {
  content: "\ea1d";
}
.nc-icon-mini.ui-1_check-circle-07:before {
  content: "\ea1e";
}
.nc-icon-mini.ui-1_check-circle-08:before {
  content: "\ea1f";
}
.nc-icon-mini.ui-1_check-curve:before {
  content: "\ea20";
}
.nc-icon-mini.ui-1_check-simple:before {
  content: "\ea21";
}
.nc-icon-mini.ui-1_check-small:before {
  content: "\ea22";
}
.nc-icon-mini.ui-1_check-square-09:before {
  content: "\ea23";
}
.nc-icon-mini.ui-1_check-square-11:before {
  content: "\ea24";
}
.nc-icon-mini.ui-1_check:before {
  content: "\ea25";
}
.nc-icon-mini.ui-1_circle-add:before {
  content: "\ea26";
}
.nc-icon-mini.ui-1_circle-bold-add:before {
  content: "\ea27";
}
.nc-icon-mini.ui-1_circle-bold-remove:before {
  content: "\ea28";
}
.nc-icon-mini.ui-1_circle-delete:before {
  content: "\ea29";
}
.nc-icon-mini.ui-1_circle-remove:before {
  content: "\ea2a";
}
.nc-icon-mini.ui-1_dashboard-29:before {
  content: "\ea2b";
}
.nc-icon-mini.ui-1_dashboard-30:before {
  content: "\ea2c";
}
.nc-icon-mini.ui-1_dashboard-half:before {
  content: "\ea2d";
}
.nc-icon-mini.ui-1_dashboard-level:before {
  content: "\ea2e";
}
.nc-icon-mini.ui-1_database:before {
  content: "\ea2f";
}
.nc-icon-mini.ui-1_drop:before {
  content: "\ea30";
}
.nc-icon-mini.ui-1_edit-71:before {
  content: "\ea31";
}
.nc-icon-mini.ui-1_edit-72:before {
  content: "\ea32";
}
.nc-icon-mini.ui-1_edit-73:before {
  content: "\ea33";
}
.nc-icon-mini.ui-1_edit-74:before {
  content: "\ea34";
}
.nc-icon-mini.ui-1_edit-75:before {
  content: "\ea35";
}
.nc-icon-mini.ui-1_edit-76:before {
  content: "\ea36";
}
.nc-icon-mini.ui-1_edit-77:before {
  content: "\ea37";
}
.nc-icon-mini.ui-1_edit-78:before {
  content: "\ea38";
}
.nc-icon-mini.ui-1_email-83:before {
  content: "\ea39";
}
.nc-icon-mini.ui-1_email-84:before {
  content: "\ea3a";
}
.nc-icon-mini.ui-1_eye-17:before {
  content: "\ea3b";
}
.nc-icon-mini.ui-1_eye-19:before {
  content: "\ea3c";
}
.nc-icon-mini.ui-1_eye-ban-18:before {
  content: "\ea3d";
}
.nc-icon-mini.ui-1_eye-ban-20:before {
  content: "\ea3e";
}
.nc-icon-mini.ui-1_flame:before {
  content: "\ea3f";
}
.nc-icon-mini.ui-1_home-51:before {
  content: "\ea40";
}
.nc-icon-mini.ui-1_home-52:before {
  content: "\ea41";
}
.nc-icon-mini.ui-1_home-minimal:before {
  content: "\ea42";
}
.nc-icon-mini.ui-1_home-simple:before {
  content: "\ea43";
}
.nc-icon-mini.ui-1_leaf-80:before {
  content: "\ea44";
}
.nc-icon-mini.ui-1_leaf-81:before {
  content: "\ea45";
}
.nc-icon-mini.ui-1_leaf-edit:before {
  content: "\ea46";
}
.nc-icon-mini.ui-1_lock-circle-open:before {
  content: "\ea47";
}
.nc-icon-mini.ui-1_lock-circle:before {
  content: "\ea48";
}
.nc-icon-mini.ui-1_lock-open:before {
  content: "\ea49";
}
.nc-icon-mini.ui-1_lock:before {
  content: "\ea4a";
}
.nc-icon-mini.ui-1_notification-69:before {
  content: "\ea4b";
}
.nc-icon-mini.ui-1_pencil:before {
  content: "\ea4c";
}
.nc-icon-mini.ui-1_preferences-circle-rotate:before {
  content: "\ea4d";
}
.nc-icon-mini.ui-1_preferences-circle:before {
  content: "\ea4e";
}
.nc-icon-mini.ui-1_preferences-container-circle-rotate:before {
  content: "\ea4f";
}
.nc-icon-mini.ui-1_preferences-container-circle:before {
  content: "\ea50";
}
.nc-icon-mini.ui-1_preferences-container-rotate:before {
  content: "\ea51";
}
.nc-icon-mini.ui-1_preferences-container:before {
  content: "\ea52";
}
.nc-icon-mini.ui-1_preferences-rotate:before {
  content: "\ea53";
}
.nc-icon-mini.ui-1_preferences:before {
  content: "\ea54";
}
.nc-icon-mini.ui-1_send:before {
  content: "\ea55";
}
.nc-icon-mini.ui-1_settings-gear-63:before {
  content: "\ea56";
}
.nc-icon-mini.ui-1_settings-gear-64:before {
  content: "\ea57";
}
.nc-icon-mini.ui-1_settings-gear-65:before {
  content: "\ea58";
}
.nc-icon-mini.ui-1_settings-tool-66:before {
  content: "\ea59";
}
.nc-icon-mini.ui-1_simple-add:before {
  content: "\ea5a";
}
.nc-icon-mini.ui-1_simple-delete:before {
  content: "\ea5b";
}
.nc-icon-mini.ui-1_simple-remove:before {
  content: "\ea5c";
}
.nc-icon-mini.ui-1_trash-simple:before {
  content: "\ea5d";
}
.nc-icon-mini.ui-1_trash:before {
  content: "\ea5e";
}
.nc-icon-mini.ui-1_ui-03:before {
  content: "\ea5f";
}
.nc-icon-mini.ui-1_ui-04:before {
  content: "\ea60";
}
.nc-icon-mini.ui-1_zoom-bold-in:before {
  content: "\ea61";
}
.nc-icon-mini.ui-1_zoom-bold-out:before {
  content: "\ea62";
}
.nc-icon-mini.ui-1_zoom-bold:before {
  content: "\ea63";
}
.nc-icon-mini.ui-1_zoom-in:before {
  content: "\ea64";
}
.nc-icon-mini.ui-1_zoom-out:before {
  content: "\ea65";
}
.nc-icon-mini.ui-1_zoom:before {
  content: "\ea66";
}
.nc-icon-mini.ui-2_alert:before {
  content: "\ea67";
}
.nc-icon-mini.ui-2_alert-:before {
  content: "\ea68";
}
.nc-icon-mini.ui-2_alert-circle:before {
  content: "\ea69";
}
.nc-icon-mini.ui-2_alert-circle-:before {
  content: "\ea6a";
}
.nc-icon-mini.ui-2_alert-circle-i:before {
  content: "\ea6b";
}
.nc-icon-mini.ui-2_alert-i:before {
  content: "\ea6c";
}
.nc-icon-mini.ui-2_alert-square:before {
  content: "\ea6d";
}
.nc-icon-mini.ui-2_alert-square-:before {
  content: "\ea6e";
}
.nc-icon-mini.ui-2_alert-square-i:before {
  content: "\ea6f";
}
.nc-icon-mini.ui-2_archive:before {
  content: "\ea70";
}
.nc-icon-mini.ui-2_ban:before {
  content: "\ea71";
}
.nc-icon-mini.ui-2_battery-81:before {
  content: "\ea72";
}
.nc-icon-mini.ui-2_battery-83:before {
  content: "\ea73";
}
.nc-icon-mini.ui-2_battery-half:before {
  content: "\ea74";
}
.nc-icon-mini.ui-2_battery-low:before {
  content: "\ea75";
}
.nc-icon-mini.ui-2_bluetooth:before {
  content: "\ea76";
}
.nc-icon-mini.ui-2_book:before {
  content: "\ea77";
}
.nc-icon-mini.ui-2_chart-bar-52:before {
  content: "\ea78";
}
.nc-icon-mini.ui-2_chart-bar-53:before {
  content: "\ea79";
}
.nc-icon-mini.ui-2_chat-content:before {
  content: "\ea7a";
}
.nc-icon-mini.ui-2_chat-round-content:before {
  content: "\ea7b";
}
.nc-icon-mini.ui-2_chat-round:before {
  content: "\ea7c";
}
.nc-icon-mini.ui-2_chat:before {
  content: "\ea7d";
}
.nc-icon-mini.ui-2_circle-bold-delete:before {
  content: "\ea7e";
}
.nc-icon-mini.ui-2_cloud-25:before {
  content: "\ea7f";
}
.nc-icon-mini.ui-2_cloud-26:before {
  content: "\ea80";
}
.nc-icon-mini.ui-2_disk:before {
  content: "\ea81";
}
.nc-icon-mini.ui-2_enlarge-57:before {
  content: "\ea82";
}
.nc-icon-mini.ui-2_enlarge-58:before {
  content: "\ea83";
}
.nc-icon-mini.ui-2_favourite-28:before {
  content: "\ea84";
}
.nc-icon-mini.ui-2_favourite-31:before {
  content: "\ea85";
}
.nc-icon-mini.ui-2_filter:before {
  content: "\ea86";
}
.nc-icon-mini.ui-2_fullsize:before {
  content: "\ea87";
}
.nc-icon-mini.ui-2_grid-45:before {
  content: "\ea88";
}
.nc-icon-mini.ui-2_grid-46:before {
  content: "\ea89";
}
.nc-icon-mini.ui-2_grid-48:before {
  content: "\ea8a";
}
.nc-icon-mini.ui-2_grid-50:before {
  content: "\ea8b";
}
.nc-icon-mini.ui-2_grid-square:before {
  content: "\ea8c";
}
.nc-icon-mini.ui-2_hourglass:before {
  content: "\ea8d";
}
.nc-icon-mini.ui-2_lab:before {
  content: "\ea8e";
}
.nc-icon-mini.ui-2_layers:before {
  content: "\ea8f";
}
.nc-icon-mini.ui-2_like:before {
  content: "\ea90";
}
.nc-icon-mini.ui-2_link-66:before {
  content: "\ea91";
}
.nc-icon-mini.ui-2_link-68:before {
  content: "\ea92";
}
.nc-icon-mini.ui-2_link-69:before {
  content: "\ea93";
}
.nc-icon-mini.ui-2_link-72:before {
  content: "\ea94";
}
.nc-icon-mini.ui-2_link-broken-70:before {
  content: "\ea95";
}
.nc-icon-mini.ui-2_link-broken-73:before {
  content: "\ea96";
}
.nc-icon-mini.ui-2_menu-34:before {
  content: "\ea97";
}
.nc-icon-mini.ui-2_menu-35:before {
  content: "\ea98";
}
.nc-icon-mini.ui-2_menu-bold:before {
  content: "\ea99";
}
.nc-icon-mini.ui-2_menu-dots:before {
  content: "\ea9a";
}
.nc-icon-mini.ui-2_menu-square:before {
  content: "\ea9b";
}
.nc-icon-mini.ui-2_node:before {
  content: "\ea9c";
}
.nc-icon-mini.ui-2_paragraph:before {
  content: "\ea9d";
}
.nc-icon-mini.ui-2_phone:before {
  content: "\ea9e";
}
.nc-icon-mini.ui-2_share-bold:before {
  content: "\ea9f";
}
.nc-icon-mini.ui-2_share:before {
  content: "\eaa0";
}
.nc-icon-mini.ui-2_small-add:before {
  content: "\eaa1";
}
.nc-icon-mini.ui-2_small-delete:before {
  content: "\eaa2";
}
.nc-icon-mini.ui-2_small-remove:before {
  content: "\eaa3";
}
.nc-icon-mini.ui-2_square-add-08:before {
  content: "\eaa4";
}
.nc-icon-mini.ui-2_square-add-11:before {
  content: "\eaa5";
}
.nc-icon-mini.ui-2_square-delete-10:before {
  content: "\eaa6";
}
.nc-icon-mini.ui-2_square-delete-13:before {
  content: "\eaa7";
}
.nc-icon-mini.ui-2_square-remove-09:before {
  content: "\eaa8";
}
.nc-icon-mini.ui-2_square-remove-12:before {
  content: "\eaa9";
}
.nc-icon-mini.ui-2_target:before {
  content: "\eaaa";
}
.nc-icon-mini.ui-2_tile-55:before {
  content: "\eaab";
}
.nc-icon-mini.ui-2_tile-56:before {
  content: "\eaac";
}
.nc-icon-mini.ui-2_time-alarm:before {
  content: "\eaad";
}
.nc-icon-mini.ui-2_time-clock:before {
  content: "\eaae";
}
.nc-icon-mini.ui-2_time-countdown:before {
  content: "\eaaf";
}
.nc-icon-mini.ui-2_time:before {
  content: "\eab0";
}
.nc-icon-mini.ui-2_webpage:before {
  content: "\eab1";
}
.nc-icon-mini.ui-3_alert:before {
  content: "\eab2";
}
.nc-icon-mini.ui-3_backward:before {
  content: "\eab3";
}
.nc-icon-mini.ui-3_bolt:before {
  content: "\eab4";
}
.nc-icon-mini.ui-3_bullet-list:before {
  content: "\eab5";
}
.nc-icon-mini.ui-3_calendar-add:before {
  content: "\eab6";
}
.nc-icon-mini.ui-3_card-add:before {
  content: "\eab7";
}
.nc-icon-mini.ui-3_card-alert:before {
  content: "\eab8";
}
.nc-icon-mini.ui-3_chart-bars:before {
  content: "\ee6e";
}
.nc-icon-mini.ui-3_chart:before {
  content: "\ee6f";
}
.nc-icon-mini.ui-3_chat-33:before {
  content: "\ee70";
}
.nc-icon-mini.ui-3_chat-45:before {
  content: "\ee71";
}
.nc-icon-mini.ui-3_chat-46:before {
  content: "\ee72";
}
.nc-icon-mini.ui-3_chat-reply:before {
  content: "\ee73";
}
.nc-icon-mini.ui-3_check-in:before {
  content: "\ee74";
}
.nc-icon-mini.ui-3_check-out:before {
  content: "\ee75";
}
.nc-icon-mini.ui-3_dock-bottom:before {
  content: "\ee76";
}
.nc-icon-mini.ui-3_dock-left:before {
  content: "\ee77";
}
.nc-icon-mini.ui-3_dock-right:before {
  content: "\ee78";
}
.nc-icon-mini.ui-3_dock-top:before {
  content: "\ee79";
}
.nc-icon-mini.ui-3_filter-check:before {
  content: "\ee7a";
}
.nc-icon-mini.ui-3_filter-remove:before {
  content: "\ee7b";
}
.nc-icon-mini.ui-3_forward:before {
  content: "\ee7c";
}
.nc-icon-mini.ui-3_funnel-39:before {
  content: "\ee7d";
}
.nc-icon-mini.ui-3_funnel-40:before {
  content: "\ee7e";
}
.nc-icon-mini.ui-3_funnel-41:before {
  content: "\ee7f";
}
.nc-icon-mini.ui-3_heart:before {
  content: "\ee80";
}
.nc-icon-mini.ui-3_infinite:before {
  content: "\ee81";
}
.nc-icon-mini.ui-3_link:before {
  content: "\ee82";
}
.nc-icon-mini.ui-3_menu-left:before {
  content: "\ee83";
}
.nc-icon-mini.ui-3_menu-right:before {
  content: "\ee84";
}
.nc-icon-mini.ui-3_menu:before {
  content: "\ee85";
}
.nc-icon-mini.ui-3_metrics:before {
  content: "\ee86";
}
.nc-icon-mini.ui-3_phone-call-end:before {
  content: "\ee87";
}
.nc-icon-mini.ui-3_phone-call:before {
  content: "\ee88";
}
.nc-icon-mini.ui-3_phone:before {
  content: "\ee89";
}
.nc-icon-mini.ui-3_playlist:before {
  content: "\ee8a";
}
.nc-icon-mini.ui-3_security:before {
  content: "\ee8b";
}
.nc-icon-mini.ui-3_segmentation:before {
  content: "\ee8c";
}
.nc-icon-mini.ui-3_select:before {
  content: "\ee8d";
}
.nc-icon-mini.ui-3_send:before {
  content: "\ee8e";
}
.nc-icon-mini.ui-3_signal:before {
  content: "\ee8f";
}
.nc-icon-mini.ui-3_slide-left:before {
  content: "\ee90";
}
.nc-icon-mini.ui-3_slide-right:before {
  content: "\ee91";
}
.nc-icon-mini.ui-3_table-left:before {
  content: "\ee92";
}
.nc-icon-mini.ui-3_table-right:before {
  content: "\ee93";
}
.nc-icon-mini.ui-3_tag:before {
  content: "\ee94";
}
.nc-icon-mini.ui-3_widget:before {
  content: "\ee95";
}
.nc-icon-mini.ui-e_round-e-alert:before {
  content: "\ee96";
}
.nc-icon-mini.ui-e_round-e-help:before {
  content: "\ee97";
}
.nc-icon-mini.ui-e_round-e-info:before {
  content: "\ee98";
}
.nc-icon-mini.ui-e_square-e-alert:before {
  content: "\ee99";
}
.nc-icon-mini.ui-e_square-e-help:before {
  content: "\ee9a";
}
.nc-icon-mini.ui-e_square-e-info:before {
  content: "\ee9b";
}
.nc-icon-mini.ui-e_star-half:before {
  content: "\ee9c";
}
.nc-icon-mini.ui-e-2_calendar-add:before {
  content: "\ee9d";
}
.nc-icon-mini.ui-e-2_dock-bottom:before {
  content: "\ee9e";
}
.nc-icon-mini.ui-e-2_dock-left:before {
  content: "\ee9f";
}
.nc-icon-mini.ui-e-2_dock-right:before {
  content: "\eea0";
}
.nc-icon-mini.ui-e-2_dock-top:before {
  content: "\eea1";
}
.nc-icon-mini.ui-e-2_heart:before {
  content: "\eea2";
}
.nc-icon-mini.envir_bulb-saver:before {
  content: "\ee5c";
}
.nc-icon-mini.envir_bulb:before {
  content: "\ee5d";
}
.nc-icon-mini.envir_car:before {
  content: "\ee5e";
}
.nc-icon-mini.envir_fuel-electric:before {
  content: "\ee5f";
}
.nc-icon-mini.envir_fuel:before {
  content: "\ee60";
}
.nc-icon-mini.envir_home:before {
  content: "\ee61";
}
.nc-icon-mini.envir_level:before {
  content: "\ee62";
}
.nc-icon-mini.envir_panel:before {
  content: "\ee63";
}
.nc-icon-mini.envir_radiation:before {
  content: "\ee64";
}
.nc-icon-mini.envir_recycling:before {
  content: "\ee65";
}
.nc-icon-mini.envir_save-planet:before {
  content: "\ee66";
}
.nc-icon-mini.envir_waste-danger:before {
  content: "\ee67";
}
.nc-icon-mini.envir_waste-recycling:before {
  content: "\ee68";
}
.nc-icon-mini.envir_waste:before {
  content: "\ee69";
}
.nc-icon-mini.envir_water-hand:before {
  content: "\ee6a";
}
.nc-icon-mini.envir_water-sink:before {
  content: "\ee6b";
}
.nc-icon-mini.envir_water:before {
  content: "\ee6c";
}
.nc-icon-mini.envir_wind:before {
  content: "\ee6d";
}
.nc-icon-mini.arrows-1_back-78:before {
  content: "\e900";
}
.nc-icon-mini.arrows-1_back-80:before {
  content: "\e901";
}
.nc-icon-mini.arrows-1_bold-down:before {
  content: "\e902";
}
.nc-icon-mini.arrows-1_bold-left:before {
  content: "\e903";
}
.nc-icon-mini.arrows-1_bold-right:before {
  content: "\e904";
}
.nc-icon-mini.arrows-1_bold-up:before {
  content: "\e905";
}
.nc-icon-mini.arrows-1_circle-down-12:before {
  content: "\e906";
}
.nc-icon-mini.arrows-1_circle-down-40:before {
  content: "\e907";
}
.nc-icon-mini.arrows-1_circle-left-10:before {
  content: "\e908";
}
.nc-icon-mini.arrows-1_circle-left-38:before {
  content: "\e909";
}
.nc-icon-mini.arrows-1_circle-right-09:before {
  content: "\e90a";
}
.nc-icon-mini.arrows-1_circle-right-37:before {
  content: "\e90b";
}
.nc-icon-mini.arrows-1_circle-up-11:before {
  content: "\e90c";
}
.nc-icon-mini.arrows-1_circle-up-39:before {
  content: "\e90d";
}
.nc-icon-mini.arrows-1_cloud-download-95:before {
  content: "\e90e";
}
.nc-icon-mini.arrows-1_cloud-upload-96:before {
  content: "\e90f";
}
.nc-icon-mini.arrows-1_curved-next:before {
  content: "\e910";
}
.nc-icon-mini.arrows-1_curved-previous:before {
  content: "\e911";
}
.nc-icon-mini.arrows-1_direction-53:before {
  content: "\e912";
}
.nc-icon-mini.arrows-1_direction-56:before {
  content: "\e913";
}
.nc-icon-mini.arrows-1_double-left:before {
  content: "\e914";
}
.nc-icon-mini.arrows-1_double-right:before {
  content: "\e915";
}
.nc-icon-mini.arrows-1_download:before {
  content: "\e916";
}
.nc-icon-mini.arrows-1_enlarge-diagonal-43:before {
  content: "\e917";
}
.nc-icon-mini.arrows-1_enlarge-diagonal-44:before {
  content: "\e918";
}
.nc-icon-mini.arrows-1_enlarge-horizontal:before {
  content: "\e919";
}
.nc-icon-mini.arrows-1_enlarge-vertical:before {
  content: "\e91a";
}
.nc-icon-mini.arrows-1_fullscreen-70:before {
  content: "\e91b";
}
.nc-icon-mini.arrows-1_fullscreen-71:before {
  content: "\e91c";
}
.nc-icon-mini.arrows-1_fullscreen-76:before {
  content: "\e91d";
}
.nc-icon-mini.arrows-1_fullscreen-77:before {
  content: "\e91e";
}
.nc-icon-mini.arrows-1_fullscreen-double-74:before {
  content: "\e91f";
}
.nc-icon-mini.arrows-1_fullscreen-double-75:before {
  content: "\e920";
}
.nc-icon-mini.arrows-1_fullscreen-split-72:before {
  content: "\e921";
}
.nc-icon-mini.arrows-1_fullscreen-split-73:before {
  content: "\e922";
}
.nc-icon-mini.arrows-1_log-in:before {
  content: "\e923";
}
.nc-icon-mini.arrows-1_log-out:before {
  content: "\e924";
}
.nc-icon-mini.arrows-1_loop-82:before {
  content: "\e925";
}
.nc-icon-mini.arrows-1_minimal-down:before {
  content: "\e926";
}
.nc-icon-mini.arrows-1_minimal-left:before {
  content: "\e927";
}
.nc-icon-mini.arrows-1_minimal-right:before {
  content: "\e928";
}
.nc-icon-mini.arrows-1_minimal-up:before {
  content: "\e929";
}
.nc-icon-mini.arrows-1_redo-79:before {
  content: "\e92a";
}
.nc-icon-mini.arrows-1_redo-81:before {
  content: "\e92b";
}
.nc-icon-mini.arrows-1_refresh-68:before {
  content: "\e92c";
}
.nc-icon-mini.arrows-1_refresh-69:before {
  content: "\e92d";
}
.nc-icon-mini.arrows-1_round-down:before {
  content: "\e92e";
}
.nc-icon-mini.arrows-1_round-left:before {
  content: "\e92f";
}
.nc-icon-mini.arrows-1_round-right:before {
  content: "\e930";
}
.nc-icon-mini.arrows-1_round-up:before {
  content: "\e931";
}
.nc-icon-mini.arrows-1_share-66:before {
  content: "\e932";
}
.nc-icon-mini.arrows-1_share-91:before {
  content: "\e933";
}
.nc-icon-mini.arrows-1_share-92:before {
  content: "\e934";
}
.nc-icon-mini.arrows-1_shuffle-97:before {
  content: "\e935";
}
.nc-icon-mini.arrows-1_shuffle-98:before {
  content: "\e936";
}
.nc-icon-mini.arrows-1_simple-down:before {
  content: "\e937";
}
.nc-icon-mini.arrows-1_simple-left:before {
  content: "\e938";
}
.nc-icon-mini.arrows-1_simple-right:before {
  content: "\e939";
}
.nc-icon-mini.arrows-1_simple-up:before {
  content: "\e93a";
}
.nc-icon-mini.arrows-1_small-triangle-down:before {
  content: "\e93b";
}
.nc-icon-mini.arrows-1_small-triangle-left:before {
  content: "\e93c";
}
.nc-icon-mini.arrows-1_small-triangle-right:before {
  content: "\e93d";
}
.nc-icon-mini.arrows-1_small-triangle-up:before {
  content: "\e93e";
}
.nc-icon-mini.arrows-1_square-down:before {
  content: "\e93f";
}
.nc-icon-mini.arrows-1_square-left:before {
  content: "\e940";
}
.nc-icon-mini.arrows-1_square-right:before {
  content: "\e941";
}
.nc-icon-mini.arrows-1_square-up:before {
  content: "\e942";
}
.nc-icon-mini.arrows-1_strong-down:before {
  content: "\e943";
}
.nc-icon-mini.arrows-1_strong-left:before {
  content: "\e944";
}
.nc-icon-mini.arrows-1_strong-right:before {
  content: "\e945";
}
.nc-icon-mini.arrows-1_strong-up:before {
  content: "\e946";
}
.nc-icon-mini.arrows-1_tail-down:before {
  content: "\e947";
}
.nc-icon-mini.arrows-1_tail-left:before {
  content: "\e948";
}
.nc-icon-mini.arrows-1_tail-right:before {
  content: "\e949";
}
.nc-icon-mini.arrows-1_tail-triangle-down:before {
  content: "\e94a";
}
.nc-icon-mini.arrows-1_tail-triangle-left:before {
  content: "\e94b";
}
.nc-icon-mini.arrows-1_tail-triangle-right:before {
  content: "\e94c";
}
.nc-icon-mini.arrows-1_tail-triangle-up:before {
  content: "\e94d";
}
.nc-icon-mini.arrows-1_tail-up:before {
  content: "\e94e";
}
.nc-icon-mini.arrows-1_trend-down:before {
  content: "\e94f";
}
.nc-icon-mini.arrows-1_trend-up:before {
  content: "\e950";
}
.nc-icon-mini.arrows-1_triangle-down-20:before {
  content: "\e951";
}
.nc-icon-mini.arrows-1_triangle-down-65:before {
  content: "\e952";
}
.nc-icon-mini.arrows-1_triangle-left-18:before {
  content: "\e953";
}
.nc-icon-mini.arrows-1_triangle-left-63:before {
  content: "\e954";
}
.nc-icon-mini.arrows-1_triangle-right-17:before {
  content: "\e955";
}
.nc-icon-mini.arrows-1_triangle-right-62:before {
  content: "\e956";
}
.nc-icon-mini.arrows-1_triangle-up-19:before {
  content: "\e957";
}
.nc-icon-mini.arrows-1_triangle-up-64:before {
  content: "\e958";
}
.nc-icon-mini.arrows-1_zoom-88:before {
  content: "\e959";
}
.nc-icon-mini.arrows-2_block-down:before {
  content: "\e95a";
}
.nc-icon-mini.arrows-2_block-left:before {
  content: "\e95b";
}
.nc-icon-mini.arrows-2_block-right:before {
  content: "\e95c";
}
.nc-icon-mini.arrows-2_block-up:before {
  content: "\e95d";
}
.nc-icon-mini.arrows-2_conversion:before {
  content: "\e95e";
}
.nc-icon-mini.arrows-2_corner-down-round:before {
  content: "\e95f";
}
.nc-icon-mini.arrows-2_corner-down:before {
  content: "\e960";
}
.nc-icon-mini.arrows-2_corner-left-down:before {
  content: "\e961";
}
.nc-icon-mini.arrows-2_corner-left-round:before {
  content: "\e962";
}
.nc-icon-mini.arrows-2_corner-left:before {
  content: "\e963";
}
.nc-icon-mini.arrows-2_corner-right-down:before {
  content: "\e964";
}
.nc-icon-mini.arrows-2_corner-right-round:before {
  content: "\e965";
}
.nc-icon-mini.arrows-2_corner-right:before {
  content: "\e966";
}
.nc-icon-mini.arrows-2_corner-up-left:before {
  content: "\e967";
}
.nc-icon-mini.arrows-2_corner-up-right:before {
  content: "\e968";
}
.nc-icon-mini.arrows-2_corner-up-round:before {
  content: "\e969";
}
.nc-icon-mini.arrows-2_corner-up:before {
  content: "\e96a";
}
.nc-icon-mini.arrows-2_cross-down:before {
  content: "\e96b";
}
.nc-icon-mini.arrows-2_cross-left:before {
  content: "\e96c";
}
.nc-icon-mini.arrows-2_cross-right:before {
  content: "\e96d";
}
.nc-icon-mini.arrows-2_cross-up:before {
  content: "\e96e";
}
.nc-icon-mini.arrows-2_delete-49:before {
  content: "\e96f";
}
.nc-icon-mini.arrows-2_delete-50:before {
  content: "\e970";
}
.nc-icon-mini.arrows-2_direction:before {
  content: "\e971";
}
.nc-icon-mini.arrows-2_dots-download:before {
  content: "\e972";
}
.nc-icon-mini.arrows-2_dots-upload:before {
  content: "\e973";
}
.nc-icon-mini.arrows-2_eject:before {
  content: "\e974";
}
.nc-icon-mini.arrows-2_enlarge-circle:before {
  content: "\e975";
}
.nc-icon-mini.arrows-2_file-download-87:before {
  content: "\e976";
}
.nc-icon-mini.arrows-2_file-upload-86:before {
  content: "\e977";
}
.nc-icon-mini.arrows-2_hit-down:before {
  content: "\e978";
}
.nc-icon-mini.arrows-2_hit-left:before {
  content: "\e979";
}
.nc-icon-mini.arrows-2_hit-right:before {
  content: "\e97a";
}
.nc-icon-mini.arrows-2_hit-up:before {
  content: "\e97b";
}
.nc-icon-mini.arrows-2_log-out:before {
  content: "\e97c";
}
.nc-icon-mini.arrows-2_move-down-right:before {
  content: "\e97d";
}
.nc-icon-mini.arrows-2_move-down:before {
  content: "\e97e";
}
.nc-icon-mini.arrows-2_move-left:before {
  content: "\e97f";
}
.nc-icon-mini.arrows-2_move-right:before {
  content: "\e980";
}
.nc-icon-mini.arrows-2_move-up-left:before {
  content: "\e981";
}
.nc-icon-mini.arrows-2_move-up:before {
  content: "\e982";
}
.nc-icon-mini.arrows-2_push-next:before {
  content: "\e983";
}
.nc-icon-mini.arrows-2_push-previous:before {
  content: "\e984";
}
.nc-icon-mini.arrows-2_replay:before {
  content: "\e985";
}
.nc-icon-mini.arrows-2_round-left-down:before {
  content: "\e986";
}
.nc-icon-mini.arrows-2_round-right-down:before {
  content: "\e987";
}
.nc-icon-mini.arrows-2_round-up-left:before {
  content: "\e988";
}
.nc-icon-mini.arrows-2_round-up-right:before {
  content: "\e989";
}
.nc-icon-mini.arrows-2_select-83:before {
  content: "\e98a";
}
.nc-icon-mini.arrows-2_select-84:before {
  content: "\e98b";
}
.nc-icon-mini.arrows-2_skew-down:before {
  content: "\e98c";
}
.nc-icon-mini.arrows-2_skew-left:before {
  content: "\e98d";
}
.nc-icon-mini.arrows-2_skew-right:before {
  content: "\e98e";
}
.nc-icon-mini.arrows-2_skew-up:before {
  content: "\e98f";
}
.nc-icon-mini.arrows-2_small-left:before {
  content: "\e990";
}
.nc-icon-mini.arrows-2_small-right:before {
  content: "\e991";
}
.nc-icon-mini.arrows-2_square-download:before {
  content: "\e992";
}
.nc-icon-mini.arrows-2_square-upload:before {
  content: "\e993";
}
.nc-icon-mini.arrows-2_triangle-down:before {
  content: "\e994";
}
.nc-icon-mini.arrows-2_triangle-left:before {
  content: "\e995";
}
.nc-icon-mini.arrows-2_triangle-right:before {
  content: "\e996";
}
.nc-icon-mini.arrows-2_triangle-up:before {
  content: "\e997";
}
.nc-icon-mini.arrows-2_zoom:before {
  content: "\e998";
}
.nc-icon-mini.arrows-3_circle-simple-down:before {
  content: "\e999";
}
.nc-icon-mini.arrows-3_circle-simple-left:before {
  content: "\e99a";
}
.nc-icon-mini.arrows-3_circle-simple-right:before {
  content: "\e99b";
}
.nc-icon-mini.arrows-3_circle-simple-up:before {
  content: "\e99c";
}
.nc-icon-mini.arrows-3_small-down:before {
  content: "\e99d";
}
.nc-icon-mini.arrows-3_small-up:before {
  content: "\e99e";
}
.nc-icon-mini.arrows-3_square-corner-down-left:before {
  content: "\e99f";
}
.nc-icon-mini.arrows-3_square-corner-down-right:before {
  content: "\e9a0";
}
.nc-icon-mini.arrows-3_square-corner-up-left:before {
  content: "\e9a1";
}
.nc-icon-mini.arrows-3_square-corner-up-right:before {
  content: "\e9a2";
}
.nc-icon-mini.arrows-3_square-down-06:before {
  content: "\e9a3";
}
.nc-icon-mini.arrows-3_square-left-04:before {
  content: "\e9a4";
}
.nc-icon-mini.arrows-3_square-right-03:before {
  content: "\e9a5";
}
.nc-icon-mini.arrows-3_square-simple-down:before {
  content: "\e9a6";
}
.nc-icon-mini.arrows-3_square-simple-left:before {
  content: "\e9a7";
}
.nc-icon-mini.arrows-3_square-simple-right:before {
  content: "\e9a8";
}
.nc-icon-mini.arrows-3_square-simple-up:before {
  content: "\e9a9";
}
.nc-icon-mini.arrows-3_square-up-05:before {
  content: "\e9aa";
}
.nc-icon-mini.arrows-e_archive-e-download:before {
  content: "\e9ab";
}
.nc-icon-mini.arrows-e_archive-e-upload:before {
  content: "\e9ac";
}
.nc-icon-mini.arrows-e_circle-e-down-04:before {
  content: "\e9ad";
}
.nc-icon-mini.arrows-e_circle-e-down-12:before {
  content: "\e9ae";
}
.nc-icon-mini.arrows-e_circle-e-left-02:before {
  content: "\e9af";
}
.nc-icon-mini.arrows-e_circle-e-left-10:before {
  content: "\e9b0";
}
.nc-icon-mini.arrows-e_circle-e-right-01:before {
  content: "\e9b1";
}
.nc-icon-mini.arrows-e_circle-e-right-09:before {
  content: "\e9b2";
}
.nc-icon-mini.arrows-e_circle-e-up-03:before {
  content: "\e9b3";
}
.nc-icon-mini.arrows-e_circle-e-up-11:before {
  content: "\e9b4";
}
.nc-icon-mini.arrows-e_enlarge-21:before {
  content: "\e9b5";
}
.nc-icon-mini.arrows-e_enlarge-22:before {
  content: "\e9b6";
}
.nc-icon-mini.arrows-e_expand:before {
  content: "\e9b7";
}
.nc-icon-mini.arrows-e_move-bottom-right:before {
  content: "\e9b8";
}
.nc-icon-mini.arrows-e_move-top-left:before {
  content: "\e9b9";
}
.nc-icon-mini.arrows-e_refresh-19:before {
  content: "\e9ba";
}
.nc-icon-mini.arrows-e_refresh-20:before {
  content: "\e9bb";
}
.nc-icon-mini.arrows-e_resize-h:before {
  content: "\e9bc";
}
.nc-icon-mini.arrows-e_resize-v:before {
  content: "\e9bd";
}
.nc-icon-mini.arrows-e_share-26:before {
  content: "\e9be";
}
.nc-icon-mini.arrows-e_share-27:before {
  content: "\e9bf";
}
.nc-icon-mini.arrows-e_square-e-down:before {
  content: "\e9c0";
}
.nc-icon-mini.arrows-e_square-e-left:before {
  content: "\e9c1";
}
.nc-icon-mini.arrows-e_square-e-right:before {
  content: "\e9c2";
}
.nc-icon-mini.arrows-e_square-e-up:before {
  content: "\e9c3";
}
.nc-icon-mini.arrows-e_zoom-circle:before {
  content: "\e9c4";
}
.nc-icon-mini.arrows-e_zoom-e:before {
  content: "\e9c5";
}
.nc-icon-mini.arrows-e_zoom-square:before {
  content: "\e9c6";
}
.nc-icon-mini.arrows-e_zoom-triangles:before {
  content: "\e9c7";
}
.nc-icon-mini.weather_celsius:before {
  content: "\e9c8";
}
.nc-icon-mini.weather_cloud-drop:before {
  content: "\e9c9";
}
.nc-icon-mini.weather_cloud-fog-31:before {
  content: "\e9ca";
}
.nc-icon-mini.weather_cloud-fog-32:before {
  content: "\e9cb";
}
.nc-icon-mini.weather_cloud-hail:before {
  content: "\e9cc";
}
.nc-icon-mini.weather_cloud-light:before {
  content: "\e9cd";
}
.nc-icon-mini.weather_cloud-moon:before {
  content: "\e9ce";
}
.nc-icon-mini.weather_cloud-rain:before {
  content: "\e9cf";
}
.nc-icon-mini.weather_cloud-snow-34:before {
  content: "\e9d0";
}
.nc-icon-mini.weather_cloud-snow-42:before {
  content: "\e9d1";
}
.nc-icon-mini.weather_cloud-sun-17:before {
  content: "\e9d2";
}
.nc-icon-mini.weather_compass:before {
  content: "\e9d3";
}
.nc-icon-mini.weather_drop-15:before {
  content: "\e9d4";
}
.nc-icon-mini.weather_drops:before {
  content: "\e9d5";
}
.nc-icon-mini.weather_eclipse:before {
  content: "\e9d6";
}
.nc-icon-mini.weather_fahrenheit:before {
  content: "\e9d7";
}
.nc-icon-mini.weather_fog:before {
  content: "\e9d8";
}
.nc-icon-mini.weather_forecast:before {
  content: "\e9d9";
}
.nc-icon-mini.weather_hurricane-44:before {
  content: "\e9da";
}
.nc-icon-mini.weather_hurricane-45:before {
  content: "\e9db";
}
.nc-icon-mini.weather_moon-cloud-drop:before {
  content: "\e9dc";
}
.nc-icon-mini.weather_moon-cloud-fog:before {
  content: "\e9dd";
}
.nc-icon-mini.weather_moon-cloud-hail:before {
  content: "\e9de";
}
.nc-icon-mini.weather_moon-cloud-light:before {
  content: "\e9df";
}
.nc-icon-mini.weather_moon-cloud-rain:before {
  content: "\e9e0";
}
.nc-icon-mini.weather_moon-cloud-snow-61:before {
  content: "\e9e1";
}
.nc-icon-mini.weather_moon-cloud-snow-62:before {
  content: "\e9e2";
}
.nc-icon-mini.weather_moon-fog:before {
  content: "\e9e3";
}
.nc-icon-mini.weather_moon-full:before {
  content: "\e9e4";
}
.nc-icon-mini.weather_moon-stars:before {
  content: "\e9e5";
}
.nc-icon-mini.weather_moon:before {
  content: "\e9e6";
}
.nc-icon-mini.weather_rain-hail:before {
  content: "\e9e7";
}
.nc-icon-mini.weather_rain:before {
  content: "\e9e8";
}
.nc-icon-mini.weather_rainbow:before {
  content: "\e9e9";
}
.nc-icon-mini.weather_snow:before {
  content: "\e9ea";
}
.nc-icon-mini.weather_sun-cloud-drop:before {
  content: "\e9eb";
}
.nc-icon-mini.weather_sun-cloud-fog:before {
  content: "\e9ec";
}
.nc-icon-mini.weather_sun-cloud-hail:before {
  content: "\e9ed";
}
.nc-icon-mini.weather_sun-cloud-light:before {
  content: "\e9ee";
}
.nc-icon-mini.weather_sun-cloud-rain:before {
  content: "\e9ef";
}
.nc-icon-mini.weather_sun-cloud-snow-54:before {
  content: "\e9f0";
}
.nc-icon-mini.weather_sun-cloud-snow-55:before {
  content: "\e9f1";
}
.nc-icon-mini.weather_sun-cloud:before {
  content: "\e9f2";
}
.nc-icon-mini.weather_sun-fog-30:before {
  content: "\e9f3";
}
.nc-icon-mini.weather_sun-fog-43:before {
  content: "\e9f4";
}
.nc-icon-mini.weather_wind:before {
  content: "\e9f5";
}
.nc-icon-mini.weather-e_cloud-01:before {
  content: "\e9f6";
}
.nc-icon-mini.weather-e_cloud-02:before {
  content: "\e9f7";
}
.nc-icon-mini.users_add-27:before {
  content: "\e9f8";
}
.nc-icon-mini.users_add-29:before {
  content: "\e9f9";
}
.nc-icon-mini.users_badge-13:before {
  content: "\e9fa";
}
.nc-icon-mini.users_badge-14:before {
  content: "\e9fb";
}
.nc-icon-mini.users_badge-15:before {
  content: "\e9fc";
}
.nc-icon-mini.users_circle-08:before {
  content: "\e9fd";
}
.nc-icon-mini.users_circle-09:before {
  content: "\e9fe";
}
.nc-icon-mini.users_circle-10:before {
  content: "\e9ff";
}
.nc-icon-mini.users_delete-28:before {
  content: "\ea00";
}
.nc-icon-mini.users_delete-30:before {
  content: "\ea01";
}
.nc-icon-mini.users_man-20:before {
  content: "\ea02";
}
.nc-icon-mini.users_multiple-11:before {
  content: "\ea03";
}
.nc-icon-mini.users_multiple-19:before {
  content: "\ea04";
}
.nc-icon-mini.users_single-01:before {
  content: "\ea05";
}
.nc-icon-mini.users_single-02:before {
  content: "\ea06";
}
.nc-icon-mini.users_single-03:before {
  content: "\ea07";
}
.nc-icon-mini.users_single-04:before {
  content: "\ea08";
}
.nc-icon-mini.users_single-05:before {
  content: "\ea09";
}
.nc-icon-mini.users_single-body:before {
  content: "\ea0a";
}
.nc-icon-mini.users_square-31:before {
  content: "\ea0b";
}
.nc-icon-mini.users_square-32:before {
  content: "\ea0c";
}
.nc-icon-mini.users_square-33:before {
  content: "\ea0d";
}
.nc-icon-mini.users_woman-21:before {
  content: "\ea0e";
}
.nc-icon-mini.travel_backpack:before {
  content: "\eab9";
}
.nc-icon-mini.travel_bag:before {
  content: "\eaba";
}
.nc-icon-mini.travel_camping:before {
  content: "\eabb";
}
.nc-icon-mini.travel_drink:before {
  content: "\eabc";
}
.nc-icon-mini.travel_explore:before {
  content: "\eabd";
}
.nc-icon-mini.travel_fire:before {
  content: "\eabe";
}
.nc-icon-mini.travel_hotel-bell:before {
  content: "\eabf";
}
.nc-icon-mini.travel_hotel-symbol:before {
  content: "\eac0";
}
.nc-icon-mini.travel_hotel:before {
  content: "\eac1";
}
.nc-icon-mini.travel_igloo:before {
  content: "\eac2";
}
.nc-icon-mini.travel_jellyfish:before {
  content: "\eac3";
}
.nc-icon-mini.travel_lamp:before {
  content: "\eac4";
}
.nc-icon-mini.travel_luggage:before {
  content: "\eac5";
}
.nc-icon-mini.travel_octopus:before {
  content: "\eac6";
}
.nc-icon-mini.travel_passport:before {
  content: "\eac7";
}
.nc-icon-mini.travel_pickaxe:before {
  content: "\eac8";
}
.nc-icon-mini.travel_pool:before {
  content: "\eac9";
}
.nc-icon-mini.travel_rackets:before {
  content: "\eaca";
}
.nc-icon-mini.travel_road-sign-left:before {
  content: "\eacb";
}
.nc-icon-mini.travel_road-sign-right:before {
  content: "\eacc";
}
.nc-icon-mini.travel_rowing:before {
  content: "\eacd";
}
.nc-icon-mini.travel_sea-mask:before {
  content: "\eace";
}
.nc-icon-mini.travel_shark:before {
  content: "\eacf";
}
.nc-icon-mini.travel_spa:before {
  content: "\ead0";
}
.nc-icon-mini.travel_sunglasses:before {
  content: "\ead1";
}
.nc-icon-mini.travel_surf:before {
  content: "\ead2";
}
.nc-icon-mini.travel_swimwear:before {
  content: "\ead3";
}
.nc-icon-mini.travel_swiss-knife:before {
  content: "\ead4";
}
.nc-icon-mini.travel_trolley:before {
  content: "\ead5";
}
.nc-icon-mini.travel_world:before {
  content: "\ead6";
}
.nc-icon-mini.transportation_air-baloon:before {
  content: "\ead7";
}
.nc-icon-mini.transportation_bike:before {
  content: "\ead8";
}
.nc-icon-mini.transportation_boat-small-02:before {
  content: "\ead9";
}
.nc-icon-mini.transportation_boat-small-03:before {
  content: "\eada";
}
.nc-icon-mini.transportation_boat:before {
  content: "\eadb";
}
.nc-icon-mini.transportation_bus-front-10:before {
  content: "\eadc";
}
.nc-icon-mini.transportation_bus-front-12:before {
  content: "\eadd";
}
.nc-icon-mini.transportation_car-front:before {
  content: "\eade";
}
.nc-icon-mini.transportation_car-taxi:before {
  content: "\eadf";
}
.nc-icon-mini.transportation_car:before {
  content: "\eae0";
}
.nc-icon-mini.transportation_helicopter:before {
  content: "\eae1";
}
.nc-icon-mini.transportation_helmet:before {
  content: "\eae2";
}
.nc-icon-mini.transportation_light-traffic:before {
  content: "\eae3";
}
.nc-icon-mini.transportation_moto:before {
  content: "\eae4";
}
.nc-icon-mini.transportation_plane-17:before {
  content: "\eae5";
}
.nc-icon-mini.transportation_plane-18:before {
  content: "\eae6";
}
.nc-icon-mini.transportation_road:before {
  content: "\eae7";
}
.nc-icon-mini.transportation_skateboard:before {
  content: "\eae8";
}
.nc-icon-mini.transportation_tractor:before {
  content: "\eae9";
}
.nc-icon-mini.transportation_train:before {
  content: "\eaea";
}
.nc-icon-mini.transportation_tram:before {
  content: "\eaeb";
}
.nc-icon-mini.transportation_truck-front:before {
  content: "\eaec";
}
.nc-icon-mini.transportation_vespa-front:before {
  content: "\eaed";
}
.nc-icon-mini.gestures_2x-drag-down:before {
  content: "\eaee";
}
.nc-icon-mini.gestures_2x-drag-up:before {
  content: "\eaef";
}
.nc-icon-mini.gestures_active-38:before {
  content: "\eaf0";
}
.nc-icon-mini.gestures_active-40:before {
  content: "\eaf1";
}
.nc-icon-mini.gestures_camera:before {
  content: "\eaf2";
}
.nc-icon-mini.gestures_double-tap:before {
  content: "\eaf3";
}
.nc-icon-mini.gestures_drag-21:before {
  content: "\eaf4";
}
.nc-icon-mini.gestures_drag-31:before {
  content: "\eaf5";
}
.nc-icon-mini.gestures_drag-down:before {
  content: "\eaf6";
}
.nc-icon-mini.gestures_drag-left:before {
  content: "\eaf7";
}
.nc-icon-mini.gestures_drag-right:before {
  content: "\eaf8";
}
.nc-icon-mini.gestures_drag-up:before {
  content: "\eaf9";
}
.nc-icon-mini.gestures_grab:before {
  content: "\eafa";
}
.nc-icon-mini.gestures_pin:before {
  content: "\eafb";
}
.nc-icon-mini.gestures_pinch:before {
  content: "\eafc";
}
.nc-icon-mini.gestures_rotate-22:before {
  content: "\eafd";
}
.nc-icon-mini.gestures_scan:before {
  content: "\eafe";
}
.nc-icon-mini.gestures_stretch:before {
  content: "\eaff";
}
.nc-icon-mini.gestures_swipe-bottom:before {
  content: "\eb00";
}
.nc-icon-mini.gestures_swipe-left:before {
  content: "\eb01";
}
.nc-icon-mini.gestures_swipe-right:before {
  content: "\eb02";
}
.nc-icon-mini.gestures_swipe-up:before {
  content: "\eb03";
}
.nc-icon-mini.gestures_tap-01:before {
  content: "\eb04";
}
.nc-icon-mini.gestures_tap-02:before {
  content: "\eb05";
}
.nc-icon-mini.text_align-center:before {
  content: "\eb06";
}
.nc-icon-mini.text_align-justify:before {
  content: "\eb07";
}
.nc-icon-mini.text_align-left:before {
  content: "\eb08";
}
.nc-icon-mini.text_align-right:before {
  content: "\eb09";
}
.nc-icon-mini.text_background:before {
  content: "\eb0a";
}
.nc-icon-mini.text_bold:before {
  content: "\eb0b";
}
.nc-icon-mini.text_capitalize:before {
  content: "\eb0c";
}
.nc-icon-mini.text_caps-small:before {
  content: "\eb0d";
}
.nc-icon-mini.text_color:before {
  content: "\eb0e";
}
.nc-icon-mini.text_edit:before {
  content: "\eb0f";
}
.nc-icon-mini.text_italic:before {
  content: "\eb10";
}
.nc-icon-mini.text_line-height:before {
  content: "\eb11";
}
.nc-icon-mini.text_list-bullet:before {
  content: "\eb12";
}
.nc-icon-mini.text_list-numbers:before {
  content: "\eb13";
}
.nc-icon-mini.text_margin-left:before {
  content: "\eb14";
}
.nc-icon-mini.text_margin-right:before {
  content: "\eb15";
}
.nc-icon-mini.text_quote:before {
  content: "\eb16";
}
.nc-icon-mini.text_scale-horizontal:before {
  content: "\eb17";
}
.nc-icon-mini.text_scale-vertical:before {
  content: "\eb18";
}
.nc-icon-mini.text_size:before {
  content: "\eb19";
}
.nc-icon-mini.text_strikethrough:before {
  content: "\eb1a";
}
.nc-icon-mini.text_subscript:before {
  content: "\eb1b";
}
.nc-icon-mini.text_superscript:before {
  content: "\eb1c";
}
.nc-icon-mini.text_tracking:before {
  content: "\eb1d";
}
.nc-icon-mini.text_underline:before {
  content: "\eb1e";
}
.nc-icon-mini.tech_cable-49:before {
  content: "\eb1f";
}
.nc-icon-mini.tech_cd-reader:before {
  content: "\eb20";
}
.nc-icon-mini.tech_computer-monitor:before {
  content: "\eb21";
}
.nc-icon-mini.tech_computer-old:before {
  content: "\eb22";
}
.nc-icon-mini.tech_computer:before {
  content: "\eb23";
}
.nc-icon-mini.tech_controller-modern:before {
  content: "\eb24";
}
.nc-icon-mini.tech_controller:before {
  content: "\eb25";
}
.nc-icon-mini.tech_desktop-screen:before {
  content: "\eb26";
}
.nc-icon-mini.tech_desktop:before {
  content: "\eb27";
}
.nc-icon-mini.tech_disk-reader:before {
  content: "\eb28";
}
.nc-icon-mini.tech_disk:before {
  content: "\eb29";
}
.nc-icon-mini.tech_headphones:before {
  content: "\eb2a";
}
.nc-icon-mini.tech_keyboard-wifi:before {
  content: "\eb2b";
}
.nc-icon-mini.tech_keyboard:before {
  content: "\eb2c";
}
.nc-icon-mini.tech_laptop-camera:before {
  content: "\eb2d";
}
.nc-icon-mini.tech_laptop-front:before {
  content: "\eb2e";
}
.nc-icon-mini.tech_laptop:before {
  content: "\eb2f";
}
.nc-icon-mini.tech_mobile-button:before {
  content: "\eb30";
}
.nc-icon-mini.tech_mobile-camera:before {
  content: "\eb31";
}
.nc-icon-mini.tech_mobile-recharger-08:before {
  content: "\eb32";
}
.nc-icon-mini.tech_mobile-recharger-09:before {
  content: "\eb33";
}
.nc-icon-mini.tech_mobile-toolbar:before {
  content: "\eb34";
}
.nc-icon-mini.tech_mobile:before {
  content: "\eb35";
}
.nc-icon-mini.tech_music:before {
  content: "\eb36";
}
.nc-icon-mini.tech_navigation:before {
  content: "\eb37";
}
.nc-icon-mini.tech_player-19:before {
  content: "\eb38";
}
.nc-icon-mini.tech_player-48:before {
  content: "\eb39";
}
.nc-icon-mini.tech_print-round:before {
  content: "\eb3a";
}
.nc-icon-mini.tech_print:before {
  content: "\eb3b";
}
.nc-icon-mini.tech_ram:before {
  content: "\eb3c";
}
.nc-icon-mini.tech_remote:before {
  content: "\eb3d";
}
.nc-icon-mini.tech_signal:before {
  content: "\eb3e";
}
.nc-icon-mini.tech_socket:before {
  content: "\eb3f";
}
.nc-icon-mini.tech_sync:before {
  content: "\eb40";
}
.nc-icon-mini.tech_tablet-button:before {
  content: "\eb41";
}
.nc-icon-mini.tech_tablet-reader-31:before {
  content: "\eb42";
}
.nc-icon-mini.tech_tablet-reader-42:before {
  content: "\eb43";
}
.nc-icon-mini.tech_tablet-toolbar:before {
  content: "\eb44";
}
.nc-icon-mini.tech_tablet:before {
  content: "\eb45";
}
.nc-icon-mini.tech_tv-old:before {
  content: "\eb46";
}
.nc-icon-mini.tech_tv:before {
  content: "\eb47";
}
.nc-icon-mini.tech_watch-circle:before {
  content: "\eb48";
}
.nc-icon-mini.tech_watch-time:before {
  content: "\eb49";
}
.nc-icon-mini.tech_watch:before {
  content: "\eb4a";
}
.nc-icon-mini.tech_webcam-38:before {
  content: "\eb4b";
}
.nc-icon-mini.tech_webcam-39:before {
  content: "\eb4c";
}
.nc-icon-mini.tech_wifi-router:before {
  content: "\eb4d";
}
.nc-icon-mini.tech_wifi:before {
  content: "\eb4e";
}
.nc-icon-mini.sport_badminton:before {
  content: "\eb4f";
}
.nc-icon-mini.sport_baseball-ball:before {
  content: "\eb50";
}
.nc-icon-mini.sport_baseball-bat:before {
  content: "\eb51";
}
.nc-icon-mini.sport_basketball-12:before {
  content: "\eb52";
}
.nc-icon-mini.sport_boxing:before {
  content: "\eb53";
}
.nc-icon-mini.sport_cardio:before {
  content: "\eb54";
}
.nc-icon-mini.sport_cricket:before {
  content: "\eb55";
}
.nc-icon-mini.sport_crown:before {
  content: "\eb56";
}
.nc-icon-mini.sport_dart:before {
  content: "\eb57";
}
.nc-icon-mini.sport_dumbbells:before {
  content: "\eb58";
}
.nc-icon-mini.sport_fencing:before {
  content: "\eb59";
}
.nc-icon-mini.sport_fishing:before {
  content: "\eb5a";
}
.nc-icon-mini.sport_flag-finish:before {
  content: "\eb5b";
}
.nc-icon-mini.sport_football-headguard:before {
  content: "\eb5c";
}
.nc-icon-mini.sport_golf:before {
  content: "\eb5d";
}
.nc-icon-mini.sport_helmet:before {
  content: "\eb5e";
}
.nc-icon-mini.sport_hockey:before {
  content: "\eb5f";
}
.nc-icon-mini.sport_kettlebell:before {
  content: "\eb60";
}
.nc-icon-mini.sport_ping-pong:before {
  content: "\eb61";
}
.nc-icon-mini.sport_podium:before {
  content: "\eb62";
}
.nc-icon-mini.sport_rope:before {
  content: "\eb63";
}
.nc-icon-mini.sport_rugby:before {
  content: "\eb64";
}
.nc-icon-mini.sport_shaker:before {
  content: "\eb65";
}
.nc-icon-mini.sport_skateboard:before {
  content: "\eb66";
}
.nc-icon-mini.sport_snowboard:before {
  content: "\eb67";
}
.nc-icon-mini.sport_soccer-field:before {
  content: "\eb68";
}
.nc-icon-mini.sport_steering-wheel:before {
  content: "\eb69";
}
.nc-icon-mini.sport_supplement:before {
  content: "\eb6a";
}
.nc-icon-mini.sport_surf:before {
  content: "\eb6b";
}
.nc-icon-mini.sport_tactic:before {
  content: "\eb6c";
}
.nc-icon-mini.sport_tennis-ball:before {
  content: "\eb6d";
}
.nc-icon-mini.sport_tennis:before {
  content: "\eb6e";
}
.nc-icon-mini.sport_trophy:before {
  content: "\eb6f";
}
.nc-icon-mini.sport_user-run:before {
  content: "\eb70";
}
.nc-icon-mini.sport_volleyball:before {
  content: "\eb71";
}
.nc-icon-mini.sport_whistle:before {
  content: "\eb72";
}
.nc-icon-mini.shopping_award:before {
  content: "\eb9f";
}
.nc-icon-mini.shopping_bag-09:before {
  content: "\eba0";
}
.nc-icon-mini.shopping_bag-16:before {
  content: "\eba1";
}
.nc-icon-mini.shopping_bag-17:before {
  content: "\eba2";
}
.nc-icon-mini.shopping_bag-20:before {
  content: "\eba3";
}
.nc-icon-mini.shopping_bag-add-18:before {
  content: "\eba4";
}
.nc-icon-mini.shopping_bag-add-21:before {
  content: "\eba5";
}
.nc-icon-mini.shopping_bag-remove-19:before {
  content: "\eba6";
}
.nc-icon-mini.shopping_bag-remove-22:before {
  content: "\eba7";
}
.nc-icon-mini.shopping_barcode:before {
  content: "\eba8";
}
.nc-icon-mini.shopping_bardcode-qr:before {
  content: "\eba9";
}
.nc-icon-mini.shopping_basket-simple-add:before {
  content: "\ebaa";
}
.nc-icon-mini.shopping_basket-simple-remove:before {
  content: "\ebab";
}
.nc-icon-mini.shopping_basket-simple:before {
  content: "\ebac";
}
.nc-icon-mini.shopping_basket:before {
  content: "\ebad";
}
.nc-icon-mini.shopping_bitcoin:before {
  content: "\ebae";
}
.nc-icon-mini.shopping_box-ribbon:before {
  content: "\ebaf";
}
.nc-icon-mini.shopping_box:before {
  content: "\ebb0";
}
.nc-icon-mini.shopping_cart-modern-in:before {
  content: "\ebb1";
}
.nc-icon-mini.shopping_cart-modern:before {
  content: "\ebb2";
}
.nc-icon-mini.shopping_cart-simple-add:before {
  content: "\ebb3";
}
.nc-icon-mini.shopping_cart-simple-in:before {
  content: "\ebb4";
}
.nc-icon-mini.shopping_cart-simple-remove:before {
  content: "\ebb5";
}
.nc-icon-mini.shopping_cart-simple:before {
  content: "\ebb6";
}
.nc-icon-mini.shopping_cart:before {
  content: "\ebb7";
}
.nc-icon-mini.shopping_cash-register:before {
  content: "\ebb8";
}
.nc-icon-mini.shopping_chart:before {
  content: "\ebb9";
}
.nc-icon-mini.shopping_credit-card-in:before {
  content: "\ebba";
}
.nc-icon-mini.shopping_credit-card:before {
  content: "\ebbb";
}
.nc-icon-mini.shopping_delivery-fast:before {
  content: "\ebbc";
}
.nc-icon-mini.shopping_discount:before {
  content: "\ebbd";
}
.nc-icon-mini.shopping_gift:before {
  content: "\ebbe";
}
.nc-icon-mini.shopping_list:before {
  content: "\ebbf";
}
.nc-icon-mini.shopping_newsletter:before {
  content: "\ebc0";
}
.nc-icon-mini.shopping_receipt-list-42:before {
  content: "\ebc1";
}
.nc-icon-mini.shopping_receipt-list-43:before {
  content: "\ebc2";
}
.nc-icon-mini.shopping_receipt:before {
  content: "\ebc3";
}
.nc-icon-mini.shopping_shop:before {
  content: "\ebc4";
}
.nc-icon-mini.shopping_stock:before {
  content: "\ebc5";
}
.nc-icon-mini.shopping_tag-content:before {
  content: "\ebc6";
}
.nc-icon-mini.shopping_tag-cut:before {
  content: "\ebc7";
}
.nc-icon-mini.shopping_tag:before {
  content: "\ebc8";
}
.nc-icon-mini.shopping_wallet:before {
  content: "\ebc9";
}
.nc-icon-mini.education_agenda-bookmark:before {
  content: "\ebca";
}
.nc-icon-mini.education_atom:before {
  content: "\ebcb";
}
.nc-icon-mini.education_award-55:before {
  content: "\ebcc";
}
.nc-icon-mini.education_backpack-57:before {
  content: "\ebcd";
}
.nc-icon-mini.education_backpack-58:before {
  content: "\ebce";
}
.nc-icon-mini.education_ball-basket:before {
  content: "\ebcf";
}
.nc-icon-mini.education_ball-soccer:before {
  content: "\ebd0";
}
.nc-icon-mini.education_board-51:before {
  content: "\ebd1";
}
.nc-icon-mini.education_book-39:before {
  content: "\ebd2";
}
.nc-icon-mini.education_book-bookmark:before {
  content: "\ebd3";
}
.nc-icon-mini.education_book-open:before {
  content: "\ebd4";
}
.nc-icon-mini.education_books-46:before {
  content: "\ebd5";
}
.nc-icon-mini.education_flask:before {
  content: "\ebd6";
}
.nc-icon-mini.education_glasses:before {
  content: "\ebd7";
}
.nc-icon-mini.education_hat:before {
  content: "\ebd8";
}
.nc-icon-mini.education_language:before {
  content: "\ebd9";
}
.nc-icon-mini.education_molecule:before {
  content: "\ebda";
}
.nc-icon-mini.education_notepad:before {
  content: "\ebdb";
}
.nc-icon-mini.education_paper-diploma:before {
  content: "\ebdc";
}
.nc-icon-mini.education_paper:before {
  content: "\ebdd";
}
.nc-icon-mini.education_pencil-47:before {
  content: "\ebde";
}
.nc-icon-mini.education_school:before {
  content: "\ebdf";
}
.nc-icon-mini.objects_alien-29:before {
  content: "\ebe0";
}
.nc-icon-mini.objects_alien-33:before {
  content: "\ebe1";
}
.nc-icon-mini.objects_anchor:before {
  content: "\ebe2";
}
.nc-icon-mini.objects_astronaut:before {
  content: "\ebe3";
}
.nc-icon-mini.objects_axe:before {
  content: "\ebe4";
}
.nc-icon-mini.objects_baby-bottle:before {
  content: "\ebe5";
}
.nc-icon-mini.objects_baby:before {
  content: "\ebe6";
}
.nc-icon-mini.objects_baloon:before {
  content: "\ebe7";
}
.nc-icon-mini.objects_battery:before {
  content: "\ebe8";
}
.nc-icon-mini.objects_bear:before {
  content: "\ebe9";
}
.nc-icon-mini.objects_billiard:before {
  content: "\ebea";
}
.nc-icon-mini.objects_binocular:before {
  content: "\ebeb";
}
.nc-icon-mini.objects_bow:before {
  content: "\ebec";
}
.nc-icon-mini.objects_bowling:before {
  content: "\ebed";
}
.nc-icon-mini.objects_broom:before {
  content: "\ebee";
}
.nc-icon-mini.objects_cone:before {
  content: "\ebef";
}
.nc-icon-mini.objects_controller:before {
  content: "\ebf0";
}
.nc-icon-mini.objects_diamond:before {
  content: "\ebf1";
}
.nc-icon-mini.objects_dice:before {
  content: "\ebf2";
}
.nc-icon-mini.objects_globe:before {
  content: "\ebf3";
}
.nc-icon-mini.objects_hut:before {
  content: "\ebf4";
}
.nc-icon-mini.objects_key-25:before {
  content: "\ebf5";
}
.nc-icon-mini.objects_key-26:before {
  content: "\ebf6";
}
.nc-icon-mini.objects_lamp:before {
  content: "\ebf7";
}
.nc-icon-mini.objects_leaf-36:before {
  content: "\ebf8";
}
.nc-icon-mini.objects_light:before {
  content: "\ebf9";
}
.nc-icon-mini.objects_planet:before {
  content: "\ebfa";
}
.nc-icon-mini.objects_puzzle-09:before {
  content: "\ebfb";
}
.nc-icon-mini.objects_puzzle-10:before {
  content: "\ebfc";
}
.nc-icon-mini.objects_shovel:before {
  content: "\ebfd";
}
.nc-icon-mini.objects_skull:before {
  content: "\ebfe";
}
.nc-icon-mini.objects_spaceship:before {
  content: "\ebff";
}
.nc-icon-mini.objects_support-16:before {
  content: "\ec00";
}
.nc-icon-mini.objects_support-17:before {
  content: "\ec01";
}
.nc-icon-mini.objects_umbrella-13:before {
  content: "\ec02";
}
.nc-icon-mini.objects_umbrella-14:before {
  content: "\ec03";
}
.nc-icon-mini.objects_wool-ball:before {
  content: "\ec04";
}
.nc-icon-mini.media-1_3d:before {
  content: "\ec05";
}
.nc-icon-mini.media-1_album:before {
  content: "\ec06";
}
.nc-icon-mini.media-1_audio-91:before {
  content: "\ec07";
}
.nc-icon-mini.media-1_audio-92:before {
  content: "\ec08";
}
.nc-icon-mini.media-1_balance:before {
  content: "\ec09";
}
.nc-icon-mini.media-1_brightness-46:before {
  content: "\ec0a";
}
.nc-icon-mini.media-1_brightness-47:before {
  content: "\ec0b";
}
.nc-icon-mini.media-1_button-eject:before {
  content: "\ec0c";
}
.nc-icon-mini.media-1_button-next:before {
  content: "\ec0d";
}
.nc-icon-mini.media-1_button-pause:before {
  content: "\ec0e";
}
.nc-icon-mini.media-1_button-play:before {
  content: "\ec0f";
}
.nc-icon-mini.media-1_button-power:before {
  content: "\ec10";
}
.nc-icon-mini.media-1_button-previous:before {
  content: "\ec11";
}
.nc-icon-mini.media-1_button-record:before {
  content: "\ec12";
}
.nc-icon-mini.media-1_button-rewind:before {
  content: "\ec13";
}
.nc-icon-mini.media-1_button-skip:before {
  content: "\ec14";
}
.nc-icon-mini.media-1_button-stop:before {
  content: "\ec15";
}
.nc-icon-mini.media-1_camera-18:before {
  content: "\ec16";
}
.nc-icon-mini.media-1_camera-19:before {
  content: "\ec17";
}
.nc-icon-mini.media-1_camera-20:before {
  content: "\ec18";
}
.nc-icon-mini.media-1_camera-ban-37:before {
  content: "\ec19";
}
.nc-icon-mini.media-1_camera-compact:before {
  content: "\ec1a";
}
.nc-icon-mini.media-1_camera-square-57:before {
  content: "\ec1b";
}
.nc-icon-mini.media-1_camera-time:before {
  content: "\ec1c";
}
.nc-icon-mini.media-1_countdown-34:before {
  content: "\ec1d";
}
.nc-icon-mini.media-1_edit-color:before {
  content: "\ec1e";
}
.nc-icon-mini.media-1_edit-contrast-42:before {
  content: "\ec1f";
}
.nc-icon-mini.media-1_edit-contrast-43:before {
  content: "\ec20";
}
.nc-icon-mini.media-1_edit-saturation:before {
  content: "\ec21";
}
.nc-icon-mini.media-1_flash-21:before {
  content: "\ec22";
}
.nc-icon-mini.media-1_flash-24:before {
  content: "\ec23";
}
.nc-icon-mini.media-1_flash-29:before {
  content: "\ec24";
}
.nc-icon-mini.media-1_focus-32:before {
  content: "\ec25";
}
.nc-icon-mini.media-1_focus-38:before {
  content: "\ec26";
}
.nc-icon-mini.media-1_focus-40:before {
  content: "\ec27";
}
.nc-icon-mini.media-1_focus-circle:before {
  content: "\ec28";
}
.nc-icon-mini.media-1_frame-12:before {
  content: "\ec29";
}
.nc-icon-mini.media-1_frame-41:before {
  content: "\ec2a";
}
.nc-icon-mini.media-1_grid:before {
  content: "\ec2b";
}
.nc-icon-mini.media-1_image-01:before {
  content: "\ec2c";
}
.nc-icon-mini.media-1_image-02:before {
  content: "\ec2d";
}
.nc-icon-mini.media-1_image-05:before {
  content: "\ec2e";
}
.nc-icon-mini.media-1_layers:before {
  content: "\ec2f";
}
.nc-icon-mini.media-1_lens-31:before {
  content: "\ec30";
}
.nc-icon-mini.media-1_lens-56:before {
  content: "\ec31";
}
.nc-icon-mini.media-1_macro:before {
  content: "\ec32";
}
.nc-icon-mini.media-1_movie-61:before {
  content: "\ec33";
}
.nc-icon-mini.media-1_movie-62:before {
  content: "\ec34";
}
.nc-icon-mini.media-1_night:before {
  content: "\ec35";
}
.nc-icon-mini.media-1_picture:before {
  content: "\ec36";
}
.nc-icon-mini.media-1_play-68:before {
  content: "\ec37";
}
.nc-icon-mini.media-1_play-69:before {
  content: "\ec38";
}
.nc-icon-mini.media-1_player:before {
  content: "\ec39";
}
.nc-icon-mini.media-1_polaroid-add:before {
  content: "\ec3a";
}
.nc-icon-mini.media-1_polaroid-delete:before {
  content: "\ec3b";
}
.nc-icon-mini.media-1_polaroid-multiple:before {
  content: "\ec3c";
}
.nc-icon-mini.media-1_polaroid:before {
  content: "\ec3d";
}
.nc-icon-mini.media-1_roll:before {
  content: "\ec3e";
}
.nc-icon-mini.media-1_sd:before {
  content: "\ec3f";
}
.nc-icon-mini.media-1_ticket-75:before {
  content: "\ec40";
}
.nc-icon-mini.media-1_ticket-76:before {
  content: "\ec41";
}
.nc-icon-mini.media-1_touch:before {
  content: "\ec42";
}
.nc-icon-mini.media-1_tripod:before {
  content: "\ec43";
}
.nc-icon-mini.media-1_video-64:before {
  content: "\ec44";
}
.nc-icon-mini.media-1_video-65:before {
  content: "\ec45";
}
.nc-icon-mini.media-1_video-66:before {
  content: "\ec46";
}
.nc-icon-mini.media-1_video-67:before {
  content: "\ec47";
}
.nc-icon-mini.media-1_videocamera-71:before {
  content: "\ec48";
}
.nc-icon-mini.media-1_videocamera-72:before {
  content: "\ec49";
}
.nc-icon-mini.media-1_volume-93:before {
  content: "\ec4a";
}
.nc-icon-mini.media-1_volume-97:before {
  content: "\ec4b";
}
.nc-icon-mini.media-1_volume-down:before {
  content: "\ec4c";
}
.nc-icon-mini.media-1_volume-up:before {
  content: "\ec4d";
}
.nc-icon-mini.media-2_headphones-mic:before {
  content: "\ec4e";
}
.nc-icon-mini.media-2_headphones:before {
  content: "\ec4f";
}
.nc-icon-mini.media-2_knob:before {
  content: "\ec50";
}
.nc-icon-mini.media-2_mic:before {
  content: "\ec51";
}
.nc-icon-mini.media-2_music-album:before {
  content: "\ec52";
}
.nc-icon-mini.media-2_note-03:before {
  content: "\ec53";
}
.nc-icon-mini.media-2_note-04:before {
  content: "\ec54";
}
.nc-icon-mini.media-2_radio:before {
  content: "\ec55";
}
.nc-icon-mini.media-2_sound-wave:before {
  content: "\ec56";
}
.nc-icon-mini.media-2_speaker-01:before {
  content: "\ec57";
}
.nc-icon-mini.media-2_speaker-05:before {
  content: "\ec58";
}
.nc-icon-mini.media-2_tape:before {
  content: "\ec59";
}
.nc-icon-mini.location_appointment:before {
  content: "\ec5a";
}
.nc-icon-mini.location_bookmark-add:before {
  content: "\ec5b";
}
.nc-icon-mini.location_bookmark-remove:before {
  content: "\ec5c";
}
.nc-icon-mini.location_bookmark:before {
  content: "\ec5d";
}
.nc-icon-mini.location_compass-04:before {
  content: "\ec5e";
}
.nc-icon-mini.location_compass-05:before {
  content: "\ec5f";
}
.nc-icon-mini.location_compass-06:before {
  content: "\ec60";
}
.nc-icon-mini.location_crosshair:before {
  content: "\ec61";
}
.nc-icon-mini.location_explore:before {
  content: "\ec62";
}
.nc-icon-mini.location_flag-diagonal-33:before {
  content: "\ec63";
}
.nc-icon-mini.location_flag-diagonal-34:before {
  content: "\ec64";
}
.nc-icon-mini.location_flag-points-31:before {
  content: "\ec65";
}
.nc-icon-mini.location_flag-points-32:before {
  content: "\ec66";
}
.nc-icon-mini.location_flag-simple:before {
  content: "\ec67";
}
.nc-icon-mini.location_flag-triangle:before {
  content: "\ec68";
}
.nc-icon-mini.location_flag:before {
  content: "\ec69";
}
.nc-icon-mini.location_gps:before {
  content: "\ec6a";
}
.nc-icon-mini.location_map:before {
  content: "\ec6b";
}
.nc-icon-mini.location_marker:before {
  content: "\ec6c";
}
.nc-icon-mini.location_pin-add:before {
  content: "\ec6d";
}
.nc-icon-mini.location_pin-copy:before {
  content: "\ec6e";
}
.nc-icon-mini.location_pin-remove:before {
  content: "\ec6f";
}
.nc-icon-mini.location_pin:before {
  content: "\ec70";
}
.nc-icon-mini.location_pins:before {
  content: "\ec71";
}
.nc-icon-mini.location_position-marker:before {
  content: "\ec72";
}
.nc-icon-mini.location_radar:before {
  content: "\ec73";
}
.nc-icon-mini.location_treasure-map-40:before {
  content: "\ec74";
}
.nc-icon-mini.location_world:before {
  content: "\ec75";
}
.nc-icon-mini.location-e_bookmark-add:before {
  content: "\ec76";
}
.nc-icon-mini.location-e_bookmark-remove:before {
  content: "\ec77";
}
.nc-icon-mini.location-e_flag-06:before {
  content: "\ec78";
}
.nc-icon-mini.location-e_flag-07:before {
  content: "\ec79";
}
.nc-icon-mini.location-e_gps:before {
  content: "\ec7a";
}
.nc-icon-mini.location-e_pin-add:before {
  content: "\ec7b";
}
.nc-icon-mini.location-e_pin-remove:before {
  content: "\ec7c";
}
.nc-icon-mini.location-e_pin:before {
  content: "\ec7d";
}
.nc-icon-mini.holidays_bat:before {
  content: "\ec7e";
}
.nc-icon-mini.holidays_bones:before {
  content: "\ec7f";
}
.nc-icon-mini.holidays_boot:before {
  content: "\ec80";
}
.nc-icon-mini.holidays_candy:before {
  content: "\ec81";
}
.nc-icon-mini.holidays_cat:before {
  content: "\ec82";
}
.nc-icon-mini.holidays_cauldron:before {
  content: "\ec83";
}
.nc-icon-mini.holidays_chimney:before {
  content: "\ec84";
}
.nc-icon-mini.holidays_cockade:before {
  content: "\ec85";
}
.nc-icon-mini.holidays_coffin:before {
  content: "\ec86";
}
.nc-icon-mini.holidays_deer:before {
  content: "\ec87";
}
.nc-icon-mini.holidays_egg-38:before {
  content: "\ec88";
}
.nc-icon-mini.holidays_egg-39:before {
  content: "\ec89";
}
.nc-icon-mini.holidays_ghost:before {
  content: "\ec8a";
}
.nc-icon-mini.holidays_gift:before {
  content: "\ec8b";
}
.nc-icon-mini.holidays_glove:before {
  content: "\ec8c";
}
.nc-icon-mini.holidays_grave:before {
  content: "\ec8d";
}
.nc-icon-mini.holidays_light:before {
  content: "\ec8e";
}
.nc-icon-mini.holidays_message:before {
  content: "\ec8f";
}
.nc-icon-mini.holidays_owl:before {
  content: "\ec90";
}
.nc-icon-mini.holidays_pumpkin:before {
  content: "\ec91";
}
.nc-icon-mini.holidays_rabbit:before {
  content: "\ec92";
}
.nc-icon-mini.holidays_santa-hat:before {
  content: "\ec93";
}
.nc-icon-mini.holidays_sickle:before {
  content: "\ec94";
}
.nc-icon-mini.holidays_snow-ball:before {
  content: "\ec95";
}
.nc-icon-mini.holidays_snowman:before {
  content: "\ec96";
}
.nc-icon-mini.holidays_soak:before {
  content: "\ec97";
}
.nc-icon-mini.holidays_spider:before {
  content: "\ec98";
}
.nc-icon-mini.holidays_tree-ball:before {
  content: "\ec99";
}
.nc-icon-mini.holidays_tree:before {
  content: "\ec9a";
}
.nc-icon-mini.holidays_vampire:before {
  content: "\ec9b";
}
.nc-icon-mini.holidays_witch-hat:before {
  content: "\ec9c";
}
.nc-icon-mini.holidays_wolf:before {
  content: "\ec9d";
}
.nc-icon-mini.holidays_zombie:before {
  content: "\ec9e";
}
.nc-icon-mini.health_apple:before {
  content: "\ec9f";
}
.nc-icon-mini.health_bag-49:before {
  content: "\eca0";
}
.nc-icon-mini.health_bag-50:before {
  content: "\eca1";
}
.nc-icon-mini.health_brain:before {
  content: "\eca2";
}
.nc-icon-mini.health_dna-27:before {
  content: "\eca3";
}
.nc-icon-mini.health_dna-38:before {
  content: "\eca4";
}
.nc-icon-mini.health_flask:before {
  content: "\eca5";
}
.nc-icon-mini.health_heartbeat-16:before {
  content: "\eca6";
}
.nc-icon-mini.health_height:before {
  content: "\eca7";
}
.nc-icon-mini.health_hospital-32:before {
  content: "\eca8";
}
.nc-icon-mini.health_hospital-33:before {
  content: "\eca9";
}
.nc-icon-mini.health_hospital-34:before {
  content: "\ecaa";
}
.nc-icon-mini.health_humidity-26:before {
  content: "\ecab";
}
.nc-icon-mini.health_humidity-52:before {
  content: "\ecac";
}
.nc-icon-mini.health_molecule-39:before {
  content: "\ecad";
}
.nc-icon-mini.health_notebook:before {
  content: "\ecae";
}
.nc-icon-mini.health_patch-46:before {
  content: "\ecaf";
}
.nc-icon-mini.health_pill-42:before {
  content: "\ecb0";
}
.nc-icon-mini.health_pill-43:before {
  content: "\ecb1";
}
.nc-icon-mini.health_pill-container-44:before {
  content: "\ecb2";
}
.nc-icon-mini.health_pill-container-47:before {
  content: "\ecb3";
}
.nc-icon-mini.health_pulse-chart:before {
  content: "\ecb4";
}
.nc-icon-mini.health_pulse-sleep:before {
  content: "\ecb5";
}
.nc-icon-mini.health_pulse:before {
  content: "\ecb6";
}
.nc-icon-mini.health_steps:before {
  content: "\ecb7";
}
.nc-icon-mini.health_syringe:before {
  content: "\ecb8";
}
.nc-icon-mini.health_temperature-23:before {
  content: "\ecb9";
}
.nc-icon-mini.health_temperature-24:before {
  content: "\ecba";
}
.nc-icon-mini.health_tooth:before {
  content: "\ecbb";
}
.nc-icon-mini.health_weed:before {
  content: "\ecbc";
}
.nc-icon-mini.health_weight:before {
  content: "\ecbd";
}
.nc-icon-mini.health_wheelchair:before {
  content: "\ecbe";
}
.nc-icon-mini.health_woman:before {
  content: "\ecbf";
}
.nc-icon-mini.furniture_air-conditioner:before {
  content: "\ecc0";
}
.nc-icon-mini.furniture_armchair:before {
  content: "\ecc1";
}
.nc-icon-mini.furniture_bed-09:before {
  content: "\ecc2";
}
.nc-icon-mini.furniture_bed-23:before {
  content: "\ecc3";
}
.nc-icon-mini.furniture_cabinet:before {
  content: "\ecc4";
}
.nc-icon-mini.furniture_cactus:before {
  content: "\ecc5";
}
.nc-icon-mini.furniture_chair:before {
  content: "\ecc6";
}
.nc-icon-mini.furniture_coat-hanger:before {
  content: "\ecc7";
}
.nc-icon-mini.furniture_coffee:before {
  content: "\ecc8";
}
.nc-icon-mini.furniture_cradle:before {
  content: "\ecc9";
}
.nc-icon-mini.furniture_curtain:before {
  content: "\ecca";
}
.nc-icon-mini.furniture_desk:before {
  content: "\eccb";
}
.nc-icon-mini.furniture_door:before {
  content: "\eccc";
}
.nc-icon-mini.furniture_drawer:before {
  content: "\eccd";
}
.nc-icon-mini.furniture_fridge:before {
  content: "\ecce";
}
.nc-icon-mini.furniture_hanger:before {
  content: "\eccf";
}
.nc-icon-mini.furniture_iron:before {
  content: "\ecd0";
}
.nc-icon-mini.furniture_lamp-floor:before {
  content: "\ecd1";
}
.nc-icon-mini.furniture_lamp:before {
  content: "\ecd2";
}
.nc-icon-mini.furniture_library:before {
  content: "\ecd3";
}
.nc-icon-mini.furniture_light:before {
  content: "\ecd4";
}
.nc-icon-mini.furniture_mixer:before {
  content: "\ecd5";
}
.nc-icon-mini.furniture_oven:before {
  content: "\ecd6";
}
.nc-icon-mini.furniture_shower:before {
  content: "\ecd7";
}
.nc-icon-mini.furniture_sink-wash:before {
  content: "\ecd8";
}
.nc-icon-mini.furniture_sink:before {
  content: "\ecd9";
}
.nc-icon-mini.furniture_storage-hanger:before {
  content: "\ecda";
}
.nc-icon-mini.furniture_storage:before {
  content: "\ecdb";
}
.nc-icon-mini.furniture_toilet-paper:before {
  content: "\ecdc";
}
.nc-icon-mini.furniture_toilet:before {
  content: "\ecdd";
}
.nc-icon-mini.furniture_tv:before {
  content: "\ecde";
}
.nc-icon-mini.furniture_wardrobe:before {
  content: "\ecdf";
}
.nc-icon-mini.furniture_wash:before {
  content: "\ece0";
}
.nc-icon-mini.food_baby:before {
  content: "\ece1";
}
.nc-icon-mini.food_bacon:before {
  content: "\ece2";
}
.nc-icon-mini.food_banana:before {
  content: "\ece3";
}
.nc-icon-mini.food_barbecue-tools:before {
  content: "\ece4";
}
.nc-icon-mini.food_beer-95:before {
  content: "\ece5";
}
.nc-icon-mini.food_beer-96:before {
  content: "\ece6";
}
.nc-icon-mini.food_beverage:before {
  content: "\ece7";
}
.nc-icon-mini.food_bottle-wine:before {
  content: "\ece8";
}
.nc-icon-mini.food_bottle:before {
  content: "\ece9";
}
.nc-icon-mini.food_bowl:before {
  content: "\ecea";
}
.nc-icon-mini.food_bread:before {
  content: "\eceb";
}
.nc-icon-mini.food_broccoli:before {
  content: "\ecec";
}
.nc-icon-mini.food_cake-13:before {
  content: "\eced";
}
.nc-icon-mini.food_cake-slice:before {
  content: "\ecee";
}
.nc-icon-mini.food_candle:before {
  content: "\ecef";
}
.nc-icon-mini.food_candy:before {
  content: "\ecf0";
}
.nc-icon-mini.food_carrot:before {
  content: "\ecf1";
}
.nc-icon-mini.food_champagne:before {
  content: "\ecf2";
}
.nc-icon-mini.food_cheese-24:before {
  content: "\ecf3";
}
.nc-icon-mini.food_cheese-87:before {
  content: "\ecf4";
}
.nc-icon-mini.food_cheeseburger:before {
  content: "\ecf5";
}
.nc-icon-mini.food_chef-hat:before {
  content: "\ecf6";
}
.nc-icon-mini.food_cherry:before {
  content: "\ecf7";
}
.nc-icon-mini.food_chicken:before {
  content: "\ecf8";
}
.nc-icon-mini.food_chili:before {
  content: "\ecf9";
}
.nc-icon-mini.food_chinese:before {
  content: "\ecfa";
}
.nc-icon-mini.food_chips:before {
  content: "\ecfb";
}
.nc-icon-mini.food_chocolate:before {
  content: "\ecfc";
}
.nc-icon-mini.food_cocktail:before {
  content: "\ecfd";
}
.nc-icon-mini.food_coffe-long:before {
  content: "\ecfe";
}
.nc-icon-mini.food_coffee-long:before {
  content: "\ecff";
}
.nc-icon-mini.food_coffee:before {
  content: "\ed00";
}
.nc-icon-mini.food_cookies:before {
  content: "\ed01";
}
.nc-icon-mini.food_course:before {
  content: "\ed02";
}
.nc-icon-mini.food_crab:before {
  content: "\ed03";
}
.nc-icon-mini.food_croissant:before {
  content: "\ed04";
}
.nc-icon-mini.food_cutlery-75:before {
  content: "\ed05";
}
.nc-icon-mini.food_cutlery-76:before {
  content: "\ed06";
}
.nc-icon-mini.food_cutlery-77:before {
  content: "\ed07";
}
.nc-icon-mini.food_donut:before {
  content: "\ed08";
}
.nc-icon-mini.food_drink:before {
  content: "\ed09";
}
.nc-icon-mini.food_egg:before {
  content: "\ed0a";
}
.nc-icon-mini.food_energy-drink:before {
  content: "\ed0b";
}
.nc-icon-mini.food_fish:before {
  content: "\ed0c";
}
.nc-icon-mini.food_glass:before {
  content: "\ed0d";
}
.nc-icon-mini.food_grape:before {
  content: "\ed0e";
}
.nc-icon-mini.food_hob:before {
  content: "\ed0f";
}
.nc-icon-mini.food_hot-dog:before {
  content: "\ed10";
}
.nc-icon-mini.food_ice-cream-22:before {
  content: "\ed11";
}
.nc-icon-mini.food_ice-cream-72:before {
  content: "\ed12";
}
.nc-icon-mini.food_kettle:before {
  content: "\ed13";
}
.nc-icon-mini.food_knife:before {
  content: "\ed14";
}
.nc-icon-mini.food_lighter:before {
  content: "\ed15";
}
.nc-icon-mini.food_matches:before {
  content: "\ed16";
}
.nc-icon-mini.food_measuring-cup:before {
  content: "\ed17";
}
.nc-icon-mini.food_microwave:before {
  content: "\ed18";
}
.nc-icon-mini.food_milk:before {
  content: "\ed19";
}
.nc-icon-mini.food_moka:before {
  content: "\ed1a";
}
.nc-icon-mini.food_muffin:before {
  content: "\ed1b";
}
.nc-icon-mini.food_mug:before {
  content: "\ed1c";
}
.nc-icon-mini.food_pan:before {
  content: "\ed1d";
}
.nc-icon-mini.food_pizza-slice:before {
  content: "\ed1e";
}
.nc-icon-mini.food_plate:before {
  content: "\ed1f";
}
.nc-icon-mini.food_pot:before {
  content: "\ed20";
}
.nc-icon-mini.food_recipe-book-46:before {
  content: "\ed21";
}
.nc-icon-mini.food_recipe-book-47:before {
  content: "\ed22";
}
.nc-icon-mini.food_rolling-pin:before {
  content: "\ed23";
}
.nc-icon-mini.food_sausage:before {
  content: "\ed24";
}
.nc-icon-mini.food_scale:before {
  content: "\ed25";
}
.nc-icon-mini.food_steak:before {
  content: "\ed26";
}
.nc-icon-mini.food_strawberry:before {
  content: "\ed27";
}
.nc-icon-mini.food_sushi:before {
  content: "\ed28";
}
.nc-icon-mini.food_tacos:before {
  content: "\ed29";
}
.nc-icon-mini.food_tea:before {
  content: "\ed2a";
}
.nc-icon-mini.food_watermelon:before {
  content: "\ed2b";
}
.nc-icon-mini.food_whisk:before {
  content: "\ed2c";
}
.nc-icon-mini.files_add:before {
  content: "\ed2d";
}
.nc-icon-mini.files_archive-3d-content:before {
  content: "\ed2e";
}
.nc-icon-mini.files_archive-check:before {
  content: "\ed2f";
}
.nc-icon-mini.files_archive-content:before {
  content: "\ed30";
}
.nc-icon-mini.files_archive-paper:before {
  content: "\ed31";
}
.nc-icon-mini.files_archive:before {
  content: "\ed32";
}
.nc-icon-mini.files_book-07:before {
  content: "\ed33";
}
.nc-icon-mini.files_box:before {
  content: "\ed34";
}
.nc-icon-mini.files_copy:before {
  content: "\ed35";
}
.nc-icon-mini.files_drawer:before {
  content: "\ed36";
}
.nc-icon-mini.files_folder-13:before {
  content: "\ed37";
}
.nc-icon-mini.files_folder-14:before {
  content: "\ed38";
}
.nc-icon-mini.files_folder-15:before {
  content: "\ed39";
}
.nc-icon-mini.files_folder-16:before {
  content: "\ed3a";
}
.nc-icon-mini.files_folder-17:before {
  content: "\ed3b";
}
.nc-icon-mini.files_folder-18:before {
  content: "\ed3c";
}
.nc-icon-mini.files_folder-add:before {
  content: "\ed3d";
}
.nc-icon-mini.files_folder-remove:before {
  content: "\ed3e";
}
.nc-icon-mini.files_notebook:before {
  content: "\ed3f";
}
.nc-icon-mini.files_paper:before {
  content: "\ed40";
}
.nc-icon-mini.files_remove:before {
  content: "\ed41";
}
.nc-icon-mini.files_single-content-02:before {
  content: "\ed42";
}
.nc-icon-mini.files_single-content-03:before {
  content: "\ed43";
}
.nc-icon-mini.files_single-copies:before {
  content: "\ed44";
}
.nc-icon-mini.files_single-copy-04:before {
  content: "\ed45";
}
.nc-icon-mini.files_single-copy-06:before {
  content: "\ed46";
}
.nc-icon-mini.files_single-folded-content:before {
  content: "\ed47";
}
.nc-icon-mini.files_single-folded:before {
  content: "\ed48";
}
.nc-icon-mini.files_single-paragraph:before {
  content: "\ed49";
}
.nc-icon-mini.files_single:before {
  content: "\ed4a";
}
.nc-icon-mini.files-e_add:before {
  content: "\ed4b";
}
.nc-icon-mini.files-e_book:before {
  content: "\ed4c";
}
.nc-icon-mini.files-e_folder-02:before {
  content: "\ed4d";
}
.nc-icon-mini.files-e_folder-03:before {
  content: "\ed4e";
}
.nc-icon-mini.files-e_folder-add:before {
  content: "\ed4f";
}
.nc-icon-mini.files-e_folder-remove:before {
  content: "\ed50";
}
.nc-icon-mini.files-e_remove:before {
  content: "\ed51";
}
.nc-icon-mini.emoticons_angry-10:before {
  content: "\ed52";
}
.nc-icon-mini.emoticons_angry-44:before {
  content: "\ed53";
}
.nc-icon-mini.emoticons_big-eyes:before {
  content: "\ed54";
}
.nc-icon-mini.emoticons_big-smile:before {
  content: "\ed55";
}
.nc-icon-mini.emoticons_bigmouth:before {
  content: "\ed56";
}
.nc-icon-mini.emoticons_bomb:before {
  content: "\ed57";
}
.nc-icon-mini.emoticons_cake:before {
  content: "\ed58";
}
.nc-icon-mini.emoticons_cry-15:before {
  content: "\ed59";
}
.nc-icon-mini.emoticons_cute:before {
  content: "\ed5a";
}
.nc-icon-mini.emoticons_devil:before {
  content: "\ed5b";
}
.nc-icon-mini.emoticons_fist:before {
  content: "\ed5c";
}
.nc-icon-mini.emoticons_ghost:before {
  content: "\ed5d";
}
.nc-icon-mini.emoticons_happy-sun:before {
  content: "\ed5e";
}
.nc-icon-mini.emoticons_kiss:before {
  content: "\ed5f";
}
.nc-icon-mini.emoticons_laugh-35:before {
  content: "\ed60";
}
.nc-icon-mini.emoticons_like-no:before {
  content: "\ed61";
}
.nc-icon-mini.emoticons_like:before {
  content: "\ed62";
}
.nc-icon-mini.emoticons_manga-62:before {
  content: "\ed63";
}
.nc-icon-mini.emoticons_manga-63:before {
  content: "\ed64";
}
.nc-icon-mini.emoticons_monster:before {
  content: "\ed65";
}
.nc-icon-mini.emoticons_nerd-22:before {
  content: "\ed66";
}
.nc-icon-mini.emoticons_poop:before {
  content: "\ed67";
}
.nc-icon-mini.emoticons_puzzled:before {
  content: "\ed68";
}
.nc-icon-mini.emoticons_quite-happy:before {
  content: "\ed69";
}
.nc-icon-mini.emoticons_robot:before {
  content: "\ed6a";
}
.nc-icon-mini.emoticons_sad:before {
  content: "\ed6b";
}
.nc-icon-mini.emoticons_satisfied:before {
  content: "\ed6c";
}
.nc-icon-mini.emoticons_shark:before {
  content: "\ed6d";
}
.nc-icon-mini.emoticons_shy:before {
  content: "\ed6e";
}
.nc-icon-mini.emoticons_skull:before {
  content: "\ed6f";
}
.nc-icon-mini.emoticons_smile:before {
  content: "\ed70";
}
.nc-icon-mini.emoticons_speechless:before {
  content: "\ed71";
}
.nc-icon-mini.emoticons_sunglasses-48:before {
  content: "\ed72";
}
.nc-icon-mini.emoticons_sunglasses-49:before {
  content: "\ed73";
}
.nc-icon-mini.emoticons_surprise:before {
  content: "\ed74";
}
.nc-icon-mini.emoticons_virus:before {
  content: "\ed75";
}
.nc-icon-mini.emoticons_what:before {
  content: "\ed76";
}
.nc-icon-mini.emoticons-e_angry-e-08:before {
  content: "\ed77";
}
.nc-icon-mini.emoticons-e_angry-e-17:before {
  content: "\ed78";
}
.nc-icon-mini.emoticons-e_ghost-e:before {
  content: "\ed79";
}
.nc-icon-mini.emoticons-e_kiss-e:before {
  content: "\ed7a";
}
.nc-icon-mini.emoticons-e_laugh-e:before {
  content: "\ed7b";
}
.nc-icon-mini.emoticons-e_monster-e:before {
  content: "\ed7c";
}
.nc-icon-mini.emoticons-e_puzzled-e:before {
  content: "\ed7d";
}
.nc-icon-mini.emoticons-e_quite-happy-e:before {
  content: "\ed7e";
}
.nc-icon-mini.emoticons-e_robot-e:before {
  content: "\ed7f";
}
.nc-icon-mini.emoticons-e_sad-e:before {
  content: "\ed80";
}
.nc-icon-mini.emoticons-e_satisfied-e:before {
  content: "\ed81";
}
.nc-icon-mini.emoticons-e_shark-e:before {
  content: "\ed82";
}
.nc-icon-mini.emoticons-e_shy-e:before {
  content: "\ed83";
}
.nc-icon-mini.emoticons-e_smile-e:before {
  content: "\ed84";
}
.nc-icon-mini.emoticons-e_speechless-e:before {
  content: "\ed85";
}
.nc-icon-mini.emoticons-e_surprise-e:before {
  content: "\ed86";
}
.nc-icon-mini.emoticons-e_what-e:before {
  content: "\ed87";
}
.nc-icon-mini.clothes_baby:before {
  content: "\eddc";
}
.nc-icon-mini.clothes_backpack:before {
  content: "\eddd";
}
.nc-icon-mini.clothes_bag-21:before {
  content: "\edde";
}
.nc-icon-mini.clothes_bag-22:before {
  content: "\eddf";
}
.nc-icon-mini.clothes_belt:before {
  content: "\ede0";
}
.nc-icon-mini.clothes_boot-woman:before {
  content: "\ede1";
}
.nc-icon-mini.clothes_boot:before {
  content: "\ede2";
}
.nc-icon-mini.clothes_bra:before {
  content: "\ede3";
}
.nc-icon-mini.clothes_button:before {
  content: "\ede4";
}
.nc-icon-mini.clothes_cap:before {
  content: "\ede5";
}
.nc-icon-mini.clothes_corset:before {
  content: "\ede6";
}
.nc-icon-mini.clothes_dress-woman:before {
  content: "\ede7";
}
.nc-icon-mini.clothes_flip:before {
  content: "\ede8";
}
.nc-icon-mini.clothes_glasses:before {
  content: "\ede9";
}
.nc-icon-mini.clothes_hat-top:before {
  content: "\edea";
}
.nc-icon-mini.clothes_hat:before {
  content: "\edeb";
}
.nc-icon-mini.clothes_iron:before {
  content: "\edec";
}
.nc-icon-mini.clothes_jeans-41:before {
  content: "\eded";
}
.nc-icon-mini.clothes_jeans-pocket:before {
  content: "\edee";
}
.nc-icon-mini.clothes_kitchen:before {
  content: "\edef";
}
.nc-icon-mini.clothes_long-sleeve:before {
  content: "\edf0";
}
.nc-icon-mini.clothes_makeup:before {
  content: "\edf1";
}
.nc-icon-mini.clothes_ring:before {
  content: "\edf2";
}
.nc-icon-mini.clothes_scarf:before {
  content: "\edf3";
}
.nc-icon-mini.clothes_shirt-buttons:before {
  content: "\edf4";
}
.nc-icon-mini.clothes_shirt-neck:before {
  content: "\edf5";
}
.nc-icon-mini.clothes_shirt:before {
  content: "\edf6";
}
.nc-icon-mini.clothes_shoe-man:before {
  content: "\edf7";
}
.nc-icon-mini.clothes_shoe-sport:before {
  content: "\edf8";
}
.nc-icon-mini.clothes_shoe-woman:before {
  content: "\edf9";
}
.nc-icon-mini.clothes_skirt:before {
  content: "\edfa";
}
.nc-icon-mini.clothes_slacks-12:before {
  content: "\edfb";
}
.nc-icon-mini.clothes_sock:before {
  content: "\edfc";
}
.nc-icon-mini.clothes_tie-bow:before {
  content: "\edfd";
}
.nc-icon-mini.clothes_tshirt-53:before {
  content: "\edfe";
}
.nc-icon-mini.clothes_tshirt-54:before {
  content: "\edff";
}
.nc-icon-mini.clothes_underwear-man:before {
  content: "\ee00";
}
.nc-icon-mini.clothes_underwear:before {
  content: "\ee01";
}
.nc-icon-mini.clothes_vest:before {
  content: "\ee02";
}
.nc-icon-mini.clothes_wash:before {
  content: "\ee03";
}
.nc-icon-mini.business_agenda:before {
  content: "\ee04";
}
.nc-icon-mini.business_atm:before {
  content: "\ee05";
}
.nc-icon-mini.business_award-48:before {
  content: "\ee06";
}
.nc-icon-mini.business_award-49:before {
  content: "\ee07";
}
.nc-icon-mini.business_award-74:before {
  content: "\ee08";
}
.nc-icon-mini.business_badge:before {
  content: "\ee09";
}
.nc-icon-mini.business_bank:before {
  content: "\ee0a";
}
.nc-icon-mini.business_board-27:before {
  content: "\ee0b";
}
.nc-icon-mini.business_board-28:before {
  content: "\ee0c";
}
.nc-icon-mini.business_books:before {
  content: "\ee0d";
}
.nc-icon-mini.business_briefcase-24:before {
  content: "\ee0e";
}
.nc-icon-mini.business_briefcase-25:before {
  content: "\ee0f";
}
.nc-icon-mini.business_briefcase-26:before {
  content: "\ee10";
}
.nc-icon-mini.business_building:before {
  content: "\ee11";
}
.nc-icon-mini.business_bulb-61:before {
  content: "\ee12";
}
.nc-icon-mini.business_bulb-62:before {
  content: "\ee13";
}
.nc-icon-mini.business_bulb-63:before {
  content: "\ee14";
}
.nc-icon-mini.business_businessman-03:before {
  content: "\ee15";
}
.nc-icon-mini.business_businessman-04:before {
  content: "\ee16";
}
.nc-icon-mini.business_calculator:before {
  content: "\ee17";
}
.nc-icon-mini.business_chair:before {
  content: "\ee18";
}
.nc-icon-mini.business_chart-bar-32:before {
  content: "\ee19";
}
.nc-icon-mini.business_chart-growth:before {
  content: "\ee1a";
}
.nc-icon-mini.business_chart-pie-35:before {
  content: "\ee1b";
}
.nc-icon-mini.business_chart-pie-36:before {
  content: "\ee1c";
}
.nc-icon-mini.business_chart:before {
  content: "\ee1d";
}
.nc-icon-mini.business_cheque:before {
  content: "\ee1e";
}
.nc-icon-mini.business_coins:before {
  content: "\ee1f";
}
.nc-icon-mini.business_connect:before {
  content: "\ee20";
}
.nc-icon-mini.business_contacts:before {
  content: "\ee21";
}
.nc-icon-mini.business_currency-dollar:before {
  content: "\ee22";
}
.nc-icon-mini.business_currency-euro:before {
  content: "\ee23";
}
.nc-icon-mini.business_currency-pound:before {
  content: "\ee24";
}
.nc-icon-mini.business_currency-yen:before {
  content: "\ee25";
}
.nc-icon-mini.business_factory:before {
  content: "\ee26";
}
.nc-icon-mini.business_globe:before {
  content: "\ee27";
}
.nc-icon-mini.business_goal-64:before {
  content: "\ee28";
}
.nc-icon-mini.business_goal-65:before {
  content: "\ee29";
}
.nc-icon-mini.business_hammer:before {
  content: "\ee2a";
}
.nc-icon-mini.business_handout:before {
  content: "\ee2b";
}
.nc-icon-mini.business_hat:before {
  content: "\ee2c";
}
.nc-icon-mini.business_hierarchy-53:before {
  content: "\ee2d";
}
.nc-icon-mini.business_math:before {
  content: "\ee2e";
}
.nc-icon-mini.business_money-11:before {
  content: "\ee2f";
}
.nc-icon-mini.business_money-12:before {
  content: "\ee30";
}
.nc-icon-mini.business_money-13:before {
  content: "\ee31";
}
.nc-icon-mini.business_money-bag:before {
  content: "\ee32";
}
.nc-icon-mini.business_net:before {
  content: "\ee33";
}
.nc-icon-mini.business_notes:before {
  content: "\ee34";
}
.nc-icon-mini.business_percentage-39:before {
  content: "\ee35";
}
.nc-icon-mini.business_pin:before {
  content: "\ee36";
}
.nc-icon-mini.business_plug:before {
  content: "\ee37";
}
.nc-icon-mini.business_progress:before {
  content: "\ee38";
}
.nc-icon-mini.business_safe:before {
  content: "\ee39";
}
.nc-icon-mini.business_sign:before {
  content: "\ee3a";
}
.nc-icon-mini.business_signature:before {
  content: "\ee3b";
}
.nc-icon-mini.business_stock:before {
  content: "\ee3c";
}
.nc-icon-mini.business_strategy:before {
  content: "\ee3d";
}
.nc-icon-mini.business_tie-01:before {
  content: "\ee3e";
}
.nc-icon-mini.business_tie-02:before {
  content: "\ee3f";
}
.nc-icon-mini.business_wallet-43:before {
  content: "\ee40";
}
.nc-icon-mini.business_wallet-44:before {
  content: "\ee41";
}
.nc-icon-mini.nature_bee:before {
  content: "\ee42";
}
.nc-icon-mini.nature_butterfly:before {
  content: "\ee43";
}
.nc-icon-mini.nature_chicken:before {
  content: "\ee44";
}
.nc-icon-mini.nature_clover:before {
  content: "\ee45";
}
.nc-icon-mini.nature_collar:before {
  content: "\ee46";
}
.nc-icon-mini.nature_cow:before {
  content: "\ee47";
}
.nc-icon-mini.nature_dog-house:before {
  content: "\ee48";
}
.nc-icon-mini.nature_dog:before {
  content: "\ee49";
}
.nc-icon-mini.nature_flower-05:before {
  content: "\ee4a";
}
.nc-icon-mini.nature_flower-06:before {
  content: "\ee4b";
}
.nc-icon-mini.nature_flower-07:before {
  content: "\ee4c";
}
.nc-icon-mini.nature_food-dog:before {
  content: "\ee4d";
}
.nc-icon-mini.nature_food:before {
  content: "\ee4e";
}
.nc-icon-mini.nature_mountain:before {
  content: "\ee4f";
}
.nc-icon-mini.nature_mushroom:before {
  content: "\ee50";
}
.nc-icon-mini.nature_panda:before {
  content: "\ee51";
}
.nc-icon-mini.nature_paw:before {
  content: "\ee52";
}
.nc-icon-mini.nature_pig:before {
  content: "\ee53";
}
.nc-icon-mini.nature_plant-ground:before {
  content: "\ee54";
}
.nc-icon-mini.nature_plant-vase:before {
  content: "\ee55";
}
.nc-icon-mini.nature_rat:before {
  content: "\ee56";
}
.nc-icon-mini.nature_tree-01:before {
  content: "\ee57";
}
.nc-icon-mini.nature_tree-02:before {
  content: "\ee58";
}
.nc-icon-mini.nature_tree-03:before {
  content: "\ee59";
}
.nc-icon-mini.nature_turtle:before {
  content: "\ee5a";
}
.nc-icon-mini.nature_wood:before {
  content: "\ee5b";
}
@font-face {
	font-family: 'buildwallicons';
	src:  url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/buildwallicons.eot?ys7pyx);
	src:  url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/buildwallicons.eot?ys7pyx#iefix) format('embedded-opentype'),
	url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/buildwallicons.ttf?ys7pyx) format('truetype'),
	url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/buildwallicons.woff?ys7pyx) format('woff'),
	url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/buildwallicons.svg?ys7pyx#buildwallicons) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="buildwallicons"], [class*=" buildwallicons"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'buildwallicons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-01:before {
	content: "\e900";
}
.icon-02:before {
	content: "\e901";
}
.icon-03:before {
	content: "\e902";
}
.icon-04:before {
	content: "\e903";
}
.icon-05:before {
	content: "\e904";
}
.icon-06:before {
	content: "\e905";
}
.icon-07:before {
	content: "\e906";
}
.icon-08:before {
	content: "\e907";
}
.icon-09:before {
	content: "\e908";
}
.icon-10:before {
	content: "\e909";
}
.icon-11:before {
	content: "\e90a";
}
.icon-12:before {
	content: "\e90b";
}
.icon-13:before {
	content: "\e90c";
}
.icon-14:before {
	content: "\e90d";
}
.icon-15:before {
	content: "\e90e";
}
.icon-16:before {
	content: "\e90f";
}
.icon-17:before {
	content: "\e910";
}
.icon-18:before {
	content: "\e911";
}
.icon-19:before {
	content: "\e912";
}
.icon-20:before {
	content: "\e913";
}
.icon-21:before {
	content: "\e914";
}
.icon-22:before {
	content: "\e915";
}
.icon-23:before {
	content: "\e916";
}
.icon-24:before {
	content: "\e917";
}
.icon-25:before {
	content: "\e918";
}
.icon-26:before {
	content: "\e919";
}
.icon-27:before {
	content: "\e91a";
}
.icon-28:before {
	content: "\e91b";
}
.icon-29:before {
	content: "\e91c";
}
.icon-30:before {
	content: "\e91d";
}
.icon-31:before {
	content: "\e91e";
}
.icon-32:before {
	content: "\e91f";
}
.icon-33:before {
	content: "\e920";
}
/* -------------------------------- 

Nucleo Outline Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */
@font-face {
  font-family: 'nc-icon-outline';
  src: url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/nucleo-outline.eot);
  src: url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/nucleo-outline.eot) format('embedded-opentype'), url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/nucleo-outline.woff2) format('woff2'), url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/nucleo-outline.woff) format('woff'), url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/nucleo-outline.ttf) format('truetype'), url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/fonts/nucleo-outline.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.nc-icon-outline {
  display: inline-block;
  font: normal normal normal 14px/1 'nc-icon-outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tm_font_icon .nc-icon-outline {
  line-height: 1.4em;
}
.tm_font_icon .nc-icon-outline::before {
  font-family: 'nc-icon-outline';
}
/*------------------------
  change icon size
-------------------------*/
.nc-icon-outline.lg {
  font-size: 1.33333333em;
  vertical-align: -16%;
}
.nc-icon-outline.x2 {
  font-size: 2em;
}
.nc-icon-outline.x3 {
  font-size: 3em;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-outline.square,
.nc-icon-outline.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee;
}
.nc-icon-outline.circle {
  border-radius: 50%;
}
/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.nc-icon-ul > li {
  position: relative;
}
.nc-icon-ul > li > .nc-icon-outline {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center;
}
.nc-icon-ul > li > .nc-icon-outline.lg {
  top: 0;
  left: -1.35714286em;
}
.nc-icon-ul > li > .nc-icon-outline.circle,
.nc-icon-ul > li > .nc-icon-outline.square {
  top: -0.19047619em;
  left: -1.9047619em;
}
/*------------------------
  spinning icons
-------------------------*/
.nc-icon-outline.spin {
  -webkit-animation: nc-icon-spin 2s infinite linear;
  -moz-animation: nc-icon-spin 2s infinite linear;
  animation: nc-icon-spin 2s infinite linear;
}
@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon-outline.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nc-icon-outline.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nc-icon-outline.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.nc-icon-outline.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.nc-icon-outline.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*------------------------
	font icons
-------------------------*/
.nc-icon-outline.files_add:before {
  content: "\e900";
}
.nc-icon-outline.files_archive-3d-check:before {
  content: "\e901";
}
.nc-icon-outline.files_archive-3d-content:before {
  content: "\e902";
}
.nc-icon-outline.files_archive-check:before {
  content: "\e903";
}
.nc-icon-outline.files_archive-content:before {
  content: "\e904";
}
.nc-icon-outline.files_archive-paper-check:before {
  content: "\e905";
}
.nc-icon-outline.files_archive-paper:before {
  content: "\e906";
}
.nc-icon-outline.files_archive:before {
  content: "\e907";
}
.nc-icon-outline.files_audio:before {
  content: "\e908";
}
.nc-icon-outline.files_book-07:before {
  content: "\e909";
}
.nc-icon-outline.files_book-08:before {
  content: "\e90a";
}
.nc-icon-outline.files_bookmark:before {
  content: "\e90b";
}
.nc-icon-outline.files_box:before {
  content: "\e90c";
}
.nc-icon-outline.files_chart-bar:before {
  content: "\e90d";
}
.nc-icon-outline.files_chart-pie:before {
  content: "\e90e";
}
.nc-icon-outline.files_check:before {
  content: "\e90f";
}
.nc-icon-outline.files_cloud:before {
  content: "\e910";
}
.nc-icon-outline.files_copy:before {
  content: "\e911";
}
.nc-icon-outline.files_dev:before {
  content: "\e912";
}
.nc-icon-outline.files_download:before {
  content: "\e913";
}
.nc-icon-outline.files_drawer:before {
  content: "\e914";
}
.nc-icon-outline.files_edit:before {
  content: "\e915";
}
.nc-icon-outline.files_exclamation:before {
  content: "\e916";
}
.nc-icon-outline.files_folder-13:before {
  content: "\e917";
}
.nc-icon-outline.files_folder-14:before {
  content: "\e918";
}
.nc-icon-outline.files_folder-15:before {
  content: "\e919";
}
.nc-icon-outline.files_folder-16:before {
  content: "\e91a";
}
.nc-icon-outline.files_folder-17:before {
  content: "\e91b";
}
.nc-icon-outline.files_folder-18:before {
  content: "\e91c";
}
.nc-icon-outline.files_folder-19:before {
  content: "\e91d";
}
.nc-icon-outline.files_folder-add:before {
  content: "\e91e";
}
.nc-icon-outline.files_folder-audio:before {
  content: "\e91f";
}
.nc-icon-outline.files_folder-bookmark:before {
  content: "\e920";
}
.nc-icon-outline.files_folder-chart-bar:before {
  content: "\e921";
}
.nc-icon-outline.files_folder-chart-pie:before {
  content: "\e922";
}
.nc-icon-outline.files_folder-check:before {
  content: "\e923";
}
.nc-icon-outline.files_folder-cloud:before {
  content: "\e924";
}
.nc-icon-outline.files_folder-dev:before {
  content: "\e925";
}
.nc-icon-outline.files_folder-download:before {
  content: "\e926";
}
.nc-icon-outline.files_folder-edit:before {
  content: "\e927";
}
.nc-icon-outline.files_folder-exclamation:before {
  content: "\e928";
}
.nc-icon-outline.files_folder-gallery:before {
  content: "\e929";
}
.nc-icon-outline.files_folder-heart:before {
  content: "\e92a";
}
.nc-icon-outline.files_folder-image:before {
  content: "\e92b";
}
.nc-icon-outline.files_folder-info:before {
  content: "\e92c";
}
.nc-icon-outline.files_folder-link:before {
  content: "\e92d";
}
.nc-icon-outline.files_folder-locked:before {
  content: "\e92e";
}
.nc-icon-outline.files_folder-money:before {
  content: "\e92f";
}
.nc-icon-outline.files_folder-music:before {
  content: "\e930";
}
.nc-icon-outline.files_folder-no-access:before {
  content: "\e931";
}
.nc-icon-outline.files_folder-play:before {
  content: "\e932";
}
.nc-icon-outline.files_folder-question:before {
  content: "\e933";
}
.nc-icon-outline.files_folder-refresh:before {
  content: "\e934";
}
.nc-icon-outline.files_folder-remove:before {
  content: "\e935";
}
.nc-icon-outline.files_folder-search:before {
  content: "\e936";
}
.nc-icon-outline.files_folder-settings-81:before {
  content: "\e937";
}
.nc-icon-outline.files_folder-settings-97:before {
  content: "\e938";
}
.nc-icon-outline.files_folder-shared:before {
  content: "\e939";
}
.nc-icon-outline.files_folder-star:before {
  content: "\e93a";
}
.nc-icon-outline.files_folder-time:before {
  content: "\e93b";
}
.nc-icon-outline.files_folder-upload:before {
  content: "\e93c";
}
.nc-icon-outline.files_folder-user:before {
  content: "\e93d";
}
.nc-icon-outline.files_folder-vector:before {
  content: "\e93e";
}
.nc-icon-outline.files_gallery:before {
  content: "\e93f";
}
.nc-icon-outline.files_heart:before {
  content: "\e940";
}
.nc-icon-outline.files_image:before {
  content: "\e941";
}
.nc-icon-outline.files_info:before {
  content: "\e942";
}
.nc-icon-outline.files_link:before {
  content: "\e943";
}
.nc-icon-outline.files_locked:before {
  content: "\e944";
}
.nc-icon-outline.files_money:before {
  content: "\e945";
}
.nc-icon-outline.files_music:before {
  content: "\e946";
}
.nc-icon-outline.files_no-access:before {
  content: "\ee8c";
}
.nc-icon-outline.files_notebook:before {
  content: "\ee8d";
}
.nc-icon-outline.files_paper:before {
  content: "\ee8e";
}
.nc-icon-outline.files_play:before {
  content: "\ee8f";
}
.nc-icon-outline.files_question:before {
  content: "\ee90";
}
.nc-icon-outline.files_refresh:before {
  content: "\ee91";
}
.nc-icon-outline.files_remove:before {
  content: "\ee92";
}
.nc-icon-outline.files_replace-folder:before {
  content: "\ee93";
}
.nc-icon-outline.files_replace:before {
  content: "\ee94";
}
.nc-icon-outline.files_search:before {
  content: "\ee95";
}
.nc-icon-outline.files_settings-46:before {
  content: "\ee96";
}
.nc-icon-outline.files_settings-99:before {
  content: "\ee97";
}
.nc-icon-outline.files_shared:before {
  content: "\ee98";
}
.nc-icon-outline.files_single-content-02:before {
  content: "\ee99";
}
.nc-icon-outline.files_single-content-03:before {
  content: "\ee9a";
}
.nc-icon-outline.files_single-copies:before {
  content: "\ee9b";
}
.nc-icon-outline.files_single-copy-04:before {
  content: "\ee9c";
}
.nc-icon-outline.files_single-copy-06:before {
  content: "\ee9d";
}
.nc-icon-outline.files_single-folded-content:before {
  content: "\ee9e";
}
.nc-icon-outline.files_single-folded:before {
  content: "\ee9f";
}
.nc-icon-outline.files_single-paragraph:before {
  content: "\eea0";
}
.nc-icon-outline.files_single:before {
  content: "\eea1";
}
.nc-icon-outline.files_star:before {
  content: "\eea2";
}
.nc-icon-outline.files_time:before {
  content: "\eea3";
}
.nc-icon-outline.files_upload:before {
  content: "\eea4";
}
.nc-icon-outline.files_user:before {
  content: "\eea5";
}
.nc-icon-outline.files_vector:before {
  content: "\e92d";
}
.nc-icon-outline.files_zip-54:before {
  content: "\eea7";
}
.nc-icon-outline.files_zip-55:before {
  content: "\eea8";
}
.nc-icon-outline.tech_cable-49:before {
  content: "\eea9";
}
.nc-icon-outline.tech_cable-50:before {
  content: "\eeaa";
}
.nc-icon-outline.tech_cd-reader:before {
  content: "\eeab";
}
.nc-icon-outline.tech_computer-monitor:before {
  content: "\eeac";
}
.nc-icon-outline.tech_computer-old:before {
  content: "\eead";
}
.nc-icon-outline.tech_computer:before {
  content: "\eeae";
}
.nc-icon-outline.tech_controller-modern:before {
  content: "\eeaf";
}
.nc-icon-outline.tech_controller:before {
  content: "\eeb0";
}
.nc-icon-outline.tech_desktop-screen:before {
  content: "\eeb1";
}
.nc-icon-outline.tech_desktop:before {
  content: "\eeb2";
}
.nc-icon-outline.tech_disk-reader:before {
  content: "\eeb3";
}
.nc-icon-outline.tech_disk:before {
  content: "\eeb4";
}
.nc-icon-outline.tech_gopro:before {
  content: "\eeb5";
}
.nc-icon-outline.tech_headphones:before {
  content: "\eeb6";
}
.nc-icon-outline.tech_keyboard-mouse:before {
  content: "\eeb7";
}
.nc-icon-outline.tech_keyboard-wifi:before {
  content: "\eeb8";
}
.nc-icon-outline.tech_keyboard:before {
  content: "\eeb9";
}
.nc-icon-outline.tech_laptop-1:before {
  content: "\eeba";
}
.nc-icon-outline.tech_laptop-2:before {
  content: "\eebb";
}
.nc-icon-outline.tech_laptop:before {
  content: "\eebc";
}
.nc-icon-outline.tech_mobile-button:before {
  content: "\eebd";
}
.nc-icon-outline.tech_mobile-camera:before {
  content: "\eebe";
}
.nc-icon-outline.tech_mobile-recharger-08:before {
  content: "\eebf";
}
.nc-icon-outline.tech_mobile-recharger-09:before {
  content: "\eec0";
}
.nc-icon-outline.tech_mobile-toolbar:before {
  content: "\eec1";
}
.nc-icon-outline.tech_mobile:before {
  content: "\eec2";
}
.nc-icon-outline.tech_music:before {
  content: "\eec3";
}
.nc-icon-outline.tech_navigation:before {
  content: "\eec4";
}
.nc-icon-outline.tech_player-19:before {
  content: "\eec5";
}
.nc-icon-outline.tech_player-48:before {
  content: "\eec6";
}
.nc-icon-outline.tech_print-fold:before {
  content: "\eec7";
}
.nc-icon-outline.tech_print-round-fold:before {
  content: "\eec8";
}
.nc-icon-outline.tech_print-round:before {
  content: "\eec9";
}
.nc-icon-outline.tech_print:before {
  content: "\eeca";
}
.nc-icon-outline.tech_ram:before {
  content: "\eecb";
}
.nc-icon-outline.tech_remote:before {
  content: "\eecc";
}
.nc-icon-outline.tech_signal:before {
  content: "\eecd";
}
.nc-icon-outline.tech_socket:before {
  content: "\eece";
}
.nc-icon-outline.tech_sync:before {
  content: "\eecf";
}
.nc-icon-outline.tech_tablet-button:before {
  content: "\eed0";
}
.nc-icon-outline.tech_tablet-reader-31:before {
  content: "\eed1";
}
.nc-icon-outline.tech_tablet-reader-42:before {
  content: "\eed2";
}
.nc-icon-outline.tech_tablet-toolbar:before {
  content: "\eed3";
}
.nc-icon-outline.tech_tablet:before {
  content: "\eed4";
}
.nc-icon-outline.tech_tv-old:before {
  content: "\eed5";
}
.nc-icon-outline.tech_tv:before {
  content: "\eed6";
}
.nc-icon-outline.tech_watch-circle:before {
  content: "\eed7";
}
.nc-icon-outline.tech_watch-time:before {
  content: "\eed8";
}
.nc-icon-outline.tech_watch:before {
  content: "\eed9";
}
.nc-icon-outline.tech_webcam-38:before {
  content: "\eeda";
}
.nc-icon-outline.tech_webcam-39:before {
  content: "\eedb";
}
.nc-icon-outline.tech_wifi-router:before {
  content: "\eedc";
}
.nc-icon-outline.tech_wifi:before {
  content: "\eedd";
}
.nc-icon-outline.tech-2_cctv:before {
  content: "\eede";
}
.nc-icon-outline.tech-2_connection:before {
  content: "\eedf";
}
.nc-icon-outline.tech-2_device-connection:before {
  content: "\eee0";
}
.nc-icon-outline.tech-2_dock:before {
  content: "\eee1";
}
.nc-icon-outline.tech-2_firewall:before {
  content: "\eee2";
}
.nc-icon-outline.tech-2_hdmi:before {
  content: "\eee3";
}
.nc-icon-outline.tech-2_headphone:before {
  content: "\eee4";
}
.nc-icon-outline.tech-2_headset:before {
  content: "\eee5";
}
.nc-icon-outline.tech-2_keyboard-hide:before {
  content: "\eee6";
}
.nc-icon-outline.tech-2_keyboard-wireless:before {
  content: "\eee7";
}
.nc-icon-outline.tech-2_l-add:before {
  content: "\eee8";
}
.nc-icon-outline.tech-2_l-check:before {
  content: "\eee9";
}
.nc-icon-outline.tech-2_l-location:before {
  content: "\eeea";
}
.nc-icon-outline.tech-2_l-remove:before {
  content: "\eeeb";
}
.nc-icon-outline.tech-2_l-search:before {
  content: "\eeec";
}
.nc-icon-outline.tech-2_l-security:before {
  content: "\eeed";
}
.nc-icon-outline.tech-2_l-settings:before {
  content: "\eeee";
}
.nc-icon-outline.tech-2_l-sync:before {
  content: "\eeef";
}
.nc-icon-outline.tech-2_l-system-update:before {
  content: "\eef0";
}
.nc-icon-outline.tech-2_lock-landscape:before {
  content: "\eef1";
}
.nc-icon-outline.tech-2_lock-portrait:before {
  content: "\eef2";
}
.nc-icon-outline.tech-2_mic:before {
  content: "\eef3";
}
.nc-icon-outline.tech-2_mobile-landscape:before {
  content: "\eef4";
}
.nc-icon-outline.tech-2_p-add:before {
  content: "\eef5";
}
.nc-icon-outline.tech-2_p-check:before {
  content: "\eef6";
}
.nc-icon-outline.tech-2_p-edit:before {
  content: "\eef7";
}
.nc-icon-outline.tech-2_p-heart:before {
  content: "\eef8";
}
.nc-icon-outline.tech-2_p-location:before {
  content: "\eef9";
}
.nc-icon-outline.tech-2_p-remove:before {
  content: "\eefa";
}
.nc-icon-outline.tech-2_p-search:before {
  content: "\eefb";
}
.nc-icon-outline.tech-2_p-settings:before {
  content: "\eefc";
}
.nc-icon-outline.tech-2_p-share:before {
  content: "\eefd";
}
.nc-icon-outline.tech-2_p-sync:before {
  content: "\eefe";
}
.nc-icon-outline.tech-2_p-system-update:before {
  content: "\eeff";
}
.nc-icon-outline.tech-2_p-time:before {
  content: "\ef00";
}
.nc-icon-outline.tech-2_pci-card:before {
  content: "\ef01";
}
.nc-icon-outline.tech-2_rotate-lock:before {
  content: "\ef02";
}
.nc-icon-outline.tech-2_rotate:before {
  content: "\ef03";
}
.nc-icon-outline.tech-2_sim-card:before {
  content: "\ef04";
}
.nc-icon-outline.tech-2_socket-europe-1:before {
  content: "\ef05";
}
.nc-icon-outline.tech-2_socket-europe-2:before {
  content: "\ef06";
}
.nc-icon-outline.tech-2_socket-uk:before {
  content: "\ef07";
}
.nc-icon-outline.tech-2_vpn:before {
  content: "\ef08";
}
.nc-icon-outline.tech-2_wifi-off:before {
  content: "\ef09";
}
.nc-icon-outline.tech-2_wifi-protected:before {
  content: "\ef0a";
}
.nc-icon-outline.tech-2_wifi:before {
  content: "\ef0b";
}
.nc-icon-outline.users_add-27:before {
  content: "\ef0c";
}
.nc-icon-outline.users_add-29:before {
  content: "\ef0d";
}
.nc-icon-outline.users_badge-13:before {
  content: "\ef0e";
}
.nc-icon-outline.users_badge-14:before {
  content: "\ef0f";
}
.nc-icon-outline.users_badge-15:before {
  content: "\ef10";
}
.nc-icon-outline.users_circle-08:before {
  content: "\ef11";
}
.nc-icon-outline.users_circle-09:before {
  content: "\ef12";
}
.nc-icon-outline.users_circle-10:before {
  content: "\ef13";
}
.nc-icon-outline.users_contacts:before {
  content: "\ef14";
}
.nc-icon-outline.users_delete-28:before {
  content: "\ef15";
}
.nc-icon-outline.users_delete-30:before {
  content: "\ef16";
}
.nc-icon-outline.users_man-20:before {
  content: "\ef17";
}
.nc-icon-outline.users_man-23:before {
  content: "\ef18";
}
.nc-icon-outline.users_man-glasses:before {
  content: "\ef19";
}
.nc-icon-outline.users_mobile-contact:before {
  content: "\ef1a";
}
.nc-icon-outline.users_multiple-11:before {
  content: "\ef1b";
}
.nc-icon-outline.users_multiple-19:before {
  content: "\ef1c";
}
.nc-icon-outline.users_network:before {
  content: "\ef1d";
}
.nc-icon-outline.users_parent:before {
  content: "\ef1e";
}
.nc-icon-outline.users_single-01:before {
  content: "\ef1f";
}
.nc-icon-outline.users_single-02:before {
  content: "\ef20";
}
.nc-icon-outline.users_single-03:before {
  content: "\ef21";
}
.nc-icon-outline.users_single-04:before {
  content: "\ef22";
}
.nc-icon-outline.users_single-05:before {
  content: "\ef23";
}
.nc-icon-outline.users_single-body:before {
  content: "\ef24";
}
.nc-icon-outline.users_single-position:before {
  content: "\ef25";
}
.nc-icon-outline.users_square-31:before {
  content: "\ef26";
}
.nc-icon-outline.users_square-32:before {
  content: "\ef27";
}
.nc-icon-outline.users_square-33:before {
  content: "\ef28";
}
.nc-icon-outline.users_woman-21:before {
  content: "\ef29";
}
.nc-icon-outline.users_woman-24:before {
  content: "\ef2a";
}
.nc-icon-outline.users_woman-25:before {
  content: "\ef2b";
}
.nc-icon-outline.users_woman-man:before {
  content: "\ef2c";
}
.nc-icon-outline.users-2_a-add:before {
  content: "\ef2d";
}
.nc-icon-outline.users-2_a-check:before {
  content: "\ef2e";
}
.nc-icon-outline.users-2_a-delete:before {
  content: "\ef2f";
}
.nc-icon-outline.users-2_a-edit:before {
  content: "\ef30";
}
.nc-icon-outline.users-2_a-heart:before {
  content: "\ef31";
}
.nc-icon-outline.users-2_a-location:before {
  content: "\ef32";
}
.nc-icon-outline.users-2_a-remove:before {
  content: "\ef33";
}
.nc-icon-outline.users-2_a-search:before {
  content: "\ef34";
}
.nc-icon-outline.users-2_a-security:before {
  content: "\ef35";
}
.nc-icon-outline.users-2_a-share:before {
  content: "\ef36";
}
.nc-icon-outline.users-2_a-star:before {
  content: "\ef37";
}
.nc-icon-outline.users-2_a-sync:before {
  content: "\ef38";
}
.nc-icon-outline.users-2_a-time:before {
  content: "\ef39";
}
.nc-icon-outline.users-2_accessibility:before {
  content: "\ef3a";
}
.nc-icon-outline.users-2_b-add:before {
  content: "\ef3b";
}
.nc-icon-outline.users-2_b-check:before {
  content: "\ef3c";
}
.nc-icon-outline.users-2_b-location:before {
  content: "\ef3d";
}
.nc-icon-outline.users-2_b-love:before {
  content: "\ef3e";
}
.nc-icon-outline.users-2_b-meeting:before {
  content: "\ef3f";
}
.nc-icon-outline.users-2_b-remove:before {
  content: "\ef40";
}
.nc-icon-outline.users-2_b-security:before {
  content: "\ef41";
}
.nc-icon-outline.users-2_child:before {
  content: "\ef42";
}
.nc-icon-outline.users-2_contacts-44:before {
  content: "\ef43";
}
.nc-icon-outline.users-2_contacts-45:before {
  content: "\ef44";
}
.nc-icon-outline.users-2_couple-gay:before {
  content: "\ef45";
}
.nc-icon-outline.users-2_couple-lesbian:before {
  content: "\ef46";
}
.nc-icon-outline.users-2_disabled:before {
  content: "\ef47";
}
.nc-icon-outline.users-2_exchange:before {
  content: "\ef48";
}
.nc-icon-outline.users-2_family:before {
  content: "\ef49";
}
.nc-icon-outline.users-2_focus:before {
  content: "\ef4a";
}
.nc-icon-outline.users-2_home:before {
  content: "\ef4b";
}
.nc-icon-outline.users-2_man-down:before {
  content: "\ef4c";
}
.nc-icon-outline.users-2_man-up:before {
  content: "\ef4d";
}
.nc-icon-outline.users-2_man:before {
  content: "\ef4e";
}
.nc-icon-outline.users-2_meeting:before {
  content: "\ef4f";
}
.nc-icon-outline.users-2_mickey-mouse:before {
  content: "\ef50";
}
.nc-icon-outline.users-2_multiple:before {
  content: "\ef51";
}
.nc-icon-outline.users-2_pin:before {
  content: "\ef52";
}
.nc-icon-outline.users-2_police:before {
  content: "\ef53";
}
.nc-icon-outline.users-2_search:before {
  content: "\ef54";
}
.nc-icon-outline.users-2_standing-man:before {
  content: "\ef55";
}
.nc-icon-outline.users-2_standing-woman:before {
  content: "\ef56";
}
.nc-icon-outline.users-2_voice-record:before {
  content: "\ef57";
}
.nc-icon-outline.users-2_wc:before {
  content: "\ef58";
}
.nc-icon-outline.users-2_woman-down:before {
  content: "\ef59";
}
.nc-icon-outline.users-2_woman-up:before {
  content: "\ef5a";
}
.nc-icon-outline.users-2_woman:before {
  content: "\ef5b";
}
.nc-icon-outline.shopping_award:before {
  content: "\ea3e";
}
.nc-icon-outline.shopping_bag-09:before {
  content: "\ea3f";
}
.nc-icon-outline.shopping_bag-16:before {
  content: "\ea40";
}
.nc-icon-outline.shopping_bag-17:before {
  content: "\ea41";
}
.nc-icon-outline.shopping_bag-20:before {
  content: "\ea42";
}
.nc-icon-outline.shopping_bag-add-18:before {
  content: "\ea43";
}
.nc-icon-outline.shopping_bag-add-21:before {
  content: "\ea44";
}
.nc-icon-outline.shopping_bag-edit:before {
  content: "\ea45";
}
.nc-icon-outline.shopping_bag-remove-19:before {
  content: "\ea46";
}
.nc-icon-outline.shopping_bag-remove-22:before {
  content: "\ea47";
}
.nc-icon-outline.shopping_barcode-scan:before {
  content: "\ea48";
}
.nc-icon-outline.shopping_barcode:before {
  content: "\ea49";
}
.nc-icon-outline.shopping_bardcode-qr:before {
  content: "\ea4a";
}
.nc-icon-outline.shopping_basket-add:before {
  content: "\ea4b";
}
.nc-icon-outline.shopping_basket-edit:before {
  content: "\ea4c";
}
.nc-icon-outline.shopping_basket-remove:before {
  content: "\ea4d";
}
.nc-icon-outline.shopping_basket-simple-add:before {
  content: "\ea4e";
}
.nc-icon-outline.shopping_basket-simple-remove:before {
  content: "\ea4f";
}
.nc-icon-outline.shopping_basket-simple:before {
  content: "\ea50";
}
.nc-icon-outline.shopping_basket:before {
  content: "\ea51";
}
.nc-icon-outline.shopping_bitcoin:before {
  content: "\ea52";
}
.nc-icon-outline.shopping_board:before {
  content: "\ea53";
}
.nc-icon-outline.shopping_box-3d-50:before {
  content: "\ea54";
}
.nc-icon-outline.shopping_box-3d-67:before {
  content: "\ea55";
}
.nc-icon-outline.shopping_box-ribbon:before {
  content: "\ea56";
}
.nc-icon-outline.shopping_box:before {
  content: "\ea57";
}
.nc-icon-outline.shopping_cart-add:before {
  content: "\ea58";
}
.nc-icon-outline.shopping_cart-modern-add:before {
  content: "\ea59";
}
.nc-icon-outline.shopping_cart-modern-in:before {
  content: "\ea5a";
}
.nc-icon-outline.shopping_cart-modern-remove:before {
  content: "\ea5b";
}
.nc-icon-outline.shopping_cart-modern:before {
  content: "\ea5c";
}
.nc-icon-outline.shopping_cart-remove:before {
  content: "\ea5d";
}
.nc-icon-outline.shopping_cart-simple-add:before {
  content: "\ea5e";
}
.nc-icon-outline.shopping_cart-simple-in:before {
  content: "\ea5f";
}
.nc-icon-outline.shopping_cart-simple-remove:before {
  content: "\ea60";
}
.nc-icon-outline.shopping_cart-simple:before {
  content: "\ea61";
}
.nc-icon-outline.shopping_cart:before {
  content: "\ea62";
}
.nc-icon-outline.shopping_cash-register:before {
  content: "\ea63";
}
.nc-icon-outline.shopping_chart:before {
  content: "\ea64";
}
.nc-icon-outline.shopping_credit-card-in:before {
  content: "\ea65";
}
.nc-icon-outline.shopping_credit-card:before {
  content: "\ea66";
}
.nc-icon-outline.shopping_credit-locked:before {
  content: "\ea67";
}
.nc-icon-outline.shopping_delivery-fast:before {
  content: "\ea68";
}
.nc-icon-outline.shopping_delivery-time:before {
  content: "\ea69";
}
.nc-icon-outline.shopping_delivery-track:before {
  content: "\ea6a";
}
.nc-icon-outline.shopping_delivery:before {
  content: "\ea6b";
}
.nc-icon-outline.shopping_discount:before {
  content: "\ea6c";
}
.nc-icon-outline.shopping_gift:before {
  content: "\ea6d";
}
.nc-icon-outline.shopping_hand-card:before {
  content: "\ea6e";
}
.nc-icon-outline.shopping_list:before {
  content: "\ea6f";
}
.nc-icon-outline.shopping_mobile-card:before {
  content: "\ea70";
}
.nc-icon-outline.shopping_mobile-cart:before {
  content: "\ea71";
}
.nc-icon-outline.shopping_mobile-touch:before {
  content: "\ea72";
}
.nc-icon-outline.shopping_newsletter:before {
  content: "\ea73";
}
.nc-icon-outline.shopping_pos:before {
  content: "\ea74";
}
.nc-icon-outline.shopping_receipt-list-42:before {
  content: "\ea75";
}
.nc-icon-outline.shopping_receipt-list-43:before {
  content: "\ea76";
}
.nc-icon-outline.shopping_receipt:before {
  content: "\ea77";
}
.nc-icon-outline.shopping_shop-location:before {
  content: "\ea78";
}
.nc-icon-outline.shopping_shop:before {
  content: "\ea79";
}
.nc-icon-outline.shopping_stock:before {
  content: "\ea7a";
}
.nc-icon-outline.shopping_tag-content:before {
  content: "\ea7b";
}
.nc-icon-outline.shopping_tag-cut:before {
  content: "\ea7c";
}
.nc-icon-outline.shopping_tag-line:before {
  content: "\ea7d";
}
.nc-icon-outline.shopping_tag-sale:before {
  content: "\ea7e";
}
.nc-icon-outline.shopping_tag:before {
  content: "\ea7f";
}
.nc-icon-outline.shopping_wallet:before {
  content: "\ea80";
}
.nc-icon-outline.arrows-1_back-78:before {
  content: "\ea81";
}
.nc-icon-outline.arrows-1_back-80:before {
  content: "\ea82";
}
.nc-icon-outline.arrows-1_bold-direction:before {
  content: "\ea83";
}
.nc-icon-outline.arrows-1_bold-down:before {
  content: "\ea84";
}
.nc-icon-outline.arrows-1_bold-left:before {
  content: "\ea85";
}
.nc-icon-outline.arrows-1_bold-right:before {
  content: "\ea86";
}
.nc-icon-outline.arrows-1_bold-up:before {
  content: "\ea87";
}
.nc-icon-outline.arrows-1_circle-down-12:before {
  content: "\ea88";
}
.nc-icon-outline.arrows-1_circle-down-40:before {
  content: "\ea89";
}
.nc-icon-outline.arrows-1_circle-left-10:before {
  content: "\ea8a";
}
.nc-icon-outline.arrows-1_circle-left-38:before {
  content: "\ea8b";
}
.nc-icon-outline.arrows-1_circle-right-09:before {
  content: "\ea8c";
}
.nc-icon-outline.arrows-1_circle-right-37:before {
  content: "\ea8d";
}
.nc-icon-outline.arrows-1_circle-up-11:before {
  content: "\ea8e";
}
.nc-icon-outline.arrows-1_circle-up-39:before {
  content: "\ea8f";
}
.nc-icon-outline.arrows-1_cloud-download-93:before {
  content: "\ea90";
}
.nc-icon-outline.arrows-1_cloud-download-95:before {
  content: "\ea91";
}
.nc-icon-outline.arrows-1_cloud-upload-94:before {
  content: "\ea92";
}
.nc-icon-outline.arrows-1_cloud-upload-96:before {
  content: "\ea93";
}
.nc-icon-outline.arrows-1_curved-next:before {
  content: "\ea94";
}
.nc-icon-outline.arrows-1_curved-previous:before {
  content: "\ea95";
}
.nc-icon-outline.arrows-1_direction-53:before {
  content: "\ea96";
}
.nc-icon-outline.arrows-1_direction-56:before {
  content: "\ea97";
}
.nc-icon-outline.arrows-1_double-left:before {
  content: "\ea98";
}
.nc-icon-outline.arrows-1_double-right:before {
  content: "\ea99";
}
.nc-icon-outline.arrows-1_download:before {
  content: "\ea9a";
}
.nc-icon-outline.arrows-1_enlarge-diagonal-43:before {
  content: "\ea9b";
}
.nc-icon-outline.arrows-1_enlarge-diagonal-44:before {
  content: "\ea9c";
}
.nc-icon-outline.arrows-1_enlarge-horizontal:before {
  content: "\ea9d";
}
.nc-icon-outline.arrows-1_enlarge-vertical:before {
  content: "\ea9e";
}
.nc-icon-outline.arrows-1_fit-horizontal:before {
  content: "\ea9f";
}
.nc-icon-outline.arrows-1_fit-vertical:before {
  content: "\eaa0";
}
.nc-icon-outline.arrows-1_fullscreen-70:before {
  content: "\eaa1";
}
.nc-icon-outline.arrows-1_fullscreen-71:before {
  content: "\eaa2";
}
.nc-icon-outline.arrows-1_fullscreen-76:before {
  content: "\eaa3";
}
.nc-icon-outline.arrows-1_fullscreen-77:before {
  content: "\eaa4";
}
.nc-icon-outline.arrows-1_fullscreen-double-74:before {
  content: "\eaa5";
}
.nc-icon-outline.arrows-1_fullscreen-double-75:before {
  content: "\eaa6";
}
.nc-icon-outline.arrows-1_fullscreen-split-72:before {
  content: "\eaa7";
}
.nc-icon-outline.arrows-1_fullscreen-split-73:before {
  content: "\eaa8";
}
.nc-icon-outline.arrows-1_log-in:before {
  content: "\eaa9";
}
.nc-icon-outline.arrows-1_log-out:before {
  content: "\eaaa";
}
.nc-icon-outline.arrows-1_loop-82:before {
  content: "\eaab";
}
.nc-icon-outline.arrows-1_loop-83:before {
  content: "\eaac";
}
.nc-icon-outline.arrows-1_minimal-down:before {
  content: "\eaad";
}
.nc-icon-outline.arrows-1_minimal-left:before {
  content: "\eaae";
}
.nc-icon-outline.arrows-1_minimal-right:before {
  content: "\eaaf";
}
.nc-icon-outline.arrows-1_minimal-up:before {
  content: "\eab0";
}
.nc-icon-outline.arrows-1_redo-79:before {
  content: "\eab1";
}
.nc-icon-outline.arrows-1_redo-81:before {
  content: "\eab2";
}
.nc-icon-outline.arrows-1_refresh-68:before {
  content: "\eab3";
}
.nc-icon-outline.arrows-1_refresh-69:before {
  content: "\eab4";
}
.nc-icon-outline.arrows-1_round-down:before {
  content: "\eab5";
}
.nc-icon-outline.arrows-1_round-left:before {
  content: "\eab6";
}
.nc-icon-outline.arrows-1_round-right:before {
  content: "\eab7";
}
.nc-icon-outline.arrows-1_round-up:before {
  content: "\eab8";
}
.nc-icon-outline.arrows-1_share-66:before {
  content: "\eab9";
}
.nc-icon-outline.arrows-1_share-91:before {
  content: "\eaba";
}
.nc-icon-outline.arrows-1_share-92:before {
  content: "\eabb";
}
.nc-icon-outline.arrows-1_shuffle-97:before {
  content: "\eabc";
}
.nc-icon-outline.arrows-1_shuffle-98:before {
  content: "\eabd";
}
.nc-icon-outline.arrows-1_simple-down:before {
  content: "\eabe";
}
.nc-icon-outline.arrows-1_simple-left:before {
  content: "\eabf";
}
.nc-icon-outline.arrows-1_simple-right:before {
  content: "\eac0";
}
.nc-icon-outline.arrows-1_simple-up:before {
  content: "\eac1";
}
.nc-icon-outline.arrows-1_small-triangle-down:before {
  content: "\eac2";
}
.nc-icon-outline.arrows-1_small-triangle-left:before {
  content: "\eac3";
}
.nc-icon-outline.arrows-1_small-triangle-right:before {
  content: "\eac4";
}
.nc-icon-outline.arrows-1_small-triangle-up:before {
  content: "\eac5";
}
.nc-icon-outline.arrows-1_square-down:before {
  content: "\eac6";
}
.nc-icon-outline.arrows-1_square-left:before {
  content: "\eac7";
}
.nc-icon-outline.arrows-1_square-right:before {
  content: "\eac8";
}
.nc-icon-outline.arrows-1_square-up:before {
  content: "\eac9";
}
.nc-icon-outline.arrows-1_strong-down:before {
  content: "\eaca";
}
.nc-icon-outline.arrows-1_strong-left:before {
  content: "\eacb";
}
.nc-icon-outline.arrows-1_strong-right:before {
  content: "\eacc";
}
.nc-icon-outline.arrows-1_strong-up:before {
  content: "\eacd";
}
.nc-icon-outline.arrows-1_tail-down:before {
  content: "\eace";
}
.nc-icon-outline.arrows-1_tail-left:before {
  content: "\eacf";
}
.nc-icon-outline.arrows-1_tail-right:before {
  content: "\ead0";
}
.nc-icon-outline.arrows-1_tail-triangle-down:before {
  content: "\ead1";
}
.nc-icon-outline.arrows-1_tail-triangle-left:before {
  content: "\ead2";
}
.nc-icon-outline.arrows-1_tail-triangle-right:before {
  content: "\ead3";
}
.nc-icon-outline.arrows-1_tail-triangle-up:before {
  content: "\ead4";
}
.nc-icon-outline.arrows-1_tail-up:before {
  content: "\ead5";
}
.nc-icon-outline.arrows-1_trend-down:before {
  content: "\ead6";
}
.nc-icon-outline.arrows-1_trend-up:before {
  content: "\ead7";
}
.nc-icon-outline.arrows-1_triangle-down-20:before {
  content: "\ead8";
}
.nc-icon-outline.arrows-1_triangle-down-65:before {
  content: "\ead9";
}
.nc-icon-outline.arrows-1_triangle-left-18:before {
  content: "\eada";
}
.nc-icon-outline.arrows-1_triangle-left-63:before {
  content: "\eadb";
}
.nc-icon-outline.arrows-1_triangle-right-17:before {
  content: "\eadc";
}
.nc-icon-outline.arrows-1_triangle-right-62:before {
  content: "\eadd";
}
.nc-icon-outline.arrows-1_triangle-up-19:before {
  content: "\eade";
}
.nc-icon-outline.arrows-1_triangle-up-64:before {
  content: "\eadf";
}
.nc-icon-outline.arrows-1_window-zoom-in:before {
  content: "\eae0";
}
.nc-icon-outline.arrows-1_window-zoom-out:before {
  content: "\eae1";
}
.nc-icon-outline.arrows-1_zoom-88:before {
  content: "\eae2";
}
.nc-icon-outline.arrows-1_zoom-99:before {
  content: "\eae3";
}
.nc-icon-outline.arrows-1_zoom-100:before {
  content: "\eae4";
}
.nc-icon-outline.arrows-2_block-down:before {
  content: "\eae5";
}
.nc-icon-outline.arrows-2_block-left:before {
  content: "\eae6";
}
.nc-icon-outline.arrows-2_block-right:before {
  content: "\eae7";
}
.nc-icon-outline.arrows-2_block-up:before {
  content: "\eae8";
}
.nc-icon-outline.arrows-2_circle-in:before {
  content: "\eae9";
}
.nc-icon-outline.arrows-2_circle-out:before {
  content: "\eaea";
}
.nc-icon-outline.arrows-2_circuit-round:before {
  content: "\eaeb";
}
.nc-icon-outline.arrows-2_circuit:before {
  content: "\eaec";
}
.nc-icon-outline.arrows-2_computer-upload:before {
  content: "\eaed";
}
.nc-icon-outline.arrows-2_conversion:before {
  content: "\eaee";
}
.nc-icon-outline.arrows-2_corner-down-round:before {
  content: "\eaef";
}
.nc-icon-outline.arrows-2_corner-down:before {
  content: "\eaf0";
}
.nc-icon-outline.arrows-2_corner-left-down:before {
  content: "\eaf1";
}
.nc-icon-outline.arrows-2_corner-left-round:before {
  content: "\eaf2";
}
.nc-icon-outline.arrows-2_corner-left:before {
  content: "\eaf3";
}
.nc-icon-outline.arrows-2_corner-right-down:before {
  content: "\eaf4";
}
.nc-icon-outline.arrows-2_corner-right-round:before {
  content: "\eaf5";
}
.nc-icon-outline.arrows-2_corner-right:before {
  content: "\eaf6";
}
.nc-icon-outline.arrows-2_corner-up-left:before {
  content: "\eaf7";
}
.nc-icon-outline.arrows-2_corner-up-right:before {
  content: "\eaf8";
}
.nc-icon-outline.arrows-2_corner-up-round:before {
  content: "\eaf9";
}
.nc-icon-outline.arrows-2_corner-up:before {
  content: "\eafa";
}
.nc-icon-outline.arrows-2_cross-down:before {
  content: "\eafb";
}
.nc-icon-outline.arrows-2_cross-horizontal:before {
  content: "\eafc";
}
.nc-icon-outline.arrows-2_cross-left:before {
  content: "\eafd";
}
.nc-icon-outline.arrows-2_cross-right:before {
  content: "\eafe";
}
.nc-icon-outline.arrows-2_cross-up:before {
  content: "\eaff";
}
.nc-icon-outline.arrows-2_cross-vertical:before {
  content: "\eb00";
}
.nc-icon-outline.arrows-2_curve-circuit:before {
  content: "\eb01";
}
.nc-icon-outline.arrows-2_curve-directions:before {
  content: "\eb02";
}
.nc-icon-outline.arrows-2_curve-split:before {
  content: "\eb03";
}
.nc-icon-outline.arrows-2_delete-49:before {
  content: "\eb04";
}
.nc-icon-outline.arrows-2_delete-50:before {
  content: "\eb05";
}
.nc-icon-outline.arrows-2_direction:before {
  content: "\eb06";
}
.nc-icon-outline.arrows-2_dots-download:before {
  content: "\eb07";
}
.nc-icon-outline.arrows-2_dots-upload:before {
  content: "\eb08";
}
.nc-icon-outline.arrows-2_eject:before {
  content: "\eb09";
}
.nc-icon-outline.arrows-2_enlarge-circle:before {
  content: "\eb0a";
}
.nc-icon-outline.arrows-2_file-download-87:before {
  content: "\eb0b";
}
.nc-icon-outline.arrows-2_file-download-89:before {
  content: "\eb0c";
}
.nc-icon-outline.arrows-2_file-download-94:before {
  content: "\eb0d";
}
.nc-icon-outline.arrows-2_file-upload-86:before {
  content: "\eb0e";
}
.nc-icon-outline.arrows-2_file-upload-88:before {
  content: "\eb0f";
}
.nc-icon-outline.arrows-2_file-upload-93:before {
  content: "\eb10";
}
.nc-icon-outline.arrows-2_fork-round:before {
  content: "\eb11";
}
.nc-icon-outline.arrows-2_fork:before {
  content: "\eb12";
}
.nc-icon-outline.arrows-2_hit-down:before {
  content: "\eb13";
}
.nc-icon-outline.arrows-2_hit-left:before {
  content: "\eb14";
}
.nc-icon-outline.arrows-2_hit-right:before {
  content: "\eb15";
}
.nc-icon-outline.arrows-2_hit-up:before {
  content: "\eb16";
}
.nc-icon-outline.arrows-2_lines:before {
  content: "\eb17";
}
.nc-icon-outline.arrows-2_log-out:before {
  content: "\eb18";
}
.nc-icon-outline.arrows-2_loop:before {
  content: "\eb19";
}
.nc-icon-outline.arrows-2_merge-round:before {
  content: "\eb1a";
}
.nc-icon-outline.arrows-2_merge:before {
  content: "\eb1b";
}
.nc-icon-outline.arrows-2_move-05:before {
  content: "\eb1c";
}
.nc-icon-outline.arrows-2_move-06:before {
  content: "\eb1d";
}
.nc-icon-outline.arrows-2_move-92:before {
  content: "\eb1e";
}
.nc-icon-outline.arrows-2_move-down-right:before {
  content: "\eb1f";
}
.nc-icon-outline.arrows-2_move-down:before {
  content: "\eb20";
}
.nc-icon-outline.arrows-2_move-left:before {
  content: "\eb21";
}
.nc-icon-outline.arrows-2_move-right:before {
  content: "\eb22";
}
.nc-icon-outline.arrows-2_move-up-left:before {
  content: "\eb23";
}
.nc-icon-outline.arrows-2_move-up:before {
  content: "\eb24";
}
.nc-icon-outline.arrows-2_push-next:before {
  content: "\eb25";
}
.nc-icon-outline.arrows-2_push-previous:before {
  content: "\eb26";
}
.nc-icon-outline.arrows-2_reload:before {
  content: "\eb27";
}
.nc-icon-outline.arrows-2_replay:before {
  content: "\ee16";
}
.nc-icon-outline.arrows-2_rotate-left:before {
  content: "\ee17";
}
.nc-icon-outline.arrows-2_rotate-right:before {
  content: "\ee18";
}
.nc-icon-outline.arrows-2_round-left-down:before {
  content: "\ee19";
}
.nc-icon-outline.arrows-2_round-right-down:before {
  content: "\ee1a";
}
.nc-icon-outline.arrows-2_round-up-left:before {
  content: "\ee1b";
}
.nc-icon-outline.arrows-2_round-up-right:before {
  content: "\ee1c";
}
.nc-icon-outline.arrows-2_select-83:before {
  content: "\ee1d";
}
.nc-icon-outline.arrows-2_select-84:before {
  content: "\ee1e";
}
.nc-icon-outline.arrows-2_separate-round:before {
  content: "\ee1f";
}
.nc-icon-outline.arrows-2_separate:before {
  content: "\ee20";
}
.nc-icon-outline.arrows-2_share-left:before {
  content: "\ee21";
}
.nc-icon-outline.arrows-2_share-right:before {
  content: "\ee22";
}
.nc-icon-outline.arrows-2_skew-down:before {
  content: "\ee23";
}
.nc-icon-outline.arrows-2_skew-left:before {
  content: "\ee24";
}
.nc-icon-outline.arrows-2_skew-right:before {
  content: "\ee25";
}
.nc-icon-outline.arrows-2_skew-up:before {
  content: "\ee26";
}
.nc-icon-outline.arrows-2_small-left:before {
  content: "\ee27";
}
.nc-icon-outline.arrows-2_small-right:before {
  content: "\ee28";
}
.nc-icon-outline.arrows-2_split-horizontal:before {
  content: "\ee29";
}
.nc-icon-outline.arrows-2_split-round:before {
  content: "\ee2a";
}
.nc-icon-outline.arrows-2_split-vertical:before {
  content: "\ee2b";
}
.nc-icon-outline.arrows-2_split:before {
  content: "\ee2c";
}
.nc-icon-outline.arrows-2_square-download:before {
  content: "\ee2d";
}
.nc-icon-outline.arrows-2_square-upload:before {
  content: "\ee2e";
}
.nc-icon-outline.arrows-2_time:before {
  content: "\ee2f";
}
.nc-icon-outline.arrows-2_triangle-down:before {
  content: "\ee30";
}
.nc-icon-outline.arrows-2_triangle-left:before {
  content: "\ee31";
}
.nc-icon-outline.arrows-2_triangle-right:before {
  content: "\ee32";
}
.nc-icon-outline.arrows-2_triangle-up:before {
  content: "\ee33";
}
.nc-icon-outline.arrows-2_unite-round:before {
  content: "\ee34";
}
.nc-icon-outline.arrows-2_unite:before {
  content: "\ee35";
}
.nc-icon-outline.arrows-2_zoom:before {
  content: "\ee36";
}
.nc-icon-outline.arrows-3_circle-down:before {
  content: "\ee37";
}
.nc-icon-outline.arrows-3_circle-left:before {
  content: "\ee38";
}
.nc-icon-outline.arrows-3_circle-right:before {
  content: "\ee39";
}
.nc-icon-outline.arrows-3_circle-simple-down:before {
  content: "\ee3a";
}
.nc-icon-outline.arrows-3_circle-simple-left:before {
  content: "\ee3b";
}
.nc-icon-outline.arrows-3_circle-simple-right:before {
  content: "\ee3c";
}
.nc-icon-outline.arrows-3_circle-simple-up:before {
  content: "\ee3d";
}
.nc-icon-outline.arrows-3_circle-up:before {
  content: "\ee3e";
}
.nc-icon-outline.arrows-3_cloud-refresh:before {
  content: "\ee3f";
}
.nc-icon-outline.arrows-3_separate:before {
  content: "\ee40";
}
.nc-icon-outline.arrows-3_small-down:before {
  content: "\ee41";
}
.nc-icon-outline.arrows-3_small-up:before {
  content: "\ee42";
}
.nc-icon-outline.arrows-3_square-corner-down-left:before {
  content: "\ee43";
}
.nc-icon-outline.arrows-3_square-corner-down-right:before {
  content: "\ee44";
}
.nc-icon-outline.arrows-3_square-corner-up-left:before {
  content: "\ee45";
}
.nc-icon-outline.arrows-3_square-corner-up-right:before {
  content: "\ee46";
}
.nc-icon-outline.arrows-3_square-down-06:before {
  content: "\ee47";
}
.nc-icon-outline.arrows-3_square-down-22:before {
  content: "\ee48";
}
.nc-icon-outline.arrows-3_square-enlarge:before {
  content: "\ee49";
}
.nc-icon-outline.arrows-3_square-left-04:before {
  content: "\ee4a";
}
.nc-icon-outline.arrows-3_square-left-20:before {
  content: "\ee4b";
}
.nc-icon-outline.arrows-3_square-right-03:before {
  content: "\ee4c";
}
.nc-icon-outline.arrows-3_square-right-19:before {
  content: "\ee4d";
}
.nc-icon-outline.arrows-3_square-simple-down:before {
  content: "\ee4e";
}
.nc-icon-outline.arrows-3_square-simple-left:before {
  content: "\ee4f";
}
.nc-icon-outline.arrows-3_square-simple-right:before {
  content: "\ee50";
}
.nc-icon-outline.arrows-3_square-simple-up:before {
  content: "\ee51";
}
.nc-icon-outline.arrows-3_square-up-05:before {
  content: "\ee52";
}
.nc-icon-outline.arrows-3_square-up-21:before {
  content: "\ee53";
}
.nc-icon-outline.arrows-3_square-zoom:before {
  content: "\ee54";
}
.nc-icon-outline.arrows-3_super-bold-down:before {
  content: "\ee55";
}
.nc-icon-outline.arrows-3_super-bold-left:before {
  content: "\ee56";
}
.nc-icon-outline.arrows-3_super-bold-right:before {
  content: "\ee57";
}
.nc-icon-outline.arrows-3_super-bold-up:before {
  content: "\ee58";
}
.nc-icon-outline.arrows-4_block-bottom-left:before {
  content: "\ee59";
}
.nc-icon-outline.arrows-4_block-bottom-right:before {
  content: "\ee5a";
}
.nc-icon-outline.arrows-4_block-top-left:before {
  content: "\ee5b";
}
.nc-icon-outline.arrows-4_block-top-right:before {
  content: "\ee5c";
}
.nc-icon-outline.arrows-4_centralize:before {
  content: "\ee5d";
}
.nc-icon-outline.arrows-4_compare:before {
  content: "\ee5e";
}
.nc-icon-outline.arrows-4_contrast:before {
  content: "\ee5f";
}
.nc-icon-outline.arrows-4_cross:before {
  content: "\ee60";
}
.nc-icon-outline.arrows-4_diag-bottom-left:before {
  content: "\ee61";
}
.nc-icon-outline.arrows-4_diag-bottom-right:before {
  content: "\ee62";
}
.nc-icon-outline.arrows-4_diag-top-left:before {
  content: "\ee63";
}
.nc-icon-outline.arrows-4_diag-top-right:before {
  content: "\ee64";
}
.nc-icon-outline.arrows-4_disperse:before {
  content: "\ee65";
}
.nc-icon-outline.arrows-4_download:before {
  content: "\ee66";
}
.nc-icon-outline.arrows-4_enlarge-45:before {
  content: "\ee67";
}
.nc-icon-outline.arrows-4_enlarge-46:before {
  content: "\ee68";
}
.nc-icon-outline.arrows-4_export:before {
  content: "\ee69";
}
.nc-icon-outline.arrows-4_format-left:before {
  content: "\ee6a";
}
.nc-icon-outline.arrows-4_format-right:before {
  content: "\ee6b";
}
.nc-icon-outline.arrows-4_input-12:before {
  content: "\ee6c";
}
.nc-icon-outline.arrows-4_input-21:before {
  content: "\ee6d";
}
.nc-icon-outline.arrows-4_invert:before {
  content: "\ee6e";
}
.nc-icon-outline.arrows-4_launch-11:before {
  content: "\ee6f";
}
.nc-icon-outline.arrows-4_launch-47:before {
  content: "\ee70";
}
.nc-icon-outline.arrows-4_logout:before {
  content: "\ee71";
}
.nc-icon-outline.arrows-4_loop-30:before {
  content: "\ee72";
}
.nc-icon-outline.arrows-4_loop-34:before {
  content: "\ee73";
}
.nc-icon-outline.arrows-4_merge:before {
  content: "\ee74";
}
.nc-icon-outline.arrows-4_open-in-browser:before {
  content: "\ee75";
}
.nc-icon-outline.arrows-4_priority-high:before {
  content: "\ee76";
}
.nc-icon-outline.arrows-4_priority-low:before {
  content: "\ee77";
}
.nc-icon-outline.arrows-4_redo-10:before {
  content: "\ee78";
}
.nc-icon-outline.arrows-4_redo-26:before {
  content: "\ee79";
}
.nc-icon-outline.arrows-4_reply-all:before {
  content: "\ee7a";
}
.nc-icon-outline.arrows-4_reply:before {
  content: "\ee7b";
}
.nc-icon-outline.arrows-4_restore:before {
  content: "\ee7c";
}
.nc-icon-outline.arrows-4_share:before {
  content: "\ee7d";
}
.nc-icon-outline.arrows-4_shuffle-01:before {
  content: "\ee7e";
}
.nc-icon-outline.arrows-4_shuffle-35:before {
  content: "\ee7f";
}
.nc-icon-outline.arrows-4_split-33:before {
  content: "\ee80";
}
.nc-icon-outline.arrows-4_split-37:before {
  content: "\ee81";
}
.nc-icon-outline.arrows-4_stre-down:before {
  content: "\ee82";
}
.nc-icon-outline.arrows-4_stre-left:before {
  content: "\ee83";
}
.nc-icon-outline.arrows-4_stre-right:before {
  content: "\ee84";
}
.nc-icon-outline.arrows-4_stre-up:before {
  content: "\ee85";
}
.nc-icon-outline.arrows-4_swap-horizontal:before {
  content: "\ee86";
}
.nc-icon-outline.arrows-4_swap-vertical:before {
  content: "\ee87";
}
.nc-icon-outline.arrows-4_system-update:before {
  content: "\ee88";
}
.nc-icon-outline.arrows-4_undo-25:before {
  content: "\ee89";
}
.nc-icon-outline.arrows-4_undo-29:before {
  content: "\ee8a";
}
.nc-icon-outline.arrows-4_upload:before {
  content: "\ee8b";
}
.nc-icon-outline.files-2_ai-illustrator:before {
  content: "\e947";
}
.nc-icon-outline.files-2_avi:before {
  content: "\e948";
}
.nc-icon-outline.files-2_css:before {
  content: "\e949";
}
.nc-icon-outline.files-2_csv:before {
  content: "\e94a";
}
.nc-icon-outline.files-2_doc:before {
  content: "\e94b";
}
.nc-icon-outline.files-2_docx:before {
  content: "\e94c";
}
.nc-icon-outline.files-2_epub:before {
  content: "\e94d";
}
.nc-icon-outline.files-2_exe:before {
  content: "\e94e";
}
.nc-icon-outline.files-2_font:before {
  content: "\e94f";
}
.nc-icon-outline.files-2_gif:before {
  content: "\e950";
}
.nc-icon-outline.files-2_html:before {
  content: "\e951";
}
.nc-icon-outline.files-2_jpg-jpeg:before {
  content: "\e952";
}
.nc-icon-outline.files-2_js-javascript-jquery:before {
  content: "\e953";
}
.nc-icon-outline.files-3_mov:before {
  content: "\e954";
}
.nc-icon-outline.files-3_mp3:before {
  content: "\e955";
}
.nc-icon-outline.files-3_mp4:before {
  content: "\e956";
}
.nc-icon-outline.files-3_pdf:before {
  content: "\e957";
}
.nc-icon-outline.files-3_png:before {
  content: "\e958";
}
.nc-icon-outline.files-3_psd-photoshop:before {
  content: "\e959";
}
.nc-icon-outline.files-3_rar:before {
  content: "\e95a";
}
.nc-icon-outline.files-3_sketch:before {
  content: "\e95b";
}
.nc-icon-outline.files-3_svg:before {
  content: "\e95c";
}
.nc-icon-outline.files-3_txt:before {
  content: "\e95d";
}
.nc-icon-outline.files-3_wav:before {
  content: "\e95e";
}
.nc-icon-outline.files-3_zip:before {
  content: "\e95f";
}
.nc-icon-outline.design_album:before {
  content: "\e960";
}
.nc-icon-outline.design_align-bottom:before {
  content: "\e961";
}
.nc-icon-outline.design_align-center-horizontal:before {
  content: "\e962";
}
.nc-icon-outline.design_align-center-vertical:before {
  content: "\e963";
}
.nc-icon-outline.design_align-left:before {
  content: "\e964";
}
.nc-icon-outline.design_align-right:before {
  content: "\e965";
}
.nc-icon-outline.design_align-top:before {
  content: "\e966";
}
.nc-icon-outline.design_app:before {
  content: "\e967";
}
.nc-icon-outline.design_artboard:before {
  content: "\e968";
}
.nc-icon-outline.design_blend:before {
  content: "\e969";
}
.nc-icon-outline.design_book-bookmark:before {
  content: "\e96a";
}
.nc-icon-outline.design_book-open:before {
  content: "\e96b";
}
.nc-icon-outline.design_brush:before {
  content: "\e96c";
}
.nc-icon-outline.design_bug:before {
  content: "\e96d";
}
.nc-icon-outline.design_bullet-list-67:before {
  content: "\e96e";
}
.nc-icon-outline.design_bullet-list-68:before {
  content: "\e96f";
}
.nc-icon-outline.design_bullet-list-69:before {
  content: "\e970";
}
.nc-icon-outline.design_bullet-list-70:before {
  content: "\e971";
}
.nc-icon-outline.design_clone:before {
  content: "\e972";
}
.nc-icon-outline.design_code-editor:before {
  content: "\e973";
}
.nc-icon-outline.design_code:before {
  content: "\e974";
}
.nc-icon-outline.design_collection:before {
  content: "\e975";
}
.nc-icon-outline.design_command:before {
  content: "\e976";
}
.nc-icon-outline.design_compass:before {
  content: "\e977";
}
.nc-icon-outline.design_contrast:before {
  content: "\e978";
}
.nc-icon-outline.design_copy:before {
  content: "\e979";
}
.nc-icon-outline.design_crop:before {
  content: "\e97a";
}
.nc-icon-outline.design_cursor-48:before {
  content: "\e97b";
}
.nc-icon-outline.design_cursor-49:before {
  content: "\e97c";
}
.nc-icon-outline.design_design-dev:before {
  content: "\e97d";
}
.nc-icon-outline.design_design:before {
  content: "\e97e";
}
.nc-icon-outline.design_distribute-horizontal:before {
  content: "\e97f";
}
.nc-icon-outline.design_distribute-vertical:before {
  content: "\e980";
}
.nc-icon-outline.design_drag:before {
  content: "\e981";
}
.nc-icon-outline.design_eraser-32:before {
  content: "\e982";
}
.nc-icon-outline.design_eraser-33:before {
  content: "\e983";
}
.nc-icon-outline.design_eraser-46:before {
  content: "\e984";
}
.nc-icon-outline.design_flip-horizontal:before {
  content: "\e985";
}
.nc-icon-outline.design_flip-vertical:before {
  content: "\e986";
}
.nc-icon-outline.design_image:before {
  content: "\e987";
}
.nc-icon-outline.design_magnet:before {
  content: "\e988";
}
.nc-icon-outline.design_marker:before {
  content: "\e989";
}
.nc-icon-outline.design_measure-02:before {
  content: "\e98a";
}
.nc-icon-outline.design_measure-17:before {
  content: "\e98b";
}
.nc-icon-outline.design_measure-big:before {
  content: "\e98c";
}
.nc-icon-outline.design_mobile-design:before {
  content: "\e98d";
}
.nc-icon-outline.design_mobile-dev:before {
  content: "\e98e";
}
.nc-icon-outline.design_mouse-08:before {
  content: "\e98f";
}
.nc-icon-outline.design_mouse-09:before {
  content: "\e990";
}
.nc-icon-outline.design_mouse-10:before {
  content: "\e991";
}
.nc-icon-outline.design_newsletter-dev:before {
  content: "\e992";
}
.nc-icon-outline.design_note-code:before {
  content: "\e993";
}
.nc-icon-outline.design_paint-16:before {
  content: "\e994";
}
.nc-icon-outline.design_paint-37:before {
  content: "\e995";
}
.nc-icon-outline.design_paint-38:before {
  content: "\e996";
}
.nc-icon-outline.design_paint-bucket-39:before {
  content: "\e997";
}
.nc-icon-outline.design_paint-bucket-40:before {
  content: "\e998";
}
.nc-icon-outline.design_palette:before {
  content: "\e999";
}
.nc-icon-outline.design_pantone:before {
  content: "\e99a";
}
.nc-icon-outline.design_paper-design:before {
  content: "\e99b";
}
.nc-icon-outline.design_paper-dev:before {
  content: "\e99c";
}
.nc-icon-outline.design_patch-19:before {
  content: "\e99d";
}
.nc-icon-outline.design_patch-34:before {
  content: "\e99e";
}
.nc-icon-outline.design_path-exclude:before {
  content: "\e99f";
}
.nc-icon-outline.design_path-intersect:before {
  content: "\e9a0";
}
.nc-icon-outline.design_path-minus:before {
  content: "\e9a1";
}
.nc-icon-outline.design_path-unite:before {
  content: "\e9a2";
}
.nc-icon-outline.design_pen-01:before {
  content: "\e9a3";
}
.nc-icon-outline.design_pen-23:before {
  content: "\e9a4";
}
.nc-icon-outline.design_pen-tool:before {
  content: "\e9a5";
}
.nc-icon-outline.design_phone:before {
  content: "\e9a6";
}
.nc-icon-outline.design_photo-editor:before {
  content: "\e9a7";
}
.nc-icon-outline.design_responsive:before {
  content: "\e9a8";
}
.nc-icon-outline.design_scissors-dashed:before {
  content: "\e9a9";
}
.nc-icon-outline.design_scissors:before {
  content: "\e9aa";
}
.nc-icon-outline.design_shape-adjust:before {
  content: "\edcb";
}
.nc-icon-outline.design_shape-circle:before {
  content: "\edcc";
}
.nc-icon-outline.design_shape-polygon:before {
  content: "\edcd";
}
.nc-icon-outline.design_shape-square:before {
  content: "\edce";
}
.nc-icon-outline.design_shape-triangle:before {
  content: "\edcf";
}
.nc-icon-outline.design_shapes:before {
  content: "\edd0";
}
.nc-icon-outline.design_sharpener:before {
  content: "\edd1";
}
.nc-icon-outline.design_slice:before {
  content: "\edd2";
}
.nc-icon-outline.design_spray:before {
  content: "\edd3";
}
.nc-icon-outline.design_stamp:before {
  content: "\edd4";
}
.nc-icon-outline.design_tablet-mobile:before {
  content: "\edd5";
}
.nc-icon-outline.design_tablet:before {
  content: "\edd6";
}
.nc-icon-outline.design_text:before {
  content: "\edd7";
}
.nc-icon-outline.design_todo:before {
  content: "\edd8";
}
.nc-icon-outline.design_usb:before {
  content: "\edd9";
}
.nc-icon-outline.design_vector:before {
  content: "\edda";
}
.nc-icon-outline.design_wand-11:before {
  content: "\eddb";
}
.nc-icon-outline.design_wand-99:before {
  content: "\eddc";
}
.nc-icon-outline.design_watch-dev:before {
  content: "\eddd";
}
.nc-icon-outline.design_web-design:before {
  content: "\edde";
}
.nc-icon-outline.design_webpage:before {
  content: "\eddf";
}
.nc-icon-outline.design_window-code:before {
  content: "\ede0";
}
.nc-icon-outline.design_window-dev:before {
  content: "\ede1";
}
.nc-icon-outline.design_window-paragraph:before {
  content: "\ede2";
}
.nc-icon-outline.design_window-responsive:before {
  content: "\ede3";
}
.nc-icon-outline.design-2_3d-28:before {
  content: "\ede4";
}
.nc-icon-outline.design-2_3d-29:before {
  content: "\ede5";
}
.nc-icon-outline.design-2_android:before {
  content: "\ede6";
}
.nc-icon-outline.design-2_angle:before {
  content: "\ede7";
}
.nc-icon-outline.design-2_animation-14:before {
  content: "\ede8";
}
.nc-icon-outline.design-2_animation-31:before {
  content: "\ede9";
}
.nc-icon-outline.design-2_animation-32:before {
  content: "\edea";
}
.nc-icon-outline.design-2_apple:before {
  content: "\edeb";
}
.nc-icon-outline.design-2_browser-chrome:before {
  content: "\edec";
}
.nc-icon-outline.design-2_browser-edge:before {
  content: "\eded";
}
.nc-icon-outline.design-2_browser-firefox:before {
  content: "\edee";
}
.nc-icon-outline.design-2_browser-ie:before {
  content: "\edef";
}
.nc-icon-outline.design-2_browser-opera:before {
  content: "\edf0";
}
.nc-icon-outline.design-2_browser-safari:before {
  content: "\edf1";
}
.nc-icon-outline.design-2_bucket:before {
  content: "\edf2";
}
.nc-icon-outline.design-2_button:before {
  content: "\edf3";
}
.nc-icon-outline.design-2_canvas:before {
  content: "\edf4";
}
.nc-icon-outline.design-2_css3:before {
  content: "\edf5";
}
.nc-icon-outline.design-2_cursor-add:before {
  content: "\edf6";
}
.nc-icon-outline.design-2_cursor-grab:before {
  content: "\edf7";
}
.nc-icon-outline.design-2_cursor-load:before {
  content: "\edf8";
}
.nc-icon-outline.design-2_cursor-menu:before {
  content: "\edf9";
}
.nc-icon-outline.design-2_cursor-not-allowed:before {
  content: "\edfa";
}
.nc-icon-outline.design-2_cursor-pointer:before {
  content: "\edfb";
}
.nc-icon-outline.design-2_cursor-text:before {
  content: "\edfc";
}
.nc-icon-outline.design-2_divider:before {
  content: "\edfd";
}
.nc-icon-outline.design-2_filter-organization:before {
  content: "\edfe";
}
.nc-icon-outline.design-2_form:before {
  content: "\edff";
}
.nc-icon-outline.design-2_frame:before {
  content: "\ee00";
}
.nc-icon-outline.design-2_group:before {
  content: "\ee01";
}
.nc-icon-outline.design-2_html5:before {
  content: "\ee02";
}
.nc-icon-outline.design-2_image:before {
  content: "\ee03";
}
.nc-icon-outline.design-2_layers:before {
  content: "\ee04";
}
.nc-icon-outline.design-2_layout-11:before {
  content: "\ee05";
}
.nc-icon-outline.design-2_layout-25:before {
  content: "\ee06";
}
.nc-icon-outline.design-2_microsoft:before {
  content: "\ee07";
}
.nc-icon-outline.design-2_mirror:before {
  content: "\ee08";
}
.nc-icon-outline.design-2_move-down:before {
  content: "\ee09";
}
.nc-icon-outline.design-2_move-up:before {
  content: "\ee0a";
}
.nc-icon-outline.design-2_paint-brush:before {
  content: "\ee0b";
}
.nc-icon-outline.design-2_ruler-pencil:before {
  content: "\ee0c";
}
.nc-icon-outline.design-2_scale-down:before {
  content: "\ee0d";
}
.nc-icon-outline.design-2_scale-up:before {
  content: "\ee0e";
}
.nc-icon-outline.design-2_scale:before {
  content: "\ee0f";
}
.nc-icon-outline.design-2_selection:before {
  content: "\ee10";
}
.nc-icon-outline.design-2_slider:before {
  content: "\ee11";
}
.nc-icon-outline.design-2_text:before {
  content: "\ee12";
}
.nc-icon-outline.design-2_transform-origin:before {
  content: "\ee13";
}
.nc-icon-outline.design-2_transform:before {
  content: "\ee14";
}
.nc-icon-outline.design-2_ungroup:before {
  content: "\ee15";
}
.nc-icon-outline.loader_circle-04:before {
  content: "\edc7";
}
.nc-icon-outline.loader_dots-06:before {
  content: "\edc8";
}
.nc-icon-outline.loader_gear:before {
  content: "\edc9";
}
.nc-icon-outline.loader_refresh:before {
  content: "\edca";
}
.nc-icon-outline.ui-1_analytics-88:before {
  content: "\ecd6";
}
.nc-icon-outline.ui-1_analytics-89:before {
  content: "\ecd7";
}
.nc-icon-outline.ui-1_attach-86:before {
  content: "\ecd8";
}
.nc-icon-outline.ui-1_attach-87:before {
  content: "\ecd9";
}
.nc-icon-outline.ui-1_bell-53:before {
  content: "\ecda";
}
.nc-icon-outline.ui-1_bell-54:before {
  content: "\ecdb";
}
.nc-icon-outline.ui-1_bell-55:before {
  content: "\ecdc";
}
.nc-icon-outline.ui-1_bold-add:before {
  content: "\ecdd";
}
.nc-icon-outline.ui-1_bold-delete:before {
  content: "\ecde";
}
.nc-icon-outline.ui-1_bold-remove:before {
  content: "\ecdf";
}
.nc-icon-outline.ui-1_bookmark-add:before {
  content: "\ece0";
}
.nc-icon-outline.ui-1_bookmark-remove:before {
  content: "\ece1";
}
.nc-icon-outline.ui-1_calendar-57:before {
  content: "\ece2";
}
.nc-icon-outline.ui-1_calendar-60:before {
  content: "\ece3";
}
.nc-icon-outline.ui-1_calendar-check-59:before {
  content: "\ece4";
}
.nc-icon-outline.ui-1_calendar-check-62:before {
  content: "\ece5";
}
.nc-icon-outline.ui-1_calendar-grid-58:before {
  content: "\ece6";
}
.nc-icon-outline.ui-1_calendar-grid-61:before {
  content: "\ece7";
}
.nc-icon-outline.ui-1_check-bold:before {
  content: "\ece8";
}
.nc-icon-outline.ui-1_check-circle-07:before {
  content: "\ece9";
}
.nc-icon-outline.ui-1_check-circle-08:before {
  content: "\ecea";
}
.nc-icon-outline.ui-1_check-curve:before {
  content: "\eceb";
}
.nc-icon-outline.ui-1_check-simple:before {
  content: "\ecec";
}
.nc-icon-outline.ui-1_check-small:before {
  content: "\eced";
}
.nc-icon-outline.ui-1_check-square-09:before {
  content: "\ecee";
}
.nc-icon-outline.ui-1_check-square-11:before {
  content: "\ecef";
}
.nc-icon-outline.ui-1_check:before {
  content: "\ecf0";
}
.nc-icon-outline.ui-1_circle-add:before {
  content: "\ecf1";
}
.nc-icon-outline.ui-1_circle-bold-add:before {
  content: "\ecf2";
}
.nc-icon-outline.ui-1_circle-bold-remove:before {
  content: "\ecf3";
}
.nc-icon-outline.ui-1_circle-delete:before {
  content: "\ecf4";
}
.nc-icon-outline.ui-1_circle-remove:before {
  content: "\ecf5";
}
.nc-icon-outline.ui-1_dashboard-29:before {
  content: "\ecf6";
}
.nc-icon-outline.ui-1_dashboard-30:before {
  content: "\ecf7";
}
.nc-icon-outline.ui-1_dashboard-half:before {
  content: "\ecf8";
}
.nc-icon-outline.ui-1_dashboard-level:before {
  content: "\ecf9";
}
.nc-icon-outline.ui-1_database:before {
  content: "\ecfa";
}
.nc-icon-outline.ui-1_drop:before {
  content: "\ecfb";
}
.nc-icon-outline.ui-1_edit-71:before {
  content: "\ecfc";
}
.nc-icon-outline.ui-1_edit-72:before {
  content: "\ecfd";
}
.nc-icon-outline.ui-1_edit-73:before {
  content: "\ecfe";
}
.nc-icon-outline.ui-1_edit-74:before {
  content: "\ecff";
}
.nc-icon-outline.ui-1_edit-75:before {
  content: "\ed00";
}
.nc-icon-outline.ui-1_edit-76:before {
  content: "\ed01";
}
.nc-icon-outline.ui-1_edit-77:before {
  content: "\ed02";
}
.nc-icon-outline.ui-1_edit-78:before {
  content: "\ed03";
}
.nc-icon-outline.ui-1_email-83:before {
  content: "\ed04";
}
.nc-icon-outline.ui-1_email-84:before {
  content: "\ed05";
}
.nc-icon-outline.ui-1_email-85:before {
  content: "\ed06";
}
.nc-icon-outline.ui-1_eye-17:before {
  content: "\ed07";
}
.nc-icon-outline.ui-1_eye-19:before {
  content: "\ed08";
}
.nc-icon-outline.ui-1_eye-ban-18:before {
  content: "\ed09";
}
.nc-icon-outline.ui-1_eye-ban-20:before {
  content: "\ed0a";
}
.nc-icon-outline.ui-1_flame:before {
  content: "\ed0b";
}
.nc-icon-outline.ui-1_home-51:before {
  content: "\ed0c";
}
.nc-icon-outline.ui-1_home-52:before {
  content: "\ed0d";
}
.nc-icon-outline.ui-1_home-minimal:before {
  content: "\ed0e";
}
.nc-icon-outline.ui-1_home-simple:before {
  content: "\ed0f";
}
.nc-icon-outline.ui-1_leaf-80:before {
  content: "\ed10";
}
.nc-icon-outline.ui-1_leaf-81:before {
  content: "\ed11";
}
.nc-icon-outline.ui-1_leaf-edit:before {
  content: "\ed12";
}
.nc-icon-outline.ui-1_lock-circle-open:before {
  content: "\ed13";
}
.nc-icon-outline.ui-1_lock-circle:before {
  content: "\ed14";
}
.nc-icon-outline.ui-1_lock-open:before {
  content: "\ed15";
}
.nc-icon-outline.ui-1_lock:before {
  content: "\ed16";
}
.nc-icon-outline.ui-1_notification-69:before {
  content: "\ed17";
}
.nc-icon-outline.ui-1_notification-70:before {
  content: "\ed18";
}
.nc-icon-outline.ui-1_pencil:before {
  content: "\ed19";
}
.nc-icon-outline.ui-1_preferences-circle-rotate:before {
  content: "\ed1a";
}
.nc-icon-outline.ui-1_preferences-circle:before {
  content: "\ed1b";
}
.nc-icon-outline.ui-1_preferences-container-circle-rotate:before {
  content: "\ed1c";
}
.nc-icon-outline.ui-1_preferences-container-circle:before {
  content: "\ed1d";
}
.nc-icon-outline.ui-1_preferences-container-rotate:before {
  content: "\ed1e";
}
.nc-icon-outline.ui-1_preferences-container:before {
  content: "\ed1f";
}
.nc-icon-outline.ui-1_preferences-rotate:before {
  content: "\ed20";
}
.nc-icon-outline.ui-1_preferences:before {
  content: "\ed21";
}
.nc-icon-outline.ui-1_send:before {
  content: "\ed22";
}
.nc-icon-outline.ui-1_settings-gear-63:before {
  content: "\ed23";
}
.nc-icon-outline.ui-1_settings-gear-64:before {
  content: "\ed24";
}
.nc-icon-outline.ui-1_settings-gear-65:before {
  content: "\ed25";
}
.nc-icon-outline.ui-1_settings-tool-66:before {
  content: "\ed26";
}
.nc-icon-outline.ui-1_settings-tool-67:before {
  content: "\ed27";
}
.nc-icon-outline.ui-1_settings:before {
  content: "\ed28";
}
.nc-icon-outline.ui-1_simple-add:before {
  content: "\ed29";
}
.nc-icon-outline.ui-1_simple-delete:before {
  content: "\ed2a";
}
.nc-icon-outline.ui-1_simple-remove:before {
  content: "\ed2b";
}
.nc-icon-outline.ui-1_trash-round:before {
  content: "\ed2c";
}
.nc-icon-outline.ui-1_trash-simple:before {
  content: "\ed2d";
}
.nc-icon-outline.ui-1_trash:before {
  content: "\ed2e";
}
.nc-icon-outline.ui-1_ui-03:before {
  content: "\ed2f";
}
.nc-icon-outline.ui-1_ui-04:before {
  content: "\ed30";
}
.nc-icon-outline.ui-1_zoom-bold-in:before {
  content: "\ed31";
}
.nc-icon-outline.ui-1_zoom-bold-out:before {
  content: "\ed32";
}
.nc-icon-outline.ui-1_zoom-bold:before {
  content: "\ed33";
}
.nc-icon-outline.ui-1_zoom-in:before {
  content: "\ed34";
}
.nc-icon-outline.ui-1_zoom-out:before {
  content: "\ed35";
}
.nc-icon-outline.ui-1_zoom-split-in:before {
  content: "\ed36";
}
.nc-icon-outline.ui-1_zoom-split-out:before {
  content: "\ed37";
}
.nc-icon-outline.ui-1_zoom-split:before {
  content: "\ed38";
}
.nc-icon-outline.ui-1_zoom:before {
  content: "\ed39";
}
.nc-icon-outline.ui-2_alert:before {
  content: "\ed3a";
}
.nc-icon-outline.ui-2_alert-:before {
  content: "\ed3b";
}
.nc-icon-outline.ui-2_alert-circle:before {
  content: "\ed3c";
}
.nc-icon-outline.ui-2_alert-circle-:before {
  content: "\ed3d";
}
.nc-icon-outline.ui-2_alert-circle-i:before {
  content: "\ed3e";
}
.nc-icon-outline.ui-2_alert-i:before {
  content: "\ed3f";
}
.nc-icon-outline.ui-2_alert-square:before {
  content: "\ed40";
}
.nc-icon-outline.ui-2_alert-square-:before {
  content: "\ed41";
}
.nc-icon-outline.ui-2_alert-square-i:before {
  content: "\ed42";
}
.nc-icon-outline.ui-2_archive:before {
  content: "\ed43";
}
.nc-icon-outline.ui-2_ban-bold:before {
  content: "\ed44";
}
.nc-icon-outline.ui-2_ban:before {
  content: "\ed45";
}
.nc-icon-outline.ui-2_battery-81:before {
  content: "\ed46";
}
.nc-icon-outline.ui-2_battery-83:before {
  content: "\ed47";
}
.nc-icon-outline.ui-2_battery-half:before {
  content: "\ed48";
}
.nc-icon-outline.ui-2_battery-low:before {
  content: "\ed49";
}
.nc-icon-outline.ui-2_bluetooth:before {
  content: "\ed4a";
}
.nc-icon-outline.ui-2_book:before {
  content: "\ed4b";
}
.nc-icon-outline.ui-2_chart-bar-52:before {
  content: "\ed4c";
}
.nc-icon-outline.ui-2_chart-bar-53:before {
  content: "\ed4d";
}
.nc-icon-outline.ui-2_chat-content:before {
  content: "\ed4e";
}
.nc-icon-outline.ui-2_chat-round-content:before {
  content: "\ed4f";
}
.nc-icon-outline.ui-2_chat-round:before {
  content: "\ed50";
}
.nc-icon-outline.ui-2_chat:before {
  content: "\ed51";
}
.nc-icon-outline.ui-2_circle-bold-delete:before {
  content: "\ed52";
}
.nc-icon-outline.ui-2_cloud-25:before {
  content: "\ed53";
}
.nc-icon-outline.ui-2_cloud-26:before {
  content: "\ed54";
}
.nc-icon-outline.ui-2_disk:before {
  content: "\ed55";
}
.nc-icon-outline.ui-2_enlarge-57:before {
  content: "\ed56";
}
.nc-icon-outline.ui-2_enlarge-58:before {
  content: "\ed57";
}
.nc-icon-outline.ui-2_enlarge-59:before {
  content: "\ed58";
}
.nc-icon-outline.ui-2_fat-add:before {
  content: "\ed59";
}
.nc-icon-outline.ui-2_fat-delete:before {
  content: "\ed5a";
}
.nc-icon-outline.ui-2_fat-remove:before {
  content: "\ed5b";
}
.nc-icon-outline.ui-2_favourite-28:before {
  content: "\ed5c";
}
.nc-icon-outline.ui-2_favourite-31:before {
  content: "\ed5d";
}
.nc-icon-outline.ui-2_favourite-add-29:before {
  content: "\ed5e";
}
.nc-icon-outline.ui-2_favourite-add-32:before {
  content: "\ed5f";
}
.nc-icon-outline.ui-2_favourite-remove-30:before {
  content: "\ed60";
}
.nc-icon-outline.ui-2_favourite-remove-33:before {
  content: "\ed61";
}
.nc-icon-outline.ui-2_filter:before {
  content: "\ed62";
}
.nc-icon-outline.ui-2_fullsize:before {
  content: "\ed63";
}
.nc-icon-outline.ui-2_grid-45:before {
  content: "\ed64";
}
.nc-icon-outline.ui-2_grid-46:before {
  content: "\ed65";
}
.nc-icon-outline.ui-2_grid-48:before {
  content: "\ed66";
}
.nc-icon-outline.ui-2_grid-49:before {
  content: "\ed67";
}
.nc-icon-outline.ui-2_grid-50:before {
  content: "\ed68";
}
.nc-icon-outline.ui-2_grid-square:before {
  content: "\ed69";
}
.nc-icon-outline.ui-2_hourglass:before {
  content: "\ed6a";
}
.nc-icon-outline.ui-2_lab:before {
  content: "\ed6b";
}
.nc-icon-outline.ui-2_layers:before {
  content: "\ed6c";
}
.nc-icon-outline.ui-2_like:before {
  content: "\ed6d";
}
.nc-icon-outline.ui-2_link-66:before {
  content: "\ed6e";
}
.nc-icon-outline.ui-2_link-67:before {
  content: "\ed6f";
}
.nc-icon-outline.ui-2_link-68:before {
  content: "\ed70";
}
.nc-icon-outline.ui-2_link-69:before {
  content: "\ed71";
}
.nc-icon-outline.ui-2_link-71:before {
  content: "\ed72";
}
.nc-icon-outline.ui-2_link-72:before {
  content: "\ed73";
}
.nc-icon-outline.ui-2_link-broken-70:before {
  content: "\ed74";
}
.nc-icon-outline.ui-2_link-broken-73:before {
  content: "\ed75";
}
.nc-icon-outline.ui-2_menu-34:before {
  content: "\ed76";
}
.nc-icon-outline.ui-2_menu-35:before {
  content: "\ed77";
}
.nc-icon-outline.ui-2_menu-bold:before {
  content: "\ed78";
}
.nc-icon-outline.ui-2_menu-dots:before {
  content: "\ed79";
}
.nc-icon-outline.ui-2_menu-square:before {
  content: "\ed7a";
}
.nc-icon-outline.ui-2_node:before {
  content: "\ed7b";
}
.nc-icon-outline.ui-2_paragraph:before {
  content: "\ed7c";
}
.nc-icon-outline.ui-2_phone:before {
  content: "\ed7d";
}
.nc-icon-outline.ui-2_settings-90:before {
  content: "\ed7e";
}
.nc-icon-outline.ui-2_settings-91:before {
  content: "\ed7f";
}
.nc-icon-outline.ui-2_share-bold:before {
  content: "\ed80";
}
.nc-icon-outline.ui-2_share:before {
  content: "\ed81";
}
.nc-icon-outline.ui-2_small-add:before {
  content: "\ed82";
}
.nc-icon-outline.ui-2_small-delete:before {
  content: "\ed83";
}
.nc-icon-outline.ui-2_small-remove:before {
  content: "\ed84";
}
.nc-icon-outline.ui-2_square-add-08:before {
  content: "\ed85";
}
.nc-icon-outline.ui-2_square-add-11:before {
  content: "\ed86";
}
.nc-icon-outline.ui-2_square-delete-10:before {
  content: "\ed87";
}
.nc-icon-outline.ui-2_square-delete-13:before {
  content: "\ed88";
}
.nc-icon-outline.ui-2_square-remove-09:before {
  content: "\ed89";
}
.nc-icon-outline.ui-2_square-remove-12:before {
  content: "\ed8a";
}
.nc-icon-outline.ui-2_target:before {
  content: "\ed8b";
}
.nc-icon-outline.ui-2_tile-55:before {
  content: "\ed8c";
}
.nc-icon-outline.ui-2_tile-56:before {
  content: "\ed8d";
}
.nc-icon-outline.ui-2_time-alarm:before {
  content: "\ed8e";
}
.nc-icon-outline.ui-2_time-clock:before {
  content: "\ed8f";
}
.nc-icon-outline.ui-2_time-countdown:before {
  content: "\ed90";
}
.nc-icon-outline.ui-2_time:before {
  content: "\ed91";
}
.nc-icon-outline.ui-2_webpage:before {
  content: "\ed92";
}
.nc-icon-outline.ui-2_window-add:before {
  content: "\ed93";
}
.nc-icon-outline.ui-2_window-delete:before {
  content: "\ed94";
}
.nc-icon-outline.ui-3_alert:before {
  content: "\ed95";
}
.nc-icon-outline.ui-3_backward:before {
  content: "\ed96";
}
.nc-icon-outline.ui-3_bolt:before {
  content: "\ed97";
}
.nc-icon-outline.ui-3_bullet-list:before {
  content: "\ed98";
}
.nc-icon-outline.ui-3_calendar-add:before {
  content: "\ed99";
}
.nc-icon-outline.ui-3_card-add:before {
  content: "\ed9a";
}
.nc-icon-outline.ui-3_card-alert:before {
  content: "\ed9b";
}
.nc-icon-outline.ui-3_chart-bars:before {
  content: "\ed9c";
}
.nc-icon-outline.ui-3_chart:before {
  content: "\ed9d";
}
.nc-icon-outline.ui-3_chat-33:before {
  content: "\ed9e";
}
.nc-icon-outline.ui-3_chat-45:before {
  content: "\ed9f";
}
.nc-icon-outline.ui-3_chat-46:before {
  content: "\eda0";
}
.nc-icon-outline.ui-3_chat-reply:before {
  content: "\eda1";
}
.nc-icon-outline.ui-3_check-in:before {
  content: "\eda2";
}
.nc-icon-outline.ui-3_check-out:before {
  content: "\eda3";
}
.nc-icon-outline.ui-3_dock-bottom:before {
  content: "\eda4";
}
.nc-icon-outline.ui-3_dock-left:before {
  content: "\eda5";
}
.nc-icon-outline.ui-3_dock-right:before {
  content: "\eda6";
}
.nc-icon-outline.ui-3_dock-top:before {
  content: "\eda7";
}
.nc-icon-outline.ui-3_filter-check:before {
  content: "\eda8";
}
.nc-icon-outline.ui-3_filter-remove:before {
  content: "\eda9";
}
.nc-icon-outline.ui-3_forward:before {
  content: "\edaa";
}
.nc-icon-outline.ui-3_funnel-39:before {
  content: "\edab";
}
.nc-icon-outline.ui-3_funnel-40:before {
  content: "\edac";
}
.nc-icon-outline.ui-3_funnel-41:before {
  content: "\edad";
}
.nc-icon-outline.ui-3_heart-add:before {
  content: "\edae";
}
.nc-icon-outline.ui-3_heart-remove:before {
  content: "\edaf";
}
.nc-icon-outline.ui-3_heart:before {
  content: "\edb0";
}
.nc-icon-outline.ui-3_infinite:before {
  content: "\edb1";
}
.nc-icon-outline.ui-3_link:before {
  content: "\edb2";
}
.nc-icon-outline.ui-3_menu-left:before {
  content: "\edb3";
}
.nc-icon-outline.ui-3_menu-right:before {
  content: "\edb4";
}
.nc-icon-outline.ui-3_menu:before {
  content: "\edb5";
}
.nc-icon-outline.ui-3_metrics:before {
  content: "\edb6";
}
.nc-icon-outline.ui-3_phone-call-end:before {
  content: "\edb7";
}
.nc-icon-outline.ui-3_phone-call:before {
  content: "\edb8";
}
.nc-icon-outline.ui-3_phone:before {
  content: "\edb9";
}
.nc-icon-outline.ui-3_playlist:before {
  content: "\edba";
}
.nc-icon-outline.ui-3_search:before {
  content: "\edbb";
}
.nc-icon-outline.ui-3_security:before {
  content: "\edbc";
}
.nc-icon-outline.ui-3_segmentation:before {
  content: "\edbd";
}
.nc-icon-outline.ui-3_select:before {
  content: "\edbe";
}
.nc-icon-outline.ui-3_send:before {
  content: "\edbf";
}
.nc-icon-outline.ui-3_signal:before {
  content: "\edc0";
}
.nc-icon-outline.ui-3_slide-left:before {
  content: "\edc1";
}
.nc-icon-outline.ui-3_slide-right:before {
  content: "\edc2";
}
.nc-icon-outline.ui-3_table-left:before {
  content: "\edc3";
}
.nc-icon-outline.ui-3_table-right:before {
  content: "\edc4";
}
.nc-icon-outline.ui-3_tag:before {
  content: "\edc5";
}
.nc-icon-outline.ui-3_widget:before {
  content: "\edc6";
}
.nc-icon-outline.envir_bulb-saver:before {
  content: "\ecc4";
}
.nc-icon-outline.envir_bulb:before {
  content: "\ecc5";
}
.nc-icon-outline.envir_car:before {
  content: "\ecc6";
}
.nc-icon-outline.envir_fuel-electric:before {
  content: "\ecc7";
}
.nc-icon-outline.envir_fuel:before {
  content: "\ecc8";
}
.nc-icon-outline.envir_home:before {
  content: "\ecc9";
}
.nc-icon-outline.envir_level:before {
  content: "\ecca";
}
.nc-icon-outline.envir_panel:before {
  content: "\eccb";
}
.nc-icon-outline.envir_radiation:before {
  content: "\eccc";
}
.nc-icon-outline.envir_recycling:before {
  content: "\eccd";
}
.nc-icon-outline.envir_save-planet:before {
  content: "\ecce";
}
.nc-icon-outline.envir_waste-danger:before {
  content: "\eccf";
}
.nc-icon-outline.envir_waste-recycling:before {
  content: "\ecd0";
}
.nc-icon-outline.envir_waste:before {
  content: "\ecd1";
}
.nc-icon-outline.envir_water-hand:before {
  content: "\ecd2";
}
.nc-icon-outline.envir_water-sink:before {
  content: "\ecd3";
}
.nc-icon-outline.envir_water:before {
  content: "\ecd4";
}
.nc-icon-outline.envir_wind:before {
  content: "\ecd5";
}
.nc-icon-outline.text_align-center:before {
  content: "\ecaa";
}
.nc-icon-outline.text_align-justify:before {
  content: "\ecab";
}
.nc-icon-outline.text_align-left:before {
  content: "\ecac";
}
.nc-icon-outline.text_align-right:before {
  content: "\ecad";
}
.nc-icon-outline.text_background:before {
  content: "\ecae";
}
.nc-icon-outline.text_bold:before {
  content: "\ecaf";
}
.nc-icon-outline.text_capitalize:before {
  content: "\ecb0";
}
.nc-icon-outline.text_caps-all:before {
  content: "\ecb1";
}
.nc-icon-outline.text_caps-small:before {
  content: "\ecb2";
}
.nc-icon-outline.text_color:before {
  content: "\ecb3";
}
.nc-icon-outline.text_edit:before {
  content: "\ecb4";
}
.nc-icon-outline.text_italic:before {
  content: "\ecb5";
}
.nc-icon-outline.text_line-height:before {
  content: "\ecb6";
}
.nc-icon-outline.text_list-bullet:before {
  content: "\ecb7";
}
.nc-icon-outline.text_list-numbers:before {
  content: "\ecb8";
}
.nc-icon-outline.text_margin-left:before {
  content: "\ecb9";
}
.nc-icon-outline.text_margin-right:before {
  content: "\ecba";
}
.nc-icon-outline.text_quote:before {
  content: "\ecbb";
}
.nc-icon-outline.text_scale-horizontal:before {
  content: "\ecbc";
}
.nc-icon-outline.text_scale-vertical:before {
  content: "\ecbd";
}
.nc-icon-outline.text_size:before {
  content: "\ecbe";
}
.nc-icon-outline.text_strikethrough:before {
  content: "\ecbf";
}
.nc-icon-outline.text_subscript:before {
  content: "\ecc0";
}
.nc-icon-outline.text_superscript:before {
  content: "\ecc1";
}
.nc-icon-outline.text_tracking:before {
  content: "\ecc2";
}
.nc-icon-outline.text_underline:before {
  content: "\ecc3";
}
.nc-icon-outline.gestures_2x-drag-down:before {
  content: "\ec09";
}
.nc-icon-outline.gestures_2x-drag-up:before {
  content: "\ec0a";
}
.nc-icon-outline.gestures_2x-swipe-down:before {
  content: "\ec0b";
}
.nc-icon-outline.gestures_2x-swipe-left:before {
  content: "\ec0c";
}
.nc-icon-outline.gestures_2x-swipe-right:before {
  content: "\ec0d";
}
.nc-icon-outline.gestures_2x-swipe-up:before {
  content: "\ec0e";
}
.nc-icon-outline.gestures_2x-tap:before {
  content: "\ec0f";
}
.nc-icon-outline.gestures_3x-swipe-left:before {
  content: "\ec10";
}
.nc-icon-outline.gestures_3x-swipe-right:before {
  content: "\ec11";
}
.nc-icon-outline.gestures_3x-swipe-up:before {
  content: "\ec12";
}
.nc-icon-outline.gestures_3x-tap:before {
  content: "\ec13";
}
.nc-icon-outline.gestures_4x-swipe-left:before {
  content: "\ec14";
}
.nc-icon-outline.gestures_4x-swipe-right:before {
  content: "\ec15";
}
.nc-icon-outline.gestures_4x-swipe-up:before {
  content: "\ec16";
}
.nc-icon-outline.gestures_active-38:before {
  content: "\ec17";
}
.nc-icon-outline.gestures_active-40:before {
  content: "\ec18";
}
.nc-icon-outline.gestures_camera:before {
  content: "\ec19";
}
.nc-icon-outline.gestures_double-tap:before {
  content: "\ec1a";
}
.nc-icon-outline.gestures_drag-21:before {
  content: "\ec1b";
}
.nc-icon-outline.gestures_drag-31:before {
  content: "\ec1c";
}
.nc-icon-outline.gestures_drag-down:before {
  content: "\ec1d";
}
.nc-icon-outline.gestures_drag-left:before {
  content: "\ec1e";
}
.nc-icon-outline.gestures_drag-right:before {
  content: "\ec1f";
}
.nc-icon-outline.gestures_drag-up:before {
  content: "\ec20";
}
.nc-icon-outline.gestures_flick-down:before {
  content: "\ec21";
}
.nc-icon-outline.gestures_flick-left:before {
  content: "\ec22";
}
.nc-icon-outline.gestures_flick-right:before {
  content: "\ec23";
}
.nc-icon-outline.gestures_flick-up:before {
  content: "\ec24";
}
.nc-icon-outline.gestures_grab:before {
  content: "\ec25";
}
.nc-icon-outline.gestures_hold:before {
  content: "\ec26";
}
.nc-icon-outline.gestures_pin:before {
  content: "\ec27";
}
.nc-icon-outline.gestures_pinch:before {
  content: "\ec28";
}
.nc-icon-outline.gestures_rotate-22:before {
  content: "\ec29";
}
.nc-icon-outline.gestures_rotate-23:before {
  content: "\ec2a";
}
.nc-icon-outline.gestures_scan:before {
  content: "\ec2b";
}
.nc-icon-outline.gestures_scroll-horitontal:before {
  content: "\ec2c";
}
.nc-icon-outline.gestures_scroll-vertical:before {
  content: "\ec2d";
}
.nc-icon-outline.gestures_stretch:before {
  content: "\ec2e";
}
.nc-icon-outline.gestures_swipe-bottom:before {
  content: "\ec2f";
}
.nc-icon-outline.gestures_swipe-left:before {
  content: "\ec30";
}
.nc-icon-outline.gestures_swipe-right:before {
  content: "\ec31";
}
.nc-icon-outline.gestures_swipe-up:before {
  content: "\ec32";
}
.nc-icon-outline.gestures_tap-01:before {
  content: "\ec33";
}
.nc-icon-outline.gestures_tap-02:before {
  content: "\ec34";
}
.nc-icon-outline.sport_badminton:before {
  content: "\ec35";
}
.nc-icon-outline.sport_baseball-ball:before {
  content: "\ec36";
}
.nc-icon-outline.sport_baseball-bat:before {
  content: "\ec37";
}
.nc-icon-outline.sport_baseball:before {
  content: "\ec38";
}
.nc-icon-outline.sport_basketball-12:before {
  content: "\ec39";
}
.nc-icon-outline.sport_basketball-13:before {
  content: "\ec3a";
}
.nc-icon-outline.sport_boxing:before {
  content: "\ec3b";
}
.nc-icon-outline.sport_cardio:before {
  content: "\ec3c";
}
.nc-icon-outline.sport_cricket:before {
  content: "\ec3d";
}
.nc-icon-outline.sport_crown:before {
  content: "\ec3e";
}
.nc-icon-outline.sport_dart:before {
  content: "\ec3f";
}
.nc-icon-outline.sport_dumbbells:before {
  content: "\ec40";
}
.nc-icon-outline.sport_energy-drink:before {
  content: "\ec41";
}
.nc-icon-outline.sport_energy-supplement:before {
  content: "\ec42";
}
.nc-icon-outline.sport_fencing:before {
  content: "\ec43";
}
.nc-icon-outline.sport_fishing:before {
  content: "\ec44";
}
.nc-icon-outline.sport_flag-finish:before {
  content: "\ec45";
}
.nc-icon-outline.sport_football-headguard:before {
  content: "\ec46";
}
.nc-icon-outline.sport_golf:before {
  content: "\ec47";
}
.nc-icon-outline.sport_helmet:before {
  content: "\ec48";
}
.nc-icon-outline.sport_hockey:before {
  content: "\ec49";
}
.nc-icon-outline.sport_kettlebell:before {
  content: "\ec4a";
}
.nc-icon-outline.sport_ping-pong:before {
  content: "\ec4b";
}
.nc-icon-outline.sport_podium-trophy:before {
  content: "\ec4c";
}
.nc-icon-outline.sport_podium:before {
  content: "\ec4d";
}
.nc-icon-outline.sport_rope:before {
  content: "\ec4e";
}
.nc-icon-outline.sport_rugby:before {
  content: "\ec4f";
}
.nc-icon-outline.sport_shaker:before {
  content: "\ec50";
}
.nc-icon-outline.sport_shoe-run:before {
  content: "\ec51";
}
.nc-icon-outline.sport_skateboard:before {
  content: "\ec52";
}
.nc-icon-outline.sport_snowboard:before {
  content: "\ec53";
}
.nc-icon-outline.sport_soccer-field:before {
  content: "\ec54";
}
.nc-icon-outline.sport_steering-wheel:before {
  content: "\ec55";
}
.nc-icon-outline.sport_supplement:before {
  content: "\ec56";
}
.nc-icon-outline.sport_surf:before {
  content: "\ec57";
}
.nc-icon-outline.sport_tactic:before {
  content: "\ec58";
}
.nc-icon-outline.sport_tennis-ball:before {
  content: "\ec59";
}
.nc-icon-outline.sport_tennis:before {
  content: "\ec5a";
}
.nc-icon-outline.sport_trophy:before {
  content: "\ec5b";
}
.nc-icon-outline.sport_user-balance:before {
  content: "\ec5c";
}
.nc-icon-outline.sport_user-climb:before {
  content: "\ec5d";
}
.nc-icon-outline.sport_user-meditation:before {
  content: "\ec5e";
}
.nc-icon-outline.sport_user-run:before {
  content: "\ec5f";
}
.nc-icon-outline.sport_user-snowboard:before {
  content: "\ec60";
}
.nc-icon-outline.sport_user-swim:before {
  content: "\ec61";
}
.nc-icon-outline.sport_volleyball:before {
  content: "\ec62";
}
.nc-icon-outline.sport_whistle:before {
  content: "\ec63";
}
.nc-icon-outline.holidays_bat:before {
  content: "\ec64";
}
.nc-icon-outline.holidays_biscuit:before {
  content: "\ec65";
}
.nc-icon-outline.holidays_bones:before {
  content: "\ec66";
}
.nc-icon-outline.holidays_boot:before {
  content: "\ec67";
}
.nc-icon-outline.holidays_candy:before {
  content: "\ec68";
}
.nc-icon-outline.holidays_cat:before {
  content: "\ec69";
}
.nc-icon-outline.holidays_cauldron:before {
  content: "\ec6a";
}
.nc-icon-outline.holidays_chimney:before {
  content: "\ec6b";
}
.nc-icon-outline.holidays_cockade:before {
  content: "\ec6c";
}
.nc-icon-outline.holidays_coffin:before {
  content: "\ec6d";
}
.nc-icon-outline.holidays_dead-hand:before {
  content: "\ec6e";
}
.nc-icon-outline.holidays_decoration:before {
  content: "\ec6f";
}
.nc-icon-outline.holidays_deer:before {
  content: "\ec70";
}
.nc-icon-outline.holidays_egg-38:before {
  content: "\ec71";
}
.nc-icon-outline.holidays_egg-39:before {
  content: "\ec72";
}
.nc-icon-outline.holidays_frankenstein:before {
  content: "\ec73";
}
.nc-icon-outline.holidays_ghost:before {
  content: "\ec74";
}
.nc-icon-outline.holidays_gift-exchange:before {
  content: "\ec75";
}
.nc-icon-outline.holidays_gift:before {
  content: "\ec76";
}
.nc-icon-outline.holidays_glove:before {
  content: "\ec77";
}
.nc-icon-outline.holidays_grave:before {
  content: "\ec78";
}
.nc-icon-outline.holidays_light:before {
  content: "\ec79";
}
.nc-icon-outline.holidays_message:before {
  content: "\ec7a";
}
.nc-icon-outline.holidays_mistletoe:before {
  content: "\ec7b";
}
.nc-icon-outline.holidays_owl:before {
  content: "\ec7c";
}
.nc-icon-outline.holidays_pumpkin:before {
  content: "\ec7d";
}
.nc-icon-outline.holidays_rabbit:before {
  content: "\ec7e";
}
.nc-icon-outline.holidays_santa-hat:before {
  content: "\ec7f";
}
.nc-icon-outline.holidays_sickle:before {
  content: "\ec80";
}
.nc-icon-outline.holidays_snow-ball:before {
  content: "\ec81";
}
.nc-icon-outline.holidays_snowman-head:before {
  content: "\ec82";
}
.nc-icon-outline.holidays_snowman:before {
  content: "\ec83";
}
.nc-icon-outline.holidays_soak:before {
  content: "\ec84";
}
.nc-icon-outline.holidays_spider:before {
  content: "\ec85";
}
.nc-icon-outline.holidays_tree-ball:before {
  content: "\ec86";
}
.nc-icon-outline.holidays_tree:before {
  content: "\ec87";
}
.nc-icon-outline.holidays_vampire:before {
  content: "\ec88";
}
.nc-icon-outline.holidays_witch-hat:before {
  content: "\ec89";
}
.nc-icon-outline.holidays_wolf:before {
  content: "\ec8a";
}
.nc-icon-outline.holidays_zombie:before {
  content: "\ec8b";
}
.nc-icon-outline.nature_bear:before {
  content: "\ec8c";
}
.nc-icon-outline.nature_bee:before {
  content: "\ec8d";
}
.nc-icon-outline.nature_butterfly:before {
  content: "\ec8e";
}
.nc-icon-outline.nature_chicken:before {
  content: "\ec8f";
}
.nc-icon-outline.nature_clover:before {
  content: "\ec90";
}
.nc-icon-outline.nature_collar:before {
  content: "\ec91";
}
.nc-icon-outline.nature_cow:before {
  content: "\ec92";
}
.nc-icon-outline.nature_dog-house:before {
  content: "\ec93";
}
.nc-icon-outline.nature_dog:before {
  content: "\ec94";
}
.nc-icon-outline.nature_flower-05:before {
  content: "\ec95";
}
.nc-icon-outline.nature_flower-06:before {
  content: "\ec96";
}
.nc-icon-outline.nature_flower-07:before {
  content: "\ec97";
}
.nc-icon-outline.nature_food-dog:before {
  content: "\ec98";
}
.nc-icon-outline.nature_food:before {
  content: "\ec99";
}
.nc-icon-outline.nature_forest:before {
  content: "\ec9a";
}
.nc-icon-outline.nature_mountain:before {
  content: "\ec9b";
}
.nc-icon-outline.nature_mushroom:before {
  content: "\ec9c";
}
.nc-icon-outline.nature_panda:before {
  content: "\ec9d";
}
.nc-icon-outline.nature_paw:before {
  content: "\ec9e";
}
.nc-icon-outline.nature_pig:before {
  content: "\ec9f";
}
.nc-icon-outline.nature_plant-ground:before {
  content: "\eca0";
}
.nc-icon-outline.nature_plant-vase:before {
  content: "\eca1";
}
.nc-icon-outline.nature_rat:before {
  content: "\eca2";
}
.nc-icon-outline.nature_sheep:before {
  content: "\eca3";
}
.nc-icon-outline.nature_snake:before {
  content: "\eca4";
}
.nc-icon-outline.nature_tree-01:before {
  content: "\eca5";
}
.nc-icon-outline.nature_tree-02:before {
  content: "\eca6";
}
.nc-icon-outline.nature_tree-03:before {
  content: "\eca7";
}
.nc-icon-outline.nature_turtle:before {
  content: "\eca8";
}
.nc-icon-outline.nature_wood:before {
  content: "\eca9";
}
.nc-icon-outline.travel_axe:before {
  content: "\eb28";
}
.nc-icon-outline.travel_backpack:before {
  content: "\eb29";
}
.nc-icon-outline.travel_bag:before {
  content: "\eb2a";
}
.nc-icon-outline.travel_barbecue:before {
  content: "\eb2b";
}
.nc-icon-outline.travel_beach-umbrella:before {
  content: "\eb2c";
}
.nc-icon-outline.travel_berlin:before {
  content: "\eb2d";
}
.nc-icon-outline.travel_binocular:before {
  content: "\eb2e";
}
.nc-icon-outline.travel_camper:before {
  content: "\eb2f";
}
.nc-icon-outline.travel_camping:before {
  content: "\eb30";
}
.nc-icon-outline.travel_castle:before {
  content: "\eb31";
}
.nc-icon-outline.travel_china:before {
  content: "\eb32";
}
.nc-icon-outline.travel_church:before {
  content: "\eb33";
}
.nc-icon-outline.travel_drink:before {
  content: "\eb34";
}
.nc-icon-outline.travel_explore:before {
  content: "\eb35";
}
.nc-icon-outline.travel_fire:before {
  content: "\eb36";
}
.nc-icon-outline.travel_hotel-bell:before {
  content: "\eb37";
}
.nc-icon-outline.travel_hotel-symbol:before {
  content: "\eb38";
}
.nc-icon-outline.travel_hotel:before {
  content: "\eb39";
}
.nc-icon-outline.travel_hut:before {
  content: "\eb3a";
}
.nc-icon-outline.travel_igloo:before {
  content: "\eb3b";
}
.nc-icon-outline.travel_info:before {
  content: "\eb3c";
}
.nc-icon-outline.travel_istanbul:before {
  content: "\eb3d";
}
.nc-icon-outline.travel_jellyfish:before {
  content: "\eb3e";
}
.nc-icon-outline.travel_lamp:before {
  content: "\eb3f";
}
.nc-icon-outline.travel_lighthouse:before {
  content: "\eb40";
}
.nc-icon-outline.travel_london:before {
  content: "\eb41";
}
.nc-icon-outline.travel_luggage:before {
  content: "\eb42";
}
.nc-icon-outline.travel_mosque:before {
  content: "\eb43";
}
.nc-icon-outline.travel_ny:before {
  content: "\eb44";
}
.nc-icon-outline.travel_octopus:before {
  content: "\eb45";
}
.nc-icon-outline.travel_paris-tower:before {
  content: "\eb46";
}
.nc-icon-outline.travel_passport:before {
  content: "\eb47";
}
.nc-icon-outline.travel_pickaxe:before {
  content: "\eb48";
}
.nc-icon-outline.travel_pool:before {
  content: "\eb49";
}
.nc-icon-outline.travel_pyramid:before {
  content: "\eb4a";
}
.nc-icon-outline.travel_rackets:before {
  content: "\eb4b";
}
.nc-icon-outline.travel_rio:before {
  content: "\eb4c";
}
.nc-icon-outline.travel_road-sign-left:before {
  content: "\eb4d";
}
.nc-icon-outline.travel_road-sign-right:before {
  content: "\eb4e";
}
.nc-icon-outline.travel_rome:before {
  content: "\eb4f";
}
.nc-icon-outline.travel_rowing:before {
  content: "\eb50";
}
.nc-icon-outline.travel_sea-mask:before {
  content: "\eb51";
}
.nc-icon-outline.travel_sf-bridge:before {
  content: "\eb52";
}
.nc-icon-outline.travel_shark:before {
  content: "\eb53";
}
.nc-icon-outline.travel_spa:before {
  content: "\eb54";
}
.nc-icon-outline.travel_sunglasses:before {
  content: "\eb55";
}
.nc-icon-outline.travel_surf:before {
  content: "\eb56";
}
.nc-icon-outline.travel_swimsuit:before {
  content: "\eb57";
}
.nc-icon-outline.travel_swimwear:before {
  content: "\eb58";
}
.nc-icon-outline.travel_swiss-knife:before {
  content: "\eb59";
}
.nc-icon-outline.travel_temple-02:before {
  content: "\eb5a";
}
.nc-icon-outline.travel_temple-25:before {
  content: "\eb5b";
}
.nc-icon-outline.travel_trolley:before {
  content: "\eb5c";
}
.nc-icon-outline.travel_white-house:before {
  content: "\eb5d";
}
.nc-icon-outline.travel_world:before {
  content: "\eb5e";
}
.nc-icon-outline.travel_worldmap:before {
  content: "\eb5f";
}
.nc-icon-outline.food_alcohol:before {
  content: "\eb60";
}
.nc-icon-outline.food_apple:before {
  content: "\eb61";
}
.nc-icon-outline.food_baby:before {
  content: "\eb62";
}
.nc-icon-outline.food_bacon:before {
  content: "\eb63";
}
.nc-icon-outline.food_baguette:before {
  content: "\eb64";
}
.nc-icon-outline.food_banana:before {
  content: "\eb65";
}
.nc-icon-outline.food_barbecue-02:before {
  content: "\eb66";
}
.nc-icon-outline.food_barbecue-15:before {
  content: "\eb67";
}
.nc-icon-outline.food_barbecue-tools:before {
  content: "\eb68";
}
.nc-icon-outline.food_beer-95:before {
  content: "\eb69";
}
.nc-icon-outline.food_beer-96:before {
  content: "\eb6a";
}
.nc-icon-outline.food_beverage:before {
  content: "\eb6b";
}
.nc-icon-outline.food_bottle-wine:before {
  content: "\eb6c";
}
.nc-icon-outline.food_bottle:before {
  content: "\eb6d";
}
.nc-icon-outline.food_bowl:before {
  content: "\eb6e";
}
.nc-icon-outline.food_bread:before {
  content: "\eb6f";
}
.nc-icon-outline.food_broccoli:before {
  content: "\eb70";
}
.nc-icon-outline.food_cake-13:before {
  content: "\eb71";
}
.nc-icon-outline.food_cake-100:before {
  content: "\eb72";
}
.nc-icon-outline.food_cake-slice:before {
  content: "\eb73";
}
.nc-icon-outline.food_candle:before {
  content: "\eb74";
}
.nc-icon-outline.food_candy:before {
  content: "\eb75";
}
.nc-icon-outline.food_carrot:before {
  content: "\eb76";
}
.nc-icon-outline.food_champagne:before {
  content: "\eb77";
}
.nc-icon-outline.food_cheese-24:before {
  content: "\eb78";
}
.nc-icon-outline.food_cheese-87:before {
  content: "\eb79";
}
.nc-icon-outline.food_cheeseburger:before {
  content: "\eb7a";
}
.nc-icon-outline.food_chef-hat:before {
  content: "\eb7b";
}
.nc-icon-outline.food_cherry:before {
  content: "\eb7c";
}
.nc-icon-outline.food_chicken:before {
  content: "\eb7d";
}
.nc-icon-outline.food_chili:before {
  content: "\eb7e";
}
.nc-icon-outline.food_chinese:before {
  content: "\eb7f";
}
.nc-icon-outline.food_chips:before {
  content: "\eb80";
}
.nc-icon-outline.food_chocolate:before {
  content: "\eb81";
}
.nc-icon-outline.food_cocktail:before {
  content: "\eb82";
}
.nc-icon-outline.food_coffe-long:before {
  content: "\eb83";
}
.nc-icon-outline.food_coffee-long:before {
  content: "\eb84";
}
.nc-icon-outline.food_coffee:before {
  content: "\eb85";
}
.nc-icon-outline.food_cookies:before {
  content: "\eb86";
}
.nc-icon-outline.food_course:before {
  content: "\eb87";
}
.nc-icon-outline.food_crab:before {
  content: "\eb88";
}
.nc-icon-outline.food_croissant:before {
  content: "\eb89";
}
.nc-icon-outline.food_cutlery-75:before {
  content: "\eb8a";
}
.nc-icon-outline.food_cutlery-76:before {
  content: "\eb8b";
}
.nc-icon-outline.food_cutlery-77:before {
  content: "\eb8c";
}
.nc-icon-outline.food_dishwasher:before {
  content: "\eb8d";
}
.nc-icon-outline.food_donut:before {
  content: "\eb8e";
}
.nc-icon-outline.food_drink:before {
  content: "\eb8f";
}
.nc-icon-outline.food_egg:before {
  content: "\eb90";
}
.nc-icon-outline.food_energy-drink:before {
  content: "\eb91";
}
.nc-icon-outline.food_fish:before {
  content: "\eb92";
}
.nc-icon-outline.food_fishbone:before {
  content: "\eb93";
}
.nc-icon-outline.food_fridge:before {
  content: "\eb94";
}
.nc-icon-outline.food_glass:before {
  content: "\eb95";
}
.nc-icon-outline.food_grape:before {
  content: "\eb96";
}
.nc-icon-outline.food_hob:before {
  content: "\eb97";
}
.nc-icon-outline.food_hot-dog:before {
  content: "\eb98";
}
.nc-icon-outline.food_ice-cream-22:before {
  content: "\eb99";
}
.nc-icon-outline.food_ice-cream-72:before {
  content: "\eb9a";
}
.nc-icon-outline.food_jam:before {
  content: "\eb9b";
}
.nc-icon-outline.food_kettle:before {
  content: "\eb9c";
}
.nc-icon-outline.food_kitchen-fan:before {
  content: "\eb9d";
}
.nc-icon-outline.food_knife:before {
  content: "\eb9e";
}
.nc-icon-outline.food_lemon-slice:before {
  content: "\eb9f";
}
.nc-icon-outline.food_lighter:before {
  content: "\eba0";
}
.nc-icon-outline.food_lobster:before {
  content: "\eba1";
}
.nc-icon-outline.food_matches:before {
  content: "\eba2";
}
.nc-icon-outline.food_measuring-cup:before {
  content: "\eba3";
}
.nc-icon-outline.food_meat-spit:before {
  content: "\eba4";
}
.nc-icon-outline.food_microwave:before {
  content: "\eba5";
}
.nc-icon-outline.food_milk:before {
  content: "\eba6";
}
.nc-icon-outline.food_moka:before {
  content: "\eba7";
}
.nc-icon-outline.food_muffin:before {
  content: "\eba8";
}
.nc-icon-outline.food_mug:before {
  content: "\eba9";
}
.nc-icon-outline.food_oven:before {
  content: "\ebaa";
}
.nc-icon-outline.food_pan:before {
  content: "\ebab";
}
.nc-icon-outline.food_pizza-slice:before {
  content: "\ebac";
}
.nc-icon-outline.food_pizza:before {
  content: "\ebad";
}
.nc-icon-outline.food_plate:before {
  content: "\ebae";
}
.nc-icon-outline.food_pot:before {
  content: "\ebaf";
}
.nc-icon-outline.food_prosciutto:before {
  content: "\ebb0";
}
.nc-icon-outline.food_recipe-book-46:before {
  content: "\ebb1";
}
.nc-icon-outline.food_recipe-book-47:before {
  content: "\ebb2";
}
.nc-icon-outline.food_rolling-pin:before {
  content: "\ebb3";
}
.nc-icon-outline.food_salt:before {
  content: "\ebb4";
}
.nc-icon-outline.food_sausage:before {
  content: "\ebb5";
}
.nc-icon-outline.food_scale:before {
  content: "\ebb6";
}
.nc-icon-outline.food_scotch:before {
  content: "\ebb7";
}
.nc-icon-outline.food_shrimp:before {
  content: "\ebb8";
}
.nc-icon-outline.food_steak:before {
  content: "\ebb9";
}
.nc-icon-outline.food_store:before {
  content: "\ebba";
}
.nc-icon-outline.food_strawberry:before {
  content: "\ebbb";
}
.nc-icon-outline.food_sushi:before {
  content: "\ebbc";
}
.nc-icon-outline.food_tacos:before {
  content: "\ebbd";
}
.nc-icon-outline.food_tea:before {
  content: "\ebbe";
}
.nc-icon-outline.food_temperature:before {
  content: "\ebbf";
}
.nc-icon-outline.food_vest-07:before {
  content: "\ebc0";
}
.nc-icon-outline.food_vest-31:before {
  content: "\ebc1";
}
.nc-icon-outline.food_watermelon:before {
  content: "\ebc2";
}
.nc-icon-outline.food_whisk:before {
  content: "\ebc3";
}
.nc-icon-outline.emoticons_alien:before {
  content: "\ebc4";
}
.nc-icon-outline.emoticons_angry-10:before {
  content: "\ebc5";
}
.nc-icon-outline.emoticons_angry-44:before {
  content: "\ebc6";
}
.nc-icon-outline.emoticons_big-eyes:before {
  content: "\ebc7";
}
.nc-icon-outline.emoticons_big-smile:before {
  content: "\ebc8";
}
.nc-icon-outline.emoticons_bigmouth:before {
  content: "\ebc9";
}
.nc-icon-outline.emoticons_bleah:before {
  content: "\ebca";
}
.nc-icon-outline.emoticons_blind:before {
  content: "\ebcb";
}
.nc-icon-outline.emoticons_bomb:before {
  content: "\ebcc";
}
.nc-icon-outline.emoticons_bored:before {
  content: "\ebcd";
}
.nc-icon-outline.emoticons_cake:before {
  content: "\ebce";
}
.nc-icon-outline.emoticons_cry-15:before {
  content: "\ebcf";
}
.nc-icon-outline.emoticons_cry-57:before {
  content: "\ebd0";
}
.nc-icon-outline.emoticons_cute:before {
  content: "\ebd1";
}
.nc-icon-outline.emoticons_devil:before {
  content: "\ebd2";
}
.nc-icon-outline.emoticons_disgusted:before {
  content: "\ebd3";
}
.nc-icon-outline.emoticons_fist:before {
  content: "\ebd4";
}
.nc-icon-outline.emoticons_ghost:before {
  content: "\ebd5";
}
.nc-icon-outline.emoticons_hannibal:before {
  content: "\ebd6";
}
.nc-icon-outline.emoticons_happy-sun:before {
  content: "\ebd7";
}
.nc-icon-outline.emoticons_kid:before {
  content: "\ebd8";
}
.nc-icon-outline.emoticons_kiss:before {
  content: "\ebd9";
}
.nc-icon-outline.emoticons_laugh-17:before {
  content: "\ebda";
}
.nc-icon-outline.emoticons_laugh-35:before {
  content: "\ebdb";
}
.nc-icon-outline.emoticons_like-no:before {
  content: "\ebdc";
}
.nc-icon-outline.emoticons_like:before {
  content: "\ebdd";
}
.nc-icon-outline.emoticons_mad-12:before {
  content: "\ebde";
}
.nc-icon-outline.emoticons_mad-58:before {
  content: "\ebdf";
}
.nc-icon-outline.emoticons_malicious:before {
  content: "\ebe0";
}
.nc-icon-outline.emoticons_manga-62:before {
  content: "\ebe1";
}
.nc-icon-outline.emoticons_manga-63:before {
  content: "\ebe2";
}
.nc-icon-outline.emoticons_monster:before {
  content: "\ebe3";
}
.nc-icon-outline.emoticons_nerd-22:before {
  content: "\ebe4";
}
.nc-icon-outline.emoticons_nerd-23:before {
  content: "\ebe5";
}
.nc-icon-outline.emoticons_ninja:before {
  content: "\ebe6";
}
.nc-icon-outline.emoticons_no-words:before {
  content: "\ebe7";
}
.nc-icon-outline.emoticons_parrot:before {
  content: "\ebe8";
}
.nc-icon-outline.emoticons_penguin:before {
  content: "\ebe9";
}
.nc-icon-outline.emoticons_pirate:before {
  content: "\ebea";
}
.nc-icon-outline.emoticons_poop:before {
  content: "\ebeb";
}
.nc-icon-outline.emoticons_puzzled:before {
  content: "\ebec";
}
.nc-icon-outline.emoticons_quite-happy:before {
  content: "\ebed";
}
.nc-icon-outline.emoticons_robot:before {
  content: "\ebee";
}
.nc-icon-outline.emoticons_rock:before {
  content: "\ebef";
}
.nc-icon-outline.emoticons_sad:before {
  content: "\ebf0";
}
.nc-icon-outline.emoticons_satisfied:before {
  content: "\ebf1";
}
.nc-icon-outline.emoticons_shark:before {
  content: "\ebf2";
}
.nc-icon-outline.emoticons_shy:before {
  content: "\ebf3";
}
.nc-icon-outline.emoticons_sick:before {
  content: "\ebf4";
}
.nc-icon-outline.emoticons_silly:before {
  content: "\ebf5";
}
.nc-icon-outline.emoticons_skull:before {
  content: "\ebf6";
}
.nc-icon-outline.emoticons_sleep:before {
  content: "\ebf7";
}
.nc-icon-outline.emoticons_sloth:before {
  content: "\ebf8";
}
.nc-icon-outline.emoticons_smart:before {
  content: "\ebf9";
}
.nc-icon-outline.emoticons_smile:before {
  content: "\ebfa";
}
.nc-icon-outline.emoticons_soldier:before {
  content: "\ebfb";
}
.nc-icon-outline.emoticons_speechless:before {
  content: "\ebfc";
}
.nc-icon-outline.emoticons_spiteful:before {
  content: "\ebfd";
}
.nc-icon-outline.emoticons_sunglasses-48:before {
  content: "\ebfe";
}
.nc-icon-outline.emoticons_sunglasses-49:before {
  content: "\ebff";
}
.nc-icon-outline.emoticons_surprise:before {
  content: "\ec00";
}
.nc-icon-outline.emoticons_upset-13:before {
  content: "\ec01";
}
.nc-icon-outline.emoticons_upset-14:before {
  content: "\ec02";
}
.nc-icon-outline.emoticons_virus:before {
  content: "\ec03";
}
.nc-icon-outline.emoticons_what:before {
  content: "\ec04";
}
.nc-icon-outline.emoticons_whiskers:before {
  content: "\ec05";
}
.nc-icon-outline.emoticons_wink-06:before {
  content: "\ec06";
}
.nc-icon-outline.emoticons_wink-11:before {
  content: "\ec07";
}
.nc-icon-outline.emoticons_wink-69:before {
  content: "\ec08";
}
.nc-icon-outline.weather_celsius:before {
  content: "\e600";
}
.nc-icon-outline.weather_cloud-13:before {
  content: "\e601";
}
.nc-icon-outline.weather_cloud-14:before {
  content: "\e602";
}
.nc-icon-outline.weather_cloud-drop:before {
  content: "\e603";
}
.nc-icon-outline.weather_cloud-fog-31:before {
  content: "\e604";
}
.nc-icon-outline.weather_cloud-fog-32:before {
  content: "\e605";
}
.nc-icon-outline.weather_cloud-hail:before {
  content: "\e606";
}
.nc-icon-outline.weather_cloud-light:before {
  content: "\e607";
}
.nc-icon-outline.weather_cloud-moon:before {
  content: "\e608";
}
.nc-icon-outline.weather_cloud-rain:before {
  content: "\e609";
}
.nc-icon-outline.weather_cloud-rainbow:before {
  content: "\e60a";
}
.nc-icon-outline.weather_cloud-snow-34:before {
  content: "\e60b";
}
.nc-icon-outline.weather_cloud-snow-42:before {
  content: "\e60c";
}
.nc-icon-outline.weather_cloud-sun-17:before {
  content: "\e60d";
}
.nc-icon-outline.weather_cloud-sun-19:before {
  content: "\e60e";
}
.nc-icon-outline.weather_compass:before {
  content: "\e60f";
}
.nc-icon-outline.weather_drop-12:before {
  content: "\e610";
}
.nc-icon-outline.weather_drop-15:before {
  content: "\e611";
}
.nc-icon-outline.weather_drops:before {
  content: "\e612";
}
.nc-icon-outline.weather_eclipse:before {
  content: "\e613";
}
.nc-icon-outline.weather_fahrenheit:before {
  content: "\e614";
}
.nc-icon-outline.weather_fog:before {
  content: "\e615";
}
.nc-icon-outline.weather_forecast:before {
  content: "\e616";
}
.nc-icon-outline.weather_hurricane-44:before {
  content: "\e617";
}
.nc-icon-outline.weather_hurricane-45:before {
  content: "\e618";
}
.nc-icon-outline.weather_moon-cloud-drop:before {
  content: "\e619";
}
.nc-icon-outline.weather_moon-cloud-fog:before {
  content: "\e61a";
}
.nc-icon-outline.weather_moon-cloud-hail:before {
  content: "\e61b";
}
.nc-icon-outline.weather_moon-cloud-light:before {
  content: "\e61c";
}
.nc-icon-outline.weather_moon-cloud-rain:before {
  content: "\e61d";
}
.nc-icon-outline.weather_moon-cloud-snow-61:before {
  content: "\e61e";
}
.nc-icon-outline.weather_moon-cloud-snow-62:before {
  content: "\e61f";
}
.nc-icon-outline.weather_moon-fog:before {
  content: "\e620";
}
.nc-icon-outline.weather_moon-full:before {
  content: "\e621";
}
.nc-icon-outline.weather_moon-stars:before {
  content: "\e622";
}
.nc-icon-outline.weather_moon:before {
  content: "\e623";
}
.nc-icon-outline.weather_rain-hail:before {
  content: "\e624";
}
.nc-icon-outline.weather_rain:before {
  content: "\e625";
}
.nc-icon-outline.weather_rainbow:before {
  content: "\e626";
}
.nc-icon-outline.weather_snow:before {
  content: "\e627";
}
.nc-icon-outline.weather_sun-cloud-drop:before {
  content: "\e628";
}
.nc-icon-outline.weather_sun-cloud-fog:before {
  content: "\e629";
}
.nc-icon-outline.weather_sun-cloud-hail:before {
  content: "\e62a";
}
.nc-icon-outline.weather_sun-cloud-light:before {
  content: "\e62b";
}
.nc-icon-outline.weather_sun-cloud-rain:before {
  content: "\e62c";
}
.nc-icon-outline.weather_sun-cloud-snow-54:before {
  content: "\e62d";
}
.nc-icon-outline.weather_sun-cloud-snow-55:before {
  content: "\e62e";
}
.nc-icon-outline.weather_sun-cloud:before {
  content: "\e62f";
}
.nc-icon-outline.weather_sun-fog-29:before {
  content: "\e630";
}
.nc-icon-outline.weather_sun-fog-30:before {
  content: "\e631";
}
.nc-icon-outline.weather_sun-fog-43:before {
  content: "\e632";
}
.nc-icon-outline.weather_sun:before {
  content: "\e633";
}
.nc-icon-outline.weather_wind:before {
  content: "\e634";
}
.nc-icon-outline.transportation_air-baloon:before {
  content: "\e717";
}
.nc-icon-outline.transportation_bike-sport:before {
  content: "\e718";
}
.nc-icon-outline.transportation_bike:before {
  content: "\e719";
}
.nc-icon-outline.transportation_boat-front:before {
  content: "\e71a";
}
.nc-icon-outline.transportation_boat-small-02:before {
  content: "\e71b";
}
.nc-icon-outline.transportation_boat-small-03:before {
  content: "\e71c";
}
.nc-icon-outline.transportation_boat:before {
  content: "\e71d";
}
.nc-icon-outline.transportation_bus-front-10:before {
  content: "\e71e";
}
.nc-icon-outline.transportation_bus-front-12:before {
  content: "\e71f";
}
.nc-icon-outline.transportation_bus:before {
  content: "\e720";
}
.nc-icon-outline.transportation_car-front:before {
  content: "\e721";
}
.nc-icon-outline.transportation_car-simple:before {
  content: "\e722";
}
.nc-icon-outline.transportation_car-sport:before {
  content: "\e723";
}
.nc-icon-outline.transportation_car-taxi:before {
  content: "\e724";
}
.nc-icon-outline.transportation_car:before {
  content: "\e725";
}
.nc-icon-outline.transportation_helicopter:before {
  content: "\e726";
}
.nc-icon-outline.transportation_helmet:before {
  content: "\e727";
}
.nc-icon-outline.transportation_light-traffic:before {
  content: "\e728";
}
.nc-icon-outline.transportation_moto:before {
  content: "\e729";
}
.nc-icon-outline.transportation_plane-17:before {
  content: "\e72a";
}
.nc-icon-outline.transportation_plane-18:before {
  content: "\e72b";
}
.nc-icon-outline.transportation_road:before {
  content: "\e72c";
}
.nc-icon-outline.transportation_skateboard:before {
  content: "\e72d";
}
.nc-icon-outline.transportation_tractor:before {
  content: "\e72e";
}
.nc-icon-outline.transportation_train-speed:before {
  content: "\e72f";
}
.nc-icon-outline.transportation_train:before {
  content: "\e730";
}
.nc-icon-outline.transportation_tram:before {
  content: "\e731";
}
.nc-icon-outline.transportation_truck-front:before {
  content: "\e732";
}
.nc-icon-outline.transportation_vespa-front:before {
  content: "\e733";
}
.nc-icon-outline.transportation_vespa:before {
  content: "\e734";
}
.nc-icon-outline.education_abc:before {
  content: "\e7ad";
}
.nc-icon-outline.education_agenda-bookmark:before {
  content: "\e7ae";
}
.nc-icon-outline.education_atom:before {
  content: "\e7af";
}
.nc-icon-outline.education_award-55:before {
  content: "\e7b0";
}
.nc-icon-outline.education_backpack-57:before {
  content: "\e7b1";
}
.nc-icon-outline.education_backpack-58:before {
  content: "\e7b2";
}
.nc-icon-outline.education_ball-basket:before {
  content: "\e7b3";
}
.nc-icon-outline.education_ball-soccer:before {
  content: "\e7b4";
}
.nc-icon-outline.education_board-51:before {
  content: "\e7b5";
}
.nc-icon-outline.education_book-39:before {
  content: "\e7b6";
}
.nc-icon-outline.education_book-bookmark:before {
  content: "\e7b7";
}
.nc-icon-outline.education_book-open:before {
  content: "\e7b8";
}
.nc-icon-outline.education_books-46:before {
  content: "\e7b9";
}
.nc-icon-outline.education_chalkboard:before {
  content: "\e7ba";
}
.nc-icon-outline.education_flask:before {
  content: "\e7bb";
}
.nc-icon-outline.education_glasses:before {
  content: "\e7bc";
}
.nc-icon-outline.education_grammar-check:before {
  content: "\e7bd";
}
.nc-icon-outline.education_hat:before {
  content: "\e7be";
}
.nc-icon-outline.education_language:before {
  content: "\e7bf";
}
.nc-icon-outline.education_microscope:before {
  content: "\e7c0";
}
.nc-icon-outline.education_molecule:before {
  content: "\e7c1";
}
.nc-icon-outline.education_notepad:before {
  content: "\e7c2";
}
.nc-icon-outline.education_paper-diploma:before {
  content: "\e7c3";
}
.nc-icon-outline.education_paper:before {
  content: "\e7c4";
}
.nc-icon-outline.education_pencil-47:before {
  content: "\e7c5";
}
.nc-icon-outline.education_school:before {
  content: "\e7c6";
}
.nc-icon-outline.objects_alien-29:before {
  content: "\e7c7";
}
.nc-icon-outline.objects_alien-33:before {
  content: "\e7c8";
}
.nc-icon-outline.objects_anchor:before {
  content: "\e7c9";
}
.nc-icon-outline.objects_astronaut:before {
  content: "\e7ca";
}
.nc-icon-outline.objects_axe:before {
  content: "\e7cb";
}
.nc-icon-outline.objects_baby-bottle:before {
  content: "\e7cc";
}
.nc-icon-outline.objects_baby:before {
  content: "\e7cd";
}
.nc-icon-outline.objects_baloon:before {
  content: "\e7ce";
}
.nc-icon-outline.objects_battery:before {
  content: "\e7cf";
}
.nc-icon-outline.objects_bear:before {
  content: "\e7d0";
}
.nc-icon-outline.objects_billiard:before {
  content: "\e7d1";
}
.nc-icon-outline.objects_binocular:before {
  content: "\e7d2";
}
.nc-icon-outline.objects_bow:before {
  content: "\e7d3";
}
.nc-icon-outline.objects_bowling:before {
  content: "\e7d4";
}
.nc-icon-outline.objects_broom:before {
  content: "\e7d5";
}
.nc-icon-outline.objects_cone:before {
  content: "\e7d6";
}
.nc-icon-outline.objects_controller:before {
  content: "\e7d7";
}
.nc-icon-outline.objects_diamond:before {
  content: "\e7d8";
}
.nc-icon-outline.objects_dice:before {
  content: "\e7d9";
}
.nc-icon-outline.objects_globe:before {
  content: "\e7da";
}
.nc-icon-outline.objects_hut:before {
  content: "\e7db";
}
.nc-icon-outline.objects_key-25:before {
  content: "\e7dc";
}
.nc-icon-outline.objects_key-26:before {
  content: "\e7dd";
}
.nc-icon-outline.objects_lamp:before {
  content: "\e7de";
}
.nc-icon-outline.objects_leaf-36:before {
  content: "\e7df";
}
.nc-icon-outline.objects_leaf-38:before {
  content: "\e7e0";
}
.nc-icon-outline.objects_light:before {
  content: "\e7e1";
}
.nc-icon-outline.objects_pipe:before {
  content: "\e7e2";
}
.nc-icon-outline.objects_planet:before {
  content: "\e7e3";
}
.nc-icon-outline.objects_puzzle-09:before {
  content: "\e7e4";
}
.nc-icon-outline.objects_puzzle-10:before {
  content: "\e7e5";
}
.nc-icon-outline.objects_shovel:before {
  content: "\e7e6";
}
.nc-icon-outline.objects_skull:before {
  content: "\e7e7";
}
.nc-icon-outline.objects_spaceship:before {
  content: "\e7e8";
}
.nc-icon-outline.objects_spray:before {
  content: "\e7e9";
}
.nc-icon-outline.objects_support-16:before {
  content: "\e7ea";
}
.nc-icon-outline.objects_support-17:before {
  content: "\e7eb";
}
.nc-icon-outline.objects_umbrella-13:before {
  content: "\e7ec";
}
.nc-icon-outline.objects_umbrella-14:before {
  content: "\e7ed";
}
.nc-icon-outline.objects_wool-ball:before {
  content: "\e7ee";
}
.nc-icon-outline.media-1_3d:before {
  content: "\e7ef";
}
.nc-icon-outline.media-1_action-73:before {
  content: "\e7f0";
}
.nc-icon-outline.media-1_action-74:before {
  content: "\e7f1";
}
.nc-icon-outline.media-1_album:before {
  content: "\e7f2";
}
.nc-icon-outline.media-1_audio-91:before {
  content: "\e7f3";
}
.nc-icon-outline.media-1_audio-92:before {
  content: "\e7f4";
}
.nc-icon-outline.media-1_balance:before {
  content: "\e7f5";
}
.nc-icon-outline.media-1_brightness-46:before {
  content: "\e7f6";
}
.nc-icon-outline.media-1_brightness-47:before {
  content: "\e7f7";
}
.nc-icon-outline.media-1_button-circle-pause:before {
  content: "\e7f8";
}
.nc-icon-outline.media-1_button-circle-play:before {
  content: "\e7f9";
}
.nc-icon-outline.media-1_button-circle-stop:before {
  content: "\e7fa";
}
.nc-icon-outline.media-1_button-eject:before {
  content: "\e7fb";
}
.nc-icon-outline.media-1_button-next:before {
  content: "\e7fc";
}
.nc-icon-outline.media-1_button-pause:before {
  content: "\e7fd";
}
.nc-icon-outline.media-1_button-play:before {
  content: "\e7fe";
}
.nc-icon-outline.media-1_button-power:before {
  content: "\e7ff";
}
.nc-icon-outline.media-1_button-previous:before {
  content: "\e800";
}
.nc-icon-outline.media-1_button-record:before {
  content: "\e801";
}
.nc-icon-outline.media-1_button-rewind:before {
  content: "\e802";
}
.nc-icon-outline.media-1_button-skip:before {
  content: "\e803";
}
.nc-icon-outline.media-1_button-stop:before {
  content: "\e804";
}
.nc-icon-outline.media-1_camera-18:before {
  content: "\e805";
}
.nc-icon-outline.media-1_camera-19:before {
  content: "\e806";
}
.nc-icon-outline.media-1_camera-20:before {
  content: "\e807";
}
.nc-icon-outline.media-1_camera-ban-36:before {
  content: "\e808";
}
.nc-icon-outline.media-1_camera-ban-37:before {
  content: "\e809";
}
.nc-icon-outline.media-1_camera-compact:before {
  content: "\e80a";
}
.nc-icon-outline.media-1_camera-screen:before {
  content: "\e80b";
}
.nc-icon-outline.media-1_camera-square-57:before {
  content: "\e80c";
}
.nc-icon-outline.media-1_camera-square-58:before {
  content: "\e80d";
}
.nc-icon-outline.media-1_camera-time:before {
  content: "\e80e";
}
.nc-icon-outline.media-1_countdown-34:before {
  content: "\e80f";
}
.nc-icon-outline.media-1_countdown-35:before {
  content: "\e810";
}
.nc-icon-outline.media-1_edit-color:before {
  content: "\e811";
}
.nc-icon-outline.media-1_edit-contrast-42:before {
  content: "\e812";
}
.nc-icon-outline.media-1_edit-contrast-43:before {
  content: "\e813";
}
.nc-icon-outline.media-1_edit-saturation:before {
  content: "\e814";
}
.nc-icon-outline.media-1_flash-21:before {
  content: "\e815";
}
.nc-icon-outline.media-1_flash-24:before {
  content: "\e816";
}
.nc-icon-outline.media-1_flash-29:before {
  content: "\e817";
}
.nc-icon-outline.media-1_flash-auto-22:before {
  content: "\e818";
}
.nc-icon-outline.media-1_flash-auto-25:before {
  content: "\e819";
}
.nc-icon-outline.media-1_flash-off-23:before {
  content: "\e81a";
}
.nc-icon-outline.media-1_flash-off-26:before {
  content: "\e81b";
}
.nc-icon-outline.media-1_focus-32:before {
  content: "\e81c";
}
.nc-icon-outline.media-1_focus-38:before {
  content: "\e81d";
}
.nc-icon-outline.media-1_focus-40:before {
  content: "\e81e";
}
.nc-icon-outline.media-1_focus-circle:before {
  content: "\e81f";
}
.nc-icon-outline.media-1_frame-12:before {
  content: "\e820";
}
.nc-icon-outline.media-1_frame-41:before {
  content: "\e821";
}
.nc-icon-outline.media-1_grid:before {
  content: "\e822";
}
.nc-icon-outline.media-1_image-01:before {
  content: "\e823";
}
.nc-icon-outline.media-1_image-02:before {
  content: "\e824";
}
.nc-icon-outline.media-1_image-05:before {
  content: "\e825";
}
.nc-icon-outline.media-1_image-add:before {
  content: "\e826";
}
.nc-icon-outline.media-1_image-delete:before {
  content: "\e827";
}
.nc-icon-outline.media-1_image-location:before {
  content: "\e828";
}
.nc-icon-outline.media-1_kid:before {
  content: "\e829";
}
.nc-icon-outline.media-1_layers:before {
  content: "\e82a";
}
.nc-icon-outline.media-1_lens-31:before {
  content: "\e82b";
}
.nc-icon-outline.media-1_lens-56:before {
  content: "\e82c";
}
.nc-icon-outline.media-1_macro:before {
  content: "\e82d";
}
.nc-icon-outline.media-1_movie-61:before {
  content: "\e82e";
}
.nc-icon-outline.media-1_movie-62:before {
  content: "\e82f";
}
.nc-icon-outline.media-1_night:before {
  content: "\e830";
}
.nc-icon-outline.media-1_picture:before {
  content: "\e831";
}
.nc-icon-outline.media-1_play-68:before {
  content: "\e832";
}
.nc-icon-outline.media-1_play-69:before {
  content: "\e833";
}
.nc-icon-outline.media-1_player:before {
  content: "\e834";
}
.nc-icon-outline.media-1_polaroid-add:before {
  content: "\e835";
}
.nc-icon-outline.media-1_polaroid-delete:before {
  content: "\e836";
}
.nc-icon-outline.media-1_polaroid-multiple:before {
  content: "\e837";
}
.nc-icon-outline.media-1_polaroid-user:before {
  content: "\e838";
}
.nc-icon-outline.media-1_polaroid:before {
  content: "\e839";
}
.nc-icon-outline.media-1_roll:before {
  content: "\e83a";
}
.nc-icon-outline.media-1_rotate-left:before {
  content: "\e83b";
}
.nc-icon-outline.media-1_rotate-right:before {
  content: "\e83c";
}
.nc-icon-outline.media-1_sd:before {
  content: "\e83d";
}
.nc-icon-outline.media-1_selfie:before {
  content: "\e83e";
}
.nc-icon-outline.media-1_shake:before {
  content: "\e83f";
}
.nc-icon-outline.media-1_speaker:before {
  content: "\e840";
}
.nc-icon-outline.media-1_sport:before {
  content: "\e841";
}
.nc-icon-outline.media-1_ticket-75:before {
  content: "\e842";
}
.nc-icon-outline.media-1_ticket-76:before {
  content: "\e843";
}
.nc-icon-outline.media-1_touch:before {
  content: "\e844";
}
.nc-icon-outline.media-1_tripod:before {
  content: "\e845";
}
.nc-icon-outline.media-1_video-64:before {
  content: "\e846";
}
.nc-icon-outline.media-1_video-65:before {
  content: "\e847";
}
.nc-icon-outline.media-1_video-66:before {
  content: "\e848";
}
.nc-icon-outline.media-1_video-67:before {
  content: "\e849";
}
.nc-icon-outline.media-1_videocamera-71:before {
  content: "\e84a";
}
.nc-icon-outline.media-1_videocamera-72:before {
  content: "\e84b";
}
.nc-icon-outline.media-1_volume-93:before {
  content: "\e84c";
}
.nc-icon-outline.media-1_volume-97:before {
  content: "\e84d";
}
.nc-icon-outline.media-1_volume-98:before {
  content: "\e84e";
}
.nc-icon-outline.media-1_volume-ban:before {
  content: "\e84f";
}
.nc-icon-outline.media-1_volume-down:before {
  content: "\e850";
}
.nc-icon-outline.media-1_volume-off:before {
  content: "\e851";
}
.nc-icon-outline.media-1_volume-up:before {
  content: "\e852";
}
.nc-icon-outline.media-2_guitar:before {
  content: "\e853";
}
.nc-icon-outline.media-2_headphones-mic:before {
  content: "\e854";
}
.nc-icon-outline.media-2_headphones:before {
  content: "\e855";
}
.nc-icon-outline.media-2_knob:before {
  content: "\e856";
}
.nc-icon-outline.media-2_mic:before {
  content: "\e857";
}
.nc-icon-outline.media-2_music-album:before {
  content: "\e858";
}
.nc-icon-outline.media-2_music-cloud:before {
  content: "\e859";
}
.nc-icon-outline.media-2_note-03:before {
  content: "\e85a";
}
.nc-icon-outline.media-2_note-04:before {
  content: "\e85b";
}
.nc-icon-outline.media-2_piano:before {
  content: "\e85c";
}
.nc-icon-outline.media-2_radio:before {
  content: "\e85d";
}
.nc-icon-outline.media-2_remix:before {
  content: "\e85e";
}
.nc-icon-outline.media-2_sound-wave:before {
  content: "\e85f";
}
.nc-icon-outline.media-2_speaker-01:before {
  content: "\e860";
}
.nc-icon-outline.media-2_speaker-05:before {
  content: "\e861";
}
.nc-icon-outline.media-2_tape:before {
  content: "\e862";
}
.nc-icon-outline.location_appointment:before {
  content: "\e863";
}
.nc-icon-outline.location_bookmark-add:before {
  content: "\e864";
}
.nc-icon-outline.location_bookmark-remove:before {
  content: "\e865";
}
.nc-icon-outline.location_bookmark:before {
  content: "\e866";
}
.nc-icon-outline.location_compass-04:before {
  content: "\e867";
}
.nc-icon-outline.location_compass-05:before {
  content: "\e868";
}
.nc-icon-outline.location_compass-06:before {
  content: "\e869";
}
.nc-icon-outline.location_crosshair:before {
  content: "\e86a";
}
.nc-icon-outline.location_explore-user:before {
  content: "\e86b";
}
.nc-icon-outline.location_explore:before {
  content: "\e86c";
}
.nc-icon-outline.location_flag-complex:before {
  content: "\e86d";
}
.nc-icon-outline.location_flag-diagonal-33:before {
  content: "\e86e";
}
.nc-icon-outline.location_flag-diagonal-34:before {
  content: "\e86f";
}
.nc-icon-outline.location_flag-points-31:before {
  content: "\e870";
}
.nc-icon-outline.location_flag-points-32:before {
  content: "\e871";
}
.nc-icon-outline.location_flag-simple:before {
  content: "\e872";
}
.nc-icon-outline.location_flag-triangle:before {
  content: "\e873";
}
.nc-icon-outline.location_flag:before {
  content: "\e874";
}
.nc-icon-outline.location_gps:before {
  content: "\e875";
}
.nc-icon-outline.location_map-big:before {
  content: "\e876";
}
.nc-icon-outline.location_map-compass:before {
  content: "\e877";
}
.nc-icon-outline.location_map-gps:before {
  content: "\e878";
}
.nc-icon-outline.location_map-marker:before {
  content: "\e879";
}
.nc-icon-outline.location_map-pin:before {
  content: "\e87a";
}
.nc-icon-outline.location_map:before {
  content: "\e87b";
}
.nc-icon-outline.location_marker:before {
  content: "\e87c";
}
.nc-icon-outline.location_pin-add:before {
  content: "\e87d";
}
.nc-icon-outline.location_pin-copy:before {
  content: "\e87e";
}
.nc-icon-outline.location_pin-remove:before {
  content: "\e87f";
}
.nc-icon-outline.location_pin:before {
  content: "\e880";
}
.nc-icon-outline.location_pins:before {
  content: "\e881";
}
.nc-icon-outline.location_position-marker:before {
  content: "\e882";
}
.nc-icon-outline.location_position-pin:before {
  content: "\e883";
}
.nc-icon-outline.location_position-user:before {
  content: "\e884";
}
.nc-icon-outline.location_radar:before {
  content: "\e885";
}
.nc-icon-outline.location_road:before {
  content: "\e886";
}
.nc-icon-outline.location_route-alert:before {
  content: "\e887";
}
.nc-icon-outline.location_route-close:before {
  content: "\e888";
}
.nc-icon-outline.location_route-open:before {
  content: "\e889";
}
.nc-icon-outline.location_square-marker:before {
  content: "\e88a";
}
.nc-icon-outline.location_square-pin:before {
  content: "\e88b";
}
.nc-icon-outline.location_treasure-map-21:before {
  content: "\e88c";
}
.nc-icon-outline.location_treasure-map-40:before {
  content: "\e88d";
}
.nc-icon-outline.location_worl-marker:before {
  content: "\e88e";
}
.nc-icon-outline.location_world-pin:before {
  content: "\e88f";
}
.nc-icon-outline.location_world:before {
  content: "\e890";
}
.nc-icon-outline.health_ambulance:before {
  content: "\e891";
}
.nc-icon-outline.health_apple:before {
  content: "\e892";
}
.nc-icon-outline.health_bag-49:before {
  content: "\e893";
}
.nc-icon-outline.health_bag-50:before {
  content: "\e894";
}
.nc-icon-outline.health_brain:before {
  content: "\e895";
}
.nc-icon-outline.health_dna-27:before {
  content: "\e896";
}
.nc-icon-outline.health_dna-38:before {
  content: "\e897";
}
.nc-icon-outline.health_doctor:before {
  content: "\e898";
}
.nc-icon-outline.health_flask:before {
  content: "\e899";
}
.nc-icon-outline.health_heartbeat-16:before {
  content: "\e89a";
}
.nc-icon-outline.health_height:before {
  content: "\e89b";
}
.nc-icon-outline.health_hospital-32:before {
  content: "\e89c";
}
.nc-icon-outline.health_hospital-33:before {
  content: "\e89d";
}
.nc-icon-outline.health_hospital-34:before {
  content: "\e89e";
}
.nc-icon-outline.health_humidity-26:before {
  content: "\e89f";
}
.nc-icon-outline.health_humidity-52:before {
  content: "\e8a0";
}
.nc-icon-outline.health_intestine:before {
  content: "\e8a1";
}
.nc-icon-outline.health_lungs:before {
  content: "\e8a2";
}
.nc-icon-outline.health_molecule-39:before {
  content: "\e8a3";
}
.nc-icon-outline.health_molecule-40:before {
  content: "\e8a4";
}
.nc-icon-outline.health_notebook:before {
  content: "\e8a5";
}
.nc-icon-outline.health_nurse:before {
  content: "\e8a6";
}
.nc-icon-outline.health_patch-46:before {
  content: "\e8a7";
}
.nc-icon-outline.health_pill-42:before {
  content: "\e8a8";
}
.nc-icon-outline.health_pill-43:before {
  content: "\e8a9";
}
.nc-icon-outline.health_pill-container-44:before {
  content: "\e8aa";
}
.nc-icon-outline.health_pill-container-47:before {
  content: "\e8ab";
}
.nc-icon-outline.health_pulse-chart:before {
  content: "\e8ac";
}
.nc-icon-outline.health_pulse-phone:before {
  content: "\e8ad";
}
.nc-icon-outline.health_pulse-sleep:before {
  content: "\e8ae";
}
.nc-icon-outline.health_pulse-watch:before {
  content: "\e8af";
}
.nc-icon-outline.health_pulse:before {
  content: "\e8b0";
}
.nc-icon-outline.health_sleep:before {
  content: "\e8b1";
}
.nc-icon-outline.health_steps:before {
  content: "\e8b2";
}
.nc-icon-outline.health_syringe:before {
  content: "\e8b3";
}
.nc-icon-outline.health_temperature-23:before {
  content: "\e8b4";
}
.nc-icon-outline.health_temperature-24:before {
  content: "\e8b5";
}
.nc-icon-outline.health_tooth:before {
  content: "\e8b6";
}
.nc-icon-outline.health_weed:before {
  content: "\e8b7";
}
.nc-icon-outline.health_weight:before {
  content: "\e8b8";
}
.nc-icon-outline.health_wheelchair:before {
  content: "\e8b9";
}
.nc-icon-outline.health_woman:before {
  content: "\e8ba";
}
.nc-icon-outline.furniture_air-conditioner:before {
  content: "\e8bb";
}
.nc-icon-outline.furniture_armchair:before {
  content: "\e8bc";
}
.nc-icon-outline.furniture_bath-tub:before {
  content: "\e8bd";
}
.nc-icon-outline.furniture_bed-09:before {
  content: "\e8be";
}
.nc-icon-outline.furniture_bed-23:before {
  content: "\e8bf";
}
.nc-icon-outline.furniture_bed-side:before {
  content: "\e8c0";
}
.nc-icon-outline.furniture_cabinet:before {
  content: "\e8c1";
}
.nc-icon-outline.furniture_cactus:before {
  content: "\e8c2";
}
.nc-icon-outline.furniture_chair:before {
  content: "\e8c3";
}
.nc-icon-outline.furniture_coat-hanger:before {
  content: "\e8c4";
}
.nc-icon-outline.furniture_coffee:before {
  content: "\e8c5";
}
.nc-icon-outline.furniture_cradle:before {
  content: "\e8c6";
}
.nc-icon-outline.furniture_curtain:before {
  content: "\e8c7";
}
.nc-icon-outline.furniture_desk-drawer:before {
  content: "\e8c8";
}
.nc-icon-outline.furniture_desk:before {
  content: "\e8c9";
}
.nc-icon-outline.furniture_door:before {
  content: "\e8ca";
}
.nc-icon-outline.furniture_drawer:before {
  content: "\e8cb";
}
.nc-icon-outline.furniture_fridge:before {
  content: "\e8cc";
}
.nc-icon-outline.furniture_hanger-clothes:before {
  content: "\e8cd";
}
.nc-icon-outline.furniture_hanger:before {
  content: "\e8ce";
}
.nc-icon-outline.furniture_heater:before {
  content: "\e8cf";
}
.nc-icon-outline.furniture_iron:before {
  content: "\e8d0";
}
.nc-icon-outline.furniture_lamp-floor:before {
  content: "\e8d1";
}
.nc-icon-outline.furniture_lamp:before {
  content: "\e8d2";
}
.nc-icon-outline.furniture_library:before {
  content: "\e8d3";
}
.nc-icon-outline.furniture_light:before {
  content: "\e8d4";
}
.nc-icon-outline.furniture_mixer:before {
  content: "\e8d5";
}
.nc-icon-outline.furniture_oven:before {
  content: "\e8d6";
}
.nc-icon-outline.furniture_shower:before {
  content: "\e8d7";
}
.nc-icon-outline.furniture_sink-wash:before {
  content: "\e8d8";
}
.nc-icon-outline.furniture_sink:before {
  content: "\e8d9";
}
.nc-icon-outline.furniture_sofa:before {
  content: "\e8da";
}
.nc-icon-outline.furniture_storage-hanger:before {
  content: "\e8db";
}
.nc-icon-outline.furniture_storage:before {
  content: "\e8dc";
}
.nc-icon-outline.furniture_table:before {
  content: "\e8dd";
}
.nc-icon-outline.furniture_toilet-paper:before {
  content: "\e8de";
}
.nc-icon-outline.furniture_toilet:before {
  content: "\e8df";
}
.nc-icon-outline.furniture_tv:before {
  content: "\e8e0";
}
.nc-icon-outline.furniture_wardrobe:before {
  content: "\e8e1";
}
.nc-icon-outline.furniture_wash:before {
  content: "\e8e2";
}
.nc-icon-outline.clothes_baby:before {
  content: "\e9ab";
}
.nc-icon-outline.clothes_backpack:before {
  content: "\e9ac";
}
.nc-icon-outline.clothes_bag-21:before {
  content: "\e9ad";
}
.nc-icon-outline.clothes_bag-22:before {
  content: "\e9ae";
}
.nc-icon-outline.clothes_belt:before {
  content: "\e9af";
}
.nc-icon-outline.clothes_boot-woman:before {
  content: "\e9b0";
}
.nc-icon-outline.clothes_boot:before {
  content: "\e9b1";
}
.nc-icon-outline.clothes_bra:before {
  content: "\e9b2";
}
.nc-icon-outline.clothes_button:before {
  content: "\e9b3";
}
.nc-icon-outline.clothes_cap:before {
  content: "\e9b4";
}
.nc-icon-outline.clothes_coat:before {
  content: "\e9b5";
}
.nc-icon-outline.clothes_corset:before {
  content: "\e9b6";
}
.nc-icon-outline.clothes_dress-man:before {
  content: "\e9b7";
}
.nc-icon-outline.clothes_dress-woman:before {
  content: "\e9b8";
}
.nc-icon-outline.clothes_flip:before {
  content: "\e9b9";
}
.nc-icon-outline.clothes_glasses:before {
  content: "\e9ba";
}
.nc-icon-outline.clothes_gloves:before {
  content: "\e9bb";
}
.nc-icon-outline.clothes_hat-top:before {
  content: "\e9bc";
}
.nc-icon-outline.clothes_hat:before {
  content: "\e9bd";
}
.nc-icon-outline.clothes_hoodie:before {
  content: "\e9be";
}
.nc-icon-outline.clothes_iron-dont:before {
  content: "\e9bf";
}
.nc-icon-outline.clothes_iron:before {
  content: "\e9c0";
}
.nc-icon-outline.clothes_jeans-41:before {
  content: "\e9c1";
}
.nc-icon-outline.clothes_jeans-43:before {
  content: "\e9c2";
}
.nc-icon-outline.clothes_jeans-pocket:before {
  content: "\e9c3";
}
.nc-icon-outline.clothes_kitchen:before {
  content: "\e9c4";
}
.nc-icon-outline.clothes_long-sleeve:before {
  content: "\e9c5";
}
.nc-icon-outline.clothes_makeup:before {
  content: "\e9c6";
}
.nc-icon-outline.clothes_needle:before {
  content: "\e9c7";
}
.nc-icon-outline.clothes_pajamas:before {
  content: "\e9c8";
}
.nc-icon-outline.clothes_ring:before {
  content: "\e9c9";
}
.nc-icon-outline.clothes_scarf:before {
  content: "\e9ca";
}
.nc-icon-outline.clothes_shirt-business:before {
  content: "\e9cb";
}
.nc-icon-outline.clothes_shirt-buttons:before {
  content: "\e9cc";
}
.nc-icon-outline.clothes_shirt-neck:before {
  content: "\e9cd";
}
.nc-icon-outline.clothes_shirt:before {
  content: "\e9ce";
}
.nc-icon-outline.clothes_shoe-man:before {
  content: "\e9cf";
}
.nc-icon-outline.clothes_shoe-sport:before {
  content: "\e9d0";
}
.nc-icon-outline.clothes_shoe-woman:before {
  content: "\e9d1";
}
.nc-icon-outline.clothes_skirt:before {
  content: "\e9d2";
}
.nc-icon-outline.clothes_slacks-12:before {
  content: "\e9d3";
}
.nc-icon-outline.clothes_slacks-13:before {
  content: "\e9d4";
}
.nc-icon-outline.clothes_sock:before {
  content: "\e9d5";
}
.nc-icon-outline.clothes_tie-bow:before {
  content: "\e9d6";
}
.nc-icon-outline.clothes_tshirt-53:before {
  content: "\e9d7";
}
.nc-icon-outline.clothes_tshirt-54:before {
  content: "\e9d8";
}
.nc-icon-outline.clothes_tshirt-sport:before {
  content: "\e9d9";
}
.nc-icon-outline.clothes_underwear-man:before {
  content: "\e9da";
}
.nc-icon-outline.clothes_underwear:before {
  content: "\e9db";
}
.nc-icon-outline.clothes_vest-sport:before {
  content: "\e9dc";
}
.nc-icon-outline.clothes_vest:before {
  content: "\e9dd";
}
.nc-icon-outline.clothes_wash-30:before {
  content: "\e9de";
}
.nc-icon-outline.clothes_wash-60:before {
  content: "\e9df";
}
.nc-icon-outline.clothes_wash-90:before {
  content: "\e9e0";
}
.nc-icon-outline.clothes_wash-hand:before {
  content: "\e9e1";
}
.nc-icon-outline.clothes_wash:before {
  content: "\e9e2";
}
.nc-icon-outline.business_agenda:before {
  content: "\e9e3";
}
.nc-icon-outline.business_atm:before {
  content: "\e9e4";
}
.nc-icon-outline.business_award-48:before {
  content: "\e9e5";
}
.nc-icon-outline.business_award-49:before {
  content: "\e9e6";
}
.nc-icon-outline.business_award-74:before {
  content: "\e9e7";
}
.nc-icon-outline.business_badge:before {
  content: "\e9e8";
}
.nc-icon-outline.business_bank:before {
  content: "\e9e9";
}
.nc-icon-outline.business_board-27:before {
  content: "\e9ea";
}
.nc-icon-outline.business_board-28:before {
  content: "\e9eb";
}
.nc-icon-outline.business_board-29:before {
  content: "\e9ec";
}
.nc-icon-outline.business_board-30:before {
  content: "\e9ed";
}
.nc-icon-outline.business_books:before {
  content: "\e9ee";
}
.nc-icon-outline.business_briefcase-24:before {
  content: "\e9ef";
}
.nc-icon-outline.business_briefcase-25:before {
  content: "\e9f0";
}
.nc-icon-outline.business_briefcase-26:before {
  content: "\e9f1";
}
.nc-icon-outline.business_building:before {
  content: "\e9f2";
}
.nc-icon-outline.business_bulb-61:before {
  content: "\e9f3";
}
.nc-icon-outline.business_bulb-62:before {
  content: "\e9f4";
}
.nc-icon-outline.business_bulb-63:before {
  content: "\e9f5";
}
.nc-icon-outline.business_business-contact-85:before {
  content: "\e9f6";
}
.nc-icon-outline.business_business-contact-86:before {
  content: "\e9f7";
}
.nc-icon-outline.business_business-contact-87:before {
  content: "\e9f8";
}
.nc-icon-outline.business_business-contact-88:before {
  content: "\e9f9";
}
.nc-icon-outline.business_business-contact-89:before {
  content: "\e9fa";
}
.nc-icon-outline.business_businessman-03:before {
  content: "\e9fb";
}
.nc-icon-outline.business_businessman-04:before {
  content: "\e9fc";
}
.nc-icon-outline.business_calculator:before {
  content: "\e9fd";
}
.nc-icon-outline.business_chair:before {
  content: "\e9fe";
}
.nc-icon-outline.business_chart-bar-32:before {
  content: "\e9ff";
}
.nc-icon-outline.business_chart-bar-33:before {
  content: "\ea00";
}
.nc-icon-outline.business_chart-growth:before {
  content: "\ea01";
}
.nc-icon-outline.business_chart-pie-35:before {
  content: "\ea02";
}
.nc-icon-outline.business_chart-pie-36:before {
  content: "\ea03";
}
.nc-icon-outline.business_chart:before {
  content: "\ea04";
}
.nc-icon-outline.business_cheque:before {
  content: "\ea05";
}
.nc-icon-outline.business_coins:before {
  content: "\ea06";
}
.nc-icon-outline.business_connect:before {
  content: "\ea07";
}
.nc-icon-outline.business_contacts:before {
  content: "\ea08";
}
.nc-icon-outline.business_currency-dollar:before {
  content: "\ea09";
}
.nc-icon-outline.business_currency-euro:before {
  content: "\ea0a";
}
.nc-icon-outline.business_currency-pound:before {
  content: "\ea0b";
}
.nc-icon-outline.business_currency-yen:before {
  content: "\ea0c";
}
.nc-icon-outline.business_factory:before {
  content: "\ea0d";
}
.nc-icon-outline.business_globe:before {
  content: "\ea0e";
}
.nc-icon-outline.business_goal-64:before {
  content: "\ea0f";
}
.nc-icon-outline.business_goal-65:before {
  content: "\ea10";
}
.nc-icon-outline.business_gold:before {
  content: "\ea11";
}
.nc-icon-outline.business_hammer:before {
  content: "\ea12";
}
.nc-icon-outline.business_handout:before {
  content: "\ea13";
}
.nc-icon-outline.business_handshake:before {
  content: "\ea14";
}
.nc-icon-outline.business_hat:before {
  content: "\ea15";
}
.nc-icon-outline.business_hierarchy-53:before {
  content: "\ea16";
}
.nc-icon-outline.business_hierarchy-54:before {
  content: "\ea17";
}
.nc-icon-outline.business_hierarchy-55:before {
  content: "\ea18";
}
.nc-icon-outline.business_hierarchy-56:before {
  content: "\ea19";
}
.nc-icon-outline.business_laptop-71:before {
  content: "\ea1a";
}
.nc-icon-outline.business_laptop-72:before {
  content: "\ea1b";
}
.nc-icon-outline.business_laptop-91:before {
  content: "\ea1c";
}
.nc-icon-outline.business_law:before {
  content: "\ea1d";
}
.nc-icon-outline.business_math:before {
  content: "\ea1e";
}
.nc-icon-outline.business_money-11:before {
  content: "\ea1f";
}
.nc-icon-outline.business_money-12:before {
  content: "\ea20";
}
.nc-icon-outline.business_money-13:before {
  content: "\ea21";
}
.nc-icon-outline.business_money-bag:before {
  content: "\ea22";
}
.nc-icon-outline.business_money-coins:before {
  content: "\ea23";
}
.nc-icon-outline.business_money-growth:before {
  content: "\ea24";
}
.nc-icon-outline.business_money-time:before {
  content: "\ea25";
}
.nc-icon-outline.business_net:before {
  content: "\ea26";
}
.nc-icon-outline.business_notes:before {
  content: "\ea27";
}
.nc-icon-outline.business_payment:before {
  content: "\ea28";
}
.nc-icon-outline.business_percentage-38:before {
  content: "\ea29";
}
.nc-icon-outline.business_percentage-39:before {
  content: "\ea2a";
}
.nc-icon-outline.business_pig:before {
  content: "\ea2b";
}
.nc-icon-outline.business_pin:before {
  content: "\ea2c";
}
.nc-icon-outline.business_plug:before {
  content: "\ea2d";
}
.nc-icon-outline.business_progress:before {
  content: "\ea2e";
}
.nc-icon-outline.business_round-dollar:before {
  content: "\ea2f";
}
.nc-icon-outline.business_round-euro:before {
  content: "\ea30";
}
.nc-icon-outline.business_round-pound:before {
  content: "\ea31";
}
.nc-icon-outline.business_round-yen:before {
  content: "\ea32";
}
.nc-icon-outline.business_safe:before {
  content: "\ea33";
}
.nc-icon-outline.business_scale:before {
  content: "\ea34";
}
.nc-icon-outline.business_sign:before {
  content: "\ea35";
}
.nc-icon-outline.business_signature:before {
  content: "\ea36";
}
.nc-icon-outline.business_stock:before {
  content: "\ea37";
}
.nc-icon-outline.business_strategy:before {
  content: "\ea38";
}
.nc-icon-outline.business_tie-01:before {
  content: "\ea39";
}
.nc-icon-outline.business_tie-02:before {
  content: "\ea3a";
}
.nc-icon-outline.business_wallet-43:before {
  content: "\ea3b";
}
.nc-icon-outline.business_wallet-44:before {
  content: "\ea3c";
}
.nc-icon-outline.business_wallet-90:before {
  content: "\ea3d";
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//aptasiapacific.com.au/wp-content/plugins/cherry-socialize/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//aptasiapacific.com.au/wp-content/plugins/cherry-socialize/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//aptasiapacific.com.au/wp-content/plugins/cherry-socialize/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//aptasiapacific.com.au/wp-content/plugins/cherry-socialize/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//aptasiapacific.com.au/wp-content/plugins/cherry-socialize/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//aptasiapacific.com.au/wp-content/plugins/cherry-socialize/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.cs-instagram{-webkit-box-sizing:border-box;box-sizing:border-box}.cs-instagram__items{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-5px;margin-left:-5px}.cs-instagram__item{position:relative;z-index:1;-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;min-height:1px;padding:5px}.cs-instagram__link{position:relative;display:block;overflow:hidden}.cs-instagram__link:hover .rs-instagram__cover{opacity:.75}.cs-instagram__img{display:inline-block;width:100%;vertical-align:top}.cs-instagram__cover{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;background-color:currentColor;opacity:0;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.cs-instagram__follow-us{position:absolute;top:50%;left:50%;z-index:9;display:block;padding:10px;text-align:center;color:#fff;background-color:rgba(0,0,0,.75);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cs-instagram__follow-us:hover{background-color:#fff}.cs-share__list{padding:0;margin:0;list-style:none}.cs-share__item{display:inline-block;margin-right:10px;vertical-align:top}.cs-share__link{display:block;text-decoration:none;cursor:pointer}.cs-share__link:focus{outline:0}.cs-share__link[href*="digg.com"]::before{content:"\f1a6"}.cs-share__link[href*="dribbble.com"]::before{content:"\f17d"}.cs-share__link[href*="dropbox.com"]::before{content:"\f16b"}.cs-share__link[href*="facebook.com"]::before{content:"\f09a"}.cs-share__link[href*="foursquare.com"]::before{content:"\f180"}.cs-share__link[href*="flickr.com"]::before{content:"\f16e"}.cs-share__link[href*="plus.google.com"]::before{content:"\f0d5"}.cs-share__link[href*="github.com"]::before{content:"\f09b"}.cs-share__link[href*="instagram.com"]::before{content:"\f16d"}.cs-share__link[href*="linkedin.com"]::before{content:"\f0e1"}.cs-share__link[href*="pinterest.com"]::before{content:"\f0d2"}.cs-share__link[href*="reddit.com"]::before{content:"\f1a1"}.cs-share__link[href*="stumbleupon.com"]::before{content:"\f1a4"}.cs-share__link[href*="tumblr.com"]::before{content:"\f173"}.cs-share__link[href*="twitter.com"]::before{content:"\f099"}.cs-share__link[href*="amazon.com"]::before{content:"\f270"}.cs-share__link[href*=tripadvisor]::before{content:"\f262"}.cs-share__link[href*="soundcloud.com"]::before{content:"\f1be"}.cs-share__link[href*="slideshare.net"]::before{content:"\f1e7"}.cs-share__link[href*="jsfiddle.net"]::before{content:"\f1cc"}.cs-share__link[href*="codepen.io"]::before{content:"\f1cb"}.cs-share__link[href*="vk.com"]::before{content:"\f189"}.cs-share__link[href*="ok.ru"]::before{content:"\f263"}.cs-share__link::before{width:31px;height:31px;margin:0 auto;line-height:29px;text-align:center;border:2px solid currentColor;border-radius:50%;display:inline-block;vertical-align:middle;font-family:FontAwesome;font-weight:400;font-style:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cs-share__link-text{display:inline-block;font-size:.85em;vertical-align:middle}.cs-share--icon .cs-share__link-text{position:absolute!important;width:1px;height:1px;overflow:hidden;word-wrap:normal!important;clip:rect(1px,1px,1px,1px)}.cs-share--icon .cs-share__link-text:focus,.cs-user-social--icon .cs-user-social__link-text:focus{top:5px;left:5px;z-index:100000;display:block;width:auto;height:auto;padding:15px 20px;font-weight:700;font-size:12px;line-height:normal;color:#fff;text-decoration:none;background-color:#666;border-radius:3px;clip:auto!important}.cs-share--both .cs-share__link-text,.cs-share--icon .cs-share__link-text{margin-left:3px}.cs-share--text .cs-share__link::before{display:none}.cs-user-social__list{padding:0;margin:0;list-style:none}.cs-user-social__item{display:inline-block;padding:0;margin:0 10px 0 0;vertical-align:top}.cs-user-social__item:last-child{margin-right:0}.cs-user-social__link{display:block;text-decoration:none}.cs-user-social__link:focus{outline:0}.cs-user-social__link-icon{width:30px;height:30px;margin:0 auto;line-height:30px;text-align:center}.cs-user-social__link-text{display:inline-block;font-size:.85em;vertical-align:middle}.cs-user-social--icon .cs-user-social__link-text{position:absolute!important;width:1px;height:1px;overflow:hidden;word-wrap:normal!important;clip:rect(1px,1px,1px,1px);margin-left:3px}.cs-user-social--both .cs-user-social__link-text{margin-left:3px}.cs-user-social--text .cs-user-social__link-icon{display:none}.cherry-trend-stars{display:inline-block;vertical-align:top;unicode-bidi:bidi-override;direction:rtl}.cherry-trend-star{font-size:21px;line-height:20px;display:inline-block;overflow:hidden;width:20px;height:20px;cursor:pointer;text-align:center;vertical-align:top}.cherry-trend-star::before{font-family:FontAwesome;display:block;content:'\f006'}.cherry-trend-star--active::before{content:'\f005'}.cherry-trend-star--active ~ .cherry-trend-star::before{content:'\f005'}.cherry-trend-star--active ~ .cherry-trend-star:hover{opacity:.75}.cherry-trend-star--is-half::before{content:'\f123'}.cherry-trend-star:hover::before{content:'\f005';opacity:.75}.cherry-trend-star:hover ~ .cherry-trend-star::before{content:'\f005'}.cherry-trend-stars--rate-disabled .cherry-trend-star,.cherry-trend-stars--processing .cherry-trend-star{cursor:default;pointer-events:none}.cherry-trend-views{display:inline-block;vertical-align:top}.cherry-trend-views__count::before{font-family:FontAwesome;font-size:16px;display:inline-block;margin-right:5px;content:'\f06e';vertical-align:middle}.cherry-trend-widget-list__item>*{margin-bottom:1em}
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);-moz-transform:translate3d(0px,0,0);-o-transform:translate(0px,0);-ms-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}
.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-white .swiper-pagination-bullet{background:#fff}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);-moz-transform:translate3d(0px,-50%,0);-o-transform:translate(0px,-50%);-ms-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}
.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}
.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}
.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}
.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}
.swiper-container-cube,.swiper-container-flip{overflow:visible}
.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}/*!
*  - v1.2.4 - Cherry framework edition
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/.slider-pro{position:relative;margin:0 auto;box-sizing:content-box}.sp-slides-container{position:relative}.sp-mask{position:relative;overflow:hidden}.sp-slides{position:relative;-webkit-backface-visibility:hidden;-webkit-perspective:1000}.sp-slide{position:absolute}.sp-image-container{overflow:hidden}.sp-image{position:relative;display:block;border:none}.sp-no-js{overflow:hidden;max-width:100%}.sp-thumbnails-container{position:relative;overflow:hidden}.sp-bottom-thumbnails,.sp-top-thumbnails{left:0;margin:0 auto}.sp-top-thumbnails{position:absolute;top:0;margin-bottom:4px}.sp-bottom-thumbnails{margin-top:4px}.sp-left-thumbnails,.sp-right-thumbnails{position:absolute;top:0}.sp-right-thumbnails{right:0;margin-left:4px}.sp-left-thumbnails{left:0;margin-right:4px}.sp-thumbnails{position:relative}.sp-thumbnail{border:none}.sp-thumbnail-container{position:relative;display:block;overflow:hidden;float:left;box-sizing:border-box}.sp-bottom-thumbnails .sp-thumbnail-container,.sp-top-thumbnails .sp-thumbnail-container{margin-left:2px;margin-right:2px}.sp-bottom-thumbnails .sp-thumbnail-container:first-child,.sp-top-thumbnails .sp-thumbnail-container:first-child{margin-left:0}.sp-bottom-thumbnails .sp-thumbnail-container:last-child,.sp-top-thumbnails .sp-thumbnail-container:last-child{margin-right:0}.sp-left-thumbnails .sp-thumbnail-container,.sp-right-thumbnails .sp-thumbnail-container{margin-top:2px;margin-bottom:2px}.sp-left-thumbnails .sp-thumbnail-container:first-child,.sp-right-thumbnails .sp-thumbnail-container:first-child{margin-top:0}.sp-left-thumbnails .sp-thumbnail-container:last-child,.sp-right-thumbnails .sp-thumbnail-container:last-child{margin-bottom:0}.sp-right-thumbnails.sp-has-pointer{margin-left:-13px}.sp-right-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;left:18px;margin-left:0!important}.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;height:100%;border-left:5px solid red;left:0;top:0;margin-left:13px}.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:0;top:50%;margin-top:-8px;border-right:13px solid red;border-top:8px solid transparent;border-bottom:8px solid transparent}.sp-left-thumbnails.sp-has-pointer{margin-right:-13px}.sp-left-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;right:18px}.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;height:100%;border-left:5px solid red;right:0;top:0;margin-right:13px}.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;right:0;top:50%;margin-top:-8px;border-left:13px solid red;border-top:8px solid transparent;border-bottom:8px solid transparent}.sp-bottom-thumbnails.sp-has-pointer{margin-top:-13px}.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;top:18px;margin-top:0!important}.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;width:100%;border-bottom:5px solid red;top:0;margin-top:13px}.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:50%;top:0;margin-left:-8px;border-bottom:13px solid red;border-left:8px solid transparent;border-right:8px solid transparent}.sp-top-thumbnails.sp-has-pointer{margin-bottom:-13px}.sp-top-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;bottom:18px}.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;width:100%;border-bottom:5px solid red;bottom:0;margin-bottom:13px}.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:50%;bottom:0;margin-left:-8px;border-top:13px solid red;border-left:8px solid transparent;border-right:8px solid transparent}.sp-layer{position:absolute;margin:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-font-smoothing:subpixel-antialiased;-webkit-backface-visibility:hidden}.sp-black{color:#FFF;background:#000;background:rgba(0,0,0,.7)}.sp-white{color:#000;background:#fff;background:rgba(255,255,255,.7)}.sp-rounded{border-radius:10px}.sp-padding{padding:10px}.sp-selectable{cursor:default}.sp-caption-container{text-align:center;margin-top:10px}.sp-full-screen{margin:0!important;background-color:#000}.sp-full-screen-button{position:absolute;top:5px;right:10px;font-size:30px;line-height:1;cursor:pointer;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sp-full-screen-button:before{content:'\2195'}.sp-fade-full-screen{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.slider-pro:hover .sp-fade-full-screen{opacity:1}.sp-buttons{position:relative;width:100%;text-align:center;padding-top:10px}.sp-button{width:10px;height:10px;border:2px solid #000;border-radius:50%;margin:4px;display:inline-block;box-sizing:border-box;cursor:pointer}.sp-selected-button{background-color:#000}@media only screen and (min-width:768px) and (max-width:1024px){.sp-button{width:14px;height:14px}}@media only screen and (min-width:568px) and (max-width:768px){.sp-button{width:16px;height:16px}}@media only screen and (min-width:320px) and (max-width:568px){.sp-button{width:18px;height:18px}}.sp-arrows{position:absolute}.sp-fade-arrows{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.sp-slides-container:hover .sp-fade-arrows{opacity:1}.sp-horizontal .sp-arrows{width:100%;left:0;top:50%;margin-top:-15px}.sp-vertical .sp-arrows{height:100%;left:50%;top:0;margin-left:-10px}.sp-arrow{position:absolute;display:block;width:20px;height:30px;cursor:pointer}.sp-vertical .sp-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sp-horizontal .sp-previous-arrow{left:20px}.sp-horizontal .sp-next-arrow{right:20px}.sp-vertical .sp-previous-arrow{top:20px}.sp-vertical .sp-next-arrow{bottom:20px}.sp-next-arrow:after,.sp-next-arrow:before,.sp-previous-arrow:after,.sp-previous-arrow:before{content:'';position:absolute;width:50%;height:50%;background-color:#FFF}.sp-previous-arrow:before{left:30%;top:0;-webkit-transform:skew(145deg,0deg);-ms-transform:skew(145deg,0deg);transform:skew(145deg,0deg)}.sp-previous-arrow:after{left:30%;top:50%;-webkit-transform:skew(-145deg,0deg);-ms-transform:skew(-145deg,0deg);transform:skew(-145deg,0deg)}.sp-next-arrow:before{right:30%;top:0;-webkit-transform:skew(35deg,0deg);-ms-transform:skew(35deg,0deg);transform:skew(35deg,0deg)}.sp-next-arrow:after{right:30%;top:50%;-webkit-transform:skew(-35deg,0deg);-ms-transform:skew(-35deg,0deg);transform:skew(-35deg,0deg)}.ie7 .sp-arrow,.ie8 .sp-arrow{width:0;height:0}.ie7 .sp-arrow:after,.ie7 .sp-arrow:before,.ie8 .sp-arrow:after,.ie8 .sp-arrow:before{content:none}.ie7.sp-horizontal .sp-previous-arrow,.ie8.sp-horizontal .sp-previous-arrow{border-right:20px solid #FFF;border-top:20px solid transparent;border-bottom:20px solid transparent}.ie7.sp-horizontal .sp-next-arrow,.ie8.sp-horizontal .sp-next-arrow{border-left:20px solid #FFF;border-top:20px solid transparent;border-bottom:20px solid transparent}.ie7.sp-vertical .sp-previous-arrow,.ie8.sp-vertical .sp-previous-arrow{border-bottom:20px solid #FFF;border-left:20px solid transparent;border-right:20px solid transparent}.ie7.sp-vertical .sp-next-arrow,.ie8.sp-vertical .sp-next-arrow{border-top:20px solid #FFF;border-left:20px solid transparent;border-right:20px solid transparent}.sp-thumbnail-arrows{position:absolute}.sp-fade-thumbnail-arrows{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows{opacity:1}.sp-bottom-thumbnails .sp-thumbnail-arrows,.sp-top-thumbnails .sp-thumbnail-arrows{width:100%;top:50%;left:0;margin-top:-12px}.sp-left-thumbnails .sp-thumbnail-arrows,.sp-right-thumbnails .sp-thumbnail-arrows{height:100%;top:0;left:50%;margin-left:-7px}.sp-thumbnail-arrow{position:absolute;display:block;width:15px;height:25px;cursor:pointer}.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.sp-top-thumbnails .sp-previous-thumbnail-arrow{left:0}.sp-bottom-thumbnails .sp-next-thumbnail-arrow,.sp-top-thumbnails .sp-next-thumbnail-arrow{right:0}.sp-left-thumbnails .sp-previous-thumbnail-arrow,.sp-right-thumbnails .sp-previous-thumbnail-arrow{top:0}.sp-left-thumbnails .sp-next-thumbnail-arrow,.sp-right-thumbnails .sp-next-thumbnail-arrow{bottom:0}.sp-next-thumbnail-arrow:after,.sp-next-thumbnail-arrow:before,.sp-previous-thumbnail-arrow:after,.sp-previous-thumbnail-arrow:before{content:'';position:absolute;width:50%;height:50%;background-color:#FFF}.sp-previous-thumbnail-arrow:before{left:30%;top:0;-webkit-transform:skew(145deg,0deg);-ms-transform:skew(145deg,0deg);transform:skew(145deg,0deg)}.sp-previous-thumbnail-arrow:after{left:30%;top:50%;-webkit-transform:skew(-145deg,0deg);-ms-transform:skew(-145deg,0deg);transform:skew(-145deg,0deg)}.sp-next-thumbnail-arrow:before{right:30%;top:0;-webkit-transform:skew(35deg,0deg);-ms-transform:skew(35deg,0deg);transform:skew(35deg,0deg)}.sp-next-thumbnail-arrow:after{right:30%;top:50%;-webkit-transform:skew(-35deg,0deg);-ms-transform:skew(-35deg,0deg);transform:skew(-35deg,0deg)}.ie7 .sp-thumbnail-arrow,.ie8 .sp-thumbnail-arrow{width:0;height:0}.ie7 .sp-thumbnail-arrow:after,.ie7 .sp-thumbnail-arrow:before,.ie8 .sp-thumbnail-arrow:after,.ie8 .sp-thumbnail-arrow:before{content:none}.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow{border-right:12px solid #FFF;border-top:12px solid transparent;border-bottom:12px solid transparent}.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow{border-left:12px solid #FFF;border-top:12px solid transparent;border-bottom:12px solid transparent}.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow{border-bottom:12px solid #FFF;border-left:12px solid transparent;border-right:12px solid transparent}.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow{border-top:12px solid #FFF;border-left:12px solid transparent;border-right:12px solid transparent}a.sp-video{text-decoration:none}a.sp-video img{-webkit-backface-visibility:hidden;border:none}a.sp-video:after{content:'\25B6';position:absolute;width:45px;padding-left:5px;height:50px;border:2px solid #FFF;text-align:center;font-size:30px;border-radius:30px;top:0;color:#FFF;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.2);margin:auto;line-height:52px}.slider-pro img.sp-image,.slider-pro img.sp-thumbnail{max-width:none;max-height:none;border:none!important;border-radius:0!important;padding:0!important;-mox-box-shadow:none!important;box-shadow:none!important;transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.slider-pro a{position:static;transition:none!important;-moz-transition:none!important;-webkit-transition:none!important;-o-transition:none!important}.slider-pro canvas,.slider-pro embed,.slider-pro iframe,.slider-pro object,.slider-pro video{max-width:none;max-height:none}.slider-pro p.sp-layer{font-size:14px;line-height:1.4;margin:0}.slider-pro h1.sp-layer{font-size:32px;line-height:1.4;margin:0}.slider-pro h2.sp-layer{font-size:24px;line-height:1.4;margin:0}.slider-pro h3.sp-layer{font-size:19px;line-height:1.4;margin:0}.slider-pro h4.sp-layer{font-size:16px;line-height:1.4;margin:0}.slider-pro h5.sp-layer{font-size:13px;line-height:1.4;margin:0}.slider-pro h6.sp-layer{font-size:11px;line-height:1.4;margin:0}.slider-pro img.sp-layer{border:none}.sp-grab{cursor:url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/images/openhand.cur?1604221559),move}.sp-grabbing{cursor:url(//aptasiapacific.com.au/wp-content/themes/buildwall/assets/images/closedhand.cur),move}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:28px;box-shadow:none;cursor:pointer;display:inline-block;font-size:18px;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline .wp-block-button__link,.wp-block-button__link.is-style-outline{color:#32373c;background-color:transparent;border:2px solid}.wp-block-buttons .wp-block-button{display:inline-block;margin-right:8px;margin-bottom:8px}.wp-block-buttons .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:8px}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:8px}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-button.aligncenter,.wp-block-buttons.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#007cba;color:var(--wp-admin-theme-color)}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:20px 38px}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column{flex-basis:calc(50% - 16px)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:16px}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim,.wp-block-cover.has-background-dim{background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:14px;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type^=core-embed],.wp-block[data-align=right]>[data-type^=core-embed]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type^=core-embed] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type^=core-embed] .wp-block-embed__wrapper{min-width:280px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc(50% - 16px)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - 10.66667px);margin-right:16px}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - 12px);margin-right:16px}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - 12.8px);margin-right:16px}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - 13.33333px);margin-right:16px}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - 13.71429px);margin-right:16px}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - 14px);margin-right:16px}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:20px 38px}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img,.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 20px 20px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 20px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 20px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 20px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 20px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 20px)}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.edit-post-visual-editor .wp-block-latest-posts.is-grid li{margin-bottom:20px}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color),.wp-block-navigation .wp-block-navigation-link:not(.has-text-color){color:#1e1e1e}.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container,.wp-block-navigation:not(.has-background) .wp-block-navigation__container{background-color:#fff}.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color){color:#fff}.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container{background-color:#1e1e1e}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:fit-content;z-index:1;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:8px}@media (min-width:782px){.has-child .wp-block-navigation__container{left:24px}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:8px;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation-link__content{text-decoration:none;padding:8px 16px}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:6px 16px}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:20px 38px}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap;line-height:1.5}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:16px}.wp-block-post-author__bio{margin-bottom:8px;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;max-width:360px}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-social-link{display:block;width:36px;height:36px;border-radius:36px;margin-right:8px;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{padding:6px;display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .editor-styles-wrapper .has-pale-pink-background-color,:root .has-pale-pink-background-color{background-color:#f78da7}:root .editor-styles-wrapper .has-vivid-red-background-color,:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .editor-styles-wrapper .has-light-green-cyan-background-color,:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .editor-styles-wrapper .has-vivid-purple-background-color,:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .editor-styles-wrapper .has-white-background-color,:root .has-white-background-color{background-color:#fff}:root .editor-styles-wrapper .has-very-light-gray-background-color,:root .has-very-light-gray-background-color{background-color:#eee}:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .editor-styles-wrapper .has-very-dark-gray-background-color,:root .has-very-dark-gray-background-color{background-color:#313131}:root .editor-styles-wrapper .has-black-background-color,:root .has-black-background-color{background-color:#000}:root .editor-styles-wrapper .has-pale-pink-color,:root .has-pale-pink-color{color:#f78da7}:root .editor-styles-wrapper .has-vivid-red-color,:root .has-vivid-red-color{color:#cf2e2e}:root .editor-styles-wrapper .has-luminous-vivid-orange-color,:root .has-luminous-vivid-orange-color{color:#ff6900}:root .editor-styles-wrapper .has-luminous-vivid-amber-color,:root .has-luminous-vivid-amber-color{color:#fcb900}:root .editor-styles-wrapper .has-light-green-cyan-color,:root .has-light-green-cyan-color{color:#7bdcb5}:root .editor-styles-wrapper .has-vivid-green-cyan-color,:root .has-vivid-green-cyan-color{color:#00d084}:root .editor-styles-wrapper .has-pale-cyan-blue-color,:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .editor-styles-wrapper .has-vivid-cyan-blue-color,:root .has-vivid-cyan-blue-color{color:#0693e3}:root .editor-styles-wrapper .has-vivid-purple-color,:root .has-vivid-purple-color{color:#9b51e0}:root .editor-styles-wrapper .has-white-color,:root .has-white-color{color:#fff}:root .editor-styles-wrapper .has-very-light-gray-color,:root .has-very-light-gray-color{color:#eee}:root .editor-styles-wrapper .has-cyan-bluish-gray-color,:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .editor-styles-wrapper .has-very-dark-gray-color,:root .has-very-dark-gray-color{color:#313131}:root .editor-styles-wrapper .has-black-color,:root .has-black-color{color:#000}:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background,:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background,:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background,:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background,:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .editor-styles-wrapper .has-purple-crush-gradient-background,:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .editor-styles-wrapper .has-pale-ocean-gradient-background,:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .editor-styles-wrapper .has-electric-grass-gradient-background,:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .editor-styles-wrapper .has-subdued-olive-gradient-background,:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .editor-styles-wrapper .has-atomic-cream-gradient-background,:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .editor-styles-wrapper .has-nightshade-gradient-background,:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .editor-styles-wrapper .has-midnight-gradient-background,:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .editor-styles-wrapper .has-link-color a,:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.editor-styles-wrapper .has-small-font-size,.has-small-font-size{font-size:13px}.editor-styles-wrapper .has-normal-font-size,.editor-styles-wrapper .has-regular-font-size,.has-normal-font-size,.has-regular-font-size{font-size:16px}.editor-styles-wrapper .has-medium-font-size,.has-medium-font-size{font-size:20px}.editor-styles-wrapper .has-large-font-size,.has-large-font-size{font-size:36px}.editor-styles-wrapper .has-huge-font-size,.editor-styles-wrapper .has-larger-font-size,.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.court {
  position: relative; }
  .court .outside, .court .inside, .court .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .court .outside img, .court .inside img, .court .circles img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
    .court .outside img.active, .court .inside img.active, .court .circles img.active {
      display: block; width: 100%; height: auto;}

.court button.zoom-button {
  display: inline-block;
  position: absolute;
  bottom: 1.1rem;
  left: 1rem;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 0;
  padding: 5px 10px;
  -ms-transition: background-color 300ms, color 300ms;
  -o-transition: background-color 300ms, color 300ms;
  -moz-transition: background-color 300ms, color 300ms;
  -webkit-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
}

.court button.zoom-button .button-text {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 8px;
}

.court button.zoom-button:hover {
  background-color: #fff;
  color: #000;
}

.court button.zoom-button i.fa-search-plus {
  display:inline-block;
  vertical-align: middle;
  -ms-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
  transform: rotateY(180deg);
  font-size: 1.2rem;
}

.court-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.court-lightbox {
  position: absolute;
  margin: auto;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 800px;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.court-lightbox .close-lightbox {
  position: absolute;
  top: -16px;
  right: -14px;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.court-lightbox img {
  max-width: 100%;
}

svg.colors polygon, svg.colors-2 polygon {
  cursor: pointer;
  opacity: 0.9; }
  svg.colors polygon:hover, svg.colors-2 polygon:hover {
    opacity: 1; }
  svg.colors polygon.active:before, svg.colors-2 polygon.active:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%; }

.tab_inside, .tab_outside, .tab_circles {
  border: 1px solid #adb5bd;
  float: left;
  clear: both;
  width: 100%;
  display: none;
  padding: 1.6em 0 0 0;
  position: relative;
  z-index: 1; }

.color-selector-wrapper {
  width: 50%;
  display: inline-block;
  margin: 0 -2px;
  margin-bottom: 20px;
}

.colors-label {
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
  text-align: center;
  padding-bottom: 20px;
}

/*.color-selector-wrapper:first-of-type {
  border-right: 1px solid #7e7e7e;
}*/
  .tab_inside.active, .tab_outside.active, .tab_circles.active {
    display: block; }
  .tab_inside svg.colors, .tab_outside svg.colors, .tab_circles svg.colors, .tab_inside svg.colors-2, .tab_outside svg.colors-2, .tab_circles svg.colors-2 {
    width: 70%;
    margin: 0 auto;
    display: block;
    max-height: 134px; }
  .tab_inside .color, .tab_outside .color, .tab_circles .color {
    text-transform: uppercase;
    position: relative;
    background-color: red;
    height: 2em;
    margin-top: 1.3em;
    overflow: hidden;
    transition: background-color 200ms ease-in-out;
    margin-bottom: -1px; }
    .tab_inside .color div, .tab_outside .color div, .tab_circles .color div {
      position: absolute;
      width: 100%;
      text-align: center;
      line-height: 2em;
      bottom: 2em;
      color: #fff; }
    .tab_inside .color div.remove, .tab_outside .color div.remove, .tab_circles .color div.remove {
      bottom: -2em !important;
      transition: bottom 200ms ease-in-out; }
    .tab_inside .color div.new_color, .tab_outside .color div.new_color, .tab_circles .color div.new_color {
      bottom: 0;
      animation: movedown 200ms cubic-bezier(0.91, 0.8, 0.54, 1.39); }

@keyframes movedown {
  from {
    bottom: 2em; }
  to {
    bottom: 0; } }
.entry-content .tab_nav {
  float: left;
  clear: both;
  margin: 1em 0 0 2em;
  list-style-type: none;
  text-transform: uppercase;
  position: relative;
  top: 1px;
  z-index: 50; }
  .entry-content .tab_nav li {
    float: left;
    color: #adb5bd;
    background-color: #fff;
    padding: 3px 7px;
    display: inline-block;
    cursor: pointer; }
  .entry-content .tab_nav li.active {
    border: 1px solid #7e7e7e;
    border-bottom: 1px solid #fff; }
.court {
  position: relative; }
  .court .outside, .court .inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .court .outside img, .court .inside img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
    .court .outside img.active, .court .inside img.active {
      display: block; width: 100%; height: auto;}

.court button.zoom-button {
  display: inline-block;
  position: absolute;
  bottom: 1.1rem;
  left: 1rem;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 0;
  padding: 5px 10px;
  -ms-transition: background-color 300ms, color 300ms;
  -o-transition: background-color 300ms, color 300ms;
  -moz-transition: background-color 300ms, color 300ms;
  -webkit-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
}

.court button.zoom-button .button-text {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 8px;
}

.court button.zoom-button:hover {
  background-color: #fff;
  color: #000;
}

.court button.zoom-button i.fa-search-plus {
  display:inline-block;
  vertical-align: middle;
  -ms-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
  transform: rotateY(180deg);
  font-size: 1.2rem;
}

.court-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.court-lightbox {
  position: absolute;
  margin: auto;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 800px;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.court-lightbox .close-lightbox {
  position: absolute;
  top: -16px;
  right: -14px;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.court-lightbox img {
  max-width: 100%;
}

svg.colors polygon, svg.colors-2 polygon {
  cursor: pointer;
  opacity: 0.9; }
  svg.colors polygon:hover, svg.colors-2 polygon:hover {
    opacity: 1; }
  svg.colors polygon.active:before, svg.colors-2 polygon.active:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%; }

.tab_inside, .tab_outside {
  border: 1px solid #adb5bd;
  float: left;
  clear: both;
  width: 100%;
  display: none;
  padding: 1.6em 0 0 0;
  position: relative;
  z-index: 1; }

.color-selector-wrapper {
  width: 50%;
  display: inline-block;
  margin: 0 -2px;
  margin-bottom: 20px;
}

.colors-label {
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
  text-align: center;
  padding-bottom: 20px;
}

/*.color-selector-wrapper:first-of-type {
  border-right: 1px solid #7e7e7e;
}*/
  .tab_inside.active, .tab_outside.active {
    display: block; }
  .tab_inside svg.colors, .tab_outside svg.colors, .tab_inside svg.colors-2, .tab_outside svg.colors-2 {
    width: 70%;
    margin: 0 auto;
    display: block;
    max-height: 134px; }
  .tab_inside .color, .tab_outside .color {
    text-transform: uppercase;
    position: relative;
    background-color: red;
    height: 2em;
    margin-top: 1.3em;
    overflow: hidden;
    transition: background-color 200ms ease-in-out;
    margin-bottom: -1px; }
    .tab_inside .color div, .tab_outside .color div {
      position: absolute;
      width: 100%;
      text-align: center;
      line-height: 2em;
      bottom: 2em;
      color: #fff; }
    .tab_inside .color div.remove, .tab_outside .color div.remove {
      bottom: -2em !important;
      transition: bottom 200ms ease-in-out; }
    .tab_inside .color div.new_color, .tab_outside .color div.new_color {
      bottom: 0;
      animation: movedown 200ms cubic-bezier(0.91, 0.8, 0.54, 1.39); }

@keyframes movedown {
  from {
    bottom: 2em; }
  to {
    bottom: 0; } }
.entry-content .tab_nav {
  float: left;
  clear: both;
  margin: 1em 0 0 2em;
  list-style-type: none;
  text-transform: uppercase;
  position: relative;
  top: 1px;
  z-index: 50; }
  .entry-content .tab_nav li {
    float: left;
    color: #adb5bd;
    background-color: #fff;
    padding: 3px 7px;
    display: inline-block;
    cursor: pointer; }
  .entry-content .tab_nav li.active {
    border: 1px solid #7e7e7e;
    border-bottom: 1px solid #fff; }
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url(//aptasiapacific.com.au/wp-content/plugins/contact-form-7/assets/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 6.0 Default Style Settings -

Screen Stylesheet

version:   	6.0.0
date:      	24/06/19
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }  

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider { position: relative }

#debungcontrolls {
	z-index:100000;
	position:fixed;
	bottom:0px; width:100%;
	height:auto;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
}


rs-debug {
	z-index:100000;
	position:fixed;
	top:0px; width:300px;
	height:300px;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 10px;
	line-height: 13px;
	overflow: scroll;
}

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important; }
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }

rs-sbg-px { pointer-events: none }

.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines { display: block; white-space: nowrap !important}

.debugtimeline {
	width:100%;
	height:10px;
	position:relative;
	display:block;
	margin-bottom:3px;	
	display:none;
	white-space: nowrap;	
	box-sizing: border-box;
}

.debugtimeline:hover {
	height:15px;

}

.the_timeline_tester {
	background:#e74c3c;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:0;	
}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}


.debugtimeline.tl_slide .the_timeline_tester {
	background:#f39c12;	
}

.debugtimeline.tl_frame .the_timeline_tester {
	background:#3498db;	
}

.debugtimline_txt {
	color:#fff;
	font-weight: 400;
	font-size:7px;
	position:absolute;	
	left:10px;
	top:0px;
	white-space: nowrap;
	line-height: 10px;
}


.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
  src: url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
       url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),
       url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),
       url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


rs-module i[class^="fa-"], 
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"], 
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"], 
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"], 
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"], 
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"], 
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"], 
#builderView i[class*=" fa-"] 
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before, 
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before, 
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before, 
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before, 
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before, 
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before, 
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before, 
#builderView [class*=" fa-"]:before
{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
   
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only 
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */

							


/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}

.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }

rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block;}

/*rs-carousel-wrap,*/
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }

rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}

rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}

a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }

a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }

.entry-content rs-module a, rs-module a { box-shadow: none; }

.rs-ov-hidden 		{ 	overflow:hidden !important;}


.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}

.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;	
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}

rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}


rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }

.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}

.rs-tc-active.rs-layer .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer .rs-untoggled-content { display:none;}

.rs-layer-video { overflow: hidden }

rs-module rs-layer,
rs-module .rs-layer { 	
	opacity: 0;
	position:relative; 	
	visibility: hidden;
	white-space: nowrap;
	display: block;	
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;	
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;   
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}

.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}


rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; }

	
/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {	
	box-sizing:border-box;	
	max-height:none !important;	
}


.rs-layer.rs-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;	
}



rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }


rs-column-wrap>rs-loop-wrap { z-index: 1 }

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat;}

 
.safarifix rs-layer-wrap {
	perspective: 1000000;
}


@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { perspective: none; }
}


 /*@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { filter: blur(0px); }
 }*/   /* REMOVED LINES TO FIX BOX-SHADOW ISSUE IN FIREFOX */

 

rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}
/*IE11 AND IE EDGE NEED SOME SPECIAL OVERFLOW*/
@media screen and (-ms-high-contrast: none) {
	rs-fullwidth-wrap { overflow: hidden; }
}
@supports (-ms-ime-align:auto) {
  rs-fullwidth-wrap { overflow: hidden; }
}

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}

rs-column-wrap .rs-parallax-wrap  { vertical-align: top }

.rs-layer img,
rs-layer img { vertical-align: top }

rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}

rs-column-wrap {	
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;	
	font-size:0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;    
    z-index: 0;
    box-sizing: border-box;     
} 

rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {	
    position: absolute;    
    z-index: 0;
    box-sizing: border-box; 
    width: 100%;
    height: 100%; 
}

.rs-pelock * { pointer-events: none !important;}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}


rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }


.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {	
	visibility:hidden !important; 
	display:none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction { 
	pointer-events: none !important
}

rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none;}

/* new static layers position option */
rs-static-layers.rs-stl-back {	
	z-index:0;
}


.rs-layer rs-fcr    {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-top: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-fcrt   {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-bcr    {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}
.rs-layer rs-bcrt   {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-top: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}

									
.tp-layer-inner-rotation {	
	position: relative !important;
}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}

.rs-layer.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.rs-layer.rs-fsv		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; display: none}

.fullcoveredvideo audio,
.rs-fsv audio
.fullcoveredvideo video,
.rs-fsv video				{	background: #000}

.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid rs-poster	{	display: none}

.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;	
	transition:opacity 300ms ease-out !important;				
}


.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}									
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }


@supports not (-ms-high-contrast:none) {
   /* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
	.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}

.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}
 

.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}



rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;} 

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;  
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{  
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;        
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute; 
    z-index:-2;    
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;    
    border-radius:100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }

.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}

.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}


/* BURGER BUTTON */
.rev-burger {
  position: relative;  
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
 
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
 
  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
 
}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;	
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;	
	border-radius: 50%;	
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3px;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress								{	visibility: hidden; width:100%; height:5px; background:#000; background:rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
rs-progress.rs-bottom					{	top:auto; bottom:0px !important;height:5px}



/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom:1;
}


.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}


.rs-layer .rs-starring .star-rating {
	float: none;	
	display: inline-block;
    vertical-align: top;
    color: #FFC321 !important;
}


.rs-layer .rs-starring .star-rating, 
.rs-layer .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;	
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before, 
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;	
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	margin-top:-20px;
	margin-left:-20px;	
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;	
}


rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	margin-top:-20px;
	margin-left:-20px;	
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;	
}



rs-loader.spinner5 	{	
	background-image:url(//aptasiapacific.com.au/wp-content/plugins/revslider/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;	
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	border-radius: 100%;	
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);} 
  100% {transform: scale(1.0);opacity: 0;}
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  border-radius: 100%;
  display: inline-block;  
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */  
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {  
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;  
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;  
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}



rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }

rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}

a.rs-layer { transition: none }


/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block;}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

rs-poster 						 { cursor:pointer; z-index:3; }

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before, 
.rs-layer [class*=" pe-7s-"]:before {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;	
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}



.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/** 
INSTAGRAM FILTERS BY UNA 
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%}

/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}



/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas { display: none; position: absolute; overflow: hidden; }