@charset "UTF-8";
/*
 * app.scss
 */
/*
 * vars.scss
 */
/*==============================*/
/*==============================*/
/*==============================*/
/*Colors*/
/*==============================*/
/*==============================*/
/*Path*/
/*==============================*/
/*==============================*/
/*Fonts*/
/*==============================*/
/*==============================*/
/*Compass mixins settings*/
/*==============================*/
/*==============================*/
/*==============================*/
/*==============================*/
/*Compass & custom imports*/
/*==============================*/
/*==============================*/
/*Grids (using Gridle - http://gridle.org/)*/
/*==============================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700");
/* line 30, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_silent-classes.scss */
.container:after, #page-chart .row-3:after {
  content: "";
  display: table;
  clear: both;
}

/* line 38, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_silent-classes.scss */
.parent:before, .parent-standard:before, .parent-tablet:before, .parent-mobile:before, .parent:after, .parent-standard:after, .parent-tablet:after, .parent-mobile:after {
  content: "";
  display: table;
}
/* line 43, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_silent-classes.scss */
.parent:after, .parent-standard:after, .parent-tablet:after, .parent-mobile:after {
  clear: both;
}
/* line 47, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_silent-classes.scss */
.parent, .parent-standard, .parent-tablet, .parent-mobile {
  zoom: 1;
}

/* line 56, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_silent-classes.scss */
.push-0, .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-standard-0, .push-standard-1, .push-standard-2, .push-standard-3, .push-standard-4, .push-standard-5, .push-standard-6, .push-standard-7, .push-standard-8, .push-standard-9, .push-standard-10, .push-standard-11, .push-standard-12, .push-tablet-0, .push-tablet-1, .push-tablet-2, .push-tablet-3, .push-tablet-4, .push-tablet-5, .push-tablet-6, .push-tablet-7, .push-tablet-8, .push-tablet-9, .push-tablet-10, .push-tablet-11, .push-tablet-12, .push-mobile-0, .push-mobile-1, .push-mobile-2, .push-mobile-3, .push-mobile-4, .push-mobile-5, .push-mobile-6, .push-mobile-7, .push-mobile-8, .push-mobile-9, .push-mobile-10, .push-mobile-11, .push-mobile-12, .pull-0, .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-standard-0, .pull-standard-1, .pull-standard-2, .pull-standard-3, .pull-standard-4, .pull-standard-5, .pull-standard-6, .pull-standard-7, .pull-standard-8, .pull-standard-9, .pull-standard-10, .pull-standard-11, .pull-standard-12, .pull-tablet-0, .pull-tablet-1, .pull-tablet-2, .pull-tablet-3, .pull-tablet-4, .pull-tablet-5, .pull-tablet-6, .pull-tablet-7, .pull-tablet-8, .pull-tablet-9, .pull-tablet-10, .pull-tablet-11, .pull-tablet-12, .pull-mobile-0, .pull-mobile-1, .pull-mobile-2, .pull-mobile-3, .pull-mobile-4, .pull-mobile-5, .pull-mobile-6, .pull-mobile-7, .pull-mobile-8, .pull-mobile-9, .pull-mobile-10, .pull-mobile-11, .pull-mobile-12 {
  position: relative;
}

/* line 59, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_silent-classes.scss */
.container, #page-chart .row-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 64, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_silent-classes.scss */
.parent, .parent-standard, .parent-tablet, .parent-mobile {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 90, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_silent-classes.scss */
.grid-0, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-standard-0, .grid-standard-1, .grid-standard-2, .grid-standard-3, .grid-standard-4, .grid-standard-5, .grid-standard-6, .grid-standard-7, .grid-standard-8, .grid-standard-9, .grid-standard-10, .grid-standard-11, .grid-standard-12, .grid-tablet-0, .grid-tablet-1, .grid-tablet-2, .grid-tablet-3, .grid-tablet-4, .grid-tablet-5, .grid-tablet-6, .grid-tablet-7, .grid-tablet-8, .grid-tablet-9, .grid-tablet-10, .grid-tablet-11, .grid-tablet-12, .grid-mobile-0, .grid-mobile-1, .grid-mobile-2, .grid-mobile-3, .grid-mobile-4, .grid-mobile-5, .grid-mobile-6, .grid-mobile-7, .grid-mobile-8, .grid-mobile-9, .grid-mobile-10, .grid-mobile-11, .grid-mobile-12, #page-chart .row-3 .col {
  display: inline-block;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Str replace
 *
 * @param {string}  $string    String that you want to replace
 * @param {string}  $substr    String that is to be replaced by `$newsubstr`
 * @param {string}  $newsubstr String that replaces `$substr`
 * @param {number*} $all       Flag for replaceing all (1+) or not (0)
 * @return {string}
 */
/**
 * Map set
 *
 * @param 	Map 	$map 		The map to use
 * @param 	String 	$key 		The key to update
 * @param 	Mixed 	$value 		The new value
 * @return 	Map 			The new map
 */
/**
 * Get the column width in percent for the global or a specific context
 *
 * @param 	int 		$columns 					The number of columns to calculate
 * @param 	int 		$context : $gridle-columns-count 	 	The context to use
 * @return 	percentage 							The width in percent
 */
/**
 *  Get a state map
 *
 * @param 	string 		$name 		The name of the state to get
 * @return 	map 				A state map object
 */
/**
 * Check if a state exist :
 *
 * @param 	string 		$name 		The name of the state to check
 * @return 	Boolean 			true is exist
 */
/**
 * Get the media queries variables :
 *
 * @param 	int 		$index 	 	The media query indes
 * @param 	String 		$var 		The media query variable name
 * @return 	String|int 			The variable value
 */
/**
 * Get a variable
 *
 * @param 	String 		$varName 				The variable name
 * @param  	String 		$stateMap-or-stateName 	 	The state name or a map state value
 * @return 	Mixed 							The finded value
 */
/**
 * Set a variable in a state
 * @param 	Mixed $stateName-or-stateIndex 	The state name of state index
 * @param  	String $var                    		Variable name to assign
 * @param  	Mixed $newValue          		The new value to assign
 * @return 	List                         			The states list (full)
 */
/**
 * Generate a column
 *
 * @param 	String 		$name 			The column name (often count)
 * @param 	int 		$columns 		The column count that the column will take
 * @param 	int 		$context 		The context on witch the with will be calculed
 * @param 	Boolean 	$generateClasses 	Set if the column has to be generated in css
 */
/**
 * Generate classname
 *
 * @param 	List 		$parrern 	The pattern to use to generate classname
 * @param 	String 		$state 		The state
 * @param 	int 		$count 		The column count
 */
/**
 * Get the media query for a particular state, or with, etc...
 *
 * @param 	Mixed 		$state-or-min-width 		The state name of the min with
 * @param 	Mixed 		$max-width 			The max width if first param is a min width
 * @return 	String 						The media query string without the @media
 */
/**
 * Get states count
 * 
 * @return 	int 	The number of states defined
 */
/**
 * Setup
 */
/**
 *  Register a clear each class
 */
/**
 * Register a special class
 */
/**
 * Register default states
 */
/**
 * Register default mobile first states :
 */
/**
 * Set the debug device (not used for now)
 * 
 * @param 	String 		$state 		The state to update
 * @para m 	String 		$device 	The device to use (iphone, etc...)
 */
/**
 * Parent clear each
 */
/**
 * Vertical align :
 */
/**
 * Show inline
 *
 * @param 	String 		$state 		The state name
 */
/**
 * Generate a custom class for all the states
 *
 * @param 	list 	$pattern 		The name pattern of the class
 * @param 	list 	$statesNames 		The states names to generate
 */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}
/* line 306, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
#gridle-settings {
  content: '{ "version" : "1.3.36", "states" : { "retina":{ "query" : "(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx)", "classes" : false, "name" : "retina", "_gridle" : true }, "tv":{ "query" : "only tv", "classes" : false, "name" : "tv", "_gridle" : true }, "print":{ "query" : "only print", "classes" : false, "name" : "print", "_gridle" : true }, "portrait":{ "query" : "only screen and (orientation: portrait)", "classes" : false, "name" : "portrait", "_gridle" : true }, "landscape":{ "query" : "only screen and (orientation: landscape)", "classes" : false, "name" : "landscape", "_gridle" : true }, "default":{ "name" : "default", "min-width" : null, "max-width" : null, "query" : null, "classes" : true, "context" : "12", "gutter-width" : "20px", "direction" : "ltr", "name-multiplicator" : "1", "debug" : false, "debug-show-class-names" : true, "ie7-support" : false, "html-states-classes" : false, "generate-push-classes" : true, "generate-pull-classes" : true, "generate-prefix-classes" : true, "generate-suffix-classes" : true, "generate-helpers-classes" : true, "_gridle" : true }, "standard":{ "name" : "standard", "min-width" : null, "max-width" : "1023px", "query" : "screen and (max-width: 1023px)", "classes" : true, "context" : "12", "gutter-width" : "20px", "direction" : "ltr", "name-multiplicator" : "1", "debug" : false, "debug-show-class-names" : true, "ie7-support" : false, "html-states-classes" : false, "generate-push-classes" : true, "generate-pull-classes" : true, "generate-prefix-classes" : true, "generate-suffix-classes" : true, "generate-helpers-classes" : true, "_gridle" : true }, "tablet":{ "name" : "tablet", "min-width" : null, "max-width" : "767px", "query" : "screen and (max-width: 767px)", "classes" : true, "context" : "12", "gutter-width" : "20px", "direction" : "ltr", "name-multiplicator" : "1", "debug" : false, "debug-show-class-names" : true, "ie7-support" : false, "html-states-classes" : false, "generate-push-classes" : true, "generate-pull-classes" : true, "generate-prefix-classes" : true, "generate-suffix-classes" : true, "generate-helpers-classes" : true, "_gridle" : true }, "mobile":{ "name" : "mobile", "min-width" : null, "max-width" : "479px", "query" : "screen and (max-width: 479px)", "classes" : true, "context" : "12", "gutter-width" : "20px", "direction" : "ltr", "name-multiplicator" : "1", "debug" : false, "debug-show-class-names" : true, "ie7-support" : false, "html-states-classes" : false, "generate-push-classes" : true, "generate-pull-classes" : true, "generate-prefix-classes" : true, "generate-suffix-classes" : true, "generate-helpers-classes" : true, "_gridle" : true }} }';
}

/* line 502, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-0, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-standard-0, .grid-standard-1, .grid-standard-2, .grid-standard-3, .grid-standard-4, .grid-standard-5, .grid-standard-6, .grid-standard-7, .grid-standard-8, .grid-standard-9, .grid-standard-10, .grid-standard-11, .grid-standard-12, .grid-tablet-0, .grid-tablet-1, .grid-tablet-2, .grid-tablet-3, .grid-tablet-4, .grid-tablet-5, .grid-tablet-6, .grid-tablet-7, .grid-tablet-8, .grid-tablet-9, .grid-tablet-10, .grid-tablet-11, .grid-tablet-12, .grid-mobile-0, .grid-mobile-1, .grid-mobile-2, .grid-mobile-3, .grid-mobile-4, .grid-mobile-5, .grid-mobile-6, .grid-mobile-7, .grid-mobile-8, .grid-mobile-9, .grid-mobile-10, .grid-mobile-11, .grid-mobile-12 {
  float: left;
  direction: ltr;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-0 {
  width: 0%;
}

/* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.push-0 {
  left: 0%;
}

/* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.pull-0 {
  right: 0%;
}

/* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.prefix-0 {
  margin-left: 0%;
}

/* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.suffix-0 {
  margin-right: 0%;
}

/* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-1 {
  width: 8.33333%;
}

/* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.push-1 {
  left: 8.33333%;
}

/* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.pull-1 {
  right: 8.33333%;
}

/* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.prefix-1 {
  margin-left: 8.33333%;
}

/* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.suffix-1 {
  margin-right: 8.33333%;
}

/* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-2 {
  width: 16.66667%;
}

/* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.push-2 {
  left: 16.66667%;
}

/* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.pull-2 {
  right: 16.66667%;
}

/* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.prefix-2 {
  margin-left: 16.66667%;
}

/* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.suffix-2 {
  margin-right: 16.66667%;
}

/* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-3 {
  width: 25%;
}

/* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.push-3 {
  left: 25%;
}

/* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.pull-3 {
  right: 25%;
}

/* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.prefix-3 {
  margin-left: 25%;
}

/* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.suffix-3 {
  margin-right: 25%;
}

/* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-4 {
  width: 33.33333%;
}

/* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.push-4 {
  left: 33.33333%;
}

/* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.pull-4 {
  right: 33.33333%;
}

/* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.prefix-4 {
  margin-left: 33.33333%;
}

/* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.suffix-4 {
  margin-right: 33.33333%;
}

/* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-5 {
  width: 41.66667%;
}

/* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.push-5 {
  left: 41.66667%;
}

/* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.pull-5 {
  right: 41.66667%;
}

/* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.prefix-5 {
  margin-left: 41.66667%;
}

/* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.suffix-5 {
  margin-right: 41.66667%;
}

/* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-6 {
  width: 50%;
}

/* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.push-6 {
  left: 50%;
}

/* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.pull-6 {
  right: 50%;
}

/* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.prefix-6 {
  margin-left: 50%;
}

/* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.suffix-6 {
  margin-right: 50%;
}

/* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-7 {
  width: 58.33333%;
}

/* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.push-7 {
  left: 58.33333%;
}

/* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.pull-7 {
  right: 58.33333%;
}

/* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.prefix-7 {
  margin-left: 58.33333%;
}

/* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.suffix-7 {
  margin-right: 58.33333%;
}

/* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-8 {
  width: 66.66667%;
}

/* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.push-8 {
  left: 66.66667%;
}

/* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.pull-8 {
  right: 66.66667%;
}

/* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.prefix-8 {
  margin-left: 66.66667%;
}

/* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.suffix-8 {
  margin-right: 66.66667%;
}

/* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-9 {
  width: 75%;
}

/* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.push-9 {
  left: 75%;
}

/* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.pull-9 {
  right: 75%;
}

/* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.prefix-9 {
  margin-left: 75%;
}

/* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.suffix-9 {
  margin-right: 75%;
}

/* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-10 {
  width: 83.33333%;
}

/* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.push-10 {
  left: 83.33333%;
}

/* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.pull-10 {
  right: 83.33333%;
}

/* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.prefix-10 {
  margin-left: 83.33333%;
}

/* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.suffix-10 {
  margin-right: 83.33333%;
}

/* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-11 {
  width: 91.66667%;
}

/* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.push-11 {
  left: 91.66667%;
}

/* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.pull-11 {
  right: 91.66667%;
}

/* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.prefix-11 {
  margin-left: 91.66667%;
}

/* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.suffix-11 {
  margin-right: 91.66667%;
}

/* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.grid-12 {
  width: 100%;
}

/* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.push-12 {
  left: 100%;
}

/* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.pull-12 {
  right: 100%;
}

/* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.prefix-12 {
  margin-left: 100%;
}

/* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.suffix-12 {
  margin-right: 100%;
}

/* line 62, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.float-left {
  float: left;
}

/* line 65, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.float-right {
  float: right;
}

/* line 71, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.clear {
  clear: both;
}

/* line 74, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.clear-left {
  clear: left;
}

/* line 77, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.clear-right {
  clear: right;
}

/* line 83, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.no-gutter,
.no-margin {
  padding-left: 0;
  padding-right: 0;
}

/* line 87, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.no-gutter-left,
.no-margin-left {
  padding-left: 0;
}

/* line 91, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.no-gutter-right,
.no-margin-right {
  padding-right: 0;
}

/* line 95, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.no-gutter-top,
.no-margin-top {
  padding-top: 0;
}

/* line 99, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.no-gutter-bottom,
.no-margin-bottom {
  padding-bottom: 0;
}

/* line 106, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.gutter,
.margins {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 110, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.gutter-left,
.margin-left {
  padding-left: 10px;
}

/* line 114, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.gutter-right,
.margin-right {
  padding-right: 10px;
}

/* line 118, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.gutter-top,
.margin-top {
  padding-top: 10px;
}

/* line 122, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.gutter-bottom,
.margin-bottom {
  padding-bottom: 10px;
}

/* line 129, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.auto-height {
  height: inherit;
}

/* line 135, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.centered {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important;
}

/* line 141, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.parent {
  padding-left: 0;
  padding-right: 0;
}

/* line 147, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.vertical-align-middle {
  font-size: 0;
  clear: both;
}
/* line 618, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_mixins.scss */
.vertical-align-middle > * {
  display: inline-block;
  float: none !important;
  vertical-align: middle;
  font-size: 1rem;
}

/* line 150, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.vertical-align-top {
  font-size: 0;
  clear: both;
}
/* line 618, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_mixins.scss */
.vertical-align-top > * {
  display: inline-block;
  float: none !important;
  vertical-align: top;
  font-size: 1rem;
}

/* line 153, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.vertical-align-bottom {
  font-size: 0;
  clear: both;
}
/* line 618, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_mixins.scss */
.vertical-align-bottom > * {
  display: inline-block;
  float: none !important;
  vertical-align: bottom;
  font-size: 1rem;
}

/**
 * Visible, hide, etc...
 */
/* line 162, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.hide {
  display: none;
}

/* line 168, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.not-visible {
  visibility: hidden;
}

/* line 174, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.show {
  display: block;
}

/* line 177, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.show-inline {
  display: inline-block;
}

/* line 183, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
.visible {
  visibility: visible;
}

/**
 * Clear each class :
 */
@media screen and (max-width: 1023px) {
  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-standard-0 {
    width: 0%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-standard-0 {
    left: 0%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-standard-0 {
    right: 0%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-standard-0 {
    margin-left: 0%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-standard-0 {
    margin-right: 0%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-standard-1 {
    width: 8.33333%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-standard-1 {
    left: 8.33333%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-standard-1 {
    right: 8.33333%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-standard-1 {
    margin-left: 8.33333%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-standard-1 {
    margin-right: 8.33333%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-standard-2 {
    width: 16.66667%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-standard-2 {
    left: 16.66667%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-standard-2 {
    right: 16.66667%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-standard-2 {
    margin-left: 16.66667%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-standard-2 {
    margin-right: 16.66667%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-standard-3 {
    width: 25%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-standard-3 {
    left: 25%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-standard-3 {
    right: 25%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-standard-3 {
    margin-left: 25%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-standard-3 {
    margin-right: 25%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-standard-4 {
    width: 33.33333%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-standard-4 {
    left: 33.33333%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-standard-4 {
    right: 33.33333%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-standard-4 {
    margin-left: 33.33333%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-standard-4 {
    margin-right: 33.33333%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-standard-5 {
    width: 41.66667%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-standard-5 {
    left: 41.66667%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-standard-5 {
    right: 41.66667%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-standard-5 {
    margin-left: 41.66667%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-standard-5 {
    margin-right: 41.66667%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-standard-6 {
    width: 50%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-standard-6 {
    left: 50%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-standard-6 {
    right: 50%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-standard-6 {
    margin-left: 50%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-standard-6 {
    margin-right: 50%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-standard-7 {
    width: 58.33333%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-standard-7 {
    left: 58.33333%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-standard-7 {
    right: 58.33333%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-standard-7 {
    margin-left: 58.33333%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-standard-7 {
    margin-right: 58.33333%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-standard-8 {
    width: 66.66667%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-standard-8 {
    left: 66.66667%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-standard-8 {
    right: 66.66667%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-standard-8 {
    margin-left: 66.66667%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-standard-8 {
    margin-right: 66.66667%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-standard-9 {
    width: 75%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-standard-9 {
    left: 75%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-standard-9 {
    right: 75%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-standard-9 {
    margin-left: 75%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-standard-9 {
    margin-right: 75%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-standard-10 {
    width: 83.33333%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-standard-10 {
    left: 83.33333%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-standard-10 {
    right: 83.33333%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-standard-10 {
    margin-left: 83.33333%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-standard-10 {
    margin-right: 83.33333%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-standard-11 {
    width: 91.66667%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-standard-11 {
    left: 91.66667%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-standard-11 {
    right: 91.66667%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-standard-11 {
    margin-left: 91.66667%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-standard-11 {
    margin-right: 91.66667%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-standard-12 {
    width: 100%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-standard-12 {
    left: 100%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-standard-12 {
    right: 100%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-standard-12 {
    margin-left: 100%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-standard-12 {
    margin-right: 100%;
  }

  /* line 62, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .float-standard-left {
    float: left;
  }

  /* line 65, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .float-standard-right {
    float: right;
  }

  /* line 71, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .clear-standard {
    clear: both;
  }

  /* line 74, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .clear-standard-left {
    clear: left;
  }

  /* line 77, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .clear-standard-right {
    clear: right;
  }

  /* line 83, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-standard,
  .no-margin-standard {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 87, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-standard-left,
  .no-margin-standard-left {
    padding-left: 0;
  }

  /* line 91, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-standard-right,
  .no-margin-standard-right {
    padding-right: 0;
  }

  /* line 95, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-standard-top,
  .no-margin-standard-top {
    padding-top: 0;
  }

  /* line 99, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-standard-bottom,
  .no-margin-standard-bottom {
    padding-bottom: 0;
  }

  /* line 106, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-standard,
  .margins-standard {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 110, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-standard-left,
  .margin-standard-left {
    padding-left: 10px;
  }

  /* line 114, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-standard-right,
  .margin-standard-right {
    padding-right: 10px;
  }

  /* line 118, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-standard-top,
  .margin-standard-top {
    padding-top: 10px;
  }

  /* line 122, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-standard-bottom,
  .margin-standard-bottom {
    padding-bottom: 10px;
  }

  /* line 129, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .auto-height-standard {
    height: inherit;
  }

  /* line 135, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .centered-standard {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }

  /* line 141, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .parent-standard {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 147, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .vertical-align-standard-middle {
    font-size: 0;
    clear: both;
  }
  /* line 618, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_mixins.scss */
  .vertical-align-standard-middle > * {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }

  /* line 150, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .vertical-align-standard-top {
    font-size: 0;
    clear: both;
  }
  /* line 618, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_mixins.scss */
  .vertical-align-standard-top > * {
    display: inline-block;
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }

  /* line 153, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .vertical-align-standard-bottom {
    font-size: 0;
    clear: both;
  }
  /* line 618, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_mixins.scss */
  .vertical-align-standard-bottom > * {
    display: inline-block;
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }

  /**
   * Visible, hide, etc...
   */
  /* line 162, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .hide-standard {
    display: none;
  }

  /* line 168, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .not-visible-standard {
    visibility: hidden;
  }

  /* line 174, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .show-standard {
    display: block;
  }

  /* line 177, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .show-inline-standard {
    display: inline-block;
  }

  /* line 183, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .visible-standard {
    visibility: visible;
  }

  /**
   * Clear each class :
   */
}
@media screen and (max-width: 767px) {
  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-tablet-0 {
    width: 0%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-tablet-0 {
    left: 0%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-tablet-0 {
    right: 0%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-tablet-0 {
    margin-left: 0%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-tablet-0 {
    margin-right: 0%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-tablet-1 {
    width: 8.33333%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-tablet-1 {
    left: 8.33333%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-tablet-1 {
    right: 8.33333%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-tablet-1 {
    margin-left: 8.33333%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-tablet-1 {
    margin-right: 8.33333%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-tablet-2 {
    width: 16.66667%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-tablet-2 {
    left: 16.66667%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-tablet-2 {
    right: 16.66667%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-tablet-2 {
    margin-left: 16.66667%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-tablet-2 {
    margin-right: 16.66667%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-tablet-3 {
    width: 25%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-tablet-3 {
    left: 25%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-tablet-3 {
    right: 25%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-tablet-3 {
    margin-left: 25%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-tablet-3 {
    margin-right: 25%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-tablet-4 {
    width: 33.33333%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-tablet-4 {
    left: 33.33333%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-tablet-4 {
    right: 33.33333%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-tablet-4 {
    margin-left: 33.33333%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-tablet-4 {
    margin-right: 33.33333%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-tablet-5 {
    width: 41.66667%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-tablet-5 {
    left: 41.66667%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-tablet-5 {
    right: 41.66667%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-tablet-5 {
    margin-left: 41.66667%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-tablet-5 {
    margin-right: 41.66667%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-tablet-6 {
    width: 50%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-tablet-6 {
    left: 50%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-tablet-6 {
    right: 50%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-tablet-6 {
    margin-left: 50%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-tablet-6 {
    margin-right: 50%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-tablet-7 {
    width: 58.33333%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-tablet-7 {
    left: 58.33333%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-tablet-7 {
    right: 58.33333%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-tablet-7 {
    margin-left: 58.33333%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-tablet-7 {
    margin-right: 58.33333%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-tablet-8 {
    width: 66.66667%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-tablet-8 {
    left: 66.66667%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-tablet-8 {
    right: 66.66667%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-tablet-8 {
    margin-left: 66.66667%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-tablet-8 {
    margin-right: 66.66667%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-tablet-9 {
    width: 75%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-tablet-9 {
    left: 75%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-tablet-9 {
    right: 75%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-tablet-9 {
    margin-left: 75%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-tablet-9 {
    margin-right: 75%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-tablet-10 {
    width: 83.33333%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-tablet-10 {
    left: 83.33333%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-tablet-10 {
    right: 83.33333%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-tablet-10 {
    margin-left: 83.33333%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-tablet-10 {
    margin-right: 83.33333%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-tablet-11 {
    width: 91.66667%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-tablet-11 {
    left: 91.66667%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-tablet-11 {
    right: 91.66667%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-tablet-11 {
    margin-left: 91.66667%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-tablet-11 {
    margin-right: 91.66667%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-tablet-12 {
    width: 100%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-tablet-12 {
    left: 100%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-tablet-12 {
    right: 100%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-tablet-12 {
    margin-left: 100%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-tablet-12 {
    margin-right: 100%;
  }

  /* line 62, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .float-tablet-left {
    float: left;
  }

  /* line 65, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .float-tablet-right {
    float: right;
  }

  /* line 71, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .clear-tablet {
    clear: both;
  }

  /* line 74, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .clear-tablet-left {
    clear: left;
  }

  /* line 77, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .clear-tablet-right {
    clear: right;
  }

  /* line 83, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-tablet,
  .no-margin-tablet {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 87, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-tablet-left,
  .no-margin-tablet-left {
    padding-left: 0;
  }

  /* line 91, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-tablet-right,
  .no-margin-tablet-right {
    padding-right: 0;
  }

  /* line 95, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-tablet-top,
  .no-margin-tablet-top {
    padding-top: 0;
  }

  /* line 99, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-tablet-bottom,
  .no-margin-tablet-bottom {
    padding-bottom: 0;
  }

  /* line 106, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-tablet,
  .margins-tablet {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 110, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-tablet-left,
  .margin-tablet-left {
    padding-left: 10px;
  }

  /* line 114, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-tablet-right,
  .margin-tablet-right {
    padding-right: 10px;
  }

  /* line 118, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-tablet-top,
  .margin-tablet-top {
    padding-top: 10px;
  }

  /* line 122, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-tablet-bottom,
  .margin-tablet-bottom {
    padding-bottom: 10px;
  }

  /* line 129, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .auto-height-tablet {
    height: inherit;
  }

  /* line 135, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .centered-tablet {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }

  /* line 141, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .parent-tablet {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 147, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .vertical-align-tablet-middle {
    font-size: 0;
    clear: both;
  }
  /* line 618, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_mixins.scss */
  .vertical-align-tablet-middle > * {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }

  /* line 150, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .vertical-align-tablet-top {
    font-size: 0;
    clear: both;
  }
  /* line 618, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_mixins.scss */
  .vertical-align-tablet-top > * {
    display: inline-block;
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }

  /* line 153, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .vertical-align-tablet-bottom {
    font-size: 0;
    clear: both;
  }
  /* line 618, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_mixins.scss */
  .vertical-align-tablet-bottom > * {
    display: inline-block;
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }

  /**
   * Visible, hide, etc...
   */
  /* line 162, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .hide-tablet {
    display: none;
  }

  /* line 168, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .not-visible-tablet {
    visibility: hidden;
  }

  /* line 174, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .show-tablet {
    display: block;
  }

  /* line 177, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .show-inline-tablet {
    display: inline-block;
  }

  /* line 183, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .visible-tablet {
    visibility: visible;
  }

  /**
   * Clear each class :
   */
}
@media screen and (max-width: 479px) {
  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-mobile-0 {
    width: 0%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-mobile-0 {
    left: 0%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-mobile-0 {
    right: 0%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-mobile-0 {
    margin-left: 0%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-mobile-0 {
    margin-right: 0%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-mobile-1 {
    width: 8.33333%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-mobile-1 {
    left: 8.33333%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-mobile-1 {
    right: 8.33333%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-mobile-1 {
    margin-left: 8.33333%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-mobile-1 {
    margin-right: 8.33333%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-mobile-2 {
    width: 16.66667%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-mobile-2 {
    left: 16.66667%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-mobile-2 {
    right: 16.66667%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-mobile-2 {
    margin-left: 16.66667%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-mobile-2 {
    margin-right: 16.66667%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-mobile-3 {
    width: 25%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-mobile-3 {
    left: 25%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-mobile-3 {
    right: 25%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-mobile-3 {
    margin-left: 25%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-mobile-3 {
    margin-right: 25%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-mobile-4 {
    width: 33.33333%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-mobile-4 {
    left: 33.33333%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-mobile-4 {
    right: 33.33333%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-mobile-4 {
    margin-left: 33.33333%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-mobile-4 {
    margin-right: 33.33333%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-mobile-5 {
    width: 41.66667%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-mobile-5 {
    left: 41.66667%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-mobile-5 {
    right: 41.66667%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-mobile-5 {
    margin-left: 41.66667%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-mobile-5 {
    margin-right: 41.66667%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-mobile-6 {
    width: 50%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-mobile-6 {
    left: 50%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-mobile-6 {
    right: 50%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-mobile-6 {
    margin-left: 50%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-mobile-6 {
    margin-right: 50%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-mobile-7 {
    width: 58.33333%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-mobile-7 {
    left: 58.33333%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-mobile-7 {
    right: 58.33333%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-mobile-7 {
    margin-left: 58.33333%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-mobile-7 {
    margin-right: 58.33333%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-mobile-8 {
    width: 66.66667%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-mobile-8 {
    left: 66.66667%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-mobile-8 {
    right: 66.66667%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-mobile-8 {
    margin-left: 66.66667%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-mobile-8 {
    margin-right: 66.66667%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-mobile-9 {
    width: 75%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-mobile-9 {
    left: 75%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-mobile-9 {
    right: 75%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-mobile-9 {
    margin-left: 75%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-mobile-9 {
    margin-right: 75%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-mobile-10 {
    width: 83.33333%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-mobile-10 {
    left: 83.33333%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-mobile-10 {
    right: 83.33333%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-mobile-10 {
    margin-left: 83.33333%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-mobile-10 {
    margin-right: 83.33333%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-mobile-11 {
    width: 91.66667%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-mobile-11 {
    left: 91.66667%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-mobile-11 {
    right: 91.66667%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-mobile-11 {
    margin-left: 91.66667%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-mobile-11 {
    margin-right: 91.66667%;
  }

  /* line 591, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .grid-mobile-12 {
    width: 100%;
  }

  /* line 596, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .push-mobile-12 {
    left: 100%;
  }

  /* line 601, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .pull-mobile-12 {
    right: 100%;
  }

  /* line 606, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .prefix-mobile-12 {
    margin-left: 100%;
  }

  /* line 611, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .suffix-mobile-12 {
    margin-right: 100%;
  }

  /* line 62, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .float-mobile-left {
    float: left;
  }

  /* line 65, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .float-mobile-right {
    float: right;
  }

  /* line 71, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .clear-mobile {
    clear: both;
  }

  /* line 74, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .clear-mobile-left {
    clear: left;
  }

  /* line 77, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .clear-mobile-right {
    clear: right;
  }

  /* line 83, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-mobile,
  .no-margin-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 87, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-mobile-left,
  .no-margin-mobile-left {
    padding-left: 0;
  }

  /* line 91, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-mobile-right,
  .no-margin-mobile-right {
    padding-right: 0;
  }

  /* line 95, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-mobile-top,
  .no-margin-mobile-top {
    padding-top: 0;
  }

  /* line 99, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .no-gutter-mobile-bottom,
  .no-margin-mobile-bottom {
    padding-bottom: 0;
  }

  /* line 106, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-mobile,
  .margins-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 110, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-mobile-left,
  .margin-mobile-left {
    padding-left: 10px;
  }

  /* line 114, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-mobile-right,
  .margin-mobile-right {
    padding-right: 10px;
  }

  /* line 118, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-mobile-top,
  .margin-mobile-top {
    padding-top: 10px;
  }

  /* line 122, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .gutter-mobile-bottom,
  .margin-mobile-bottom {
    padding-bottom: 10px;
  }

  /* line 129, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .auto-height-mobile {
    height: inherit;
  }

  /* line 135, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .centered-mobile {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }

  /* line 141, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .parent-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 147, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .vertical-align-mobile-middle {
    font-size: 0;
    clear: both;
  }
  /* line 618, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_mixins.scss */
  .vertical-align-mobile-middle > * {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }

  /* line 150, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .vertical-align-mobile-top {
    font-size: 0;
    clear: both;
  }
  /* line 618, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_mixins.scss */
  .vertical-align-mobile-top > * {
    display: inline-block;
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }

  /* line 153, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .vertical-align-mobile-bottom {
    font-size: 0;
    clear: both;
  }
  /* line 618, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_mixins.scss */
  .vertical-align-mobile-bottom > * {
    display: inline-block;
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }

  /**
   * Visible, hide, etc...
   */
  /* line 162, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .hide-mobile {
    display: none;
  }

  /* line 168, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .not-visible-mobile {
    visibility: hidden;
  }

  /* line 174, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .show-mobile {
    display: block;
  }

  /* line 177, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .show-inline-mobile {
    display: inline-block;
  }

  /* line 183, ../../../../../../../../lib/gems/2.3.0/gems/gridle-1.3.36/stylesheets/gridle/_generate-mixins.scss */
  .visible-mobile {
    visibility: visible;
  }

  /**
   * Clear each class :
   */
}
/*------------------------------------------------
- Ici, toutes les fonctions sass et les mixins
------------------------------------------------*/
/*==============================*/
/*Custom Functions*/
/*==============================*/
/*==============================*/
/*Custom Mixins*/
/*==============================*/
/* line 54, ../sass/_mixins.scss */
.clearfix, .page-header-wrapper.header-default .site-content, .page-header-wrapper.header-default .menu-univers ul, .page-header-wrapper.header-default .header-right, .page-header-wrapper.header-default .header-right .main-nav ul, .page-content-wrapper, .section-presentation-rubrique .site-content {
  *zoom: 1;
}
/* line 56, ../sass/_mixins.scss */
.clearfix:before, .page-header-wrapper.header-default .site-content:before, .page-header-wrapper.header-default .menu-univers ul:before, .page-header-wrapper.header-default .header-right:before, .page-header-wrapper.header-default .header-right .main-nav ul:before, .page-content-wrapper:before, .section-presentation-rubrique .site-content:before, .clearfix:after, .page-header-wrapper.header-default .site-content:after, .page-header-wrapper.header-default .menu-univers ul:after, .page-header-wrapper.header-default .header-right:after, .page-header-wrapper.header-default .header-right .main-nav ul:after, .page-content-wrapper:after, .section-presentation-rubrique .site-content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 63, ../sass/_mixins.scss */
.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*
 * animations.scss
 */
/* line 5, ../sass/_animations.scss */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 10, ../sass/_animations.scss */
.animated.infinite {
  animation-iteration-count: infinite;
}

/* line 14, ../sass/_animations.scss */
.animated.hinge {
  animation-duration: 2s;
}

/* line 18, ../sass/_animations.scss */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* line 37, ../sass/_animations.scss */
.fadeInUp {
  animation-name: fadeInUp;
}

/* line 43, ../sass/_animations.scss */
.to-animate-fadeinup {
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  animation-fill-mode: both;
  opacity: 0;
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
/* line 49, ../sass/_animations.scss */
.to-animate-fadeinup.visible {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 54, ../sass/_animations.scss */
.to-animate-fadeinleft {
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  animation-fill-mode: both;
  opacity: 0;
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
/* line 60, ../sass/_animations.scss */
.to-animate-fadeinleft.visible {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 65, ../sass/_animations.scss */
.to-animate-fadeinright {
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  animation-fill-mode: both;
  opacity: 0;
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}
/* line 71, ../sass/_animations.scss */
.to-animate-fadeinright.visible {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 76, ../sass/_animations.scss */
.to-animate-fadein {
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
/* line 81, ../sass/_animations.scss */
.to-animate-fadein.visible {
  opacity: 1;
}

/* line 85, ../sass/_animations.scss */
.to-animate-loadinleft {
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  animation-fill-mode: both;
  width: 0;
}
/* line 90, ../sass/_animations.scss */
.to-animate-loadinleft.visible {
  width: 100%;
}

/* normalize.scss 2.2.0+normalize.2.1.3 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 42, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 57, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 67, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 84, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 106.25%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 104, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Remove default margin.
 */
/* line 116, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 128, ../sass/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 136, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 144, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 158, ../sass/_normalize.scss */
p,
pre {
  margin: 1.76471em 0;
}

/* line 163, ../sass/_normalize.scss */
blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.76471em 40px;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 173, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 181, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 190, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 198, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 207, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 216, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Set consistent quote types.
 */
/* line 246, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 254, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 262, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 270, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 274, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 287, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.76471em 0;
}

/* line 304, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 312, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 324, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 339, ../sass/_normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 351, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 363, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 376, ../sass/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 385, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.05882em;
  border-top-style: solid;
  padding-top: 0.55882em;
  border-bottom-width: 0.05882em;
  border-bottom-style: solid;
  padding-bottom: 1.08824em;
  border-left-width: 0.05882em;
  border-left-style: solid;
  padding-left: 1.04412em;
  border-right-width: 0.05882em;
  border-right-style: solid;
  padding-right: 1.04412em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 401, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
/* line 416, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 434, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 446, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 461, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 476, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 488, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 504, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 514, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 523, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 534, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 547, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Embedded Fonts
 */
@font-face {
  font-family: 'NeographikMTStd';
  src: url("../fonts/NeographikMTStd.eot?#iefix") format("embedded-opentype"), url("../fonts/NeographikMTStd.woff") format("woff"), url("../fonts/NeographikMTStd.ttf") format("truetype"), url("../fonts/NeographikMTStd.svg#NeographikMTStd") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'jbarbaud';
  src: url("../fonts/jean-barbaud/jbarbaud-webfont.eot");
  src: url("../fonts/jean-barbaud/jbarbaud-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/jean-barbaud/jbarbaud-webfont.woff2") format("woff2"), url("../fonts/jean-barbaud/jbarbaud-webfont.woff") format("woff"), url("../fonts/jean-barbaud/jbarbaud-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/fonts/icomoon.eot?lsaldk");
  src: url("../fonts/icomoon/fonts/icomoon.eot?lsaldk#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?lsaldk") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?lsaldk") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?lsaldk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 108, ../sass/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

/* line 115, ../sass/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

/* line 135, ../sass/_fonts.scss */
.icon-arrow2-t:before {
  content: "";
}

/* line 140, ../sass/_fonts.scss */
.icon-arrow2-b:before {
  content: "";
}

/* line 145, ../sass/_fonts.scss */
.icon-arrow2-l:before {
  content: "";
}

/* line 150, ../sass/_fonts.scss */
.icon-arrow2-r:before {
  content: "";
}

/* line 155, ../sass/_fonts.scss */
.icon-video:before {
  content: "";
}

/* line 160, ../sass/_fonts.scss */
.icon-book:before {
  content: "";
}

/* line 165, ../sass/_fonts.scss */
.icon-gift:before {
  content: "";
}

/* line 170, ../sass/_fonts.scss */
.icon-newspaper:before {
  content: "";
}

/* line 175, ../sass/_fonts.scss */
.icon-palette:before {
  content: "";
}

/* line 180, ../sass/_fonts.scss */
.icon-school:before {
  content: "";
}

/* line 185, ../sass/_fonts.scss */
.icon-arrow-t:before {
  content: "";
}

/* line 190, ../sass/_fonts.scss */
.icon-arrow-b:before {
  content: "";
}

/* line 195, ../sass/_fonts.scss */
.icon-twitter:before {
  content: "";
}

/* line 200, ../sass/_fonts.scss */
.icon-youtube:before {
  content: "";
}

/* line 205, ../sass/_fonts.scss */
.icon-yt:before {
  content: "";
}

/* line 210, ../sass/_fonts.scss */
.icon-arrow-l:before {
  content: "";
}

/* line 215, ../sass/_fonts.scss */
.icon-arrow-r:before {
  content: "";
}

/* line 220, ../sass/_fonts.scss */
.icon-arrow-line-r:before {
  content: "";
}

/* line 225, ../sass/_fonts.scss */
.icon-arrow-line-b:before {
  content: "";
}

/* line 230, ../sass/_fonts.scss */
.icon-arrow-line-t:before {
  content: "";
}

/* line 235, ../sass/_fonts.scss */
.icon-arrow-line-l:before {
  content: "";
}

/* line 240, ../sass/_fonts.scss */
.icon-fb:before {
  content: "";
}

/* line 245, ../sass/_fonts.scss */
.icon-flux:before {
  content: "";
}

/* line 250, ../sass/_fonts.scss */
.icon-play:before {
  content: "";
}

/* line 255, ../sass/_fonts.scss */
.icon-points:before {
  content: "";
}

/* line 260, ../sass/_fonts.scss */
.icon-mail:before {
  content: "";
}

/* line 265, ../sass/_fonts.scss */
.icon-close:before {
  content: "";
}

/* line 270, ../sass/_fonts.scss */
.icon-tele:before {
  content: "";
}

/* line 275, ../sass/_fonts.scss */
.icon-univers:before {
  content: "";
}

/* line 280, ../sass/_fonts.scss */
.icon-who-are-you:before {
  content: "";
}

/* line 285, ../sass/_fonts.scss */
.icon-de:before {
  content: "";
}

/* line 290, ../sass/_fonts.scss */
.icon-yeux:before {
  content: "";
}

/* line 295, ../sass/_fonts.scss */
.icon-puce:before {
  content: "";
}

/* line 300, ../sass/_fonts.scss */
.icon-yeux-l:before {
  content: "";
}

/* line 305, ../sass/_fonts.scss */
.icon-picto-hello-maestro:before {
  content: "";
}

/* line 310, ../sass/_fonts.scss */
.icon-disque:before {
  content: "";
}

/* line 315, ../sass/_fonts.scss */
.icon-personnages:before {
  content: "";
}

/*
 * Vendors - Ici, on importe toute les css des plugins en prenant soin de rajouter le _ devant le nom de fichier et de renommer l'extension .css en .scss
 * Ne pas oublier de changer les chemins d'images (media/images/vendors/...)
 */
/*************** SCROLLBAR BASE CSS ***************/
/* line 2, ../sass/vendors/_jquery.scrollbar.scss */
.scroll-custom {
  overflow: auto;
}

/* line 5, ../sass/vendors/_jquery.scrollbar.scss */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
/* line 10, ../sass/vendors/_jquery.scrollbar.scss */
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
/* line 24, ../sass/vendors/_jquery.scrollbar.scss */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/* line 29, ../sass/vendors/_jquery.scrollbar.scss */
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

/* line 34, ../sass/vendors/_jquery.scrollbar.scss */
.scroll-element {
  box-sizing: content-box;
  display: none;
}
/* line 38, ../sass/vendors/_jquery.scrollbar.scss */
.scroll-element div {
  box-sizing: content-box;
}
/* line 41, ../sass/vendors/_jquery.scrollbar.scss */
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
/* line 46, ../sass/vendors/_jquery.scrollbar.scss */
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

/* line 52, ../sass/vendors/_jquery.scrollbar.scss */
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
/* line 56, ../sass/vendors/_jquery.scrollbar.scss */
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
/* line 59, ../sass/vendors/_jquery.scrollbar.scss */
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
/* line 73, ../sass/vendors/_jquery.scrollbar.scss */
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
/* line 86, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 96, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 104, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

/* line 111, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

/* line 118, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 122, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 130, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

/* line 137, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

/* line 138, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

/* line 139, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

/* line 140, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
/* line 145, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

/* line 146, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

/* line 149, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

/* line 150, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
/* line 163, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 173, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

/* line 177, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 185, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

/* line 192, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

/* line 199, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

/* line 200, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

/* line 202, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 203, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

/* line 205, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 213, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

/* line 214, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

/* line 215, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
/* line 220, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

/* line 221, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

/* line 223, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

/* line 224, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 229, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

/* line 230, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

/* line 232, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

/* line 233, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
/* line 246, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 257, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 265, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

/* line 266, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 284, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* line 292, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

/* line 301, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
/* line 310, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

/* line 311, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

/* line 313, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

/* line 314, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 316, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

/* line 317, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 320, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 321, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
/* line 334, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 344, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

/* line 348, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 356, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 362, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 377, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 385, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

/* line 393, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
/* line 411, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 412, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

/* line 414, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

/* line 415, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

/* line 417, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

/* line 418, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 420, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

/* line 421, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 425, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 426, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 428, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 429, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
/* line 442, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 453, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

/* line 457, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 465, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 470, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 475, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

/* line 484, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

/* line 493, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* line 503, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
/* line 509, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 510, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

/* line 512, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

/* line 513, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

/* line 515, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

/* line 516, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

/* line 518, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

/* line 519, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 523, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

/* line 524, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

/* line 526, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

/* line 527, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
/* line 540, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 551, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 559, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 567, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

/* line 575, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 582, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 597, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
/* line 607, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

/* line 613, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

/* line 620, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

/* line 632, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

/* line 644, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 645, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 650, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 651, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
/* line 656, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* line 664, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

/* line 668, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 678, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

/* line 683, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
/* line 700, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 711, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

/* line 715, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 725, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

/* line 730, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 738, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

/* line 746, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 756, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

/* line 761, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
/* line 768, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

/* line 769, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

/* line 771, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

/* line 772, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

/* line 774, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

/* line 775, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

/* line 776, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

/* line 778, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

/* line 779, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

/* line 780, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 784, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 785, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 787, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 788, ../sass/vendors/_jquery.scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* line 1, ../sass/vendors/_pace.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 13, ../sass/vendors/_pace.scss */
.pace-inactive {
  display: none;
}

/* line 17, ../sass/vendors/_pace.scss */
.pace .pace-progress {
  background: #ff9d36;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* Slider */
/* line 3, ../sass/vendors/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/vendors/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/vendors/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/vendors/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/vendors/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/vendors/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, ../sass/vendors/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, ../sass/vendors/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, ../sass/vendors/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, ../sass/vendors/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, ../sass/vendors/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, ../sass/vendors/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 72, ../sass/vendors/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, ../sass/vendors/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, ../sass/vendors/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, ../sass/vendors/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, ../sass/vendors/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 96, ../sass/vendors/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
/* line 2, ../sass/vendors/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, ../sass/vendors/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, ../sass/vendors/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, ../sass/vendors/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, ../sass/vendors/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, ../sass/vendors/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, ../sass/vendors/_magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, ../sass/vendors/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, ../sass/vendors/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, ../sass/vendors/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, ../sass/vendors/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, ../sass/vendors/_magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, ../sass/vendors/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, ../sass/vendors/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 86, ../sass/vendors/_magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, ../sass/vendors/_magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, ../sass/vendors/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, ../sass/vendors/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, ../sass/vendors/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, ../sass/vendors/_magnific-popup.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, ../sass/vendors/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, ../sass/vendors/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, ../sass/vendors/_magnific-popup.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, ../sass/vendors/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 146, ../sass/vendors/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, ../sass/vendors/_magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, ../sass/vendors/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, ../sass/vendors/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, ../sass/vendors/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, ../sass/vendors/_magnific-popup.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, ../sass/vendors/_magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, ../sass/vendors/_magnific-popup.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, ../sass/vendors/_magnific-popup.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, ../sass/vendors/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 204, ../sass/vendors/_magnific-popup.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, ../sass/vendors/_magnific-popup.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, ../sass/vendors/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 213, ../sass/vendors/_magnific-popup.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, ../sass/vendors/_magnific-popup.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, ../sass/vendors/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, ../sass/vendors/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, ../sass/vendors/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, ../sass/vendors/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, ../sass/vendors/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 245, ../sass/vendors/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, ../sass/vendors/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 258, ../sass/vendors/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, ../sass/vendors/_magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, ../sass/vendors/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 279, ../sass/vendors/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, ../sass/vendors/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, ../sass/vendors/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, ../sass/vendors/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 304, ../sass/vendors/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 307, ../sass/vendors/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 309, ../sass/vendors/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 312, ../sass/vendors/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 315, ../sass/vendors/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  /* line 323, ../sass/vendors/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 325, ../sass/vendors/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 328, ../sass/vendors/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 340, ../sass/vendors/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 343, ../sass/vendors/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 346, ../sass/vendors/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 349, ../sass/vendors/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
/* line 358, ../sass/vendors/_magnific-popup.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
/* line 366, ../sass/vendors/_magnific-popup.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
/* line 370, ../sass/vendors/_magnific-popup.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
/* line 375, ../sass/vendors/_magnific-popup.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
/* line 383, ../sass/vendors/_magnific-popup.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
/* line 387, ../sass/vendors/_magnific-popup.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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");
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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");
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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");
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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");
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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%;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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;
}

/* line 15, ../sass/vendors/_swiper.min.scss */
.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);
  }
}
/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-results {
  display: block;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, ../sass/vendors/_select2.min.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip-content, .qtip-titlebar {
  position: relative;
  overflow: hidden;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip-content {
  padding: 5px 9px;
  text-align: left;
  word-wrap: break-word;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip-titlebar {
  padding: 5px 35px 5px 10px;
  border-width: 0 0 1px;
  font-weight: 700;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  cursor: pointer;
  outline: 0;
  border: 1px solid transparent;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal 700 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: -100em -100em no-repeat;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

/* line 1, ../sass/vendors/_jquery.qtip.min.scss */
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-target {
  position: relative;
  direction: ltr;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-handle {
  position: relative;
  z-index: 1;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: top .3s,right .3s,bottom .3s,left .3s;
  transition: top .3s,right .3s,bottom .3s,left .3s;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-state-drag * {
  cursor: inherit !important;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-horizontal {
  height: 18px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-vertical {
  width: 18px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-draggable {
  cursor: ew-resize;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-handle:after {
  left: 17px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-pips {
  position: absolute;
  color: #999;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-marker-large, .noUi-marker-sub {
  background: #AAA;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

/* line 1, ../sass/vendors/_nouislider.min.scss */
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.4.2
 *
 * Copyright KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 14.04.2018
 */
/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
html.os-html, html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
html.os-html > .os-host > .os-padding {
  position: absolute;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
body.os-dragging, body.os-dragging * {
  cursor: default;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host, .os-host-textarea {
  position: relative;
  overflow: visible !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
#hs-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
#hs-dummy-scrollbar-size, .os-viewport {
  -ms-overflow-style: scrollbar !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar, .os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar, .os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar-corner, .os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  background: transparent !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-content-glue {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-padding {
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host-overflow > .os-padding {
  overflow: hidden;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host-textarea > .os-padding > .os-content {
  overflow: hidden !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-content > .os-textarea {
  direction: inherit !important;
  float: none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  outline: 0 none transparent !important;
  overflow: hidden !important;
  resize: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1;
  padding: 0;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-content > .os-textarea[wrap='off'] {
  white-space: pre !important;
  margin: 0 !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-resize-observer, .os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-resize-observer-host:after {
  content: '';
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-resize-observer-host > .os-resize-observer, .os-resize-observer-host:after {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-resize-observer.observed, object.os-resize-observer {
  box-sizing: border-box !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-resize-observer {
  -webkit-animation-duration: .001s;
  animation-duration: .001s;
  -webkit-animation-name: hs-resize-observer-dummy-animation;
  animation-name: hs-resize-observer-dummy-animation;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host-transition > .os-scrollbar, .os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s,visibility 0.3s,top 0.3s,right 0.3s,bottom 0.3s,left .3s;
  transition: opacity 0.3s,visibility 0.3s,top 0.3s,right 0.3s,bottom 0.3s,left .3s;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  z-index: 999999;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar, .os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  z-index: 1;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar {
  pointer-events: none;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar-handle-off, .os-scrollbar-track-off {
  pointer-events: none;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar.os-scrollbar-unusable, .os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar-auto-hidden, .os-padding + .os-scrollbar-corner, .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner, .os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal, .os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner, .os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical, .os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner, .os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner, .os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar:hover, .os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host-overflow {
  overflow: hidden !important;
}

@-webkit-keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-none > .os-scrollbar-horizontal, .os-theme-none > .os-scrollbar-vertical, .os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar-horizontal, .os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar-vertical, .os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal, .os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar-corner, .os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
  background-color: transparent;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar, .os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: transparent;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar.os-scrollbar-unusable, .os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar > .os-scrollbar-track, .os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  border-radius: 11px;
  opacity: .4;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #000;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #fff;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  opacity: .55;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active, .os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  opacity: .7;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

/* line 13, ../sass/vendors/_OverlayScrollbars.min.scss */
.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

/*
 * Cnil mentions
 */
/* line 4, ../sass/_info-cookies.scss */
#infocookie {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #ff8c05;
  color: white;
  z-index: 999;
}
/* line 15, ../sass/_info-cookies.scss */
#infocookie .site-content {
  max-width: 1000px;
  margin: 0 auto;
}
/* line 20, ../sass/_info-cookies.scss */
#infocookie p {
  margin: 0;
}
/* line 24, ../sass/_info-cookies.scss */
#infocookie a {
  color: inherit;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline;
}
/* line 29, ../sass/_info-cookies.scss */
#infocookie a:hover {
  color: #000;
}
/* line 33, ../sass/_info-cookies.scss */
#infocookie a.close {
  position: absolute;
  right: 5px;
  top: 5px;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  background: white;
  color: #ff8c05;
  font-weight: bold;
}
/* line 44, ../sass/_info-cookies.scss */
#infocookie a.close:hover {
  border-color: #ff8c05;
}

/*------------------------------------------------
- Ici, tous les styles relatifs à la structure de la page. La base, la "coquille" du site. (header / content / footer)
------------------------------------------------*/
/* line 5, ../sass/_layout.scss */
body {
  background-color: white;
  min-width: 320px;
}
/* line 10, ../sass/_layout.scss */
body.scroll-disable {
  overflow: hidden;
}

/* line 14, ../sass/_layout.scss */
.global-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 21, ../sass/_layout.scss */
.site-content {
  max-width: 1368px;
  padding: 0 30px;
  margin: 0 auto;
}
/* line 26, ../sass/_layout.scss */
.site-content.mw-1120 {
  max-width: 1120px;
}
/* line 29, ../sass/_layout.scss */
.site-content.mw-900 {
  max-width: 900px;
}
/* line 33, ../sass/_layout.scss */
#page-event .site-content {
  max-width: 1620px;
  padding: 0 10px;
}
@media only screen and (max-width: 29.9375em) {
  /* line 21, ../sass/_layout.scss */
  .site-content {
    padding: 0 16px;
  }
}

/* line 42, ../sass/_layout.scss */
.skip-links {
  margin: 0;
}
/* line 46, ../sass/_layout.scss */
.skip-links li {
  margin: 0;
}
/* line 50, ../sass/_layout.scss */
.skip-links a {
  position: absolute;
  left: -50000px;
}
/* line 53, ../sass/_layout.scss */
.skip-links a:focus {
  position: static;
  left: auto;
}

/*==============================*/
/*HEADER*/
/*==============================*/
@keyframes shine {
  100% {
    left: 200%;
  }
}
/* line 68, ../sass/_layout.scss */
.page-header-wrapper {
  /*==============================*/
  /*NAV*/
  /*==============================*/
  /*
   * nav.scss
   */
}
/* line 76, ../sass/_layout.scss */
.body-evenement .page-header-wrapper logo-event {
  text-align: center;
}
/* line 78, ../sass/_layout.scss */
.body-evenement .page-header-wrapper logo-event img {
  margin: 0 auto;
}
/* line 85, ../sass/_layout.scss */
.page-header-wrapper.header-default {
  position: fixed;
  width: 100%;
  top: 0;
  background: white;
  z-index: 3;
}
/* line 93, ../sass/_layout.scss */
.page-header-wrapper.header-default.headroom--unpinned .logo-event {
  width: 305px;
}
/* line 96, ../sass/_layout.scss */
.page-header-wrapper.header-default.headroom--unpinned .header-right .bk-top {
  height: 0;
  opacity: 0;
  margin-bottom: 0;
}
/* line 102, ../sass/_layout.scss */
.page-header-wrapper.header-default .site-content {
  position: relative;
  padding: 14px 30px;
  z-index: 3;
}
/* line 109, ../sass/_layout.scss */
.page-header-wrapper.header-default .logo-event {
  float: left;
  width: 340px;
  -moz-transition: ease, 0.2s;
  -o-transition: ease, 0.2s;
  -webkit-transition: ease, 0.2s;
  transition: ease, 0.2s;
}
/* line 114, ../sass/_layout.scss */
.page-header-wrapper.header-default .logo-event img {
  margin: 0;
}
/* line 118, ../sass/_layout.scss */
.page-header-wrapper.header-default .btn-menu {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 18px;
  right: 20px;
  padding: 0;
  margin: 0;
  background: #ff9d36;
  border: none;
  outline: none;
}
/* line 131, ../sass/_layout.scss */
.page-header-wrapper.header-default .btn-menu .hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin-top: 5px;
  margin-left: 0px;
  overflow: visible;
}
/* line 147, ../sass/_layout.scss */
.page-header-wrapper.header-default .btn-menu .hamburger .hamburger-box {
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative;
}
/* line 154, ../sass/_layout.scss */
.page-header-wrapper.header-default .btn-menu .hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 161, ../sass/_layout.scss */
.page-header-wrapper.header-default .btn-menu .hamburger .hamburger-inner, .page-header-wrapper.header-default .btn-menu .hamburger .hamburger-inner:before, .page-header-wrapper.header-default .btn-menu .hamburger .hamburger-inner:after {
  width: 34px;
  height: 3px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
/* line 171, ../sass/_layout.scss */
.page-header-wrapper.header-default .btn-menu .hamburger .hamburger-inner:before, .page-header-wrapper.header-default .btn-menu .hamburger .hamburger-inner:after {
  content: "";
  display: block;
}
/* line 175, ../sass/_layout.scss */
.page-header-wrapper.header-default .btn-menu .hamburger .hamburger-inner:before {
  top: -10px;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
/* line 179, ../sass/_layout.scss */
.page-header-wrapper.header-default .btn-menu .hamburger .hamburger-inner:after {
  bottom: -10px;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 186, ../sass/_layout.scss */
.page-header-wrapper.header-default .btn-menu.is-open .hamburger .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 191, ../sass/_layout.scss */
.page-header-wrapper.header-default .btn-menu.is-open .hamburger .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
/* line 196, ../sass/_layout.scss */
.page-header-wrapper.header-default .btn-menu.is-open .hamburger .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 204, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers {
  position: absolute;
  bottom: -55px;
  left: 360px;
  width: 320px;
}
/* line 210, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul {
  position: relative;
  margin: 0;
}
/* line 214, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}
/* line 219, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li:last-child {
  left: 50%;
}
/* line 222, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li a {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  background: white;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: ease, 0.2s;
  -o-transition: ease, 0.2s;
  -webkit-transition: ease, 0.2s;
  transition: ease, 0.2s;
}
/* line 233, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li a:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 25px;
  font-family: 'icomoon';
}
/* line 242, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li a.is-open, .page-header-wrapper.header-default .menu-univers ul li a:hover {
  transform: scale(1.2);
}
/* line 245, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li a .shadow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 130px;
  height: 65px;
  border-bottom-left-radius: 65px;
  border-bottom-right-radius: 65px;
  z-index: -1;
  -moz-box-shadow: 0px 20px 31px rgba(90, 87, 87, 0.4);
  -webkit-box-shadow: 0px 20px 31px rgba(90, 87, 87, 0.4);
  box-shadow: 0px 20px 31px rgba(90, 87, 87, 0.4);
}
/* line 256, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li a .text {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 30px;
  font-family: 'NeographikMTStd';
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
/* line 266, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li a .svg {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -1px;
}
/* line 272, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li a .svg #openFilter0, .page-header-wrapper.header-default .menu-univers ul li a .svg #openFilter1 {
  visibility: hidden;
}
/* line 276, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li a[href="#who-are-you"] {
  color: #14a0dc;
}
/* line 278, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li a[href="#who-are-you"]:before {
  content: "\e913";
  font-size: 50px;
}
/* line 282, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li a[href="#who-are-you"] .svg {
  fill: #14a0dc;
}
/* line 286, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li a[href="#univers"] {
  color: #ff8c05;
}
/* line 288, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li a[href="#univers"]:before {
  content: "\e912";
  font-size: 40px;
}
/* line 292, ../sass/_layout.scss */
.page-header-wrapper.header-default .menu-univers ul li a[href="#univers"] .svg {
  fill: #ff8c05;
}
/* line 300, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right {
  float: right;
  text-align: right;
}
/* line 305, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top {
  position: relative;
  height: 52px;
  margin-bottom: 20px;
  padding-right: 20px;
  -moz-transition: ease, 0.2s;
  -o-transition: ease, 0.2s;
  -webkit-transition: ease, 0.2s;
  transition: ease, 0.2s;
}
/* line 312, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .social-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  *zoom: 1;
}
/* line 47, ../sass/_mixins.scss */
.page-header-wrapper.header-default .header-right .bk-top .social-links:before, .page-header-wrapper.header-default .header-right .bk-top .social-links:after {
  content: "";
  display: table;
  clear: both;
}
/* line 317, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .social-links li {
  float: left;
  margin: 5px;
}
/* line 320, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .social-links li:first-child {
  position: relative;
}
/* line 323, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .social-links li a {
  width: 38px;
  height: 38px;
  color: white;
  background: #ff8c05;
  text-decoration: none;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 22px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 333, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .social-links li a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 340, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .social-links li a.icon-mail {
  font-size: 16px;
  background: #c1c1c1;
}
/* line 344, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .social-links li a.icon-yt, .page-header-wrapper.header-default .header-right .bk-top .social-links li a.icon-twitter {
  font-size: 16px;
}
/* line 348, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .social-links li a:hover, .page-header-wrapper.header-default .header-right .bk-top .social-links li a:focus {
  -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
}
/* line 352, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .social-links li .form-search {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 356, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .social-links li .form-search:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 12px;
  bottom: -10px;
  right: -3px;
  background: #ff8c05;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
/* line 369, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .social-links li .form-search .search {
  position: relative;
  width: 1px;
  padding: 0 10px;
  height: 21px;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  border: 3px solid #ff8c05;
  border-radius: 50px;
  -webkit-appearance: none;
  background: white;
  z-index: 5;
  -moz-transition: ease, 0.3s;
  -o-transition: ease, 0.3s;
  -webkit-transition: ease, 0.3s;
  transition: ease, 0.3s;
}
/* line 384, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .social-links li .form-search .search:focus {
  outline: none;
  width: 180px;
}
/* line 392, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .form-mail {
  position: absolute;
  overflow: hidden;
  top: 5px;
  left: 175px;
  max-width: 180px;
  width: 0;
  background: #c1c1c1;
  border-radius: 38px;
}
/* line 401, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .form-mail input[type="text"] {
  height: 38px;
  padding: 8px 50px 8px 20px;
  color: white;
  font-size: 14px;
}
/* line 407, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .form-mail input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ff8c05;
  border: none;
  font-family: 'NeographikMTStd';
  color: white;
  font-size: 14px;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
/* line 420, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .form-mail input[type="submit"]:hover, .page-header-wrapper.header-default .header-right .bk-top .form-mail input[type="submit"]:focus {
  color: black;
}
/* line 425, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .bk-top .custom-dropdown {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
/* line 431, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .main-nav {
  clear: both;
}
/* line 435, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .main-nav ul li {
  float: left;
}
/* line 439, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .main-nav ul li:last-child a {
  border: none;
}
/* line 444, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .main-nav ul li a {
  display: block;
  padding: 6px 16px 4px 16px;
  font-family: 'NeographikMTStd';
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  border-right: 1px solid black;
  -moz-transition: ease, 0.2s;
  -o-transition: ease, 0.2s;
  -webkit-transition: ease, 0.2s;
  transition: ease, 0.2s;
}
/* line 456, ../sass/_layout.scss */
.page-header-wrapper.header-default .header-right .main-nav ul li a:hover, .page-header-wrapper.header-default .header-right .main-nav ul li a:focus {
  color: #ff9d36;
}
/* line 466, ../sass/_layout.scss */
.page-header-wrapper.header-default .content-menu {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #ff8c05 url("../images/texture-bg-section-rubrique.png") repeat left top;
  z-index: 2;
}
/* line 474, ../sass/_layout.scss */
.page-header-wrapper.header-default .content-menu#who-are-you {
  background: #14a0dc url("../images/texture-bg-section-rubrique-white.png") repeat left top;
}
/* line 478, ../sass/_layout.scss */
.page-header-wrapper.header-default .content-menu .site-content {
  height: 100%;
  padding: 90px 30px 0 30px;
}
/* line 482, ../sass/_layout.scss */
.page-header-wrapper.header-default .content-menu .title {
  margin-bottom: 40px;
  font-family: 'jbarbaud';
  font-size: 80px;
  line-height: 1.25em;
  text-align: center;
  color: white;
  opacity: 0.49;
}
/* line 491, ../sass/_layout.scss */
.page-header-wrapper.header-default .content-menu .scrollbar-inner {
  position: absolute;
  width: 100%;
  top: 190px;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 499, ../sass/_layout.scss */
.page-header-wrapper.header-default .content-menu .list-rubrique {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1338px;
  height: 680px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 513, ../sass/_layout.scss */
.page-header-wrapper.header-default .content-menu .list-rubrique li {
  vertical-align: bottom;
}
@media only screen and (max-width: 87.5em) {
  /* line 522, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers {
    left: 230px;
  }
  /* line 526, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu .list-rubrique {
    width: 100%;
    height: 535px;
  }
  /* line 529, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu .list-rubrique li {
    width: 25%;
    height: 35%;
  }
  /* line 532, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu .list-rubrique li .bk-rubrique {
    -moz-transform: scale(0.8) translate(0, 0);
    -ms-transform: scale(0.8) translate(0, 0);
    -webkit-transform: scale(0.8) translate(0, 0);
    transform: scale(0.8) translate(0, 0);
  }
}
@media only screen and (max-width: 79.9375em) {
  /* line 541, ../sass/_layout.scss */
  .page-header-wrapper.header-default.headroom--unpinned .logo-event {
    width: 200px;
    margin-top: 18px;
  }
  /* line 546, ../sass/_layout.scss */
  .page-header-wrapper.header-default .site-content {
    padding: 15px 8px;
  }
  /* line 549, ../sass/_layout.scss */
  .page-header-wrapper.header-default .logo-event {
    width: 200px;
    margin-top: 46px;
  }
  /* line 553, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers {
    bottom: -26px;
    left: 230px;
  }
  /* line 558, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li a {
    width: 110px;
    height: 110px;
  }
  /* line 562, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li a:before {
    top: 18px;
  }
  /* line 566, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li a[href="#who-are-you"]:before {
    font-size: 42px;
  }
  /* line 571, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li a[href="#univers"]:before {
    font-size: 34px;
  }
  /* line 575, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li a .shadow {
    width: 110px;
    height: 55px;
  }
  /* line 579, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li a .text {
    font-size: 14px;
  }
  /* line 587, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top {
    margin-bottom: 0;
  }
  /* line 592, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .social-links li a {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  /* line 597, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .social-links li a.icon-mail {
    font-size: 13px;
  }
  /* line 600, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .social-links li a.icon-twitter, .page-header-wrapper.header-default .header-right .bk-top .social-links li a.icon-yt {
    font-size: 14px;
  }
  /* line 606, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .form-mail {
    max-width: 160px;
    left: 78px;
  }
  /* line 609, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .form-mail input[type="text"] {
    height: 32px;
    padding: 8px 40px 8px 20px;
  }
  /* line 613, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .form-mail input[type="submit"] {
    width: 32px;
    height: 32px;
  }
  /* line 622, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .main-nav ul li a {
    padding: 4px 12px 2px 12px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 63.9375em) {
  /* line 633, ../sass/_layout.scss */
  .page-header-wrapper.header-default.headroom--unpinned .logo-event {
    width: auto;
    margin-top: 5px;
  }
  /* line 637, ../sass/_layout.scss */
  .page-header-wrapper.header-default.headroom--unpinned .header-right .bk-top {
    height: auto;
    opacity: 1;
    margin-bottom: 0;
  }
  /* line 643, ../sass/_layout.scss */
  .page-header-wrapper.header-default .site-content {
    padding: 4px 10px;
  }
  /* line 646, ../sass/_layout.scss */
  .page-header-wrapper.header-default .logo-event {
    position: relative;
    display: block;
    width: auto;
    margin-top: 5px;
    padding-right: 68px;
    z-index: 1;
  }
  /* line 654, ../sass/_layout.scss */
  .page-header-wrapper.header-default .logo-event img {
    margin: 0 auto;
  }
  /* line 658, ../sass/_layout.scss */
  .page-header-wrapper.header-default .btn-menu {
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
  }
  /* line 664, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers {
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    width: 100%;
    bottom: -86px;
    left: 0;
    z-index: 4 !important;
  }
  /* line 672, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li {
    margin: 0 10px;
  }
  /* line 674, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li:first-child {
    left: calc(50% - 100px);
  }
  /* line 677, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li:last-child {
    left: calc(50% + 20px);
  }
  /* line 680, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li a {
    width: 80px;
    height: 80px;
  }
  /* line 684, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li a:before {
    top: 0;
  }
  /* line 688, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li a[href="#who-are-you"]:before {
    font-size: 30px;
  }
  /* line 693, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li a[href="#univers"]:before {
    font-size: 22px;
    top: 8px;
  }
  /* line 698, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li a .shadow {
    width: 80px;
    height: 40px;
  }
  /* line 702, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li a .text {
    font-size: 11px;
  }
  /* line 705, ../sass/_layout.scss */
  .page-header-wrapper.header-default .menu-univers ul li a .svg {
    bottom: -2px;
  }
  /* line 712, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right {
    float: none;
    position: absolute;
    overflow: hidden;
    top: 75px;
    right: 0;
    width: 100%;
    height: 100%;
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    background: white;
  }
  /* line 723, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 275px;
    height: auto;
    transform: translate(-50%, 0);
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 10px;
    background: white;
    z-index: 9999;
  }
  /* line 736, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .social-links {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  /* line 741, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .social-links li {
    float: none;
    display: inline-block;
  }
  /* line 745, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .social-links li:last-child {
    position: relative;
    width: 32px;
    height: 31px;
  }
  /* line 752, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .form-mail {
    top: 29px;
    left: 10px;
    max-width: 175px;
  }
  /* line 756, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .form-mail input[type="submit"] {
    top: auto;
    bottom: 0;
  }
  /* line 762, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .custom-dropdown {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 10px;
    text-align: center;
  }
  /* line 770, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .custom-dropdown .dropdown-content {
    top: auto;
    bottom: 100%;
    min-width: 100%;
    padding: 0 10px;
  }
  /* line 776, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .custom-dropdown .dropdown-content ul {
    padding-bottom: 8px;
  }
  /* line 780, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .bk-top .custom-dropdown .dropdown-content a:after {
    top: auto;
    bottom: 0;
  }
  /* line 788, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .main-nav {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  /* line 794, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .main-nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
  /* line 801, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .main-nav ul li {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 807, ../sass/_layout.scss */
  .page-header-wrapper.header-default .header-right .main-nav ul li a {
    display: inline-block;
    padding: 10px;
    font-size: 17px;
    border-right: none;
    border-bottom: 1px solid black;
  }
  /* line 818, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu {
    top: 120px;
    left: 0;
    z-index: 3;
  }
  /* line 823, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu .list-rubrique {
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
  }
  /* line 830, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu .list-rubrique li {
    width: 33.33%;
    height: 33.33%;
  }
  /* line 833, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu .list-rubrique li .bk-rubrique {
    -moz-transform: scale(0.8) translate(0, -20px);
    -ms-transform: scale(0.8) translate(0, -20px);
    -webkit-transform: scale(0.8) translate(0, -20px);
    transform: scale(0.8) translate(0, -20px);
  }
  /* line 835, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu .list-rubrique li .bk-rubrique .name {
    bottom: 0;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* line 844, ../sass/_layout.scss */
  .page-header-wrapper.header-default .site-content {
    padding: 12px 10px;
  }
  /* line 848, ../sass/_layout.scss */
  .page-header-wrapper.header-default .logo-event img {
    max-width: 232px;
  }
  /* line 852, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu {
    top: 120px;
    left: 0;
    z-index: 3;
  }
  /* line 858, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu#who-are-you .scrollbar-inner .list-rubrique {
    width: 1280px;
  }
  /* line 862, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu#who-are-you .scrollbar-inner .list-rubrique li .bk-rubrique {
    -moz-transform: scale(0.8) translate(0, -90px);
    -ms-transform: scale(0.8) translate(0, -90px);
    -webkit-transform: scale(0.8) translate(0, -90px);
    transform: scale(0.8) translate(0, -90px);
  }
  /* line 869, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu#univers .scrollbar-inner .list-rubrique {
    width: 2240px;
  }
  /* line 873, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu .site-content {
    padding: 70px 30px 0 30px;
  }
  /* line 876, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu .title {
    font-size: 30px;
    margin-bottom: 0;
  }
  /* line 880, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu .scrollbar-inner {
    position: relative;
    width: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  /* line 888, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu .scrollbar-inner .list-rubrique {
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 2240px;
    height: 250px;
  }
  /* line 896, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu .scrollbar-inner .list-rubrique li {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    width: auto;
    height: 250px;
  }
  /* line 904, ../sass/_layout.scss */
  .page-header-wrapper.header-default .content-menu .scrollbar-inner .list-rubrique li .bk-rubrique {
    -moz-transform: scale(0.8) translate(0, -70px);
    -ms-transform: scale(0.8) translate(0, -70px);
    -webkit-transform: scale(0.8) translate(0, -70px);
    transform: scale(0.8) translate(0, -70px);
  }
}
/* line 913, ../sass/_layout.scss */
.page-header-wrapper.event-header {
  position: relative;
  text-align: center;
  padding: 17px 0 10px;
}
/* line 917, ../sass/_layout.scss */
.page-header-wrapper.event-header .header-left {
  position: absolute;
  left: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 30px 0;
  overflow: hidden;
}
/* line 924, ../sass/_layout.scss */
.page-header-wrapper.event-header .header-left a {
  background-color: #009edc;
  color: white;
  padding: 20px 20px 20px 65px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  font-size: 21px;
  margin-left: 20px;
  text-decoration: none;
}
/* line 935, ../sass/_layout.scss */
.page-header-wrapper.event-header .header-left a:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: -20px;
  bottom: -3px;
  width: 84px;
  height: 98px;
  background: url("../images/illu-perso-btn.png") no-repeat left bottom;
}
/* line 945, ../sass/_layout.scss */
.page-header-wrapper.event-header .header-left a:after {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  transform: skewX(-20deg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0));
}
/* line 956, ../sass/_layout.scss */
.page-header-wrapper.event-header .header-left a:hover:after, .page-header-wrapper.event-header .header-left a:focus:after {
  animation: shine 1.6s ease;
}
/* line 962, ../sass/_layout.scss */
.page-header-wrapper.event-header .header-right {
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 967, ../sass/_layout.scss */
.page-header-wrapper.event-header .header-right ul {
  *zoom: 1;
}
/* line 47, ../sass/_mixins.scss */
.page-header-wrapper.event-header .header-right ul:before, .page-header-wrapper.event-header .header-right ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 969, ../sass/_layout.scss */
.page-header-wrapper.event-header .header-right ul li {
  float: left;
  margin: 5px;
}
/* line 972, ../sass/_layout.scss */
.page-header-wrapper.event-header .header-right ul li a {
  width: 58px;
  height: 58px;
  background-color: #ff9d36;
  color: white;
  text-decoration: none;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 982, ../sass/_layout.scss */
.page-header-wrapper.event-header .header-right ul li a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 992, ../sass/_layout.scss */
.page-header-wrapper.event-header .header-right ul li a.icon-yt, .page-header-wrapper.event-header .header-right ul li a.icon-twitter {
  font-size: 25px;
}
/* line 996, ../sass/_layout.scss */
.page-header-wrapper.event-header .header-right ul li a:hover, .page-header-wrapper.event-header .header-right ul li a:focus {
  -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 79.9375em) {
  /* line 1006, ../sass/_layout.scss */
  .page-header-wrapper.event-header .logo-event img {
    width: 300px;
  }
  /* line 1011, ../sass/_layout.scss */
  .page-header-wrapper.event-header .header-left a {
    font-size: 14px;
  }
  /* line 1018, ../sass/_layout.scss */
  .page-header-wrapper.event-header .header-right ul li a {
    width: 43px;
    height: 43px;
    font-size: 22px;
  }
  /* line 1023, ../sass/_layout.scss */
  .page-header-wrapper.event-header .header-right ul li a.icon-yt, .page-header-wrapper.event-header .header-right ul li a.icon-twitter {
    font-size: 18px;
  }
}
@media only screen and (max-width: 63.9375em) {
  /* line 1035, ../sass/_layout.scss */
  .page-header-wrapper.event-header .logo-event img {
    width: 300px;
    max-width: 70%;
  }
  /* line 1041, ../sass/_layout.scss */
  .page-header-wrapper.event-header .header-left a {
    text-indent: -1000px;
    padding: 10px;
    width: 30px;
    height: 30px;
    margin-left: 0;
  }
  /* line 1047, ../sass/_layout.scss */
  .page-header-wrapper.event-header .header-left a:before {
    font-size: 12px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !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;
    content: "";
    text-indent: 0;
    background: none;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    bottom: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 1062, ../sass/_layout.scss */
  .page-header-wrapper.event-header .header-right {
    display: none;
  }
}
/* line 5, ../sass/_nav.scss */
.page-header-wrapper .btn-close-nav-mob, .page-header-wrapper .btn-nav-mob {
  display: none;
}
/* line 9, ../sass/_nav.scss */
.page-header-wrapper .main-nav {
  *zoom: 1;
  position: relative;
  z-index: 100;
}
/* line 47, ../sass/_mixins.scss */
.page-header-wrapper .main-nav:before, .page-header-wrapper .main-nav:after {
  content: "";
  display: table;
  clear: both;
}
/* line 16, ../sass/_nav.scss */
.page-header-wrapper .main-nav ul {
  margin-bottom: 0;
  *zoom: 1;
}
/* line 47, ../sass/_mixins.scss */
.page-header-wrapper .main-nav ul:before, .page-header-wrapper .main-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 20, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 {
  float: left;
  margin-bottom: 0;
}
/* line 23, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .lk-level-1 {
  padding: 14px 25px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  margin-right: 13px;
}
/* line 32, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .lk-level-1:hover:after, .page-header-wrapper .main-nav .li-level-1 .lk-level-1:focus:after {
  border-width: 8px;
}
/* line 35, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .lk-level-1:hover .level-2-wrapper, .page-header-wrapper .main-nav .li-level-1 .lk-level-1:focus .level-2-wrapper {
  z-index: 1;
}
/* line 42, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .lk-level-1.active .level-2-wrapper {
  z-index: 1;
}
/* line 47, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 a {
  text-decoration: none;
}
/* line 50, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .btn-expend {
  display: none;
  position: absolute;
  top: 50%;
  right: -30px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  text-indent: -9000px;
}
/* line 59, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .btn-expend:before {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-indent: 0;
}
/* line 72, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .level-2-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -5px;
  width: 100%;
  background-color: #c1c1c1;
  color: white;
  z-index: 10;
}
/* line 83, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .visu-rub li {
  display: none;
  margin-bottom: 0;
}
/* line 86, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .visu-rub li.active {
  display: block;
}
/* line 89, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .visu-rub li img {
  display: block;
}
/* line 95, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .list-links li {
  margin-bottom: 15px;
}
/* line 97, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .list-links li:last-child {
  margin-bottom: 0;
}
/* line 100, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .list-links li a {
  position: relative;
}
/* line 102, ../sass/_nav.scss */
.page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .list-links li a:hover, .page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .list-links li a:focus, .page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .list-links li a.active {
  font-weight: bold;
}
@media only screen and (max-width: 63.9375em) {
  /* line 125, ../sass/_nav.scss */
  .page-header-wrapper .btn-close-nav-mob, .page-header-wrapper .btn-nav-mob {
    display: block;
  }
  /* line 129, ../sass/_nav.scss */
  .page-header-wrapper .main-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: white;
  }
  /* line 138, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .ul-wrapper {
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  /* line 147, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 {
    float: none;
    margin-bottom: 0;
    margin-bottom: 3px;
  }
  /* line 152, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 .lk-level-1 {
    padding: 0;
    text-align: center;
    font-size: 0.88235rem;
    margin-right: 0;
  }
  /* line 158, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 .lk-level-1 a {
    display: block;
    padding: 35px 20px;
  }
  /* line 162, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 .lk-level-1 .btn-expend {
    display: block;
    right: 20px;
  }
  /* line 168, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 .level-2-wrapper {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
    background-color: #c1c1c1;
    color: white;
  }
  /* line 176, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .container {
    letter-spacing: normal;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0;
  }
  /* line 181, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .container > * {
    float: none;
    width: 100%;
  }
  /* line 184, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .container > *:first-child {
    display: none;
  }
  /* line 190, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .list-links li {
    margin-bottom: 0px;
  }
  /* line 192, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .list-links li:last-child {
    margin-bottom: 0;
  }
  /* line 195, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .list-links li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 0.94118rem;
    padding: 20px 10px;
  }
  /* line 201, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .list-links li a:before {
    display: none;
  }
  /* line 205, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .list-links li a:hover.active, .page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .list-links li a:focus.active {
    font-weight: normal !important;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  /* line 211, ../sass/_nav.scss */
  .page-header-wrapper .main-nav .li-level-1 .level-2-wrapper .list-links li a.active {
    font-weight: normal;
    text-decoration: none;
  }
}

/*==============================*/
/*CONTENT*/
/*==============================*/
/* line 1080, ../sass/_layout.scss */
.page-content-wrapper .scroll-line-wrapper {
  position: relative;
}
/* line 1082, ../sass/_layout.scss */
.page-content-wrapper .scroll-line-wrapper .scroll-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  background: #9b3437;
  width: 0%;
  z-index: 2;
}

/*==============================*/
/*FOOTER*/
/*==============================*/
/* line 1102, ../sass/_layout.scss */
.page-footer-wrapper.footer-default {
  position: relative;
  overflow: hidden;
  padding: 85px 0 15px 0;
  background: #00477f;
}
/* line 1108, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .container.collapsed {
  margin: 0 -40px;
}
/* line 1111, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .container.collapsed .grid-3 {
  position: relative;
  padding: 0 40px;
}
/* line 1115, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .container.collapsed .grid-3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1px;
  height: 90%;
  background: white;
  opacity: 0.25;
}
/* line 1127, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .container.collapsed .grid-3:last-child:after {
  display: none;
}
/* line 1133, ../sass/_layout.scss */
.page-footer-wrapper.footer-default img {
  display: block;
}
/* line 1136, ../sass/_layout.scss */
.page-footer-wrapper.footer-default a[href^="mailto"] {
  display: inline-block;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 400;
  color: white;
}
/* line 1143, ../sass/_layout.scss */
.page-footer-wrapper.footer-default a[href^="mailto"]:after {
  background: white;
}
/* line 1148, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .list-link li {
  margin-bottom: 20px;
}
/* line 1151, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .list-link li a {
  font-size: 19px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}
/* line 1157, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .list-link li a:after {
  background: white;
}
/* line 1161, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .list-link li:last-child {
  margin-bottom: 0;
}
/* line 1166, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .contextual-links-wrapper {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
/* line 1172, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .mentions {
  position: relative;
  margin-top: 100px;
  text-align: center;
  letter-spacing: -0.31em;
}
/* line 1178, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .mentions li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 8px;
  letter-spacing: 0;
}
/* line 1184, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .mentions li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1px;
  height: 12px;
  background: white;
  opacity: 0.25;
}
/* line 1197, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .mentions li:last-child:after {
  display: none;
}
/* line 1202, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .mentions li a {
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  opacity: 0.65;
  -moz-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  -webkit-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 1211, ../sass/_layout.scss */
.page-footer-wrapper.footer-default .mentions li a:hover, .page-footer-wrapper.footer-default .mentions li a:focus {
  opacity: 1;
}
@media only screen and (max-width: 63.9375em) {
  /* line 1218, ../sass/_layout.scss */
  .page-footer-wrapper.footer-default img {
    margin: 0 auto;
  }
  /* line 1221, ../sass/_layout.scss */
  .page-footer-wrapper.footer-default a[href^="mailto"] {
    display: block;
    text-align: center;
  }
  /* line 1226, ../sass/_layout.scss */
  .page-footer-wrapper.footer-default .container.collapsed .grid-3 {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* line 1232, ../sass/_layout.scss */
  .page-footer-wrapper.footer-default img {
    margin: 0 auto;
  }
  /* line 1235, ../sass/_layout.scss */
  .page-footer-wrapper.footer-default a[href^="mailto"] {
    display: block;
    text-align: center;
  }
  /* line 1240, ../sass/_layout.scss */
  .page-footer-wrapper.footer-default .list-link li {
    text-align: center;
  }
  /* line 1244, ../sass/_layout.scss */
  .page-footer-wrapper.footer-default .mentions {
    margin-top: 40px;
  }
}
/* line 1249, ../sass/_layout.scss */
.page-footer-wrapper.footer-event {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #00477f;
  color: white;
  padding: 10px 0 10px;
}
/* line 1255, ../sass/_layout.scss */
.page-footer-wrapper.footer-event .site-content {
  *zoom: 1;
}
/* line 47, ../sass/_mixins.scss */
.page-footer-wrapper.footer-event .site-content:before, .page-footer-wrapper.footer-event .site-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1258, ../sass/_layout.scss */
.page-footer-wrapper.footer-event .footer-left {
  float: left;
  padding-top: 20px;
  margin-bottom: 10px;
}
/* line 1262, ../sass/_layout.scss */
.page-footer-wrapper.footer-event .footer-left ul {
  margin-top: 0;
  *zoom: 1;
}
/* line 47, ../sass/_mixins.scss */
.page-footer-wrapper.footer-event .footer-left ul:before, .page-footer-wrapper.footer-event .footer-left ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1265, ../sass/_layout.scss */
.page-footer-wrapper.footer-event .footer-left ul li {
  float: left;
}
/* line 1267, ../sass/_layout.scss */
.page-footer-wrapper.footer-event .footer-left ul li:after {
  content: '|';
  display: inline-block;
  margin: 0 5px;
}
/* line 1273, ../sass/_layout.scss */
.page-footer-wrapper.footer-event .footer-left ul li:last-child:after {
  display: none;
}
/* line 1277, ../sass/_layout.scss */
.page-footer-wrapper.footer-event .footer-left ul li a {
  text-decoration: none;
  color: inherit;
}
/* line 1280, ../sass/_layout.scss */
.page-footer-wrapper.footer-event .footer-left ul li a:hover, .page-footer-wrapper.footer-event .footer-left ul li a:focus {
  text-decoration: underline;
}
/* line 1287, ../sass/_layout.scss */
.page-footer-wrapper.footer-event .footer-right {
  float: right;
  text-align: right;
}
/* line 1290, ../sass/_layout.scss */
.page-footer-wrapper.footer-event .footer-right .logo-hello, .page-footer-wrapper.footer-event .footer-right .mention {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
/* line 1295, ../sass/_layout.scss */
.page-footer-wrapper.footer-event .footer-right .logo-hello {
  width: 200px;
  max-width: 90%;
}
/* line 1299, ../sass/_layout.scss */
.page-footer-wrapper.footer-event .footer-right .mention {
  margin-bottom: 10px;
}
/* line 1301, ../sass/_layout.scss */
.page-footer-wrapper.footer-event .footer-right .mention img {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 63.9375em) {
  /* line 1249, ../sass/_layout.scss */
  .page-footer-wrapper.footer-event {
    font-size: 14px;
  }
  /* line 1313, ../sass/_layout.scss */
  .page-footer-wrapper.footer-event .footer-left {
    padding-top: 20px;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 1319, ../sass/_layout.scss */
  .page-footer-wrapper.footer-event .footer-left ul {
    text-align: center;
  }
  /* line 1321, ../sass/_layout.scss */
  .page-footer-wrapper.footer-event .footer-left ul li {
    display: inline-block;
    float: none;
  }
  /* line 1327, ../sass/_layout.scss */
  .page-footer-wrapper.footer-event .footer-right {
    text-align: center;
    float: none;
  }
}

/*------------------------------------------------
- Ici, tous les styles des éléments de la charte. (h1, h2, h3, h4, p, ul, ol, blockquote, blocs pushes, blocs vidéo, blocs, etc...)
- Bien penser en composants html MODULABLES, de manière à pouvoir déplacer un élément, une classe, un bloc d'une page à une autre sans problème.
- Aucun #Id dans ce fichier charte !!!
------------------------------------------------*/
/* line 7, ../sass/_chart.scss */
html {
  box-sizing: border-box;
}

/* line 10, ../sass/_chart.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 14, ../sass/_chart.scss */
html, body {
  position: relative;
  height: 100%;
}

/* line 19, ../sass/_chart.scss */
body {
  padding-top: 152px;
  font-weight: normal;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: normal;
}
/* line 26, ../sass/_chart.scss */
body.body-evenement {
  padding-top: 0;
  font-size: 1.41176em;
  font-weight: normal;
}
@media only screen and (max-width: 79.9375em) {
  /* line 26, ../sass/_chart.scss */
  body.body-evenement {
    font-size: 1.05882em;
  }
}
@media only screen and (max-width: 79.9375em) {
  /* line 19, ../sass/_chart.scss */
  body {
    padding-top: 125px;
  }
}
@media only screen and (max-width: 63.9375em) {
  /* line 19, ../sass/_chart.scss */
  body {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* line 19, ../sass/_chart.scss */
  body {
    padding-top: 85px;
  }
}

/*==============================*/
/*MARKUP*/
/*==============================*/
/* line 52, ../sass/_chart.scss */
.like-h1, .like-h2, .like-h3, fieldset legend, .like-h4, .like-h5, .like-h6 {
  font-weight: normal;
}

/* line 55, ../sass/_chart.scss */
h1, .like-h1 {
  margin: 0 0 25px;
  font-size: 50px;
  color: #ff9d36;
}

/* line 60, ../sass/_chart.scss */
h2, .like-h2 {
  margin: 0 0 26px;
  font-family: 'NeographikMTStd';
  font-size: 34px;
  line-height: 1.25em;
  text-transform: uppercase;
}
/* line 67, ../sass/_chart.scss */
h2.small, .like-h2.small {
  font-size: 25px;
}
/* line 70, ../sass/_chart.scss */
h2.white, .like-h2.white {
  color: white;
}
/* line 73, ../sass/_chart.scss */
h2.orange, .like-h2.orange {
  color: #ff8c05;
}
/* line 77, ../sass/_chart.scss */
h2.with-icon span[class^="icon"], .like-h2.with-icon span[class^="icon"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 15px;
  font-size: 44px;
}
/* line 81, ../sass/_chart.scss */
h2.with-icon span[class^="icon"].small, .like-h2.with-icon span[class^="icon"].small {
  font-size: 30px;
}
/* line 84, ../sass/_chart.scss */
h2.with-icon span[class^="icon"].black, .like-h2.with-icon span[class^="icon"].black {
  color: black;
}
/* line 87, ../sass/_chart.scss */
h2.with-icon span[class^="icon"].white, .like-h2.with-icon span[class^="icon"].white {
  color: white;
}
/* line 90, ../sass/_chart.scss */
h2.with-icon span[class^="icon"].ligthblue, .like-h2.with-icon span[class^="icon"].ligthblue {
  color: #6cb6d5;
}
/* line 93, ../sass/_chart.scss */
h2.with-icon span[class^="icon"].orange, .like-h2.with-icon span[class^="icon"].orange {
  color: #ff8c05;
}
@media only screen and (max-width: 29.9375em) {
  /* line 60, ../sass/_chart.scss */
  h2, .like-h2 {
    font-size: 30px;
    line-height: 1em;
  }
  /* line 103, ../sass/_chart.scss */
  h2.with-icon, .like-h2.with-icon {
    text-align: center;
  }
  /* line 105, ../sass/_chart.scss */
  h2.with-icon span[class^="icon"], .like-h2.with-icon span[class^="icon"] {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 40px;
  }
}

/* line 114, ../sass/_chart.scss */
h3, .like-h3, fieldset legend {
  margin: 0 0 1.2em;
  font-size: 1.05882em;
}

/* line 118, ../sass/_chart.scss */
h4, .like-h4 {
  margin: 0 0 1.1em;
  font-size: 0.94118em;
}

/* line 122, ../sass/_chart.scss */
h5, .like-h5 {
  margin: 0 0 1em;
  font-size: 0.88235em;
}

/* line 126, ../sass/_chart.scss */
h6, .like-h6 {
  margin: 0 0 0.9em;
  font-size: 0.82353em;
}

/* line 130, ../sass/_chart.scss */
.special-shadow {
  position: relative;
  text-align: center;
  z-index: 1;
  text-shadow: 6px 0 white, 5.98816px 0.37674px 0 white, 5.95269px 0.752px 0 white, 5.89372px 1.12429px 0 white, 5.8115px 1.49214px 0 white, 5.70634px 1.8541px 0 white, 5.57866px 2.20875px 0 white, 5.42896px 2.55468px 0 white, 5.25784px 2.89052px 0 white, 5.06597px 3.21496px 0 white, 4.8541px 3.52671px 0 white, 4.62308px 3.82454px 0 white, 4.37381px 4.10728px 0 white, 4.10728px 4.37381px 0 white, 3.82454px 4.62308px 0 white, 3.52671px 4.8541px 0 white, 3.21496px 5.06597px 0 white, 2.89052px 5.25784px 0 white, 2.55468px 5.42896px 0 white, 2.20875px 5.57866px 0 white, 1.8541px 5.70634px 0 white, 1.49214px 5.8115px 0 white, 1.12429px 5.89372px 0 white, 0.752px 5.95269px 0 white, 0.37674px 5.98816px 0 white, 0px 6px 0 white, -0.37674px 5.98816px 0 white, -0.752px 5.95269px 0 white, -1.12429px 5.89372px 0 white, -1.49214px 5.8115px 0 white, -1.8541px 5.70634px 0 white, -2.20875px 5.57866px 0 white, -2.55468px 5.42896px 0 white, -2.89052px 5.25784px 0 white, -3.21496px 5.06597px 0 white, -3.52671px 4.8541px 0 white, -3.82454px 4.62308px 0 white, -4.10728px 4.37381px 0 white, -4.37381px 4.10728px 0 white, -4.62308px 3.82454px 0 white, -4.8541px 3.52671px 0 white, -5.06597px 3.21496px 0 white, -5.25784px 2.89052px 0 white, -5.42896px 2.55468px 0 white, -5.57866px 2.20875px 0 white, -5.70634px 1.8541px 0 white, -5.8115px 1.49214px 0 white, -5.89372px 1.12429px 0 white, -5.95269px 0.752px 0 white, -5.98816px 0.37674px 0 white, -6px 0px 0 white, -5.98816px -0.37674px 0 white, -5.95269px -0.752px 0 white, -5.89372px -1.12429px 0 white, -5.8115px -1.49214px 0 white, -5.70634px -1.8541px 0 white, -5.57866px -2.20875px 0 white, -5.42896px -2.55468px 0 white, -5.25784px -2.89052px 0 white, -5.06597px -3.21496px 0 white, -4.8541px -3.52671px 0 white, -4.62308px -3.82454px 0 white, -4.37381px -4.10728px 0 white, -4.10728px -4.37381px 0 white, -3.82454px -4.62308px 0 white, -3.52671px -4.8541px 0 white, -3.21496px -5.06597px 0 white, -2.89052px -5.25784px 0 white, -2.55468px -5.42896px 0 white, -2.20875px -5.57866px 0 white, -1.8541px -5.70634px 0 white, -1.49214px -5.8115px 0 white, -1.12429px -5.89372px 0 white, -0.752px -5.95269px 0 white, -0.37674px -5.98816px 0 white, 0px -6px 0 white, 0.37674px -5.98816px 0 white, 0.752px -5.95269px 0 white, 1.12429px -5.89372px 0 white, 1.49214px -5.8115px 0 white, 1.8541px -5.70634px 0 white, 2.20875px -5.57866px 0 white, 2.55468px -5.42896px 0 white, 2.89052px -5.25784px 0 white, 3.21496px -5.06597px 0 white, 3.52671px -4.8541px 0 white, 3.82454px -4.62308px 0 white, 4.10728px -4.37381px 0 white, 4.37381px -4.10728px 0 white, 4.62308px -3.82454px 0 white, 4.8541px -3.52671px 0 white, 5.06597px -3.21496px 0 white, 5.25784px -2.89052px 0 white, 5.42896px -2.55468px 0 white, 5.57866px -2.20875px 0 white, 5.70634px -1.8541px 0 white, 5.8115px -1.49214px 0 white, 5.89372px -1.12429px 0 white, 5.95269px -0.752px 0 white, 5.98816px -0.37674px 0 white, 6px 0px 0 white, 5.98816px 0.37674px 0 white, 5.95269px 0.752px 0 white, 5.89372px 1.12429px 0 white, 5.8115px 1.49214px 0 white, 5.70634px 1.8541px 0 white, 5.57866px 2.20875px 0 white, 5.42896px 2.55468px 0 white, 5.25784px 2.89052px 0 white, 5.06597px 3.21496px 0 white, 4.8541px 3.52671px 0 white, 4.62308px 3.82454px 0 white, 4.37381px 4.10728px 0 white, 4.10728px 4.37381px 0 white, 3.82454px 4.62308px 0 white, 3.52671px 4.8541px 0 white, 3.21496px 5.06597px 0 white, 2.89052px 5.25784px 0 white, 2.55468px 5.42896px 0 white, 2.20875px 5.57866px 0 white, 1.8541px 5.70634px 0 white, 1.49214px 5.8115px 0 white, 1.12429px 5.89372px 0 white, 0.752px 5.95269px 0 white, 0.37674px 5.98816px 0 white, 0px 6px 0 white, -0.37674px 5.98816px 0 white, -0.752px 5.95269px 0 white, -1.12429px 5.89372px 0 white, -1.49214px 5.8115px 0 white, -1.8541px 5.70634px 0 white, -2.20875px 5.57866px 0 white, -2.55468px 5.42896px 0 white, -2.89052px 5.25784px 0 white, -3.21496px 5.06597px 0 white, -3.52671px 4.8541px 0 white, -3.82454px 4.62308px 0 white, -4.10728px 4.37381px 0 white, -4.37381px 4.10728px 0 white, -4.62308px 3.82454px 0 white, -4.8541px 3.52671px 0 white, -5.06597px 3.21496px 0 white, -5.25784px 2.89052px 0 white, -5.42896px 2.55468px 0 white, -5.57866px 2.20875px 0 white, -5.70634px 1.8541px 0 white, -5.8115px 1.49214px 0 white, -5.89372px 1.12429px 0 white, -5.95269px 0.752px 0 white, -5.98816px 0.37674px 0 white, -6px 0px 0 white, -5.98816px -0.37674px 0 white, -5.95269px -0.752px 0 white, -5.89372px -1.12429px 0 white, -5.8115px -1.49214px 0 white, -5.70634px -1.8541px 0 white, -5.57866px -2.20875px 0 white, -5.42896px -2.55468px 0 white, -5.25784px -2.89052px 0 white, -5.06597px -3.21496px 0 white, -4.8541px -3.52671px 0 white, -4.62308px -3.82454px 0 white, -4.37381px -4.10728px 0 white, -4.10728px -4.37381px 0 white, -3.82454px -4.62308px 0 white, -3.52671px -4.8541px 0 white, -3.21496px -5.06597px 0 white, -2.89052px -5.25784px 0 white, -2.55468px -5.42896px 0 white, -2.20875px -5.57866px 0 white, -1.8541px -5.70634px 0 white, -1.49214px -5.8115px 0 white, -1.12429px -5.89372px 0 white, -0.752px -5.95269px 0 white, -0.37674px -5.98816px 0 white, 0px -6px 0 white, 0.37674px -5.98816px 0 white, 0.752px -5.95269px 0 white, 1.12429px -5.89372px 0 white, 1.49214px -5.8115px 0 white, 1.8541px -5.70634px 0 white, 2.20875px -5.57866px 0 white, 2.55468px -5.42896px 0 white, 2.89052px -5.25784px 0 white, 3.21496px -5.06597px 0 white, 3.52671px -4.8541px 0 white, 3.82454px -4.62308px 0 white, 4.10728px -4.37381px 0 white, 4.37381px -4.10728px 0 white, 4.62308px -3.82454px 0 white, 4.8541px -3.52671px 0 white, 5.06597px -3.21496px 0 white, 5.25784px -2.89052px 0 white, 5.42896px -2.55468px 0 white, 5.57866px -2.20875px 0 white, 5.70634px -1.8541px 0 white, 5.8115px -1.49214px 0 white, 5.89372px -1.12429px 0 white, 5.95269px -0.752px 0 white, 5.98816px -0.37674px 0 white, 6px 0px 0 white, 5.98816px 0.37674px 0 white, 5.95269px 0.752px 0 white, 5.89372px 1.12429px 0 white, 5.8115px 1.49214px 0 white, 5.70634px 1.8541px 0 white, 5.57866px 2.20875px 0 white, 5.42896px 2.55468px 0 white, 5.25784px 2.89052px 0 white, 5.06597px 3.21496px 0 white, 4.8541px 3.52671px 0 white, 4.62308px 3.82454px 0 white, 4.37381px 4.10728px 0 white, 4.10728px 4.37381px 0 white, 3.82454px 4.62308px 0 white, 3.52671px 4.8541px 0 white, 3.21496px 5.06597px 0 white, 2.89052px 5.25784px 0 white, 2.55468px 5.42896px 0 white, 2.20875px 5.57866px 0 white, 1.8541px 5.70634px 0 white, 1.49214px 5.8115px 0 white, 1.12429px 5.89372px 0 white, 0.752px 5.95269px 0 white, 0.37674px 5.98816px 0 white, 0px 6px 0 white, -0.37674px 5.98816px 0 white, -0.752px 5.95269px 0 white, -1.12429px 5.89372px 0 white, -1.49214px 5.8115px 0 white, -1.8541px 5.70634px 0 white, -2.20875px 5.57866px 0 white, -2.55468px 5.42896px 0 white, -2.89052px 5.25784px 0 white, -3.21496px 5.06597px 0 white, -3.52671px 4.8541px 0 white, -3.82454px 4.62308px 0 white, -4.10728px 4.37381px 0 white, -4.37381px 4.10728px 0 white, -4.62308px 3.82454px 0 white, -4.8541px 3.52671px 0 white, -5.06597px 3.21496px 0 white, -5.25784px 2.89052px 0 white, -5.42896px 2.55468px 0 white, -5.57866px 2.20875px 0 white, -5.70634px 1.8541px 0 white, -5.8115px 1.49214px 0 white, -5.89372px 1.12429px 0 white, -5.95269px 0.752px 0 white, -5.98816px 0.37674px 0 white, -6px 0px 0 white, -5.98816px -0.37674px 0 white, -5.95269px -0.752px 0 white, -5.89372px -1.12429px 0 white, -5.8115px -1.49214px 0 white, -5.70634px -1.8541px 0 white, -5.57866px -2.20875px 0 white, -5.42896px -2.55468px 0 white, -5.25784px -2.89052px 0 white, -5.06597px -3.21496px 0 white, -4.8541px -3.52671px 0 white, -4.62308px -3.82454px 0 white, -4.37381px -4.10728px 0 white, -4.10728px -4.37381px 0 white, -3.82454px -4.62308px 0 white, -3.52671px -4.8541px 0 white, -3.21496px -5.06597px 0 white, -2.89052px -5.25784px 0 white, -2.55468px -5.42896px 0 white, -2.20875px -5.57866px 0 white, -1.8541px -5.70634px 0 white, -1.49214px -5.8115px 0 white, -1.12429px -5.89372px 0 white, -0.752px -5.95269px 0 white, -0.37674px -5.98816px 0 white, 0px -6px 0 white, 0.37674px -5.98816px 0 white, 0.752px -5.95269px 0 white, 1.12429px -5.89372px 0 white, 1.49214px -5.8115px 0 white, 1.8541px -5.70634px 0 white, 2.20875px -5.57866px 0 white, 2.55468px -5.42896px 0 white, 2.89052px -5.25784px 0 white, 3.21496px -5.06597px 0 white, 3.52671px -4.8541px 0 white, 3.82454px -4.62308px 0 white, 4.10728px -4.37381px 0 white, 4.37381px -4.10728px 0 white, 4.62308px -3.82454px 0 white, 4.8541px -3.52671px 0 white, 5.06597px -3.21496px 0 white, 5.25784px -2.89052px 0 white, 5.42896px -2.55468px 0 white, 5.57866px -2.20875px 0 white, 5.70634px -1.8541px 0 white, 5.8115px -1.49214px 0 white, 5.89372px -1.12429px 0 white, 5.95269px -0.752px 0 white, 5.98816px -0.37674px 0 white, 6px 0px 0 white, 5.98816px 0.37674px 0 white, 5.95269px 0.752px 0 white, 5.89372px 1.12429px 0 white, 5.8115px 1.49214px 0 white, 5.70634px 1.8541px 0 white, 5.57866px 2.20875px 0 white, 5.42896px 2.55468px 0 white, 5.25784px 2.89052px 0 white, 5.06597px 3.21496px 0 white, 4.8541px 3.52671px 0 white, 4.62308px 3.82454px 0 white, 4.37381px 4.10728px 0 white, 4.10728px 4.37381px 0 white, 3.82454px 4.62308px 0 white, 3.52671px 4.8541px 0 white, 3.21496px 5.06597px 0 white, 2.89052px 5.25784px 0 white, 2.55468px 5.42896px 0 white, 2.20875px 5.57866px 0 white, 1.8541px 5.70634px 0 white, 1.49214px 5.8115px 0 white, 1.12429px 5.89372px 0 white, 0.752px 5.95269px 0 white, 0.37674px 5.98816px 0 white, 0px 6px 0 white, -0.37674px 5.98816px 0 white, -0.752px 5.95269px 0 white, -1.12429px 5.89372px 0 white, -1.49214px 5.8115px 0 white, -1.8541px 5.70634px 0 white, -2.20875px 5.57866px 0 white, -2.55468px 5.42896px 0 white, -2.89052px 5.25784px 0 white, -3.21496px 5.06597px 0 white, -3.52671px 4.8541px 0 white, -3.82454px 4.62308px 0 white, -4.10728px 4.37381px 0 white, -4.37381px 4.10728px 0 white, -4.62308px 3.82454px 0 white, -4.8541px 3.52671px 0 white, -5.06597px 3.21496px 0 white, -5.25784px 2.89052px 0 white, -5.42896px 2.55468px 0 white, -5.57866px 2.20875px 0 white, -5.70634px 1.8541px 0 white, -5.8115px 1.49214px 0 white, -5.89372px 1.12429px 0 white, -5.95269px 0.752px 0 white, -5.98816px 0.37674px 0 white, -6px 0px 0 white, -5.98816px -0.37674px 0 white, -5.95269px -0.752px 0 white, -5.89372px -1.12429px 0 white, -5.8115px -1.49214px 0 white, -5.70634px -1.8541px 0 white, -5.57866px -2.20875px 0 white, -5.42896px -2.55468px 0 white, -5.25784px -2.89052px 0 white, -5.06597px -3.21496px 0 white, -4.8541px -3.52671px 0 white;
}
/* line 135, ../sass/_chart.scss */
.special-shadow:after {
  content: "" attr(data-text) "";
  position: absolute;
  text-shadow: 0 0 35px black;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* line 146, ../sass/_chart.scss */
a {
  color: inherit;
  outline: none;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 154, ../sass/_chart.scss */
a, button {
  outline: none;
}
/* line 157, ../sass/_chart.scss */
a:hover, a:focus, button:hover, button:focus {
  outline: none;
}

/* line 162, ../sass/_chart.scss */
ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 167, ../sass/_chart.scss */
li {
  margin-bottom: 0.5em;
}

/* line 171, ../sass/_chart.scss */
img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* line 180, ../sass/_chart.scss */
ul a, ol a, p a, blockquote a, fieldset a {
  color: #009edc;
}

/* line 185, ../sass/_chart.scss */
hr {
  border: none;
  border-top: 1px solid #c1c1c1;
}

/* line 190, ../sass/_chart.scss */
pre {
  display: block;
  border: 1px solid #690;
  margin: 0 0 1.5em 0;
}
/* line 194, ../sass/_chart.scss */
pre[class*="language-"] {
  margin: 0 0 1.5em 0 !important;
}

/* line 204, ../sass/_chart.scss */
b, strong {
  font-weight: 600;
}

/* line 208, ../sass/_chart.scss */
.placeholder {
  color: black;
}

/* line 211, ../sass/_chart.scss */
::-webkit-input-placeholder {
  color: black;
}

/* line 214, ../sass/_chart.scss */
:-moz-placeholder {
  color: black;
}

/* line 217, ../sass/_chart.scss */
::-moz-placeholder {
  color: black;
}

/* line 220, ../sass/_chart.scss */
:-ms-input-placeholder {
  color: black;
}

/*==============================*/
/*EXTENDS*/
/*==============================*/
/* line 229, ../sass/_chart.scss */
.last-child-no-margin > *:last-child, .bk-type-txt > *:last-child, ul > *:last-child, ol > *:last-child, p > *:last-child, blockquote > *:last-child, fieldset > *:last-child, .bk-type > *:last-child, .table-responsive > *:last-child, .bk-blockquote > *:last-child, .bk-two-col > *:last-child, .scrollable-wrapper > *:last-child, .extra-items-wrapper > *:last-child, .bk-warning > *:last-child, .bk-info > *:last-child, .browsehappy > *:last-child, .framed > *:last-child, .section-wysiwyg-background + .section-wysiwyg-background > *:last-child, .bk-parallax > *:last-child, .list-actu .bk-actu > *:last-child, .breadcrumb > *:last-child, .search-result .desc > *:last-child {
  margin-bottom: 0;
}

/* line 233, ../sass/_chart.scss */
.bk-type-txt, ul, ol, p, blockquote, fieldset {
  display: block;
  margin: 0 0 20px;
}

/* line 238, ../sass/_chart.scss */
.bk-type, .table-responsive, .bk-blockquote, .bk-two-col, .scrollable-wrapper, .extra-items-wrapper, .bk-warning, .bk-info, .browsehappy, .framed, .section-wysiwyg-background + .section-wysiwyg-background, .bk-parallax, .list-actu .bk-actu, .breadcrumb {
  display: block;
  margin: 0 0 50px;
}
@media only screen and (max-width: 47.9375em) {
  /* line 238, ../sass/_chart.scss */
  .bk-type, .table-responsive, .bk-blockquote, .bk-two-col, .scrollable-wrapper, .extra-items-wrapper, .bk-warning, .bk-info, .browsehappy, .framed, .section-wysiwyg-background + .section-wysiwyg-background, .bk-parallax, .list-actu .bk-actu, .breadcrumb {
    margin: 0 0 20px;
  }
}

/* line 248, ../sass/_chart.scss */
.ta-l {
  text-align: left;
}

/* line 249, ../sass/_chart.scss */
.ta-r {
  text-align: right;
}

/* line 250, ../sass/_chart.scss */
.ta-c {
  text-align: center;
}

/* line 251, ../sass/_chart.scss */
.float-l {
  float: left;
}

/* line 252, ../sass/_chart.scss */
.float-r {
  float: right;
}

/* line 253, ../sass/_chart.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 254, ../sass/_chart.scss */
.display-table {
  display: table;
  width: 100%;
}

/* line 255, ../sass/_chart.scss */
.table-cell {
  display: table-cell;
}

/* line 256, ../sass/_chart.scss */
.txt-big {
  font-size: 1.47059em;
  line-height: normal;
}

/* line 260, ../sass/_chart.scss */
.out {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 0;
}

/* line 270, ../sass/_chart.scss */
.bullet-list, ul, .cke_editable ul, .cke_show_borders ul {
  margin: 24px 0;
  text-align: left;
}
/* line 273, ../sass/_chart.scss */
.bullet-list li, ul li, .cke_editable ul li, .cke_show_borders ul li {
  margin-bottom: 25px;
  padding-left: 36px;
  position: relative;
}
/* line 277, ../sass/_chart.scss */
.bullet-list li:before, ul li:before, .cke_editable ul li:before, .cke_show_borders ul li:before {
  content: "\e91a";
  position: absolute;
  left: 2px;
  top: -6px;
  font-family: 'icomoon';
  font-size: 28px;
  color: black;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 287, ../sass/_chart.scss */
.bullet-list li li, ul li li, .cke_editable ul li li, .cke_show_borders ul li li {
  padding-left: 0.58824rem;
}
/* line 289, ../sass/_chart.scss */
.bullet-list li li:before, ul li li:before, .cke_editable ul li li:before, .cke_show_borders ul li li:before {
  width: 0.29412rem;
  height: 0.29412rem;
  top: 0.58824em;
}

/* line 297, ../sass/_chart.scss */
.ol-list, ol, .cke_editable ol, .cke_show_borders ol {
  text-align: left;
  counter-reset: ol-counter;
}
/* line 300, ../sass/_chart.scss */
.ol-list > li, ol > li, .cke_editable ol > li, .cke_show_borders ol > li {
  margin-left: 30px;
  padding-left: 8px;
  position: relative;
}
/* line 304, ../sass/_chart.scss */
.ol-list > li:before, ol > li:before, .cke_editable ol > li:before, .cke_show_borders ol > li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  position: absolute;
  right: 100%;
  top: 0;
  color: currentColor;
  display: inline-block;
}
/* line 313, ../sass/_chart.scss */
.ol-list > li:after, ol > li:after, .cke_editable ol > li:after, .cke_show_borders ol > li:after {
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
}

/* line 322, ../sass/_chart.scss */
.square-list li {
  padding-left: 0.88235rem;
  position: relative;
}
/* line 325, ../sass/_chart.scss */
.square-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.47059rem;
  width: 0.35294rem;
  border-top: 6px solid currentColor;
}
/* line 333, ../sass/_chart.scss */
.square-list li li {
  padding-left: 0.58824rem;
}
/* line 335, ../sass/_chart.scss */
.square-list li li:before {
  width: 0.17647rem;
  border-width: 0.17647rem;
}

/* line 342, ../sass/_chart.scss */
.inline-list {
  letter-spacing: -0.31em;
}
/* line 344, ../sass/_chart.scss */
.inline-list > li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-bottom: 0;
  letter-spacing: normal;
}

/* line 351, ../sass/_chart.scss */
.white-font {
  color: white;
}

/* line 361, ../sass/_chart.scss */
.no-styled-list, .skip-links, .page-header-wrapper ul, .page-header-wrapper ol, .page-footer-wrapper ul, .page-footer-wrapper ol, #admin-menu ul, .tabs-primary.tabs.primary, .bk-pager .pager, .search-list, #page-event .section-medias .media-selector-wrapper .media-selector ul {
  margin-bottom: 0;
}
/* line 363, ../sass/_chart.scss */
.no-styled-list li, .skip-links li, .page-header-wrapper ul li, .page-header-wrapper ol li, .page-footer-wrapper ul li, .page-footer-wrapper ol li, #admin-menu ul li, .tabs-primary.tabs.primary li, .bk-pager .pager li, .search-list li, #page-event .section-medias .media-selector-wrapper .media-selector ul li {
  margin: 0;
  padding: 0;
  position: static;
}
/* line 367, ../sass/_chart.scss */
.no-styled-list li:before, .skip-links li:before, .page-header-wrapper ul li:before, .page-header-wrapper ol li:before, .page-footer-wrapper ul li:before, .page-footer-wrapper ol li:before, #admin-menu ul li:before, .tabs-primary.tabs.primary li:before, .bk-pager .pager li:before, .search-list li:before, #page-event .section-medias .media-selector-wrapper .media-selector ul li:before, .no-styled-list li:after, .skip-links li:after, .page-header-wrapper ul li:after, .page-header-wrapper ol li:after, .page-footer-wrapper ul li:after, .page-footer-wrapper ol li:after, #admin-menu ul li:after, .tabs-primary.tabs.primary li:after, .bk-pager .pager li:after, .search-list li:after, #page-event .section-medias .media-selector-wrapper .media-selector ul li:after {
  display: none;
}

/* line 372, ../sass/_chart.scss */
.lk-no-underline {
  text-decoration: none;
}
/* line 374, ../sass/_chart.scss */
.lk-no-underline a {
  text-decoration: none;
}

/* line 378, ../sass/_chart.scss */
.text-info {
  padding: 5px 10px;
  background-color: #FAE692;
  border: 1px solid orange;
  color: black;
}

/* line 384, ../sass/_chart.scss */
.text-error {
  color: #900;
}

/* line 387, ../sass/_chart.scss */
.text-success {
  color: green;
}

/*==============================*/
/*COVER - CONTAIN*/
/*==============================*/
/* line 395, ../sass/_chart.scss */
.cover-parent, .contain-parent {
  position: relative;
  min-height: 10px;
}

/* line 399, ../sass/_chart.scss */
.cover, .contain {
  position: absolute;
}

/*==============================*/
/*
 * Drupal styles
 */
/* line 6, ../sass/components/_cms-components.scss */
#admin-menu {
  z-index: 9999;
}
/* line 9, ../sass/components/_cms-components.scss */
#admin-menu #admin-menu-wrapper {
  overflow: inherit;
}

/*==============================*/
/*Admin tabs*/
/*==============================*/
/* line 22, ../sass/components/_cms-components.scss */
.tabs-primary.tabs.primary {
  text-align: center;
}
/* line 25, ../sass/components/_cms-components.scss */
.tabs-primary.tabs.primary li {
  display: inline-block;
}

/*==============================*/
/*AJAX*/
/*==============================*/
/* line 37, ../sass/components/_cms-components.scss */
.ajax-progress {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  height: 40px;
  background-color: #333;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* line 38, ../sass/components/_cms-components.scss */
.ajax-progress .throbber {
  display: none;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*==============================*/
/*PAGINATION*/
/*==============================*/
/* line 80, ../sass/components/_cms-components.scss */
.bk-pager .pager {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
/* line 87, ../sass/components/_cms-components.scss */
.bk-pager .pager li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 1px;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background-color: #EFEFEF;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-align: center;
}
/* line 101, ../sass/components/_cms-components.scss */
.bk-pager .pager li a {
  display: block;
  text-decoration: none;
}
/* line 105, ../sass/components/_cms-components.scss */
.bk-pager .pager li a:hover, .bk-pager .pager li a:focus {
  background-color: #c1c1c1;
}
/* line 109, ../sass/components/_cms-components.scss */
.bk-pager .pager li.pager-current {
  font-weight: normal;
  font-style: normal;
  background-color: black;
  color: white;
}
/* line 114, ../sass/components/_cms-components.scss */
.bk-pager .pager li.pager-first, .bk-pager .pager li.pager-last, .bk-pager .pager li.pager-next, .bk-pager .pager li.pager-previous {
  text-indent: -1000px;
  overflow: hidden;
  position: relative;
}
/* line 119, ../sass/components/_cms-components.scss */
.bk-pager .pager li.pager-first a:before, .bk-pager .pager li.pager-last a:before, .bk-pager .pager li.pager-next a:before, .bk-pager .pager li.pager-previous a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  text-indent: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 129, ../sass/components/_cms-components.scss */
.bk-pager .pager li.pager-first a:before {
  content: "|<";
}
/* line 134, ../sass/components/_cms-components.scss */
.bk-pager .pager li.pager-last a:before {
  content: ">|";
}
/* line 140, ../sass/components/_cms-components.scss */
.bk-pager .pager li.pager-next a:before {
  content: ">";
}
/* line 145, ../sass/components/_cms-components.scss */
.bk-pager .pager li.pager-previous a:before {
  content: "<";
}

/*==============================*/
/*MESSAGES : ERROR, CONFIRM, ALERT,... */
/*==============================*/
/*==============================*/
/*ADMIN BUTTONS*/
/*==============================*/
/*==============================*/
/*...*/
/*==============================*/
/* line 175, ../sass/components/_cms-components.scss */
.panels-ipe-sort-container *[class*="to-animate"] {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 182, ../sass/components/_cms-components.scss */
ul li.leaf {
  list-style-image: none;
  list-style-type: none;
}

/*
 * Buttons
 */
/* line 9, ../sass/components/_btns.scss */
.btn, .tabs-primary.tabs.primary a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: 'NeographikMTStd';
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding: 14px 8px 12px 8px;
  border: 5px solid transparent;
  font-size: 22px;
  line-height: 1em;
  text-align: left;
  text-transform: uppercase;
  transform: translateZ(0);
  backface-visibility: hidden;
  background: transparent;
  z-index: 1;
}
/* line 28, ../sass/components/_btns.scss */
.btn .text, .tabs-primary.tabs.primary a .text {
  display: block;
  transform: translate3d(0, 0.2em, 0);
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}
/* line 34, ../sass/components/_btns.scss */
.btn:after, .tabs-primary.tabs.primary a:after {
  position: absolute;
  content: '';
  bottom: -5px;
  left: calc(0.2em * 1.2);
  right: calc(0.2em * 1.2);
  height: 5px;
  background: currentColor;
  z-index: -1;
  transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
  left: 6px;
  right: 6px;
  transform-origin: left;
}
/* line 51, ../sass/components/_btns.scss */
.btn.btn-yellow, .tabs-primary.tabs.primary a.btn-yellow {
  color: #ffbb05;
}
/* line 54, ../sass/components/_btns.scss */
.btn.btn-orange, .tabs-primary.tabs.primary a.btn-orange {
  color: #ff8c05;
}
/* line 57, ../sass/components/_btns.scss */
.btn.btn-black, .tabs-primary.tabs.primary a.btn-black {
  color: black;
}
/* line 60, ../sass/components/_btns.scss */
.btn.btn-pink, .tabs-primary.tabs.primary a.btn-pink {
  color: #ff5f62;
}
/* line 63, ../sass/components/_btns.scss */
.btn .line, .tabs-primary.tabs.primary a .line {
  position: absolute;
  margin: 0;
  background: currentColor;
}
/* line 68, ../sass/components/_btns.scss */
.btn .line.-right, .tabs-primary.tabs.primary a .line.-right, .btn .line.-left, .tabs-primary.tabs.primary a .line.-left {
  width: 5px;
  bottom: -5px;
  top: -5px;
  transform: scale3d(1, 0, 1);
}
/* line 76, ../sass/components/_btns.scss */
.btn .line.-top, .tabs-primary.tabs.primary a .line.-top, .btn .line.-bottom, .tabs-primary.tabs.primary a .line.-bottom {
  height: 5px;
  left: -5px;
  right: -5px;
  transform: scale3d(0, 1, 1);
}
/* line 84, ../sass/components/_btns.scss */
.btn .line.-right, .tabs-primary.tabs.primary a .line.-right {
  right: -5px;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
  transform-origin: top;
}
/* line 90, ../sass/components/_btns.scss */
.btn .line.-top, .tabs-primary.tabs.primary a .line.-top {
  top: -5px;
  transition: transform 0.08s linear 0.43s;
  transform-origin: left;
}
/* line 96, ../sass/components/_btns.scss */
.btn .line.-left, .tabs-primary.tabs.primary a .line.-left {
  left: -5px;
  transition: transform 0.08s linear 0.51s;
  transform-origin: bottom;
}
/* line 102, ../sass/components/_btns.scss */
.btn .line.-bottom, .tabs-primary.tabs.primary a .line.-bottom {
  bottom: -5px;
  transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
  transform-origin: right;
}
@media only screen and (max-width: 29.9375em) {
  /* line 9, ../sass/components/_btns.scss */
  .btn, .tabs-primary.tabs.primary a {
    text-align: center;
  }
  /* line 111, ../sass/components/_btns.scss */
  .btn .text, .tabs-primary.tabs.primary a .text {
    transform: translate3d(0, -3px, 0) !important;
  }
  /* line 114, ../sass/components/_btns.scss */
  .btn .line, .tabs-primary.tabs.primary a .line {
    transform: scale3d(1, 1, 1) !important;
  }
}

/* line 125, ../sass/components/_btns.scss */
.btn:hover .text, .tabs-primary.tabs.primary a:hover .text,
.btn:active .text,
.tabs-primary.tabs.primary a:active .text,
.bk-rubrique:hover .btn .text,
.bk-rubrique:hover .tabs-primary.tabs.primary a .text,
.tabs-primary.tabs.primary .bk-rubrique:hover a .text {
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}
/* line 130, ../sass/components/_btns.scss */
.btn:hover:after, .tabs-primary.tabs.primary a:hover:after,
.btn:active:after,
.tabs-primary.tabs.primary a:active:after,
.bk-rubrique:hover .btn:after,
.bk-rubrique:hover .tabs-primary.tabs.primary a:after,
.tabs-primary.tabs.primary .bk-rubrique:hover a:after {
  transform: scale3d(0, 1, 1);
  right: -5px;
  left: -5px;
  transform-origin: right;
  transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}
/* line 141, ../sass/components/_btns.scss */
.btn:hover .line, .tabs-primary.tabs.primary a:hover .line,
.btn:active .line,
.tabs-primary.tabs.primary a:active .line,
.bk-rubrique:hover .btn .line,
.bk-rubrique:hover .tabs-primary.tabs.primary a .line,
.tabs-primary.tabs.primary .bk-rubrique:hover a .line {
  transform: scale3d(1, 1, 1);
}
/* line 144, ../sass/components/_btns.scss */
.btn:hover .line.-right, .tabs-primary.tabs.primary a:hover .line.-right,
.btn:active .line.-right,
.tabs-primary.tabs.primary a:active .line.-right,
.bk-rubrique:hover .btn .line.-right,
.bk-rubrique:hover .tabs-primary.tabs.primary a .line.-right,
.tabs-primary.tabs.primary .bk-rubrique:hover a .line.-right {
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
  transform-origin: bottom;
}
/* line 149, ../sass/components/_btns.scss */
.btn:hover .line.-top, .tabs-primary.tabs.primary a:hover .line.-top,
.btn:active .line.-top,
.tabs-primary.tabs.primary a:active .line.-top,
.bk-rubrique:hover .btn .line.-top,
.bk-rubrique:hover .tabs-primary.tabs.primary a .line.-top,
.tabs-primary.tabs.primary .bk-rubrique:hover a .line.-top {
  transition: transform 0.08s linear 0.4s;
  transform-origin: right;
}
/* line 154, ../sass/components/_btns.scss */
.btn:hover .line.-left, .tabs-primary.tabs.primary a:hover .line.-left,
.btn:active .line.-left,
.tabs-primary.tabs.primary a:active .line.-left,
.bk-rubrique:hover .btn .line.-left,
.bk-rubrique:hover .tabs-primary.tabs.primary a .line.-left,
.tabs-primary.tabs.primary .bk-rubrique:hover a .line.-left {
  transition: transform 0.08s linear 0.48s;
  transform-origin: top;
}
/* line 159, ../sass/components/_btns.scss */
.btn:hover .line.-bottom, .tabs-primary.tabs.primary a:hover .line.-bottom,
.btn:active .line.-bottom,
.tabs-primary.tabs.primary a:active .line.-bottom,
.bk-rubrique:hover .btn .line.-bottom,
.bk-rubrique:hover .tabs-primary.tabs.primary a .line.-bottom,
.tabs-primary.tabs.primary .bk-rubrique:hover a .line.-bottom {
  transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
  transform-origin: left;
}

/* line 173, ../sass/components/_btns.scss */
.link {
  position: relative;
  display: inline;
  text-decoration: none;
}
/* line 178, ../sass/components/_btns.scss */
.link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
/* line 190, ../sass/components/_btns.scss */
.link:hover:after, .link:focus:after {
  width: 100%;
}

/*
 * Form elements
 */
/* line 5, ../sass/components/_forms.scss */
.line {
  margin-bottom: 30px;
}
/* line 9, ../sass/components/_forms.scss */
.line.black input[type="text"],
.line.black input[type="email"],
.line.black input[type="date"],
.line.black input[type="password"],
.line.black input[type="tel"],
.line.black input[type="url"],
.line.black input[type="number"],
.line.black input[type="search"],
.line.black textarea,
.line.black select,
.line.black .styled-select {
  color: black;
}
/* line 22, ../sass/components/_forms.scss */
.line.black label {
  color: black;
}
/* line 26, ../sass/components/_forms.scss */
.line.black .border-styled:after {
  background: currentColor;
}
@media only screen and (max-width: 29.9375em) {
  /* line 5, ../sass/components/_forms.scss */
  .line {
    margin-bottom: 20px;
  }
}

/* line 36, ../sass/components/_forms.scss */
label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 17px;
  font-weight: 300;
  color: white;
}

/* line 43, ../sass/components/_forms.scss */
input,
select {
  vertical-align: middle;
}

/* line 48, ../sass/components/_forms.scss */
input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="search"],
textarea,
select,
.styled-select,
.select2-container--default .simple-custom-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  height: auto;
  padding: 8px 4px;
  font-size: 17px;
  font-weight: 300;
  color: white;
  border: none;
  background-color: transparent;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  -moz-transition: ease, 0.2s;
  -o-transition: ease, 0.2s;
  -webkit-transition: ease, 0.2s;
  transition: ease, 0.2s;
}
/* line 75, ../sass/components/_forms.scss */
input[type="text"]:after,
input[type="email"]:after,
input[type="date"]:after,
input[type="password"]:after,
input[type="tel"]:after,
input[type="url"]:after,
input[type="number"]:after,
input[type="search"]:after,
textarea:after,
select:after,
.styled-select:after,
.select2-container--default .simple-custom-select:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
}
/* line 86, ../sass/components/_forms.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus,
.styled-select:focus,
.select2-container--default .simple-custom-select:focus {
  outline: none;
}
/* line 89, ../sass/components/_forms.scss */
input[type="text"]:focus + .border-styled:after,
input[type="email"]:focus + .border-styled:after,
input[type="date"]:focus + .border-styled:after,
input[type="password"]:focus + .border-styled:after,
input[type="tel"]:focus + .border-styled:after,
input[type="url"]:focus + .border-styled:after,
input[type="number"]:focus + .border-styled:after,
input[type="search"]:focus + .border-styled:after,
textarea:focus + .border-styled:after,
select:focus + .border-styled:after,
.styled-select:focus + .border-styled:after,
.select2-container--default .simple-custom-select:focus + .border-styled:after {
  height: 5px;
}
/* line 94, ../sass/components/_forms.scss */
input[type="text"].error,
input[type="email"].error,
input[type="date"].error,
input[type="password"].error,
input[type="tel"].error,
input[type="url"].error,
input[type="number"].error,
input[type="search"].error,
textarea.error,
select.error,
.styled-select.error,
.select2-container--default .simple-custom-select.error {
  outline: none;
}
/* line 97, ../sass/components/_forms.scss */
input[type="text"].error + .border-styled:after, input[type="text"].error + .select2-container + .border-styled:after,
input[type="email"].error + .border-styled:after,
input[type="email"].error + .select2-container + .border-styled:after,
input[type="date"].error + .border-styled:after,
input[type="date"].error + .select2-container + .border-styled:after,
input[type="password"].error + .border-styled:after,
input[type="password"].error + .select2-container + .border-styled:after,
input[type="tel"].error + .border-styled:after,
input[type="tel"].error + .select2-container + .border-styled:after,
input[type="url"].error + .border-styled:after,
input[type="url"].error + .select2-container + .border-styled:after,
input[type="number"].error + .border-styled:after,
input[type="number"].error + .select2-container + .border-styled:after,
input[type="search"].error + .border-styled:after,
input[type="search"].error + .select2-container + .border-styled:after,
textarea.error + .border-styled:after,
textarea.error + .select2-container + .border-styled:after,
select.error + .border-styled:after,
select.error + .select2-container + .border-styled:after,
.styled-select.error + .border-styled:after,
.styled-select.error + .select2-container + .border-styled:after,
.select2-container--default .simple-custom-select.error + .border-styled:after,
.select2-container--default .simple-custom-select.error + .select2-container + .border-styled:after {
  color: #900;
}

/* line 102, ../sass/components/_forms.scss */
.border-styled {
  position: relative;
}
/* line 105, ../sass/components/_forms.scss */
.border-styled:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

/* line 118, ../sass/components/_forms.scss */
.styled-select {
  overflow: hidden;
  padding: 0;
  position: relative;
  min-width: 200px;
}
/* line 125, ../sass/components/_forms.scss */
.styled-select:before {
  content: "\e915";
  position: absolute;
  right: 8px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'icomoon';
  font-size: 14px;
  color: #ff9d36;
  font-weight: bold;
}
/* line 135, ../sass/components/_forms.scss */
.ie9 .styled-select:before {
  display: none;
}
/* line 140, ../sass/components/_forms.scss */
.styled-select select {
  padding: 10px 30px 10px 10px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  border: none;
  background-color: transparent;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 150, ../sass/components/_forms.scss */
.styled-select select::-ms-expand {
  display: none;
}
/* line 153, ../sass/components/_forms.scss */
.ie9 .styled-select select {
  padding-right: 10px;
}

/* line 159, ../sass/components/_forms.scss */
textarea {
  display: block;
  min-height: 250px;
  padding: 10px;
  resize: none;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 173, ../sass/components/_forms.scss */
.input-with-button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
/* line 177, ../sass/components/_forms.scss */
.input-with-button [type="text"],
.input-with-button [type="email"] {
  width: 100%;
  padding-right: 57px;
  border: none;
}
/* line 184, ../sass/components/_forms.scss */
.input-with-button [type="submit"] {
  width: 47px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background: #c1c1c1;
  color: black;
  border: none;
  font-size: 1.35294em;
}

/* line 200, ../sass/components/_forms.scss */
.line label,
.line .label-like {
  display: block;
}
/* line 205, ../sass/components/_forms.scss */
.line .label-like.inline {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 212, ../sass/components/_forms.scss */
.inline-inputs label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 0;
  text-transform: none;
}

/* line 221, ../sass/components/_forms.scss */
.simple-inline-input {
  position: relative;
  padding-left: 15px;
}
/* line 225, ../sass/components/_forms.scss */
.simple-inline-input input {
  position: absolute;
  left: 0;
  top: 3px;
}
/* line 231, ../sass/components/_forms.scss */
.simple-inline-input label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 0;
  text-transform: none;
}

/* line 240, ../sass/components/_forms.scss */
.legal {
  font-size: 0.64706em;
  line-height: normal;
}

/* line 247, ../sass/components/_forms.scss */
.parsley-errors-list {
  margin-bottom: 0;
  color: #900;
  font-size: 0.64706em;
}
/* line 252, ../sass/components/_forms.scss */
.parsley-errors-list li {
  padding-left: 0 !important;
}
/* line 255, ../sass/components/_forms.scss */
.parsley-errors-list li:before {
  display: none;
}
/* line 260, ../sass/components/_forms.scss */
.no-error-msg .parsley-errors-list {
  display: none;
}

/* line 274, ../sass/components/_forms.scss */
input[type="text"].parsley-error,
input[type="email"].parsley-error,
input[type="date"].parsley-error,
input[type="password"].parsley-error,
input[type="tel"].parsley-error,
input[type="url"].parsley-error,
textarea.parsley-error,
select.parsley-error {
  border: 1px solid #900;
}

/* line 279, ../sass/components/_forms.scss */
.inline-inputs.parsley-error {
  color: #900;
}

/* line 286, ../sass/components/_forms.scss */
input[type="checkbox"] {
  display: none;
}
/* line 290, ../sass/components/_forms.scss */
input[type="checkbox"]:checked + label {
  background: white;
  color: black;
}
/* line 294, ../sass/components/_forms.scss */
input[type="checkbox"]:checked + label .number {
  color: black;
}
/* line 297, ../sass/components/_forms.scss */
input[type="checkbox"]:checked + label:hover {
  color: black;
}
/* line 303, ../sass/components/_forms.scss */
input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 8px 10px;
  margin: 0 12px 12px 12px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  font-size: 17px;
  line-height: 1em;
  text-transform: uppercase;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: transparent;
  -moz-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  -webkit-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 317, ../sass/components/_forms.scss */
input[type="checkbox"] + label:hover {
  color: white;
}
/* line 321, ../sass/components/_forms.scss */
input[type="checkbox"] + label .number {
  margin-left: 6px;
  font-size: 15px;
  font-weight: 300;
  color: white;
  vertical-align: super;
  -moz-transition: ease, 0.2s;
  -o-transition: ease, 0.2s;
  -webkit-transition: ease, 0.2s;
  transition: ease, 0.2s;
}
@media only screen and (max-width: 29.9375em) {
  /* line 332, ../sass/components/_forms.scss */
  input[type="checkbox"] + label {
    padding: 4px 5px;
  }
}

/* line 340, ../sass/components/_forms.scss */
.input-transition {
  position: relative;
  padding-top: 30px;
}
/* line 344, ../sass/components/_forms.scss */
.input-transition label {
  position: absolute;
  top: 40px;
  left: 4px;
  -moz-transition: ease, 0.2s;
  -o-transition: ease, 0.2s;
  -webkit-transition: ease, 0.2s;
  transition: ease, 0.2s;
}
/* line 350, ../sass/components/_forms.scss */
.input-transition label.active {
  font-size: 12px;
  top: 5px;
  left: 0;
}
@media only screen and (max-width: 29.9375em) {
  /* line 340, ../sass/components/_forms.scss */
  .input-transition {
    padding-top: 20px;
  }
  /* line 358, ../sass/components/_forms.scss */
  .input-transition label {
    top: 30px;
  }
}

/* line 366, ../sass/components/_forms.scss */
.messages--error {
  margin-bottom: 30px;
  padding: 10px;
  background: rgba(232, 29, 29, 0.5);
  color: black;
}

/* line 373, ../sass/components/_forms.scss */
.input-button-inline {
  display: table;
  width: 100%;
}
/* line 377, ../sass/components/_forms.scss */
.input-button-inline .table-cell:last-child {
  width: 20px;
  padding-left: 10px;
}
@media only screen and (max-width: 37.4375em) {
  /* line 373, ../sass/components/_forms.scss */
  .input-button-inline {
    display: block;
  }
  /* line 385, ../sass/components/_forms.scss */
  .input-button-inline .table-cell {
    display: block;
    text-align: center;
  }
  /* line 388, ../sass/components/_forms.scss */
  .input-button-inline .table-cell:last-child {
    width: auto;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

/* line 397, ../sass/components/_forms.scss */
.select2-container--default {
  text-align: left;
}
/* line 400, ../sass/components/_forms.scss */
.select2-container--default .simple-custom-select .select2-selection__rendered {
  line-height: normal;
  color: inherit;
  padding-left: 0;
}
/* line 406, ../sass/components/_forms.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent currentColor transparent;
}
/* line 409, ../sass/components/_forms.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: currentColor transparent transparent transparent;
}
/* line 412, ../sass/components/_forms.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent currentColor transparent;
}

/* line 417, ../sass/components/_forms.scss */
.select2-results__options li {
  margin-bottom: 0;
}
/* line 419, ../sass/components/_forms.scss */
.select2-results__options li:before {
  display: none;
  margin-bottom: 0;
}

/*
 * Tables elements (from bootstap)
 */
/* line 6, ../sass/components/_tables.scss */
table {
  margin-bottom: 25px;
  background-color: #EFEFEF;
}

/* line 10, ../sass/components/_tables.scss */
caption {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

/* line 15, ../sass/components/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../sass/components/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
}
/* line 30, ../sass/components/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #c1c1c1;
}
/* line 39, ../sass/components/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #c1c1c1;
}
/* line 48, ../sass/components/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 55, ../sass/components/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #c1c1c1;
}
/* line 60, ../sass/components/_tables.scss */
.table .table {
  background-color: white;
}

/* line 73, ../sass/components/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 86, ../sass/components/_tables.scss */
.table-bordered {
  border: 1px solid #c1c1c1;
}
/* line 92, ../sass/components/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #c1c1c1;
}
/* line 99, ../sass/components/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 112, ../sass/components/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #DDD;
}

/* line 123, ../sass/components/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #DDD;
}

/* line 133, ../sass/components/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 141, ../sass/components/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 157, ../sass/components/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media only screen and (max-width: 29.9375em) {
  /* line 157, ../sass/components/_tables.scss */
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #c1c1c1;
  }
  /* line 169, ../sass/components/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 177, ../sass/components/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 186, ../sass/components/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 194, ../sass/components/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 198, ../sass/components/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 211, ../sass/components/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/*
 * Grids (see Gridle.org doc)
 */
/* line 6, ../sass/components/_grids.scss */
.container.collapsed {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 10, ../sass/components/_grids.scss */
.container.inline-b {
  letter-spacing: -0.31em;
}
/* line 12, ../sass/components/_grids.scss */
.container.inline-b [class^="grid"] {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: none;
  letter-spacing: normal;
}
/* line 17, ../sass/components/_grids.scss */
.container.inline-b.center {
  text-align: center;
}
/* line 19, ../sass/components/_grids.scss */
.container.inline-b.center [class^="grid"] {
  text-align: left;
}

/*
 * Popins
 */
/* line 5, ../sass/components/_popin.scss */
.popin-hidden-content {
  display: none;
}

/* line 9, ../sass/components/_popin.scss */
.popin {
  position: relative;
  margin: 0 auto;
  max-width: 1279px;
  width: 95%;
}
/* line 15, ../sass/components/_popin.scss */
.white-popin .popin {
  background-color: white;
  padding: 65px 30px;
  border: 2px solid white;
  -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 47.9375em) {
  /* line 15, ../sass/components/_popin.scss */
  .white-popin .popin {
    padding: 20px 10px;
  }
}
/* line 24, ../sass/components/_popin.scss */
.white-popin .popin .mfp-close {
  text-indent: -5000px;
  overflow: hidden;
  width: 45px;
  height: 45px;
  font-size: 30px;
  background-color: white;
  top: 9px;
  right: 9px;
  color: black;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 35, ../sass/components/_popin.scss */
.white-popin .popin .mfp-close:after {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
  position: absolute;
  left: 50%;
  top: 50%;
  text-indent: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.9375em) {
  /* line 24, ../sass/components/_popin.scss */
  .white-popin .popin .mfp-close {
    width: 30px;
    height: 30px;
    font-size: 15px;
    right: 0;
    top: 0;
  }
}
/* line 60, ../sass/components/_popin.scss */
.popin .popin-title {
  font-weight: 600;
  font-size: 22px;
}

/*
 * Custom dropdown
 */
/* line 5, ../sass/components/_custom-dropdown.scss */
.custom-dropdown {
  position: relative;
  z-index: 9999;
}
/* line 8, ../sass/components/_custom-dropdown.scss */
.custom-dropdown .dropdown-title {
  position: relative;
  cursor: pointer;
  padding-right: 15px;
  color: #ff8c05;
  font-size: 16px;
}
/* line 14, ../sass/components/_custom-dropdown.scss */
.custom-dropdown .dropdown-title:after {
  content: "\e901";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'icomoon';
  font-size: 5px;
  color: #ff8c05;
  cursor: pointer;
  -moz-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  -webkit-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 28, ../sass/components/_custom-dropdown.scss */
.custom-dropdown .dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 8px;
  z-index: 1;
  background-color: white;
  color: black;
  z-index: 2;
}
/* line 38, ../sass/components/_custom-dropdown.scss */
.custom-dropdown .dropdown-content ul {
  margin: 0;
}
/* line 41, ../sass/components/_custom-dropdown.scss */
.custom-dropdown .dropdown-content a {
  display: block;
  position: relative;
  text-align: left;
  text-decoration: none;
  color: #ff8c05;
  font-size: 16px;
  padding: 8px 0;
}
/* line 49, ../sass/components/_custom-dropdown.scss */
.custom-dropdown .dropdown-content a:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  width: 60px;
  border-top: 1px solid #ff8c05;
}
/* line 57, ../sass/components/_custom-dropdown.scss */
.custom-dropdown .dropdown-content a:hover, .custom-dropdown .dropdown-content a:focus {
  color: #ff8c05;
}
/* line 64, ../sass/components/_custom-dropdown.scss */
.custom-dropdown.open .dropdown-title:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*==============================*/
/*BLOCKS*/
/*==============================*/
/* line 2, ../sass/blocks/_bk-wisi.scss */
.bk-img-r, .bk-img-l {
  *zoom: 1;
}
/* line 47, ../sass/_mixins.scss */
.bk-img-r:before, .bk-img-r:after, .bk-img-l:before, .bk-img-l:after {
  content: "";
  display: table;
  clear: both;
}
/* line 5, ../sass/blocks/_bk-wisi.scss */
.bk-img-r .visu, .bk-img-l .visu {
  max-width: 50%;
  margin-bottom: 20px;
}
/* line 9, ../sass/blocks/_bk-wisi.scss */
.bk-img-r ul, .bk-img-r ol, .bk-img-l ul, .bk-img-l ol {
  overflow: hidden;
  padding: 8px 0;
}
@media only screen and (max-width: 47.9375em) {
  /* line 16, ../sass/blocks/_bk-wisi.scss */
  .bk-img-r .visu, .bk-img-l .visu {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
  }
  /* line 22, ../sass/blocks/_bk-wisi.scss */
  .bk-img-r ul, .bk-img-r ol, .bk-img-l ul, .bk-img-l ol {
    overflow: visible;
  }
}

/* line 28, ../sass/blocks/_bk-wisi.scss */
.bk-img-l .visu, .alignleft .visu {
  margin-right: 30px;
  float: left;
}
@media only screen and (max-width: 47.9375em) {
  /* line 27, ../sass/blocks/_bk-wisi.scss */
  .bk-img-l, .alignleft {
    padding: 0 30px;
  }
}

/* line 37, ../sass/blocks/_bk-wisi.scss */
.bk-img-r .visu, .alignright .visu {
  margin-left: 30px;
  float: right;
}

/* line 43, ../sass/blocks/_bk-wisi.scss */
.alignleft {
  float: left;
}

/* line 46, ../sass/blocks/_bk-wisi.scss */
.alignright {
  float: right;
}

/* line 51, ../sass/blocks/_bk-wisi.scss */
.separator-line {
  margin-bottom: 20px;
}
/* line 53, ../sass/blocks/_bk-wisi.scss */
.separator-line:before {
  content: "";
  display: block;
  height: 5px;
  width: 110px;
  background-color: black;
}

/* line 65, ../sass/blocks/_bk-wisi.scss */
.bk-img-full img {
  display: block;
  width: 100%;
}
/* line 69, ../sass/blocks/_bk-wisi.scss */
.mfp-content .bk-img-full {
  margin: 0 -32px;
}
@media only screen and (max-width: 47.9375em) {
  /* line 69, ../sass/blocks/_bk-wisi.scss */
  .mfp-content .bk-img-full {
    margin: 0 -12px;
  }
}

/* line 81, ../sass/blocks/_bk-wisi.scss */
blockquote, q {
  padding: 0;
  font-size: larger;
  font-style: italic;
}
/* line 85, ../sass/blocks/_bk-wisi.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "«";
}
/* line 88, ../sass/blocks/_bk-wisi.scss */
blockquote:after, q:after {
  content: "»";
}

/* line 92, ../sass/blocks/_bk-wisi.scss */
blockquote {
  display: block;
  font-family: 'jbarbaud';
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  /* line 92, ../sass/blocks/_bk-wisi.scss */
  blockquote {
    font-size: 22px;
  }
}

/* line 103, ../sass/blocks/_bk-wisi.scss */
.bk-blockquote {
  position: relative;
}
/* line 107, ../sass/blocks/_bk-wisi.scss */
.bk-blockquote .line {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  top: 35px;
  left: calc(-100% - 30px);
  background: #ff9d36;
}
/* line 117, ../sass/blocks/_bk-wisi.scss */
.bk-blockquote .container.collapsed {
  margin: 0 -20px;
}
/* line 120, ../sass/blocks/_bk-wisi.scss */
.bk-blockquote .container.collapsed .grid-6 {
  padding: 0 20px;
}
/* line 123, ../sass/blocks/_bk-wisi.scss */
.bk-blockquote .container.collapsed .grid-6 blockquote {
  margin-top: 20px;
}

/* line 1, ../sass/blocks/_slider.scss */
.slide {
  outline: none;
}

/*BIG SLIDER*/
/* line 8, ../sass/blocks/_slider.scss */
.big-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 45px;
  height: 70px;
  padding: 0;
  background: none;
  border: none;
  text-indent: -9000px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
/* line 23, ../sass/blocks/_slider.scss */
.big-slider .slick-arrow:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'icomoon';
  font-size: 70px;
  color: white;
  text-indent: 0;
}
/* line 35, ../sass/blocks/_slider.scss */
.big-slider .slick-arrow.slick-prev {
  left: 40px;
}
/* line 37, ../sass/blocks/_slider.scss */
.big-slider .slick-arrow.slick-prev:before {
  content: "\e916";
}
/* line 41, ../sass/blocks/_slider.scss */
.big-slider .slick-arrow.slick-next {
  right: 40px;
}
/* line 43, ../sass/blocks/_slider.scss */
.big-slider .slick-arrow.slick-next:before {
  content: "\e917";
}
/* line 48, ../sass/blocks/_slider.scss */
.big-slider .slick-dots {
  position: absolute;
  bottom: 145px;
  margin: 0;
  width: 100%;
  text-align: center;
}
/* line 55, ../sass/blocks/_slider.scss */
.big-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 5px;
  margin: 0;
}
/* line 60, ../sass/blocks/_slider.scss */
.big-slider .slick-dots li:before {
  display: none;
}
/* line 63, ../sass/blocks/_slider.scss */
.big-slider .slick-dots li button {
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  background: white;
  border: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9000px;
  opacity: 0.5;
  -moz-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  -webkit-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 75, ../sass/blocks/_slider.scss */
.big-slider .slick-dots li button:hover, .big-slider .slick-dots li button:focus {
  opacity: 1;
}
/* line 80, ../sass/blocks/_slider.scss */
.big-slider .slick-dots li.slick-active button {
  opacity: 1;
}
/* line 86, ../sass/blocks/_slider.scss */
.big-slider .slide {
  height: 760px;
}
/* line 89, ../sass/blocks/_slider.scss */
.big-slider .slide .cover {
  display: block;
}
/* line 93, ../sass/blocks/_slider.scss */
.big-slider .slide .site-content {
  position: relative;
  padding: 0;
}
/* line 97, ../sass/blocks/_slider.scss */
.big-slider .slide .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 320px;
  width: 100%;
  padding: 120px 0;
  font-family: 'NeographikMTStd';
  color: white;
  text-transform: uppercase;
  z-index: 1;
}
/* line 110, ../sass/blocks/_slider.scss */
.big-slider .slide .content .rubrique {
  margin-bottom: 20px;
  font-size: 22px;
}
/* line 114, ../sass/blocks/_slider.scss */
.big-slider .slide .content .like-h2 {
  font-size: 26px;
}
/* line 117, ../sass/blocks/_slider.scss */
.big-slider .slide .content .btn, .big-slider .slide .content .tabs-primary.tabs.primary a, .tabs-primary.tabs.primary .big-slider .slide .content a {
  text-align: right;
}
@media only screen and (max-width: 63.9375em) {
  /* line 124, ../sass/blocks/_slider.scss */
  .big-slider .slick-arrow {
    top: auto;
    bottom: 6px;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* line 128, ../sass/blocks/_slider.scss */
  .big-slider .slick-arrow:before {
    font-size: 35px;
  }
  /* line 131, ../sass/blocks/_slider.scss */
  .big-slider .slick-arrow.slick-prev {
    left: 20px;
  }
  /* line 134, ../sass/blocks/_slider.scss */
  .big-slider .slick-arrow.slick-next {
    right: 20px;
  }
  /* line 138, ../sass/blocks/_slider.scss */
  .big-slider .slick-dots {
    bottom: 20px;
  }
  /* line 141, ../sass/blocks/_slider.scss */
  .big-slider .slide {
    height: auto;
  }
  /* line 144, ../sass/blocks/_slider.scss */
  .big-slider .slide .cover {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
  }
  /* line 151, ../sass/blocks/_slider.scss */
  .big-slider .slide .content {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    max-width: inherit;
    width: 100%;
    background: #ff8c05;
    padding: 16px 16px 70px 16px;
  }
  /* line 162, ../sass/blocks/_slider.scss */
  .big-slider .slide .content .like-h2 {
    margin-bottom: 10px;
  }
  /* line 165, ../sass/blocks/_slider.scss */
  .big-slider .slide .content .like-h2, .big-slider .slide .content .btn, .big-slider .slide .content .tabs-primary.tabs.primary a, .tabs-primary.tabs.primary .big-slider .slide .content a {
    font-size: 20px;
  }
}

/*SLIDER 3D*/
/* line 176, ../sass/blocks/_slider.scss */
.wrapper-slider-3d {
  position: relative;
}
/* line 179, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .btn-pagination {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 45px;
  height: 70px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  text-indent: -9000px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
/* line 195, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .btn-pagination:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'icomoon';
  font-size: 70px;
  color: white;
  text-indent: 0;
}
/* line 207, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .btn-pagination.swiper-button-prev {
  left: 0;
}
/* line 209, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .btn-pagination.swiper-button-prev:before {
  content: "\e916";
}
/* line 213, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .btn-pagination.swiper-button-next {
  right: 0;
}
/* line 215, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .btn-pagination.swiper-button-next:before {
  content: "\e917";
}
/* line 220, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .slider-3d {
  max-width: 986px;
  width: 100%;
  margin: 0 auto;
}
/* line 225, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .slider-3d .swiper-slide {
  max-width: 455px;
}
/* line 229, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .slider-3d .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
/* line 233, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .slider-3d .swiper-slide .swiper-slide-shadow-left, .wrapper-slider-3d .slider-3d .swiper-slide .swiper-slide-shadow-right {
  display: none;
}
/* line 236, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .slider-3d .swiper-slide .img {
  position: relative;
  max-width: 455px;
  border: 3px solid white;
}
/* line 242, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .slider-3d .swiper-slide .img img {
  display: block;
  margin: 0;
}
/* line 247, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .slider-3d .swiper-slide .img:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-box-shadow: inset 0 0 110px black;
  -webkit-box-shadow: inset 0 0 110px black;
  box-shadow: inset 0 0 110px black;
}
/* line 258, ../sass/blocks/_slider.scss */
.wrapper-slider-3d .slider-3d .swiper-slide p {
  margin: 0;
  padding: 4px;
  color: white;
  line-height: 1.25em;
  opacity: 0;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
@media only screen and (max-width: 47.9375em) {
  /* line 176, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d {
    margin: 40px 0;
  }
  /* line 271, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d .btn-pagination:before {
    font-size: 35px;
  }
  /* line 274, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d .btn-pagination.swiper-button-prev {
    left: 20px;
  }
  /* line 277, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d .btn-pagination.swiper-button-next {
    right: 20px;
  }
}

/*SLIDER 3D PERSO*/
/* line 289, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso {
  position: relative;
}
/* line 292, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .btn-pagination {
  position: absolute;
  top: calc(50% + 80px);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 45px;
  height: 70px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  text-indent: -9000px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
/* line 308, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .btn-pagination:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'icomoon';
  font-size: 70px;
  color: white;
  text-indent: 0;
}
/* line 320, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .btn-pagination.swiper-button-prev {
  left: 0;
}
/* line 322, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .btn-pagination.swiper-button-prev:before {
  content: "\e916";
}
/* line 326, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .btn-pagination.swiper-button-next {
  right: 0;
}
/* line 328, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .btn-pagination.swiper-button-next:before {
  content: "\e917";
}
/* line 333, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .slider-3d-perso {
  max-width: 650px;
  width: 100%;
  margin: 0;
}
/* line 340, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .slider-3d-perso .swiper-slide img {
  display: block;
  margin: 0 auto;
  opacity: 0;
}
/* line 346, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .slider-3d-perso .swiper-slide.js-swiper-slide-visible img {
  opacity: 0.6;
}
/* line 351, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .slider-3d-perso .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
/* line 355, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .slider-3d-perso .swiper-slide .swiper-slide-shadow-left, .wrapper-slider-3d-perso .slider-3d-perso .swiper-slide .swiper-slide-shadow-right {
  display: none;
}
/* line 360, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .slider-legend-perso {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 620px;
  padding-right: 20%;
}
/* line 367, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .slider-legend-perso .swiper-slide {
  display: none;
  color: white;
}
/* line 370, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .slider-legend-perso .swiper-slide .like-h3, .wrapper-slider-3d-perso .slider-legend-perso .swiper-slide fieldset legend, fieldset .wrapper-slider-3d-perso .slider-legend-perso .swiper-slide legend {
  margin-bottom: 4px;
  font-family: 'NeographikMTStd';
  font-size: 40px;
  line-height: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 378, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .slider-legend-perso .swiper-slide.active {
  display: block;
}
/* line 383, ../sass/blocks/_slider.scss */
.wrapper-slider-3d-perso .vignette {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 79.9375em) {
  /* line 390, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d-perso .btn-pagination:before {
    font-size: 35px;
  }
  /* line 393, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d-perso .btn-pagination.swiper-button-prev {
    left: 20px;
  }
  /* line 396, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d-perso .btn-pagination.swiper-button-next {
    right: 20px;
  }
  /* line 400, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d-perso .slider-3d-perso {
    max-width: 500px;
  }
  /* line 403, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d-perso .slider-legend-perso {
    padding-left: 530px;
    padding-right: 200px;
  }
  /* line 407, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d-perso .vignette {
    bottom: -100px;
    max-height: 200px;
  }
}
@media only screen and (max-width: 63.9375em) {
  /* line 413, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d-perso .slider-3d-perso {
    max-width: 400px;
  }
  /* line 416, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d-perso .slider-legend-perso {
    padding-left: 430px;
    padding-right: 0;
  }
  /* line 419, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d-perso .slider-legend-perso .vignette {
    float: right;
    position: relative;
    top: auto;
    right: 0;
    bottom: auto;
    max-width: 150px;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* line 430, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d-perso .slider-3d-perso {
    max-width: 100%;
  }
  /* line 433, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d-perso .slider-legend-perso {
    position: relative;
    bottom: auto;
    left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 440, ../sass/blocks/_slider.scss */
  .wrapper-slider-3d-perso .vignette {
    position: relative;
    display: block;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
}

/*SLIDER ACTU*/
/* line 454, ../sass/blocks/_slider.scss */
.slider-actu .slide {
  outline: none;
}
/* line 458, ../sass/blocks/_slider.scss */
.slider-actu .slide > * {
  margin: 0 !important;
}
/* line 462, ../sass/blocks/_slider.scss */
.slider-actu .slick-dots {
  margin: 20px 0;
  padding: 0;
}
/* line 466, ../sass/blocks/_slider.scss */
.slider-actu .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0;
  margin: 0 4px;
}
/* line 471, ../sass/blocks/_slider.scss */
.slider-actu .slick-dots li:before {
  display: none;
}
/* line 475, ../sass/blocks/_slider.scss */
.slider-actu .slick-dots li.slick-active button, .slider-actu .slick-dots li:hover button {
  background: #ff8c05;
}
/* line 479, ../sass/blocks/_slider.scss */
.slider-actu .slick-dots li button {
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  text-indent: -9000px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffbb05;
  border: none;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
@media only screen and (max-width: 47.9375em) {
  /* line 493, ../sass/blocks/_slider.scss */
  .slider-actu .slick-arrow {
    position: absolute;
    top: 0;
    width: 30px;
    height: 40px;
    padding: 0;
    background: none;
    border: none;
    text-indent: -9000px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
  }
  /* line 507, ../sass/blocks/_slider.scss */
  .slider-actu .slick-arrow:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'icomoon';
    font-size: 40px;
    color: #ffbb05;
    text-indent: 0;
  }
  /* line 519, ../sass/blocks/_slider.scss */
  .slider-actu .slick-arrow.slick-prev {
    right: 30px;
  }
  /* line 521, ../sass/blocks/_slider.scss */
  .slider-actu .slick-arrow.slick-prev:before {
    content: "\e916";
  }
  /* line 525, ../sass/blocks/_slider.scss */
  .slider-actu .slick-arrow.slick-next {
    right: 0;
  }
  /* line 527, ../sass/blocks/_slider.scss */
  .slider-actu .slick-arrow.slick-next:before {
    content: "\e917";
  }
}

/* line 1, ../sass/blocks/_bk-pagination.scss */
.item-list .pager {
  margin: 0 0 100px 0;
  text-align: right;
  letter-spacing: -0.31em;
}
/* line 6, ../sass/blocks/_bk-pagination.scss */
.item-list .pager li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 1px 0 0;
  width: 66px;
  height: 66px;
  padding: 20px;
  font-size: 24px;
  color: black;
  background: #C9C9C9;
  text-align: center;
  letter-spacing: 0;
  -moz-transition: ease, 0.2s;
  -o-transition: ease, 0.2s;
  -webkit-transition: ease, 0.2s;
  transition: ease, 0.2s;
}
/* line 20, ../sass/blocks/_bk-pagination.scss */
.item-list .pager li:before {
  display: none;
}
/* line 24, ../sass/blocks/_bk-pagination.scss */
.item-list .pager li:last-child:after, .item-list .pager li:nth-last-child(2):after {
  display: none;
}
/* line 28, ../sass/blocks/_bk-pagination.scss */
.item-list .pager li.pager-current, .item-list .pager li:hover {
  background-color: #ff9d36;
  color: white;
}
/* line 32, ../sass/blocks/_bk-pagination.scss */
.item-list .pager li.pager-current a, .item-list .pager li:hover a {
  color: white;
}
/* line 36, ../sass/blocks/_bk-pagination.scss */
.item-list .pager li.pager-ellipsis {
  padding: 18px;
}
/* line 42, ../sass/blocks/_bk-pagination.scss */
.item-list .pager li.pager-first, .item-list .pager li.pager-last {
  display: none;
}
/* line 46, ../sass/blocks/_bk-pagination.scss */
.item-list .pager li.pager-prev a {
  width: 24px;
  height: 32px;
  padding: 8px 12px;
  text-indent: -900px;
}
/* line 52, ../sass/blocks/_bk-pagination.scss */
.item-list .pager li.pager-prev a:before {
  content: "\e916";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'icomoon';
  font-size: 14px;
  text-indent: 0;
}
/* line 65, ../sass/blocks/_bk-pagination.scss */
.item-list .pager li.pager-next a {
  width: 24px;
  height: 32px;
  padding: 8px 12px;
  text-indent: -900px;
  overflow: hidden;
}
/* line 72, ../sass/blocks/_bk-pagination.scss */
.item-list .pager li.pager-next a:before {
  content: "\e917";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'icomoon';
  font-size: 14px;
  text-indent: 0;
}
/* line 84, ../sass/blocks/_bk-pagination.scss */
.item-list .pager li a {
  display: block;
  color: black;
  text-decoration: none;
}
@media only screen and (max-width: 47.9375em) {
  /* line 1, ../sass/blocks/_bk-pagination.scss */
  .item-list .pager {
    text-align: center;
  }
  /* line 94, ../sass/blocks/_bk-pagination.scss */
  .item-list .pager li {
    width: 42px;
    height: 42px;
    padding: 10px;
    font-size: 18px;
  }
  /* line 100, ../sass/blocks/_bk-pagination.scss */
  .item-list .pager li.pager-ellipsis {
    padding: 7px;
  }
}

/* line 1, ../sass/blocks/_search-results.scss */
.searched-term {
  margin-bottom: 45px;
}
/* line 3, ../sass/blocks/_search-results.scss */
.searched-term .term {
  font-size: 33px;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
/* line 9, ../sass/blocks/_search-results.scss */
.searched-term .nb-results {
  color: #ff8c05;
  font-weight: bold;
}

/* line 14, ../sass/blocks/_search-results.scss */
.search-list {
  margin-bottom: 40px;
}
/* line 17, ../sass/blocks/_search-results.scss */
.search-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid black;
}
/* line 22, ../sass/blocks/_search-results.scss */
.search-list li:last-child {
  border: none;
  margin-bottom: 0;
}

/* line 29, ../sass/blocks/_search-results.scss */
.search-result .title {
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: none;
  font-size: 17px;
}

/* line 2, ../sass/blocks/_bk-sitemap.scss */
.bk-sitemap .grid-2 {
  margin-bottom: 30px;
  width: 20%;
}
@media only screen and (max-width: 79.9375em) {
  /* line 2, ../sass/blocks/_bk-sitemap.scss */
  .bk-sitemap .grid-2 {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* line 2, ../sass/blocks/_bk-sitemap.scss */
  .bk-sitemap .grid-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 37.4375em) {
  /* line 2, ../sass/blocks/_bk-sitemap.scss */
  .bk-sitemap .grid-2 {
    width: 100%;
  }
}
/* line 14, ../sass/blocks/_bk-sitemap.scss */
.bk-sitemap .grid-2 a {
  color: black;
  text-decoration: none;
}
/* line 17, ../sass/blocks/_bk-sitemap.scss */
.bk-sitemap .grid-2 a:hover, .bk-sitemap .grid-2 a:focus {
  text-decoration: underline;
}
/* line 22, ../sass/blocks/_bk-sitemap.scss */
.bk-sitemap .grid-2 h2 {
  font-family: sans-serif;
  font-size: 21px;
  text-transform: none;
  margin-bottom: 20px;
}
/* line 28, ../sass/blocks/_bk-sitemap.scss */
.bk-sitemap .grid-2 h3 {
  margin-bottom: 0;
  font-weight: normal;
}
/* line 33, ../sass/blocks/_bk-sitemap.scss */
.bk-sitemap .grid-2 ul li {
  padding: 0;
  margin-bottom: 8px;
  font-size: 17px;
}
/* line 37, ../sass/blocks/_bk-sitemap.scss */
.bk-sitemap .grid-2 ul li:before {
  display: none;
}

/* line 2, ../sass/blocks/_bk-newsletter.scss */
.section-newsletter {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  margin: -40px 0;
  background-repeat: repeat;
  -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% calc(100% - 40px));
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% calc(100% - 40px));
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  color: white;
}
/* line 13, ../sass/blocks/_bk-newsletter.scss */
.section-newsletter.animate {
  -webkit-clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 40px), 0% 100%);
  clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 40px), 0% 100%);
}
/* line 18, ../sass/blocks/_bk-newsletter.scss */
.section-newsletter form {
  position: relative;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
/* line 24, ../sass/blocks/_bk-newsletter.scss */
.section-newsletter form label {
  font-family: 'NeographikMTStd';
  font-size: 35px;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
/* line 31, ../sass/blocks/_bk-newsletter.scss */
.section-newsletter form .placeholder {
  color: white;
}
/* line 34, ../sass/blocks/_bk-newsletter.scss */
.section-newsletter form ::-webkit-input-placeholder {
  color: white;
}
/* line 37, ../sass/blocks/_bk-newsletter.scss */
.section-newsletter form :-moz-placeholder {
  color: white;
}
/* line 40, ../sass/blocks/_bk-newsletter.scss */
.section-newsletter form ::-moz-placeholder {
  color: white;
}
/* line 43, ../sass/blocks/_bk-newsletter.scss */
.section-newsletter form :-ms-input-placeholder {
  color: white;
}
@media only screen and (max-width: 47.9375em) {
  /* line 2, ../sass/blocks/_bk-newsletter.scss */
  .section-newsletter {
    padding: 50px 0;
  }
  /* line 51, ../sass/blocks/_bk-newsletter.scss */
  .section-newsletter form label {
    font-size: 20px;
  }
}

/* line 1, ../sass/blocks/_bk-visu-content.scss */
.bk-visu-content {
  *zoom: 1;
}
/* line 47, ../sass/_mixins.scss */
.bk-visu-content:before, .bk-visu-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 3, ../sass/blocks/_bk-visu-content.scss */
.bk-visu-content .visu-wrapper {
  float: left;
  width: 570px;
}
/* line 6, ../sass/blocks/_bk-visu-content.scss */
.bk-visu-content .visu-wrapper img {
  width: 100%;
}
/* line 10, ../sass/blocks/_bk-visu-content.scss */
.bk-visu-content .content {
  float: left;
  width: calc(100% - 570px);
}
@media only screen and (max-width: 79.9375em) {
  /* line 16, ../sass/blocks/_bk-visu-content.scss */
  .bk-visu-content .visu-wrapper {
    width: 30%;
  }
  /* line 19, ../sass/blocks/_bk-visu-content.scss */
  .bk-visu-content .content {
    width: 70%;
  }
}
@media only screen and (max-width: 63.9375em) {
  /* line 1, ../sass/blocks/_bk-visu-content.scss */
  .bk-visu-content {
    padding: 0 30px;
  }
  /* line 26, ../sass/blocks/_bk-visu-content.scss */
  .bk-visu-content .visu-wrapper, .bk-visu-content .content {
    float: none;
    width: 100%;
  }
  /* line 30, ../sass/blocks/_bk-visu-content.scss */
  .bk-visu-content .visu-wrapper {
    text-align: center;
  }
  /* line 32, ../sass/blocks/_bk-visu-content.scss */
  .bk-visu-content .visu-wrapper img {
    width: auto;
  }
}
@media only screen and (max-width: 63.9375em) {
  /* line 1, ../sass/blocks/_bk-visu-content.scss */
  .bk-visu-content {
    padding: 0 16px;
  }
}
/* line 44, ../sass/blocks/_bk-visu-content.scss */
.bk-visu-content.reversed .visu-wrapper {
  float: right;
}
/* line 47, ../sass/blocks/_bk-visu-content.scss */
.bk-visu-content.reversed .scrollable-scroll-custom > .os-scrollbar-horizontal {
  padding-left: 50px;
}
@media only screen and (max-width: 47.9375em) {
  /* line 51, ../sass/blocks/_bk-visu-content.scss */
  .bk-visu-content.reversed .scrollable-scroll-custom > .os-scrollbar-horizontal {
    padding-left: 0;
  }
}

/* line 57, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper {
  /*
os-theme-round-dark
*/
}
@media only screen and (max-width: 47.9375em) {
  /* line 57, ../sass/blocks/_bk-visu-content.scss */
  .scrollable-wrapper {
    margin-bottom: 40px;
  }
}
/* line 63, ../sass/blocks/_bk-visu-content.scss */
.touchevents .scrollable-wrapper .scroll-wrapper {
  margin-bottom: 10px;
}
/* line 69, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .items-list {
  margin-bottom: 40px;
  padding-bottom: 20px;
  white-space: nowrap;
  backface-visibility: hidden;
  transform: translateZ(0);
}
/* line 75, ../sass/blocks/_bk-visu-content.scss */
.no-touchevents .scrollable-wrapper .items-list {
  padding-bottom: 40px;
}
/* line 78, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .items-list li {
  margin: 0 3px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  max-width: 340px;
  white-space: normal;
}
@media only screen and (max-width: 29.9375em) {
  /* line 78, ../sass/blocks/_bk-visu-content.scss */
  .scrollable-wrapper .items-list li {
    max-width: 250px;
  }
}
/* line 88, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .items-list li:before {
  display: none;
}
/* line 91, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .items-list li a {
  color: inherit;
  display: block;
  text-decoration: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}
/* line 97, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .items-list li a .visu {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 101, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .items-list li a .visu img {
  display: block;
  width: 100%;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 107, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .items-list li a .date {
  font-size: 17px;
  font-weight: normal;
}
/* line 111, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .items-list li a .title {
  margin-bottom: 0;
}
/* line 114, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .items-list li a:hover, .scrollable-wrapper .items-list li a:focus {
  text-decoration: none;
}
/* line 117, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .items-list li a:hover .visu img, .scrollable-wrapper .items-list li a:focus .visu img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* line 257, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper.white-scrollbar .scrollbar-outer > .scroll-element .scroll-element_track:before {
  background-color: white;
}
/* line 262, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper.green-scroll-cursor .scrollable-scroll-custom > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  background-color: #bffcdd;
}
/* line 267, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper.yellow-scroll-cursor .scrollable-scroll-custom > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  background-color: #f4c589;
}
/* line 272, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .scrollable-scroll-custom {
  margin-bottom: 20px;
}
/* line 274, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .scrollable-scroll-custom > .os-scrollbar {
  padding: 0;
}
/* line 277, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .scrollable-scroll-custom > .os-scrollbar-horizontal {
  left: 0 !important;
  right: 20px !important;
  height: 52px;
}
/* line 282, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .scrollable-scroll-custom > .os-scrollbar-corner {
  height: 52px;
  width: 20px;
  background-color: transparent;
}
/* line 287, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .scrollable-scroll-custom > .os-scrollbar > .os-scrollbar-track {
  height: 100% !important;
  background: transparent !important;
  border-radius: 0 !important;
}
/* line 292, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .scrollable-scroll-custom > .os-scrollbar-horizontal > .os-scrollbar-track:before, .scrollable-wrapper .scrollable-scroll-custom > .os-scrollbar-vertical > .os-scrollbar-track:before {
  content: '';
  display: block;
  position: absolute;
  background: black;
}
/* line 299, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .scrollable-scroll-custom > .os-scrollbar-horizontal > .os-scrollbar-track:before {
  left: 3px;
  right: 3px;
  height: 1px;
  top: 50%;
  margin-top: -4px;
}
/* line 306, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .scrollable-scroll-custom > .os-scrollbar-vertical > .os-scrollbar-track:before {
  top: 3px;
  bottom: 3px;
  width: 2px;
  left: 50%;
  margin-left: -1px;
}
/* line 313, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .scrollable-scroll-custom > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: transparent !important;
  opacity: 1;
}
/* line 317, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .scrollable-scroll-custom > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/scroll-cursor.png") no-repeat center center;
  background-color: #f4c589;
  -moz-box-shadow: 0 10px 10px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px -2px rgba(0, 0, 0, 0.2);
  transform: scale(1);
}
/* line 331, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .scrollable-scroll-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  height: 100%;
  min-width: 42px;
  max-width: 42px;
  min-height: 42px;
  max-height: 42px;
}
/* line 338, ../sass/blocks/_bk-visu-content.scss */
.scrollable-wrapper .scrollable-scroll-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  width: 100%;
  min-height: 42px;
  max-height: 42px;
}

/* line 349, ../sass/blocks/_bk-visu-content.scss */
.extra-items-wrapper .items-list a {
  display: block;
  color: inherit;
  text-decoration: none;
  white-space: normal;
}
/* line 358, ../sass/blocks/_bk-visu-content.scss */
.extra-items-wrapper .items-list .visu {
  width: 100%;
}
@media only screen and (max-width: 63.9375em) {
  /* line 346, ../sass/blocks/_bk-visu-content.scss */
  .extra-items-wrapper {
    width: auto !important;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* line 369, ../sass/blocks/_bk-visu-content.scss */
  .extra-items-wrapper .items-list a {
    text-align: center;
  }
  /* line 374, ../sass/blocks/_bk-visu-content.scss */
  .extra-items-wrapper .extra-games-list > * {
    margin-bottom: 20px;
    *zoom: 1;
  }
  /* line 47, ../sass/_mixins.scss */
  .extra-items-wrapper .extra-games-list > *:before, .extra-items-wrapper .extra-games-list > *:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 378, ../sass/blocks/_bk-visu-content.scss */
  .extra-items-wrapper .extra-games-list .visu {
    width: 100px;
    float: left;
    margin-right: 10px;
  }
  /* line 383, ../sass/blocks/_bk-visu-content.scss */
  .extra-items-wrapper .extra-games-list .title {
    font-size: 14px;
  }
}

/* line 424, ../sass/_chart.scss */
.bk-warning {
  padding: 20px;
  background-color: #ecc2ca;
  border: 1px solid #900;
}

/* line 430, ../sass/_chart.scss */
.bk-info, .browsehappy {
  padding: 20px;
  background-color: #FAE692;
  border: 1px solid orange;
  color: black;
}

/* line 437, ../sass/_chart.scss */
.framed {
  border: 1px solid #c1c1c1;
  padding: 20px;
}
/* line 441, ../sass/_chart.scss */
.framed.grey {
  background-color: #ececec;
}

/*==============================*/
/*WYSIWYG et CKEDITOR*/
/*==============================*/
/* line 449, ../sass/_chart.scss */
.cke_editable, .cke_show_borders {
  padding: 15px;
}

/*==============================*/
/*ANIM HEADER JS CIRCLE*/
/*==============================*/
/* line 463, ../sass/_chart.scss */
.js-circle-animation {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 130px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: perspective(0) translate(-2em, 0);
  -ms-transform: perspective(0) translate(-2em, 0);
  -webkit-transform: perspective(0) translate(-2em, 0);
  transform: perspective(0) translate(-2em, 0);
  transform: translateX(0px) scale(1);
  -moz-transition: -moz-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  z-index: 3;
}
/* line 474, ../sass/_chart.scss */
.js-circle-animation.univers {
  background: #ff8c05;
}
/* line 478, ../sass/_chart.scss */
.js-circle-animation.who-are-you {
  background: #14a0dc;
}
/* line 482, ../sass/_chart.scss */
.js-circle-animation.is-visible {
  transform: translateX(0px) scale(25);
}

/*==============================*/
/*DIFFERENTS SECTIONS*/
/*==============================*/
/* line 491, ../sass/_chart.scss */
.section-wysiwyg-background {
  padding: 50px 0;
}
/* line 494, ../sass/_chart.scss */
.section-wysiwyg-background.no-padding {
  padding: 0;
}
/* line 497, ../sass/_chart.scss */
.section-wysiwyg-background + .section-wysiwyg-background {
  margin-top: -40px;
  -webkit-clip-path: polygon(0% 0%, 100% 40px, 100% calc(100% - 40px), 0% 100%);
  clip-path: polygon(0% 0%, 100% 40px, 100% calc(100% - 40px), 0% 100%);
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
/* line 504, ../sass/_chart.scss */
.section-wysiwyg-background + .section-wysiwyg-background.animate {
  -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% calc(100% - 40px));
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% calc(100% - 40px));
}
@media only screen and (max-width: 47.9375em) {
  /* line 510, ../sass/_chart.scss */
  .section-wysiwyg-background.no-padding {
    padding: 50px 0;
  }
}

/* line 515, ../sass/_chart.scss */
.section-with-texture {
  margin-top: 80px;
}
/* line 518, ../sass/_chart.scss */
.section-with-texture:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  top: -50px;
  background: url("../images/texture-point.svg") repeat-x;
  backface-visibility: hidden;
}
@media only screen and (max-width: 47.9375em) {
  /* line 529, ../sass/_chart.scss */
  .section-with-texture:before {
    height: 40px;
  }
}

/*==============================*/
/*BLOCKS*/
/*==============================*/
/* line 543, ../sass/_chart.scss */
.date {
  font-size: 16px;
  font-weight: bold;
}

/* line 547, ../sass/_chart.scss */
.bk-parallax {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0% calc(100% - 40px));
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0% calc(100% - 40px));
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
/* line 559, ../sass/_chart.scss */
.bk-parallax.animate {
  -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% calc(100% - 40px));
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% calc(100% - 40px));
}
/* line 563, ../sass/_chart.scss */
.bk-parallax.full-visible {
  -webkit-clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0% 100%);
  clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0% 100%);
}
/* line 571, ../sass/_chart.scss */
.bk-parallax .parallax-layer img {
  display: block;
}

/* line 580, ../sass/_chart.scss */
.bk-video-text {
  position: relative;
  overflow: hidden;
}
/* line 584, ../sass/_chart.scss */
.bk-video-text .text {
  position: relative;
  padding: 70px calc(40% + 30px) 70px 0;
}
/* line 588, ../sass/_chart.scss */
.bk-video-text .video {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
}
/* line 595, ../sass/_chart.scss */
.bk-video-text .video:hover .play {
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
/* line 599, ../sass/_chart.scss */
.bk-video-text .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../images/play-youtube.png") no-repeat left top;
  width: 110px;
  height: 77px;
}
@media only screen and (max-width: 47.9375em) {
  /* line 612, ../sass/_chart.scss */
  .bk-video-text .text {
    padding: 0;
  }
  /* line 615, ../sass/_chart.scss */
  .bk-video-text .video {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
  }
  /* line 622, ../sass/_chart.scss */
  .bk-video-text .video .play {
    -moz-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
  }
  /* line 626, ../sass/_chart.scss */
  .bk-video-text .video .cover {
    position: relative !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
  }
}

/* line 639, ../sass/_chart.scss */
.bk-filter {
  position: relative;
  margin-bottom: 100px;
  padding: 14px 0;
  background: #ff8c05 url("../images/texture-bg-section-rubrique.png") repeat left top;
}
/* line 645, ../sass/_chart.scss */
.bk-filter:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url("../images/texture-filter.svg") no-repeat center top;
  background-size: cover;
}
/* line 661, ../sass/_chart.scss */
.bk-filter.is-open .filter .svg svg #circleFilter {
  visibility: hidden;
}
/* line 669, ../sass/_chart.scss */
.bk-filter .filter {
  display: block;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  font-family: 'NeographikMTStd';
  font-size: 26px;
  text-transform: uppercase;
  color: white;
}
/* line 680, ../sass/_chart.scss */
.bk-filter .filter .svg {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 683, ../sass/_chart.scss */
.bk-filter .filter .svg svg path {
  fill: #FFFFFF;
}
/* line 686, ../sass/_chart.scss */
.bk-filter .filter .svg svg #openFilter {
  visibility: hidden;
}
/* line 689, ../sass/_chart.scss */
.bk-filter .filter .svg svg #circleFilter {
  -moz-transition: ease, 0.2s;
  -o-transition: ease, 0.2s;
  -webkit-transition: ease, 0.2s;
  transition: ease, 0.2s;
}
/* line 694, ../sass/_chart.scss */
.bk-filter .filter span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 698, ../sass/_chart.scss */
.bk-filter form {
  display: none;
  margin-top: 20px;
}
/* line 702, ../sass/_chart.scss */
.bk-filter form .title {
  margin-bottom: 20px;
  font-family: 'NeographikMTStd';
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 709, ../sass/_chart.scss */
.bk-filter form .grid-4 {
  text-align: center;
}
/* line 712, ../sass/_chart.scss */
.bk-filter form .grid-4:nth-child(2) {
  position: relative;
}
/* line 715, ../sass/_chart.scss */
.bk-filter form .grid-4:nth-child(2):before, .bk-filter form .grid-4:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: black;
}
/* line 725, ../sass/_chart.scss */
.bk-filter form .grid-4:nth-child(2):after {
  left: auto;
  right: 0;
}
/* line 730, ../sass/_chart.scss */
.bk-filter form .grid-4 .content-grid {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left;
}
/* line 736, ../sass/_chart.scss */
.bk-filter form .line label {
  margin: 0;
}
/* line 740, ../sass/_chart.scss */
.bk-filter form .line-form {
  margin-bottom: 14px;
}
/* line 743, ../sass/_chart.scss */
.bk-filter form .line-form + .line-form {
  margin: 0 -10px;
}
/* line 747, ../sass/_chart.scss */
.bk-filter form .line-form .label-select {
  display: block;
  font-family: 'NeographikMTStd';
  font-size: 26px;
  text-transform: uppercase;
}
/* line 753, ../sass/_chart.scss */
.bk-filter form .line-form .styled-select {
  max-width: 230px;
}
/* line 757, ../sass/_chart.scss */
.bk-filter form button[type="submit"] {
  display: block;
  margin: 60px auto 20px auto;
}
@media only screen and (max-width: 47.9375em) {
  /* line 639, ../sass/_chart.scss */
  .bk-filter {
    padding: 8px 0;
  }
  /* line 764, ../sass/_chart.scss */
  .bk-filter .filter {
    font-size: 22px;
  }
  /* line 767, ../sass/_chart.scss */
  .bk-filter .filter .svg {
    transform: scale(0.8);
  }
  /* line 772, ../sass/_chart.scss */
  .bk-filter form button[type="submit"] {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* line 779, ../sass/_chart.scss */
  .bk-filter form .title {
    margin: 0 0 10px 0;
  }
  /* line 782, ../sass/_chart.scss */
  .bk-filter form .grid-4 {
    margin-bottom: 20px;
  }
  /* line 785, ../sass/_chart.scss */
  .bk-filter form .grid-4:nth-child(2):before, .bk-filter form .grid-4:nth-child(2):after {
    display: none;
  }
  /* line 790, ../sass/_chart.scss */
  .bk-filter form .line {
    margin-bottom: 10px;
  }
}

/* line 797, ../sass/_chart.scss */
.list-actu {
  position: relative;
  overflow: hidden;
}
/* line 801, ../sass/_chart.scss */
.list-actu .container.collapsed {
  margin: 0 -25px;
}
/* line 804, ../sass/_chart.scss */
.list-actu .container.collapsed .grid-mobile-12 {
  padding: 0 25px;
}
@media only screen and (max-width: 47.9375em) {
  /* line 812, ../sass/_chart.scss */
  .list-actu .bk-actu {
    margin-bottom: 50px;
  }
}

/* line 818, ../sass/_chart.scss */
.bk-actu .wrapper-img {
  position: relative;
  overflow: hidden;
  display: block;
  border: 2px solid black;
}
/* line 824, ../sass/_chart.scss */
.bk-actu .wrapper-img img {
  display: block;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
/* line 830, ../sass/_chart.scss */
.bk-actu .wrapper-img:hover img, .bk-actu .wrapper-img:focus img {
  -moz-transform: translateZ(0) scale(1.08);
  -ms-transform: translateZ(0) scale(1.08);
  -webkit-transform: translateZ(0) scale(1.08);
  transform: translateZ(0) scale(1.08);
}
/* line 836, ../sass/_chart.scss */
.bk-actu .content .rubrique {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid black;
}
/* line 843, ../sass/_chart.scss */
.bk-actu .content .rubrique span[class^="icon"] {
  margin-right: 4px;
  font-size: 28px;
}
/* line 848, ../sass/_chart.scss */
.bk-actu .content .date {
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
/* line 853, ../sass/_chart.scss */
.bk-actu .content .like-h2 {
  margin: 10px 0 20px 0;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #ff9d36;
  text-transform: none;
}
/* line 860, ../sass/_chart.scss */
.bk-actu .content .like-h2.title-produit {
  margin-bottom: 0;
  font-size: 19px;
  color: black;
}
/* line 866, ../sass/_chart.scss */
.bk-actu .content .like-h2 a {
  text-decoration: none;
}
/* line 872, ../sass/_chart.scss */
.bk-actu.white {
  color: white;
}
/* line 876, ../sass/_chart.scss */
.bk-actu.white .content .rubrique {
  border-color: white;
}
/* line 879, ../sass/_chart.scss */
.bk-actu.white .content .like-h2 a {
  color: white;
}
/* line 886, ../sass/_chart.scss */
.bk-actu.small .content .rubrique {
  font-size: 14px;
}
/* line 889, ../sass/_chart.scss */
.bk-actu.small .content .date {
  font-size: 14px;
}
/* line 892, ../sass/_chart.scss */
.bk-actu.small .content .like-h2 {
  font-size: 19px;
}

/*==============================*/
/*WRAPPER IMG*/
/*==============================*/
/* line 906, ../sass/_chart.scss */
.wrapper-img.video {
  position: relative;
}
/* line 908, ../sass/_chart.scss */
.wrapper-img.video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 45px;
  height: 35px;
  background: #ff9d36;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  z-index: 1;
}
/* line 920, ../sass/_chart.scss */
.wrapper-img.video:after {
  content: "\e90d";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'icomoon';
  font-size: 20px;
  color: white;
  z-index: 2;
}

/*==============================*/
/*POPUP*/
/*==============================*/
/* line 941, ../sass/_chart.scss */
.mfp-wrap {
  max-width: 1024px;
  width: 100%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 946, ../sass/_chart.scss */
.mfp-wrap .mfp-container {
  padding: 32px;
}
/* line 949, ../sass/_chart.scss */
.mfp-wrap .mfp-close {
  display: none;
}
/* line 952, ../sass/_chart.scss */
.mfp-wrap .btn, .mfp-wrap .tabs-primary.tabs.primary a, .tabs-primary.tabs.primary .mfp-wrap a {
  position: absolute;
  top: -25px;
  right: 0;
  background: none;
  border: none;
}
/* line 959, ../sass/_chart.scss */
.mfp-wrap .btn .text, .mfp-wrap .tabs-primary.tabs.primary a .text, .tabs-primary.tabs.primary .mfp-wrap a .text {
  font-family: 'icomoon';
  line-height: 1.25em;
}
/* line 964, ../sass/_chart.scss */
.mfp-wrap img {
  display: block;
  margin: 0 auto;
}
/* line 968, ../sass/_chart.scss */
.mfp-wrap .content {
  background: white;
  padding: 16px;
}
/* line 972, ../sass/_chart.scss */
.mfp-wrap .wrapper-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 977, ../sass/_chart.scss */
.mfp-wrap .wrapper-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==============================*/
/*SCROLLBAR*/
/*==============================*/
/* line 991, ../sass/_chart.scss */
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  position: absolute;
  left: 50px;
  right: 50px;
}
/* line 995, ../sass/_chart.scss */
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal > .scroll-element, .os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal > .scroll-element.scroll-x {
  width: auto;
  left: 50px;
  right: 50px;
  cursor: pointer;
}
/* line 1003, ../sass/_chart.scss */
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal:hover .os-scrollbar-handle, .os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal.scroll-draggable .os-scrollbar-handle {
  background: #ff8c05;
}
/* line 1007, ../sass/_chart.scss */
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal > .os-scrollbar-track {
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
/* line 1011, ../sass/_chart.scss */
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  background: #ffbb05;
  opacity: 1;
}

/*==============================*/
/*SOCIAL*/
/*==============================*/
/* line 1026, ../sass/_chart.scss */
.section-social {
  opacity: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-size: cover;
  background-attachment: fixed;
  padding: 5% 0;
}
/* line 38, ../sass/_mixins.scss */
.pace-done .section-social, .pace-timeout .section-social {
  opacity: 1;
}
/* line 1032, ../sass/_chart.scss */
.section-social [class*=grid-] {
  padding: 0;
}
/* line 1036, ../sass/_chart.scss */
.section-social .bk-social {
  display: block;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: white;
  position: relative;
}
/* line 1042, ../sass/_chart.scss */
.section-social .bk-social .spacer {
  min-height: 325px;
}
@media only screen and (max-width: 63.9375em) {
  /* line 1042, ../sass/_chart.scss */
  .section-social .bk-social .spacer {
    min-height: 225px;
  }
}
/* line 1049, ../sass/_chart.scss */
.section-social .bk-social .bk-tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: grey;
  z-index: 2;
}
/* line 1057, ../sass/_chart.scss */
.section-social .bk-social .bk-tag.icon-fb {
  background-color: #1759b6;
}
/* line 1060, ../sass/_chart.scss */
.section-social .bk-social .bk-tag.icon-twitter {
  background-color: #17bfff;
}
/* line 1063, ../sass/_chart.scss */
.section-social .bk-social .bk-tag:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}
/* line 1071, ../sass/_chart.scss */
.section-social .bk-social .visu {
  display: block;
  height: 0;
  padding-bottom: 65.2%;
  overflow: hidden;
  position: relative;
}
/* line 1077, ../sass/_chart.scss */
.section-social .bk-social .visu .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 1090, ../sass/_chart.scss */
.section-social .bk-social .visu:hover .img, .section-social .bk-social .visu:focus .img {
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
/* line 1095, ../sass/_chart.scss */
.section-social .bk-social .text-content {
  padding: 10px;
  font-size: 14px;
}
/* line 1098, ../sass/_chart.scss */
.section-social .bk-social .text-content .date {
  font-weight: bold;
  float: right;
  padding: 0 0 5px 5px;
}
/* line 1106, ../sass/_chart.scss */
.section-social .bk-social.big-img .visu {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  height: auto;
}
/* line 1114, ../sass/_chart.scss */
.section-social .bk-social.big-img .visu .img[style*="default-social.jpg"] {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}
/* line 1122, ../sass/_chart.scss */
.section-social .bk-social-networks {
  background-color: #c1c1c1;
}
/* line 1124, ../sass/_chart.scss */
.section-social .bk-social-networks a {
  display: block;
  vertical-align: middle;
  position: relative;
  height: 33.3333%;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 65px;
  border: 0px solid white;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 1135, ../sass/_chart.scss */
.section-social .bk-social-networks a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1141, ../sass/_chart.scss */
.section-social .bk-social-networks a.icon-fb {
  background-color: #1759b6;
}
/* line 1144, ../sass/_chart.scss */
.section-social .bk-social-networks a.icon-twitter {
  background-color: #17bfff;
}
/* line 1147, ../sass/_chart.scss */
.section-social .bk-social-networks a.icon-youtube {
  background-color: #d00011;
}
/* line 1151, ../sass/_chart.scss */
.section-social .bk-social-networks a:hover, .section-social .bk-social-networks a:focus {
  border-width: 3px;
}
/* line 1156, ../sass/_chart.scss */
.section-social .bk-youtube {
  width: 100%;
  min-height: 325px;
}
@media only screen and (max-width: 63.9375em) {
  /* line 1163, ../sass/_chart.scss */
  .section-social .site-content {
    max-width: 600px;
  }
  /* line 1166, ../sass/_chart.scss */
  .section-social .bk-social-networks {
    *zoom: 1;
  }
  /* line 47, ../sass/_mixins.scss */
  .section-social .bk-social-networks:before, .section-social .bk-social-networks:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1168, ../sass/_chart.scss */
  .section-social .bk-social-networks a {
    float: left;
    width: 33.333%;
    height: 50px;
    font-size: 35px;
  }
}

/* line 1180, ../sass/_chart.scss */
.list-rubrique {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: -0.31em;
}
/* line 1187, ../sass/_chart.scss */
.list-rubrique li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0;
  padding: 4%;
  letter-spacing: 0;
}
/* line 1193, ../sass/_chart.scss */
.list-rubrique li:before {
  display: none;
}
/* line 1204, ../sass/_chart.scss */
.list-rubrique .bk-rubrique {
  position: relative;
  padding: 0 0 0 0;
  text-decoration: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  z-index: 1;
}
/* line 1211, ../sass/_chart.scss */
.list-rubrique .bk-rubrique .circle {
  position: absolute;
  overflow: hidden;
  width: 194px;
  height: 194px;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: green;
  -moz-transition: ease, 0.6s;
  -o-transition: ease, 0.6s;
  -webkit-transition: ease, 0.6s;
  transition: ease, 0.6s;
}
/* line 1223, ../sass/_chart.scss */
.list-rubrique .bk-rubrique .circle:before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 6px;
  right: 6px;
  bottom: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: white;
}
/* line 1235, ../sass/_chart.scss */
.list-rubrique .bk-rubrique .img {
  position: relative;
  display: block;
  margin: 0 auto;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: ease, 0.6s;
  -o-transition: ease, 0.6s;
  -webkit-transition: ease, 0.6s;
  transition: ease, 0.6s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
/* line 1244, ../sass/_chart.scss */
.list-rubrique .bk-rubrique .img-visible {
  position: absolute;
  display: block;
  margin: 0;
  bottom: 0;
  left: 0;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: ease, 0.6s;
  -o-transition: ease, 0.6s;
  -webkit-transition: ease, 0.6s;
  transition: ease, 0.6s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  z-index: 1;
}
/* line 1256, ../sass/_chart.scss */
.list-rubrique .bk-rubrique .name {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 1262, ../sass/_chart.scss */
.list-rubrique .bk-rubrique .name svg {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: ease, 0.6s;
  -o-transition: ease, 0.6s;
  -webkit-transition: ease, 0.6s;
  transition: ease, 0.6s;
}
/* line 1265, ../sass/_chart.scss */
.list-rubrique .bk-rubrique .name svg polygon {
  fill: red;
}
/* line 1269, ../sass/_chart.scss */
.list-rubrique .bk-rubrique .name span {
  position: absolute;
  display: table;
  width: 100%;
  top: 54%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(-9deg);
  -ms-transform: translate(-50%, -50%) rotate(-9deg);
  -webkit-transform: translate(-50%, -50%) rotate(-9deg);
  transform: translate(-50%, -50%) rotate(-9deg);
  font-family: 'NeographikMTStd';
  color: white;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
}
/* line 1283, ../sass/_chart.scss */
.list-rubrique .bk-rubrique .link {
  position: absolute;
  display: table;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: 'NeographikMTStd';
  font-size: 22px;
  color: white;
  text-transform: uppercase;
}
/* line 1294, ../sass/_chart.scss */
.list-rubrique .bk-rubrique .link:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: white;
}
/* line 1306, ../sass/_chart.scss */
.list-rubrique .bk-rubrique:hover .circle, .list-rubrique .bk-rubrique:focus .circle {
  -moz-transform: translate(-50%, 0) scale(0);
  -ms-transform: translate(-50%, 0) scale(0);
  -webkit-transform: translate(-50%, 0) scale(0);
  transform: translate(-50%, 0) scale(0);
}
/* line 1309, ../sass/_chart.scss */
.list-rubrique .bk-rubrique:hover .img, .list-rubrique .bk-rubrique:hover .img-visible, .list-rubrique .bk-rubrique:focus .img, .list-rubrique .bk-rubrique:focus .img-visible {
  -moz-transform: translate3d(0, -20px, 0) scale(1.05);
  -ms-transform: translate3d(0, -20px, 0) scale(1.05);
  -webkit-transform: translate3d(0, -20px, 0) scale(1.05);
  transform: translate3d(0, -20px, 0) scale(1.05);
}
/* line 1313, ../sass/_chart.scss */
.list-rubrique .bk-rubrique:hover .name svg, .list-rubrique .bk-rubrique:focus .name svg {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 1316, ../sass/_chart.scss */
.list-rubrique .bk-rubrique:hover .name svg polygon, .list-rubrique .bk-rubrique:focus .name svg polygon {
  fill: white;
}
/* line 1320, ../sass/_chart.scss */
.list-rubrique .bk-rubrique:hover .name span, .list-rubrique .bk-rubrique:focus .name span {
  color: green;
}
/* line 1327, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.enfant .circle {
  background: #1ec47c;
}
/* line 1329, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.enfant .circle:before {
  background: #dbfbec;
}
/* line 1333, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.enfant svg polygon {
  fill: #3fea9b;
}
/* line 1338, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.enfant:hover .name span, .list-rubrique .bk-rubrique.enfant:focus .name span {
  color: #1ec47c;
}
/* line 1345, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.fan .circle {
  background: #ffa52a;
}
/* line 1347, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.fan .circle:before {
  background: #ffd39f;
}
/* line 1351, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.fan svg polygon {
  fill: #ffa52a;
}
/* line 1356, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.fan:hover .name span, .list-rubrique .bk-rubrique.fan:focus .name span {
  color: #ffa52a;
}
/* line 1363, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.enseignant .circle {
  background: #dcdc4e;
}
/* line 1365, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.enseignant .circle:before {
  background: #fdf7da;
}
/* line 1369, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.enseignant svg polygon {
  fill: #2dc84b;
}
/* line 1374, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.enseignant:hover .name span, .list-rubrique .bk-rubrique.enseignant:focus .name span {
  color: #dcdc4e;
}
/* line 1381, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.professionnel .circle {
  background: #ff170e;
}
/* line 1383, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.professionnel .circle:before {
  background: #edabab;
}
/* line 1387, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.professionnel svg polygon {
  fill: #ff170e;
}
/* line 1392, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.professionnel:hover .name span, .list-rubrique .bk-rubrique.professionnel:focus .name span {
  color: #ff170e;
}
/* line 1399, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.artwork .circle {
  background: #447bb9;
}
/* line 1401, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.artwork .circle:before {
  background: #c2d9ee;
}
/* line 1405, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.artwork svg polygon {
  fill: #447bb9;
}
/* line 1410, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.artwork:hover .name span, .list-rubrique .bk-rubrique.artwork:focus .name span {
  color: #447bb9;
}
/* line 1417, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.vie .circle {
  background: #dd4c50;
}
/* line 1419, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.vie .circle:before {
  background: #f2aa9f;
}
/* line 1423, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.vie svg polygon {
  fill: #f9482e;
}
/* line 1428, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.vie:hover .name span, .list-rubrique .bk-rubrique.vie:focus .name span {
  color: #dd4c50;
}
/* line 1435, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.terre .circle {
  background: #67c1b9;
}
/* line 1437, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.terre .circle:before {
  background: #b8ecea;
}
/* line 1441, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.terre svg polygon {
  fill: #009993;
}
/* line 1446, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.terre:hover .name span, .list-rubrique .bk-rubrique.terre:focus .name span {
  color: #67c1b9;
}
/* line 1453, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.espace .circle {
  background: #7a86af;
}
/* line 1455, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.espace .circle:before {
  background: #e7e9f0;
}
/* line 1459, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.espace svg polygon {
  fill: #3d5ac6;
}
/* line 1464, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.espace:hover .name span, .list-rubrique .bk-rubrique.espace:focus .name span {
  color: #7a86af;
}
/* line 1471, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.amerique .circle {
  background: #cf755a;
}
/* line 1473, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.amerique .circle:before {
  background: #f6e5e0;
}
/* line 1477, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.amerique svg polygon {
  fill: #d9481f;
}
/* line 1482, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.amerique:hover .name span, .list-rubrique .bk-rubrique.amerique:focus .name span {
  color: #cf755a;
}
/* line 1489, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.decouvreur .circle {
  background: #40a9e9;
}
/* line 1491, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.decouvreur .circle:before {
  background: #dceffb;
}
/* line 1495, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.decouvreur svg polygon {
  fill: #1e8fd9;
}
/* line 1500, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.decouvreur:hover .name span, .list-rubrique .bk-rubrique.decouvreur:focus .name span {
  color: #40a9e9;
}
/* line 1507, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.explorateur .circle {
  background: #92af7a;
}
/* line 1509, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.explorateur .circle:before {
  background: #ebf0e7;
}
/* line 1513, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.explorateur svg polygon {
  fill: #6bc048;
}
/* line 1518, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.explorateur:hover .name span, .list-rubrique .bk-rubrique.explorateur:focus .name span {
  color: #92af7a;
}
/* line 1525, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.homme .circle {
  background: #df844a;
}
/* line 1527, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.homme .circle:before {
  background: #f9e8dd;
}
/* line 1531, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.homme svg polygon {
  fill: #ff7e0b;
}
/* line 1536, ../sass/_chart.scss */
.list-rubrique .bk-rubrique.homme:hover .name span, .list-rubrique .bk-rubrique.homme:focus .name span {
  color: #df844a;
}
@media only screen and (max-width: 79.9375em) {
  /* line 1544, ../sass/_chart.scss */
  .list-rubrique li {
    padding: 20px;
  }
  /* line 1548, ../sass/_chart.scss */
  .list-rubrique .bk-rubrique .link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* line 1554, ../sass/_chart.scss */
  .list-rubrique li {
    padding: 10px 0;
  }
}

/*==============================*/
/*IMG TOP*/
/*==============================*/
/* line 1565, ../sass/_chart.scss */
.bk-img-top {
  position: relative;
  margin-bottom: 24px;
}
/* line 1569, ../sass/_chart.scss */
.bk-img-top .content-img-top {
  position: relative;
  overflow: hidden;
  height: 530px;
}
/* line 1586, ../sass/_chart.scss */
.bk-img-top .site-content {
  position: relative;
  height: 100%;
  z-index: 1;
}
/* line 1591, ../sass/_chart.scss */
.bk-img-top .site-content .content {
  position: absolute;
  padding: 0 10px;
  bottom: -12px;
  left: 20px;
  right: 20px;
  color: white;
  margin-bottom: 0;
}
/* line 1600, ../sass/_chart.scss */
.bk-img-top .site-content .content .rubrique {
  margin-bottom: -12px;
  font-family: 'NeographikMTStd';
  font-size: 36px;
  line-height: 1em;
  text-transform: uppercase;
}
/* line 1607, ../sass/_chart.scss */
.bk-img-top .site-content .content .title-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 1611, ../sass/_chart.scss */
.bk-img-top .site-content .content .title-btn-wrapper .btn, .bk-img-top .site-content .content .title-btn-wrapper .tabs-primary.tabs.primary a, .tabs-primary.tabs.primary .bk-img-top .site-content .content .title-btn-wrapper a {
  text-shadow: 1px 1px 5px #3D3D3D;
}
@media only screen and (max-width: 79.9375em) {
  /* line 1607, ../sass/_chart.scss */
  .bk-img-top .site-content .content .title-btn-wrapper {
    display: block;
  }
  /* line 1616, ../sass/_chart.scss */
  .bk-img-top .site-content .content .title-btn-wrapper .like-h1 {
    margin-bottom: 15px;
  }
  /* line 1619, ../sass/_chart.scss */
  .bk-img-top .site-content .content .title-btn-wrapper .btn-wrapper {
    margin-bottom: 15px;
  }
}
/* line 1624, ../sass/_chart.scss */
.bk-img-top .site-content .content .like-h1 {
  margin: 0;
  font-family: 'NeographikMTStd';
  font-size: 90px;
  line-height: 110px;
  color: white;
  text-transform: uppercase;
}
@media only screen and (max-width: 47.9375em) {
  /* line 1565, ../sass/_chart.scss */
  .bk-img-top {
    margin-bottom: 65px;
  }
  /* line 1638, ../sass/_chart.scss */
  .bk-img-top.header-dispatch {
    margin-bottom: 20px;
  }
  /* line 1642, ../sass/_chart.scss */
  .bk-img-top .content-img-top {
    height: 320px;
  }
  /* line 1645, ../sass/_chart.scss */
  .bk-img-top .content-img-top .content {
    bottom: 0;
    left: 0;
    padding: 0 16px;
  }
  /* line 1650, ../sass/_chart.scss */
  .bk-img-top .content-img-top .content .rubrique {
    font-size: 24px;
    line-height: 1.5em;
  }
  /* line 1654, ../sass/_chart.scss */
  .bk-img-top .content-img-top .content .like-h1 {
    font-size: 40px;
    line-height: 1em;
  }
}

/* line 1665, ../sass/_chart.scss */
.header-dispatch {
  position: relative;
}
/* line 1668, ../sass/_chart.scss */
.header-dispatch .content-img-top:after {
  height: 70px;
  top: auto;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(63, 134, 166, 0) 0%, #3f86a6 100%);
  opacity: 1;
}
/* line 1676, ../sass/_chart.scss */
.header-dispatch h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'jbarbaud';
  position: relative;
  bottom: auto;
  padding: 0;
  margin: 0;
  color: white;
  font-size: 90px;
  letter-spacing: 5px;
  text-align: center;
  line-height: 0.8em;
  text-shadow: 0 0 35px black;
}
/* line 1692, ../sass/_chart.scss */
.header-dispatch h1 span {
  position: relative;
  display: inline-block;
}
/* line 1695, ../sass/_chart.scss */
.header-dispatch h1 span:after {
  content: "" attr(data-text) "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-shadow: 6px 0 #ff5f62, 5.98816px 0.37674px 0 #ff5f62, 5.95269px 0.752px 0 #ff5f62, 5.89372px 1.12429px 0 #ff5f62, 5.8115px 1.49214px 0 #ff5f62, 5.70634px 1.8541px 0 #ff5f62, 5.57866px 2.20875px 0 #ff5f62, 5.42896px 2.55468px 0 #ff5f62, 5.25784px 2.89052px 0 #ff5f62, 5.06597px 3.21496px 0 #ff5f62, 4.8541px 3.52671px 0 #ff5f62, 4.62308px 3.82454px 0 #ff5f62, 4.37381px 4.10728px 0 #ff5f62, 4.10728px 4.37381px 0 #ff5f62, 3.82454px 4.62308px 0 #ff5f62, 3.52671px 4.8541px 0 #ff5f62, 3.21496px 5.06597px 0 #ff5f62, 2.89052px 5.25784px 0 #ff5f62, 2.55468px 5.42896px 0 #ff5f62, 2.20875px 5.57866px 0 #ff5f62, 1.8541px 5.70634px 0 #ff5f62, 1.49214px 5.8115px 0 #ff5f62, 1.12429px 5.89372px 0 #ff5f62, 0.752px 5.95269px 0 #ff5f62, 0.37674px 5.98816px 0 #ff5f62, 0px 6px 0 #ff5f62, -0.37674px 5.98816px 0 #ff5f62, -0.752px 5.95269px 0 #ff5f62, -1.12429px 5.89372px 0 #ff5f62, -1.49214px 5.8115px 0 #ff5f62, -1.8541px 5.70634px 0 #ff5f62, -2.20875px 5.57866px 0 #ff5f62, -2.55468px 5.42896px 0 #ff5f62, -2.89052px 5.25784px 0 #ff5f62, -3.21496px 5.06597px 0 #ff5f62, -3.52671px 4.8541px 0 #ff5f62, -3.82454px 4.62308px 0 #ff5f62, -4.10728px 4.37381px 0 #ff5f62, -4.37381px 4.10728px 0 #ff5f62, -4.62308px 3.82454px 0 #ff5f62, -4.8541px 3.52671px 0 #ff5f62, -5.06597px 3.21496px 0 #ff5f62, -5.25784px 2.89052px 0 #ff5f62, -5.42896px 2.55468px 0 #ff5f62, -5.57866px 2.20875px 0 #ff5f62, -5.70634px 1.8541px 0 #ff5f62, -5.8115px 1.49214px 0 #ff5f62, -5.89372px 1.12429px 0 #ff5f62, -5.95269px 0.752px 0 #ff5f62, -5.98816px 0.37674px 0 #ff5f62, -6px 0px 0 #ff5f62, -5.98816px -0.37674px 0 #ff5f62, -5.95269px -0.752px 0 #ff5f62, -5.89372px -1.12429px 0 #ff5f62, -5.8115px -1.49214px 0 #ff5f62, -5.70634px -1.8541px 0 #ff5f62, -5.57866px -2.20875px 0 #ff5f62, -5.42896px -2.55468px 0 #ff5f62, -5.25784px -2.89052px 0 #ff5f62, -5.06597px -3.21496px 0 #ff5f62, -4.8541px -3.52671px 0 #ff5f62, -4.62308px -3.82454px 0 #ff5f62, -4.37381px -4.10728px 0 #ff5f62, -4.10728px -4.37381px 0 #ff5f62, -3.82454px -4.62308px 0 #ff5f62, -3.52671px -4.8541px 0 #ff5f62, -3.21496px -5.06597px 0 #ff5f62, -2.89052px -5.25784px 0 #ff5f62, -2.55468px -5.42896px 0 #ff5f62, -2.20875px -5.57866px 0 #ff5f62, -1.8541px -5.70634px 0 #ff5f62, -1.49214px -5.8115px 0 #ff5f62, -1.12429px -5.89372px 0 #ff5f62, -0.752px -5.95269px 0 #ff5f62, -0.37674px -5.98816px 0 #ff5f62, 0px -6px 0 #ff5f62, 0.37674px -5.98816px 0 #ff5f62, 0.752px -5.95269px 0 #ff5f62, 1.12429px -5.89372px 0 #ff5f62, 1.49214px -5.8115px 0 #ff5f62, 1.8541px -5.70634px 0 #ff5f62, 2.20875px -5.57866px 0 #ff5f62, 2.55468px -5.42896px 0 #ff5f62, 2.89052px -5.25784px 0 #ff5f62, 3.21496px -5.06597px 0 #ff5f62, 3.52671px -4.8541px 0 #ff5f62, 3.82454px -4.62308px 0 #ff5f62, 4.10728px -4.37381px 0 #ff5f62, 4.37381px -4.10728px 0 #ff5f62, 4.62308px -3.82454px 0 #ff5f62, 4.8541px -3.52671px 0 #ff5f62, 5.06597px -3.21496px 0 #ff5f62, 5.25784px -2.89052px 0 #ff5f62, 5.42896px -2.55468px 0 #ff5f62, 5.57866px -2.20875px 0 #ff5f62, 5.70634px -1.8541px 0 #ff5f62, 5.8115px -1.49214px 0 #ff5f62, 5.89372px -1.12429px 0 #ff5f62, 5.95269px -0.752px 0 #ff5f62, 5.98816px -0.37674px 0 #ff5f62, 6px 0px 0 #ff5f62, 5.98816px 0.37674px 0 #ff5f62, 5.95269px 0.752px 0 #ff5f62, 5.89372px 1.12429px 0 #ff5f62, 5.8115px 1.49214px 0 #ff5f62, 5.70634px 1.8541px 0 #ff5f62, 5.57866px 2.20875px 0 #ff5f62, 5.42896px 2.55468px 0 #ff5f62, 5.25784px 2.89052px 0 #ff5f62, 5.06597px 3.21496px 0 #ff5f62, 4.8541px 3.52671px 0 #ff5f62, 4.62308px 3.82454px 0 #ff5f62, 4.37381px 4.10728px 0 #ff5f62, 4.10728px 4.37381px 0 #ff5f62, 3.82454px 4.62308px 0 #ff5f62, 3.52671px 4.8541px 0 #ff5f62, 3.21496px 5.06597px 0 #ff5f62, 2.89052px 5.25784px 0 #ff5f62, 2.55468px 5.42896px 0 #ff5f62, 2.20875px 5.57866px 0 #ff5f62, 1.8541px 5.70634px 0 #ff5f62, 1.49214px 5.8115px 0 #ff5f62, 1.12429px 5.89372px 0 #ff5f62, 0.752px 5.95269px 0 #ff5f62, 0.37674px 5.98816px 0 #ff5f62, 0px 6px 0 #ff5f62, -0.37674px 5.98816px 0 #ff5f62, -0.752px 5.95269px 0 #ff5f62, -1.12429px 5.89372px 0 #ff5f62, -1.49214px 5.8115px 0 #ff5f62, -1.8541px 5.70634px 0 #ff5f62, -2.20875px 5.57866px 0 #ff5f62, -2.55468px 5.42896px 0 #ff5f62, -2.89052px 5.25784px 0 #ff5f62, -3.21496px 5.06597px 0 #ff5f62, -3.52671px 4.8541px 0 #ff5f62, -3.82454px 4.62308px 0 #ff5f62, -4.10728px 4.37381px 0 #ff5f62, -4.37381px 4.10728px 0 #ff5f62, -4.62308px 3.82454px 0 #ff5f62, -4.8541px 3.52671px 0 #ff5f62, -5.06597px 3.21496px 0 #ff5f62, -5.25784px 2.89052px 0 #ff5f62, -5.42896px 2.55468px 0 #ff5f62, -5.57866px 2.20875px 0 #ff5f62, -5.70634px 1.8541px 0 #ff5f62, -5.8115px 1.49214px 0 #ff5f62, -5.89372px 1.12429px 0 #ff5f62, -5.95269px 0.752px 0 #ff5f62, -5.98816px 0.37674px 0 #ff5f62, -6px 0px 0 #ff5f62, -5.98816px -0.37674px 0 #ff5f62, -5.95269px -0.752px 0 #ff5f62, -5.89372px -1.12429px 0 #ff5f62, -5.8115px -1.49214px 0 #ff5f62, -5.70634px -1.8541px 0 #ff5f62, -5.57866px -2.20875px 0 #ff5f62, -5.42896px -2.55468px 0 #ff5f62, -5.25784px -2.89052px 0 #ff5f62, -5.06597px -3.21496px 0 #ff5f62, -4.8541px -3.52671px 0 #ff5f62, -4.62308px -3.82454px 0 #ff5f62, -4.37381px -4.10728px 0 #ff5f62, -4.10728px -4.37381px 0 #ff5f62, -3.82454px -4.62308px 0 #ff5f62, -3.52671px -4.8541px 0 #ff5f62, -3.21496px -5.06597px 0 #ff5f62, -2.89052px -5.25784px 0 #ff5f62, -2.55468px -5.42896px 0 #ff5f62, -2.20875px -5.57866px 0 #ff5f62, -1.8541px -5.70634px 0 #ff5f62, -1.49214px -5.8115px 0 #ff5f62, -1.12429px -5.89372px 0 #ff5f62, -0.752px -5.95269px 0 #ff5f62, -0.37674px -5.98816px 0 #ff5f62, 0px -6px 0 #ff5f62, 0.37674px -5.98816px 0 #ff5f62, 0.752px -5.95269px 0 #ff5f62, 1.12429px -5.89372px 0 #ff5f62, 1.49214px -5.8115px 0 #ff5f62, 1.8541px -5.70634px 0 #ff5f62, 2.20875px -5.57866px 0 #ff5f62, 2.55468px -5.42896px 0 #ff5f62, 2.89052px -5.25784px 0 #ff5f62, 3.21496px -5.06597px 0 #ff5f62, 3.52671px -4.8541px 0 #ff5f62, 3.82454px -4.62308px 0 #ff5f62, 4.10728px -4.37381px 0 #ff5f62, 4.37381px -4.10728px 0 #ff5f62, 4.62308px -3.82454px 0 #ff5f62, 4.8541px -3.52671px 0 #ff5f62, 5.06597px -3.21496px 0 #ff5f62, 5.25784px -2.89052px 0 #ff5f62, 5.42896px -2.55468px 0 #ff5f62, 5.57866px -2.20875px 0 #ff5f62, 5.70634px -1.8541px 0 #ff5f62, 5.8115px -1.49214px 0 #ff5f62, 5.89372px -1.12429px 0 #ff5f62, 5.95269px -0.752px 0 #ff5f62, 5.98816px -0.37674px 0 #ff5f62, 6px 0px 0 #ff5f62, 5.98816px 0.37674px 0 #ff5f62, 5.95269px 0.752px 0 #ff5f62, 5.89372px 1.12429px 0 #ff5f62, 5.8115px 1.49214px 0 #ff5f62, 5.70634px 1.8541px 0 #ff5f62, 5.57866px 2.20875px 0 #ff5f62, 5.42896px 2.55468px 0 #ff5f62, 5.25784px 2.89052px 0 #ff5f62, 5.06597px 3.21496px 0 #ff5f62, 4.8541px 3.52671px 0 #ff5f62, 4.62308px 3.82454px 0 #ff5f62, 4.37381px 4.10728px 0 #ff5f62, 4.10728px 4.37381px 0 #ff5f62, 3.82454px 4.62308px 0 #ff5f62, 3.52671px 4.8541px 0 #ff5f62, 3.21496px 5.06597px 0 #ff5f62, 2.89052px 5.25784px 0 #ff5f62, 2.55468px 5.42896px 0 #ff5f62, 2.20875px 5.57866px 0 #ff5f62, 1.8541px 5.70634px 0 #ff5f62, 1.49214px 5.8115px 0 #ff5f62, 1.12429px 5.89372px 0 #ff5f62, 0.752px 5.95269px 0 #ff5f62, 0.37674px 5.98816px 0 #ff5f62, 0px 6px 0 #ff5f62, -0.37674px 5.98816px 0 #ff5f62, -0.752px 5.95269px 0 #ff5f62, -1.12429px 5.89372px 0 #ff5f62, -1.49214px 5.8115px 0 #ff5f62, -1.8541px 5.70634px 0 #ff5f62, -2.20875px 5.57866px 0 #ff5f62, -2.55468px 5.42896px 0 #ff5f62, -2.89052px 5.25784px 0 #ff5f62, -3.21496px 5.06597px 0 #ff5f62, -3.52671px 4.8541px 0 #ff5f62, -3.82454px 4.62308px 0 #ff5f62, -4.10728px 4.37381px 0 #ff5f62, -4.37381px 4.10728px 0 #ff5f62, -4.62308px 3.82454px 0 #ff5f62, -4.8541px 3.52671px 0 #ff5f62, -5.06597px 3.21496px 0 #ff5f62, -5.25784px 2.89052px 0 #ff5f62, -5.42896px 2.55468px 0 #ff5f62, -5.57866px 2.20875px 0 #ff5f62, -5.70634px 1.8541px 0 #ff5f62, -5.8115px 1.49214px 0 #ff5f62, -5.89372px 1.12429px 0 #ff5f62, -5.95269px 0.752px 0 #ff5f62, -5.98816px 0.37674px 0 #ff5f62, -6px 0px 0 #ff5f62, -5.98816px -0.37674px 0 #ff5f62, -5.95269px -0.752px 0 #ff5f62, -5.89372px -1.12429px 0 #ff5f62, -5.8115px -1.49214px 0 #ff5f62, -5.70634px -1.8541px 0 #ff5f62, -5.57866px -2.20875px 0 #ff5f62, -5.42896px -2.55468px 0 #ff5f62, -5.25784px -2.89052px 0 #ff5f62, -5.06597px -3.21496px 0 #ff5f62, -4.8541px -3.52671px 0 #ff5f62, -4.62308px -3.82454px 0 #ff5f62, -4.37381px -4.10728px 0 #ff5f62, -4.10728px -4.37381px 0 #ff5f62, -3.82454px -4.62308px 0 #ff5f62, -3.52671px -4.8541px 0 #ff5f62, -3.21496px -5.06597px 0 #ff5f62, -2.89052px -5.25784px 0 #ff5f62, -2.55468px -5.42896px 0 #ff5f62, -2.20875px -5.57866px 0 #ff5f62, -1.8541px -5.70634px 0 #ff5f62, -1.49214px -5.8115px 0 #ff5f62, -1.12429px -5.89372px 0 #ff5f62, -0.752px -5.95269px 0 #ff5f62, -0.37674px -5.98816px 0 #ff5f62, 0px -6px 0 #ff5f62, 0.37674px -5.98816px 0 #ff5f62, 0.752px -5.95269px 0 #ff5f62, 1.12429px -5.89372px 0 #ff5f62, 1.49214px -5.8115px 0 #ff5f62, 1.8541px -5.70634px 0 #ff5f62, 2.20875px -5.57866px 0 #ff5f62, 2.55468px -5.42896px 0 #ff5f62, 2.89052px -5.25784px 0 #ff5f62, 3.21496px -5.06597px 0 #ff5f62, 3.52671px -4.8541px 0 #ff5f62, 3.82454px -4.62308px 0 #ff5f62, 4.10728px -4.37381px 0 #ff5f62, 4.37381px -4.10728px 0 #ff5f62, 4.62308px -3.82454px 0 #ff5f62, 4.8541px -3.52671px 0 #ff5f62, 5.06597px -3.21496px 0 #ff5f62, 5.25784px -2.89052px 0 #ff5f62, 5.42896px -2.55468px 0 #ff5f62, 5.57866px -2.20875px 0 #ff5f62, 5.70634px -1.8541px 0 #ff5f62, 5.8115px -1.49214px 0 #ff5f62, 5.89372px -1.12429px 0 #ff5f62, 5.95269px -0.752px 0 #ff5f62, 5.98816px -0.37674px 0 #ff5f62, 6px 0px 0 #ff5f62, 5.98816px 0.37674px 0 #ff5f62, 5.95269px 0.752px 0 #ff5f62, 5.89372px 1.12429px 0 #ff5f62, 5.8115px 1.49214px 0 #ff5f62, 5.70634px 1.8541px 0 #ff5f62, 5.57866px 2.20875px 0 #ff5f62, 5.42896px 2.55468px 0 #ff5f62, 5.25784px 2.89052px 0 #ff5f62, 5.06597px 3.21496px 0 #ff5f62, 4.8541px 3.52671px 0 #ff5f62, 4.62308px 3.82454px 0 #ff5f62, 4.37381px 4.10728px 0 #ff5f62, 4.10728px 4.37381px 0 #ff5f62, 3.82454px 4.62308px 0 #ff5f62, 3.52671px 4.8541px 0 #ff5f62, 3.21496px 5.06597px 0 #ff5f62, 2.89052px 5.25784px 0 #ff5f62, 2.55468px 5.42896px 0 #ff5f62, 2.20875px 5.57866px 0 #ff5f62, 1.8541px 5.70634px 0 #ff5f62, 1.49214px 5.8115px 0 #ff5f62, 1.12429px 5.89372px 0 #ff5f62, 0.752px 5.95269px 0 #ff5f62, 0.37674px 5.98816px 0 #ff5f62, 0px 6px 0 #ff5f62, -0.37674px 5.98816px 0 #ff5f62, -0.752px 5.95269px 0 #ff5f62, -1.12429px 5.89372px 0 #ff5f62, -1.49214px 5.8115px 0 #ff5f62, -1.8541px 5.70634px 0 #ff5f62, -2.20875px 5.57866px 0 #ff5f62, -2.55468px 5.42896px 0 #ff5f62, -2.89052px 5.25784px 0 #ff5f62, -3.21496px 5.06597px 0 #ff5f62, -3.52671px 4.8541px 0 #ff5f62, -3.82454px 4.62308px 0 #ff5f62, -4.10728px 4.37381px 0 #ff5f62, -4.37381px 4.10728px 0 #ff5f62, -4.62308px 3.82454px 0 #ff5f62, -4.8541px 3.52671px 0 #ff5f62, -5.06597px 3.21496px 0 #ff5f62, -5.25784px 2.89052px 0 #ff5f62, -5.42896px 2.55468px 0 #ff5f62, -5.57866px 2.20875px 0 #ff5f62, -5.70634px 1.8541px 0 #ff5f62, -5.8115px 1.49214px 0 #ff5f62, -5.89372px 1.12429px 0 #ff5f62, -5.95269px 0.752px 0 #ff5f62, -5.98816px 0.37674px 0 #ff5f62, -6px 0px 0 #ff5f62, -5.98816px -0.37674px 0 #ff5f62, -5.95269px -0.752px 0 #ff5f62, -5.89372px -1.12429px 0 #ff5f62, -5.8115px -1.49214px 0 #ff5f62, -5.70634px -1.8541px 0 #ff5f62, -5.57866px -2.20875px 0 #ff5f62, -5.42896px -2.55468px 0 #ff5f62, -5.25784px -2.89052px 0 #ff5f62, -5.06597px -3.21496px 0 #ff5f62, -4.8541px -3.52671px 0 #ff5f62;
}
@media only screen and (max-width: 47.9375em) {
  /* line 1676, ../sass/_chart.scss */
  .header-dispatch h1 {
    font-size: 60px !important;
    line-height: 0.9em;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* line 1676, ../sass/_chart.scss */
  .header-dispatch h1 {
    font-size: 40px !important;
  }
}

/*==============================*/
/*BREADCRUMB*/
/*==============================*/
/* line 1724, ../sass/_chart.scss */
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
/* line 1728, ../sass/_chart.scss */
.breadcrumb ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0;
}
/* line 1733, ../sass/_chart.scss */
.breadcrumb ul li:before {
  content: ">";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background: transparent;
  font-family: 'Montserrat';
  color: currentColor;
  font-size: 17px;
}
/* line 1747, ../sass/_chart.scss */
.breadcrumb ul li:first-child:before {
  display: none;
}
/* line 1751, ../sass/_chart.scss */
.breadcrumb ul li a, .breadcrumb ul li span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 4px;
  color: black;
  text-decoration: none;
}

/*==============================*/
/*RESEAU SOCIAL ARTICLE*/
/*==============================*/
/* line 1766, ../sass/_chart.scss */
.bk-link-social {
  position: absolute;
  top: calc(100% + 20px);
  right: 40px;
}
/* line 1771, ../sass/_chart.scss */
.page-kids .bk-link-social, .page-fans .bk-link-social {
  top: auto;
  bottom: 0;
}
/* line 1774, ../sass/_chart.scss */
.page-kids .bk-link-social ul li a span[class^=ico], .page-fans .bk-link-social ul li a span[class^=ico] {
  color: white;
}
/* line 1779, ../sass/_chart.scss */
.bk-link-social ul {
  margin: 0;
  padding: 0;
}
/* line 1783, ../sass/_chart.scss */
.bk-link-social ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0 8px;
}
/* line 1788, ../sass/_chart.scss */
.bk-link-social ul li:before {
  display: none;
}
/* line 1792, ../sass/_chart.scss */
.bk-link-social ul li a {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  text-indent: -9000px;
}
/* line 1799, ../sass/_chart.scss */
.bk-link-social ul li a span[class^=ico] {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-indent: 0;
  color: #a0a0a0;
}
/* line 1808, ../sass/_chart.scss */
.bk-link-social ul li a span[class^=ico]:before {
  -moz-transition: ease, 0.6s;
  -o-transition: ease, 0.6s;
  -webkit-transition: ease, 0.6s;
  transition: ease, 0.6s;
}
/* line 1811, ../sass/_chart.scss */
.bk-link-social ul li a span[class^=ico]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: 'icomoon';
  color: #ff9d36;
  -moz-transition: scale(0);
  -o-transition: scale(0);
  -webkit-transition: scale(0);
  transition: scale(0);
  opacity: 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 1825, ../sass/_chart.scss */
.bk-link-social ul li a span[class^=ico].icon-fb {
  font-size: 28px;
}
/* line 1828, ../sass/_chart.scss */
.bk-link-social ul li a span[class^=ico].icon-fb:after {
  content: "\e90b";
  font-size: 28px;
}
/* line 1833, ../sass/_chart.scss */
.bk-link-social ul li a span[class^=ico].icon-twitter {
  font-size: 22px;
}
/* line 1836, ../sass/_chart.scss */
.bk-link-social ul li a span[class^=ico].icon-twitter:after {
  content: "\e902";
  font-size: 22px;
}
/* line 1841, ../sass/_chart.scss */
.bk-link-social ul li a span[class^=ico].icon-mail {
  font-size: 20px;
}
/* line 1844, ../sass/_chart.scss */
.bk-link-social ul li a span[class^=ico].icon-mail:after {
  content: "\e90f";
  font-size: 20px;
}
/* line 1851, ../sass/_chart.scss */
.bk-link-social ul li a.active span[class^=ico] {
  color: #ff9d36;
}
/* line 1853, ../sass/_chart.scss */
.bk-link-social ul li a.active span[class^=ico]:after {
  -webkit-animation: scaleFade 0.5s forwards;
  -moz-animation: scaleFade 0.5s forwards;
  animation: scaleFade 0.5s forwards;
}
@-webkit-keyframes scaleFade {
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
}
@-moz-keyframes scaleFade {
  50% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(2);
  }
}
@keyframes scaleFade {
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@media only screen and (max-width: 47.9375em) {
  /* line 1766, ../sass/_chart.scss */
  .bk-link-social {
    top: calc(100% + 12px);
    right: 12px;
  }
}

/*==============================*/
/*BUTTON SUMMARY ARTICLE*/
/*==============================*/
/* line 1906, ../sass/_chart.scss */
.bg-bk-summary {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.74);
}

/* line 1916, ../sass/_chart.scss */
.bk-summary {
  position: fixed;
  top: 50%;
  right: 0;
  width: 124px;
  height: 186px;
  filter: url("#goo");
  transform: translate3d(0, -50%, 0);
  backface-visibility: hidden;
  z-index: 2;
}
/* line 1928, ../sass/_chart.scss */
.bk-summary:hover, .bk-summary:focus {
  width: auto;
  height: auto;
}
/* line 1932, ../sass/_chart.scss */
.bk-summary .js-bug-render {
  position: absolute;
}
/* line 1935, ../sass/_chart.scss */
.bk-summary.is-open {
  width: auto;
  height: auto;
}
/* line 1939, ../sass/_chart.scss */
.bk-summary.is-open button {
  background: #ff9d36;
  box-shadow: none;
  transition-timing-function: linear;
  transition-duration: 200ms;
  transform: scale(0.8, 0.8) translate3d(0, -50%, 0);
}
/* line 1946, ../sass/_chart.scss */
.bk-summary.is-open button:hover {
  transform: scale(0.8, 0.8) translate3d(0, -50%, 0);
}
/* line 1950, ../sass/_chart.scss */
.bk-summary.is-open button .text {
  color: white;
}
/* line 1953, ../sass/_chart.scss */
.bk-summary.is-open button + .menu-summary {
  transition-timing-function: cubic-bezier(0, 0.48, 0, 0.98);
  transition-duration: 600ms;
  transform: translate3d(-107px, 0, 0) scale(1);
}
/* line 1962, ../sass/_chart.scss */
.bk-summary > svg {
  display: none;
}
/* line 1966, ../sass/_chart.scss */
.bk-summary button {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 144px;
  height: 144px;
  padding: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: white;
  border: none;
  transition: transform ease-out 200ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  transform: scale(1.1, 1.1) translate3d(0, -50%, 0);
  box-shadow: -5px 0px 19px #5a5757;
  backface-visibility: hidden;
  z-index: 2;
}
/* line 1984, ../sass/_chart.scss */
.bk-summary button:hover {
  transform: scale(1.2, 1.2) translate3d(0, -50%, 0);
}
/* line 1987, ../sass/_chart.scss */
.bk-summary button > * {
  margin-left: -30px;
}
/* line 1990, ../sass/_chart.scss */
.bk-summary button .text {
  margin-bottom: 10px;
  font-family: 'NeographikMTStd';
  font-size: 13px;
  color: #ff9d36;
  text-transform: uppercase;
  text-align: center;
}
/* line 1998, ../sass/_chart.scss */
.bk-summary button .svg {
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 auto;
  background: #ff9d36;
}
/* line 2006, ../sass/_chart.scss */
.bk-summary button .svg svg path {
  fill: white;
}
/* line 2013, ../sass/_chart.scss */
.bk-summary .menu-summary {
  background: transparent;
  color: white;
  background: #ff9d36;
  border-top: 10px solid #ff9d36;
  border-bottom: 10px solid #ff9d36;
  border-left: 12px solid #ff9d36;
  border-right: 12px solid #ff9d36;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  transform: translate3d(130px, 0, 0) scale(0);
  transition: transform ease-out 200ms;
  transform-origin: right center;
  backface-visibility: hidden;
}
/* line 2027, ../sass/_chart.scss */
.bk-summary .menu-summary ul {
  position: relative;
  margin: 0;
  padding: 15px 40px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  background: white;
}
/* line 2034, ../sass/_chart.scss */
.bk-summary .menu-summary ul li {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 2038, ../sass/_chart.scss */
.bk-summary .menu-summary ul li:before {
  display: none;
}
/* line 2041, ../sass/_chart.scss */
.bk-summary .menu-summary ul li:last-child {
  margin: 0;
}
/* line 2044, ../sass/_chart.scss */
.bk-summary .menu-summary ul li a {
  color: black;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: ease, 0.2s;
  -o-transition: ease, 0.2s;
  -webkit-transition: ease, 0.2s;
  transition: ease, 0.2s;
}
/* line 2052, ../sass/_chart.scss */
.bk-summary .menu-summary ul li a:hover, .bk-summary .menu-summary ul li a.active {
  color: #ff9d36;
}
/* line 2059, ../sass/_chart.scss */
.bk-summary #open {
  visibility: hidden;
}
@media only screen and (max-width: 47.9375em) {
  /* line 1916, ../sass/_chart.scss */
  .bk-summary {
    top: auto;
    bottom: 0;
    transform: translate3d(0, 0, 0);
  }
  /* line 2068, ../sass/_chart.scss */
  .bk-summary button {
    width: 70px;
    height: 70px;
    transform: translate(0) !important;
  }
  /* line 2072, ../sass/_chart.scss */
  .bk-summary button .text {
    display: none;
  }
  /* line 2076, ../sass/_chart.scss */
  .bk-summary .menu-summary {
    max-width: 250px;
    border: 5px solid #ff9d36;
  }
  /* line 2079, ../sass/_chart.scss */
  .bk-summary .menu-summary ul {
    padding: 15px;
  }
  /* line 2081, ../sass/_chart.scss */
  .bk-summary .menu-summary ul li {
    margin-bottom: 10px;
  }
  /* line 2083, ../sass/_chart.scss */
  .bk-summary .menu-summary ul li a {
    font-size: 13px;
  }
  /* line 2092, ../sass/_chart.scss */
  .bk-summary.is-open button + .menu-summary {
    transform: translate3d(-47px, 0, 0) scale(1);
  }
}

/* line 2100, ../sass/_chart.scss */
.bg-cover-body {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #EFEFEF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 2113, ../sass/_chart.scss */
.error-page .site-content {
  position: relative;
  text-align: center;
  padding: 200px 0 50px;
}
@media only screen and (max-width: 63.9375em) {
  /* line 2113, ../sass/_chart.scss */
  .error-page .site-content {
    padding: 50px 0;
  }
}
/* line 2121, ../sass/_chart.scss */
.error-page .bk-error-page {
  display: inline-block;
  width: 375px;
  height: 375px;
  position: relative;
  background-color: white;
  border-radius: 50%;
}
/* line 2128, ../sass/_chart.scss */
.error-page .bk-error-page .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px;
}
/* line 2136, ../sass/_chart.scss */
.error-page .bk-error-page .error-text {
  margin-bottom: 40px;
  font-family: 'NeographikMTStd';
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1em;
}
/* line 2142, ../sass/_chart.scss */
.error-page .bk-error-page .error-text .num {
  font-size: 135px;
  line-height: 1.1em;
}
@media only screen and (max-width: 63.9375em) {
  /* line 2121, ../sass/_chart.scss */
  .error-page .bk-error-page {
    width: 280px;
    height: 280px;
  }
  /* line 2150, ../sass/_chart.scss */
  .error-page .bk-error-page .content {
    padding: 10px;
  }
  /* line 2153, ../sass/_chart.scss */
  .error-page .bk-error-page .error-text {
    margin-bottom: 20px;
    font-size: 17px;
  }
  /* line 2156, ../sass/_chart.scss */
  .error-page .bk-error-page .error-text .num {
    font-size: 100px;
  }
}

/* line 2165, ../sass/_chart.scss */
.section-forgot-pswd {
  text-align: center;
  position: relative;
  margin: 110px 0 0 0;
  padding: 40px 0 60px;
  background: #eaeae9;
}
/* line 2173, ../sass/_chart.scss */
.section-forgot-pswd.visible:before {
  top: -110px;
}
/* line 2178, ../sass/_chart.scss */
.section-forgot-pswd:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 110px;
  top: 0;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  background: transparent url("../images/texture-top-section-login.png") repeat left top;
}
/* line 2189, ../sass/_chart.scss */
.section-forgot-pswd form {
  max-width: 750px;
  margin: 0 auto;
}

/* line 2196, ../sass/_chart.scss */
.section-bg-perso-orange {
  position: relative;
  margin: 110px 0 0 0;
  padding: 40px 0 60px;
  background: #ff8c05;
}
/* line 2203, ../sass/_chart.scss */
.section-bg-perso-orange.visible:before {
  top: -110px;
}
/* line 2208, ../sass/_chart.scss */
.section-bg-perso-orange:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 110px;
  top: 0;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  background: transparent url("../images/texture-top-section-rubrique.png") repeat left top;
}

/* line 2220, ../sass/_chart.scss */
.section {
  padding: 50px 0;
}
/* line 2222, ../sass/_chart.scss */
.section.tilt {
  margin-top: -40px;
}
/* line 2224, ../sass/_chart.scss */
.section.tilt.-down {
  clip-path: polygon(0% 0%, 100% 40px, 100% 100%, 0% 100%);
}
/* line 2227, ../sass/_chart.scss */
.section.tilt.-up {
  clip-path: polygon(0% 40px, 100% 0, 100% 100%, 0% 100%);
}
/* line 2231, ../sass/_chart.scss */
.section.textured {
  padding-top: 0px;
}
/* line 2233, ../sass/_chart.scss */
.section.textured:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  background: url(../images/texture-point.svg) repeat-x;
  margin-bottom: 50px;
}
@media only screen and (max-width: 47.9375em) {
  /* line 2220, ../sass/_chart.scss */
  .section {
    padding: 30px 0;
  }
  /* line 2246, ../sass/_chart.scss */
  .section.tilt {
    margin-top: -20px;
  }
  /* line 2248, ../sass/_chart.scss */
  .section.tilt.-down {
    clip-path: polygon(0% 0%, 100% 20px, 100% 100%, 0% 100%);
  }
  /* line 2251, ../sass/_chart.scss */
  .section.tilt.-up {
    clip-path: polygon(0% 20px, 100% 0, 100% 100%, 0% 100%);
  }
  /* line 2256, ../sass/_chart.scss */
  .section.textured:before {
    margin-bottom: 30px;
  }
}

/* line 2262, ../sass/_chart.scss */
.bg-white {
  background-color: white;
}

/* line 2265, ../sass/_chart.scss */
.bg-blue {
  background-color: #14a0dc;
}

/* line 2268, ../sass/_chart.scss */
.bg-orange {
  background-color: #ff8c05;
}

/* line 2271, ../sass/_chart.scss */
.color-black {
  color: black;
}

/* line 2274, ../sass/_chart.scss */
.white-text {
  color: white;
}

/* line 2277, ../sass/_chart.scss */
.section-univers {
  background-size: cover;
  background-position: 50% 100%;
}

/* line 2281, ../sass/_chart.scss */
.section-episodes {
  position: relative;
  overflow: hidden;
}

/*------------------------------------------------
- Ici, tous les styles propres aux pages.
- Dans cette partie, on cible les pages pour attribuer des styles
------------------------------------------------*/
/*==============================*/
/*PAGE CHART*/
/*==============================*/
/* line 12, ../sass/_pages.scss */
#page-chart .row-3 .col {
  float: left;
  direction: ltr;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33333%;
}
@media screen and (max-width: 479px) {
  /* line 12, ../sass/_pages.scss */
  #page-chart .row-3 .col {
    width: 100%;
  }
}

/*==============================*/
/*PAGE EVENT*/
/*==============================*/
@keyframes bounce {
  0%,
	100%,
	20%,
	50%,
	80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
/* line 44, ../sass/_pages.scss */
#page-event .section-evenement {
  position: relative;
  overflow: hidden;
}
/* line 47, ../sass/_pages.scss */
#page-event .section-evenement .mask-deco {
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
  height: 229px;
  background: url("../images/points.png") repeat-x center top;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
/* line 55, ../sass/_pages.scss */
#page-event .section-evenement .mask-deco:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  height: 5000px;
  background: white;
}
/* line 65, ../sass/_pages.scss */
.pace-done #page-event .section-evenement .mask-deco, .pace-timeout #page-event .section-evenement .mask-deco {
  bottom: 0;
}
/* line 70, ../sass/_pages.scss */
#page-event .section-evenement .main-illu img {
  display: block;
  width: 100%;
}
/* line 75, ../sass/_pages.scss */
#page-event .section-evenement .btn-scrolldown {
  opacity: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  bottom: 110px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 111px;
  height: 111px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 14px solid #f28745;
  background-color: white;
  z-index: 2;
  color: black;
  font-size: 24px;
  text-decoration: none;
}
/* line 38, ../sass/_mixins.scss */
.pace-done #page-event .section-evenement .btn-scrolldown, .pace-timeout #page-event .section-evenement .btn-scrolldown {
  opacity: 1;
}
/* line 90, ../sass/_pages.scss */
#page-event .section-evenement .btn-scrolldown .icon-arrow-b {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 95, ../sass/_pages.scss */
#page-event .section-evenement .btn-scrolldown .icon-arrow-b:before {
  display: inline-block;
  -moz-animation: bounce 2s infinite 2s;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  margin-top: 10px;
}
/* line 103, ../sass/_pages.scss */
#page-event .section-evenement .btn-scrolldown:hover, #page-event .section-evenement .btn-scrolldown:focus {
  -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 79.9375em) {
  /* line 111, ../sass/_pages.scss */
  #page-event .section-evenement .btn-scrolldown {
    width: 60px;
    height: 60px;
    font-size: 14px;
    bottom: 50px;
    border-width: 5px;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* line 121, ../sass/_pages.scss */
  #page-event .section-evenement .mask-deco {
    height: 100px;
    background-size: auto 100px;
  }
}
/* line 129, ../sass/_pages.scss */
#page-event .section-edito {
  opacity: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  padding-bottom: 20px;
}
/* line 38, ../sass/_mixins.scss */
.pace-done #page-event .section-edito, .pace-timeout #page-event .section-edito {
  opacity: 1;
}
/* line 136, ../sass/_pages.scss */
#page-event .section-edito .grid-6:first-child {
  text-align: center;
}
/* line 140, ../sass/_pages.scss */
#page-event .section-edito h2, #page-event .section-edito .desc {
  max-width: 485px;
}
/* line 143, ../sass/_pages.scss */
#page-event .section-edito h2 {
  font-size: 58px;
  color: #f28745;
  margin-bottom: 25px;
}
/* line 148, ../sass/_pages.scss */
#page-event .section-edito .desc {
  text-align: justify;
}
/* line 151, ../sass/_pages.scss */
#page-event .section-edito .btn-wrapper {
  display: inline-block;
  position: relative;
  width: 330px;
  max-width: 100%;
}
/* line 157, ../sass/_pages.scss */
#page-event .section-edito .btn-wrapper .btn, #page-event .section-edito .btn-wrapper .tabs-primary.tabs.primary a, .tabs-primary.tabs.primary #page-event .section-edito .btn-wrapper a {
  width: 100%;
}
/* line 161, ../sass/_pages.scss */
#page-event .section-edito .btn-wrapper .illus-side-btn {
  position: absolute;
  left: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -45px;
  pointer-events: none;
}
@media only screen and (max-width: 99.9375em) {
  /* line 174, ../sass/_pages.scss */
  #page-event .section-edito .btn-wrapper .illus-side-btn {
    width: 170px;
  }
}
@media only screen and (max-width: 79.9375em) {
  /* line 182, ../sass/_pages.scss */
  #page-event .section-edito h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 63.9375em) {
  /* line 129, ../sass/_pages.scss */
  #page-event .section-edito {
    text-align: center;
  }
  /* line 189, ../sass/_pages.scss */
  #page-event .section-edito h2, #page-event .section-edito .desc {
    max-width: none;
  }
  /* line 192, ../sass/_pages.scss */
  #page-event .section-edito .desc {
    text-align: center;
  }
  /* line 197, ../sass/_pages.scss */
  #page-event .section-edito .grid-6:first-child img {
    width: 600px;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* line 205, ../sass/_pages.scss */
  #page-event .section-edito h2 {
    font-size: 26px;
  }
  /* line 209, ../sass/_pages.scss */
  #page-event .section-edito .btn-wrapper {
    display: block;
    width: auto;
    margin-right: 0px;
  }
  /* line 213, ../sass/_pages.scss */
  #page-event .section-edito .btn-wrapper .illus-side-btn {
    display: block;
    margin: 0 auto;
    position: static;
    left: auto;
    top: auto;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 227, ../sass/_pages.scss */
#page-event .section-medias {
  opacity: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: black;
  height: 0;
  padding-bottom: 35%;
  position: relative;
  overflow: hidden;
}
/* line 38, ../sass/_mixins.scss */
.pace-done #page-event .section-medias, .pace-timeout #page-event .section-medias {
  opacity: 1;
}
/* line 235, ../sass/_pages.scss */
#page-event .section-medias .main-media-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 243, ../sass/_pages.scss */
#page-event .section-medias .main-media-wrapper .media-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
/* line 252, ../sass/_pages.scss */
#page-event .section-medias .main-media-wrapper .media-content.type-image, #page-event .section-medias .main-media-wrapper .media-content.type-gif {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 256, ../sass/_pages.scss */
#page-event .section-medias .main-media-wrapper .media-content.type-image .legend, #page-event .section-medias .main-media-wrapper .media-content.type-gif .legend {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  color: white;
  text-shadow: 0 0 5px #545454;
}
/* line 264, ../sass/_pages.scss */
#page-event .section-medias .main-media-wrapper .media-content.type-image .legend .site-content > *, #page-event .section-medias .main-media-wrapper .media-content.type-gif .legend .site-content > * {
  max-width: 600px;
}
/* line 266, ../sass/_pages.scss */
#page-event .section-medias .main-media-wrapper .media-content.type-image .legend .site-content > *:last-child, #page-event .section-medias .main-media-wrapper .media-content.type-gif .legend .site-content > *:last-child {
  margin-bottom: 0;
}
/* line 273, ../sass/_pages.scss */
#page-event .section-medias .main-media-wrapper .media-content.type-gif {
  -moz-background-size: auto;
  -o-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
}
@media only screen and (max-width: 47.9375em) {
  /* line 273, ../sass/_pages.scss */
  #page-event .section-medias .main-media-wrapper .media-content.type-gif {
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
/* line 279, ../sass/_pages.scss */
#page-event .section-medias .main-media-wrapper .media-content.type-video-first {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 286, ../sass/_pages.scss */
#page-event .section-medias .main-media-wrapper .media-content.type-video-first .play-wrapper {
  position: absolute;
  left: 0;
  bottom: 50px;
  right: 0;
}
/* line 291, ../sass/_pages.scss */
#page-event .section-medias .main-media-wrapper .media-content.type-video-first .play-wrapper .site-content {
  display: block;
}
@media only screen and (max-width: 63.9375em) {
  /* line 286, ../sass/_pages.scss */
  #page-event .section-medias .main-media-wrapper .media-content.type-video-first .play-wrapper {
    bottom: 10px;
  }
}
/* line 298, ../sass/_pages.scss */
#page-event .section-medias .main-media-wrapper .media-content.type-video-first .icon-play {
  display: inline-block;
  width: 75px;
  height: 75px;
  border: 5px solid currentColor;
  color: black;
  font-size: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
/* line 307, ../sass/_pages.scss */
#page-event .section-medias .main-media-wrapper .media-content.type-video-first .icon-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 5px;
}
/* line 318, ../sass/_pages.scss */
#page-event .section-medias .mask-top, #page-event .section-medias .mask-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background-color: #ff9d36;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 326, ../sass/_pages.scss */
#page-event .section-medias .mask-top {
  top: 0;
}
/* line 329, ../sass/_pages.scss */
#page-event .section-medias .mask-bottom {
  bottom: 0;
}
/* line 332, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ff9d36;
  color: white;
  width: 50%;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 343, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .btn-more {
  position: absolute;
  right: 110%;
  top: 50%;
  -moz-transform: translate(-130px, -50%);
  -ms-transform: translate(-130px, -50%);
  -webkit-transform: translate(-130px, -50%);
  transform: translate(-130px, -50%);
}
/* line 349, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .btn-more .btn, #page-event .section-medias .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a, .tabs-primary.tabs.primary #page-event .section-medias .media-selector-wrapper .btn-more a {
  width: 75px;
  height: 75px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  color: #ff9d36;
  border-color: currentColor;
  background: white;
  border-width: 7px;
}
/* line 358, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .btn-more .btn [class*="icon-"], #page-event .section-medias .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a [class*="icon-"], .tabs-primary.tabs.primary #page-event .section-medias .media-selector-wrapper .btn-more a [class*="icon-"] {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 364, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .btn-more .btn [class*="icon-"]:first-child, #page-event .section-medias .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a [class*="icon-"]:first-child, .tabs-primary.tabs.primary #page-event .section-medias .media-selector-wrapper .btn-more a [class*="icon-"]:first-child {
  font-size: 37px;
}
/* line 367, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .btn-more .btn [class*="icon-"]:last-child, #page-event .section-medias .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a [class*="icon-"]:last-child, .tabs-primary.tabs.primary #page-event .section-medias .media-selector-wrapper .btn-more a [class*="icon-"]:last-child {
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: white;
}
/* line 374, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .btn-more .text-btn {
  position: absolute;
  top: 100px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 22px;
  white-space: nowrap;
  color: white;
  text-shadow: 0 0 5px #545454;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 387, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector {
  text-align: center;
}
/* line 389, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector .scroll-custom {
  position: absolute;
  left: 10px;
  top: 20px;
  right: 10px;
  bottom: 20px;
}
/* line 395, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector .scroll-custom > .scroll-custom {
  top: 0;
  bottom: 0;
  left: 0;
}
/* line 400, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector .scroll-custom.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-color: white;
}
/* line 403, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector .scroll-custom.scrollbar-chrome > .scroll-element .scroll-element_track {
  background-color: white;
  border-color: white;
}
/* line 407, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector .scroll-custom.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #ff9d36;
  border-color: #ff9d36;
}
/* line 412, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector ul {
  display: inline-block;
  width: 760px;
  max-width: 90%;
  text-align: left;
}
/* line 418, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector ul li {
  *zoom: 1;
  margin-bottom: 10px;
}
/* line 47, ../sass/_mixins.scss */
#page-event .section-medias .media-selector-wrapper .media-selector ul li:before, #page-event .section-medias .media-selector-wrapper .media-selector ul li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 421, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector ul li:before {
  background-color: transparent;
}
/* line 425, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector ul li a {
  text-decoration: none;
  display: block;
}
/* line 428, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector ul li a span {
  display: inline-block;
  overflow: hidden;
  border: 2px solid white;
}
/* line 434, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector ul li a img {
  display: block;
  -moz-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 440, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector ul li a:hover img, #page-event .section-medias .media-selector-wrapper .media-selector ul li a:focus img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* line 445, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector ul li a.active span {
  border-color: #009edc;
  border-width: 6px;
}
/* line 449, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector ul li a.active:hover, #page-event .section-medias .media-selector-wrapper .media-selector ul li a.active:focus {
  cursor: default;
}
/* line 451, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector ul li a.active:hover img, #page-event .section-medias .media-selector-wrapper .media-selector ul li a.active:focus img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 458, ../sass/_pages.scss */
#page-event .section-medias .media-selector-wrapper .media-selector ul li:nth-child(even) a {
  float: right;
}
/* line 469, ../sass/_pages.scss */
#page-event .section-medias.is-open .main-media-wrapper {
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
/* line 472, ../sass/_pages.scss */
#page-event .section-medias.is-open .media-selector-wrapper {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 476, ../sass/_pages.scss */
#page-event .section-medias.is-open .media-selector-wrapper .btn-more .btn, #page-event .section-medias.is-open .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a, .tabs-primary.tabs.primary #page-event .section-medias.is-open .media-selector-wrapper .btn-more a {
  color: white;
  background-color: #ff9d36;
}
/* line 479, ../sass/_pages.scss */
#page-event .section-medias.is-open .media-selector-wrapper .btn-more .btn:after, #page-event .section-medias.is-open .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a:after, .tabs-primary.tabs.primary #page-event .section-medias.is-open .media-selector-wrapper .btn-more a:after {
  display: none;
}
/* line 483, ../sass/_pages.scss */
#page-event .section-medias.is-open .media-selector-wrapper .btn-more .btn [class*="icon-"]:first-child, #page-event .section-medias.is-open .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a [class*="icon-"]:first-child, .tabs-primary.tabs.primary #page-event .section-medias.is-open .media-selector-wrapper .btn-more a [class*="icon-"]:first-child {
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
/* line 486, ../sass/_pages.scss */
#page-event .section-medias.is-open .media-selector-wrapper .btn-more .btn [class*="icon-"]:last-child, #page-event .section-medias.is-open .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a [class*="icon-"]:last-child, .tabs-primary.tabs.primary #page-event .section-medias.is-open .media-selector-wrapper .btn-more a [class*="icon-"]:last-child {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
/* line 491, ../sass/_pages.scss */
#page-event .section-medias.is-open .media-selector-wrapper .btn-more .text-btn {
  opacity: 0;
}
/* line 496, ../sass/_pages.scss */
#page-event .section-medias.is-open .mask-top, #page-event .section-medias.is-open .mask-bottom {
  padding-top: 4%;
}
@media only screen and (max-width: 79.9375em) {
  /* line 227, ../sass/_pages.scss */
  #page-event .section-medias {
    padding-bottom: 45%;
  }
  /* line 506, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .btn-more {
    right: 100%;
    -moz-transform: translate(-100px, -50%);
    -ms-transform: translate(-100px, -50%);
    -webkit-transform: translate(-100px, -50%);
    transform: translate(-100px, -50%);
  }
  /* line 510, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .btn-more .btn, #page-event .section-medias .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a, .tabs-primary.tabs.primary #page-event .section-medias .media-selector-wrapper .btn-more a {
    width: 50px;
    height: 50px;
  }
  /* line 514, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .btn-more .btn [class*="icon-"]:first-child, #page-event .section-medias .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a [class*="icon-"]:first-child, .tabs-primary.tabs.primary #page-event .section-medias .media-selector-wrapper .btn-more a [class*="icon-"]:first-child {
    font-size: 25px;
  }
  /* line 519, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .btn-more .text-btn {
    top: 60px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 63.9375em) {
  /* line 529, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .btn-more {
    right: 100%;
    -moz-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    -webkit-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
  }
  /* line 533, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .btn-more .btn, #page-event .section-medias .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a, .tabs-primary.tabs.primary #page-event .section-medias .media-selector-wrapper .btn-more a {
    width: 50px;
    height: 50px;
  }
  /* line 537, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .btn-more .btn [class*="icon-"]:first-child, #page-event .section-medias .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a [class*="icon-"]:first-child, .tabs-primary.tabs.primary #page-event .section-medias .media-selector-wrapper .btn-more a [class*="icon-"]:first-child {
    font-size: 25px;
  }
  /* line 542, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .btn-more .text-btn {
    display: none;
  }
  /* line 546, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .media-selector {
    text-align: left;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* line 227, ../sass/_pages.scss */
  #page-event .section-medias {
    padding-bottom: 60%;
  }
  /* line 561, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper {
    width: 250px;
  }
  /* line 569, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .media-selector {
    text-align: left;
  }
  /* line 573, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .media-selector ul li a {
    max-width: none;
  }
  /* line 575, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .media-selector ul li a span {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
  }
  /* line 580, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .media-selector ul li a figcaption {
    vertical-align: middle;
    display: inline-block;
    width: 65%;
  }
  /* line 588, ../sass/_pages.scss */
  #page-event .section-medias .media-selector-wrapper .media-selector ul li a.active span {
    border-width: 2px;
  }
  /* line 599, ../sass/_pages.scss */
  #page-event .section-medias.is-open .main-media-wrapper {
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  /* line 602, ../sass/_pages.scss */
  #page-event .section-medias.is-open .media-selector-wrapper {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  /* line 608, ../sass/_pages.scss */
  #page-event .section-medias.is-open .media-selector-wrapper .btn-more .btn [class*="icon-"]:first-child, #page-event .section-medias.is-open .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a [class*="icon-"]:first-child, .tabs-primary.tabs.primary #page-event .section-medias.is-open .media-selector-wrapper .btn-more a [class*="icon-"]:first-child {
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  /* line 611, ../sass/_pages.scss */
  #page-event .section-medias.is-open .media-selector-wrapper .btn-more .btn [class*="icon-"]:last-child, #page-event .section-medias.is-open .media-selector-wrapper .btn-more .tabs-primary.tabs.primary a [class*="icon-"]:last-child, .tabs-primary.tabs.primary #page-event .section-medias.is-open .media-selector-wrapper .btn-more a [class*="icon-"]:last-child {
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  /* line 616, ../sass/_pages.scss */
  #page-event .section-medias.is-open .media-selector-wrapper .btn-more .text-btn {
    opacity: 0;
  }
  /* line 621, ../sass/_pages.scss */
  #page-event .section-medias.is-open .mask-top, #page-event .section-medias.is-open .mask-bottom {
    padding-top: 4%;
  }
}

/*==============================*/
/*PAGE user*/
/*==============================*/
/* line 634, ../sass/_pages.scss */
.page-user main .site-content {
  max-width: 1000px;
}
/* line 636, ../sass/_pages.scss */
.page-user main .site-content .description {
  padding-top: 5px;
}
/* line 639, ../sass/_pages.scss */
.page-user main .site-content .description, .page-user main .site-content .fieldset-description {
  margin-bottom: 20px;
  font-size: 18px;
}
/* line 643, ../sass/_pages.scss */
.page-user main .site-content .form-actions.form-wrapper {
  text-align: center;
}

/*==============================*/
/*PAGE 2*/
/*==============================*/
/* line 654, ../sass/_pages.scss */
#page-home {
  position: relative;
  overflow: hidden;
}
/* line 658, ../sass/_pages.scss */
#page-home .section-choose-category {
  position: relative;
  margin-top: -50px;
  margin-bottom: -50px;
}
/* line 664, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-circle {
  position: absolute;
  top: -48px;
  left: 50%;
  width: 200px;
  height: 200px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}
/* line 673, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-circle .circle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -moz-transform: translate(-50%, 0) scale(0);
  -ms-transform: translate(-50%, 0) scale(0);
  -webkit-transform: translate(-50%, 0) scale(0);
  transform: translate(-50%, 0) scale(0);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmNmM2OCIvPjxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjZWY2YzY4Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ef6c68), color-stop(38%, #ef6c68), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(#ef6c68, #ef6c68 38%, rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-linear-gradient(#ef6c68, #ef6c68 38%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(#ef6c68, #ef6c68 38%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EF6C68), color-stop(38%, #EF6C68), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
/* line 685, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-circle .circle img {
  position: absolute;
  display: block;
  top: 30px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 693, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-circle .circle.visible {
  -moz-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}
/* line 697, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-circle .circle[data-section="explore-la-vie"] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmNmM2OCIvPjxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjZWY2YzY4Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ef6c68), color-stop(38%, #ef6c68), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(#ef6c68, #ef6c68 38%, rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-linear-gradient(#ef6c68, #ef6c68 38%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(#ef6c68, #ef6c68 38%, rgba(0, 0, 0, 0) 50%);
}
/* line 701, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-circle .circle[data-section="explore-la-terre"] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5Njk1MyIvPjxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjMjk2OTUzIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #296953), color-stop(38%, #296953), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(#296953, #296953 38%, rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-linear-gradient(#296953, #296953 38%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(#296953, #296953 38%, rgba(0, 0, 0, 0) 50%);
}
/* line 705, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-circle .circle[data-section="explore-les-ameriques"] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyNjQ0MyIvPjxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjZDI2NDQzIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d26443), color-stop(38%, #d26443), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(#d26443, #d26443 38%, rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-linear-gradient(#d26443, #d26443 38%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(#d26443, #d26443 38%, rgba(0, 0, 0, 0) 50%);
}
/* line 709, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-circle .circle[data-section="explore-l-espace"] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4NDc4NyIvPjxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjMjg0Nzg3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #284787), color-stop(38%, #284787), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(#284787, #284787 38%, rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-linear-gradient(#284787, #284787 38%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(#284787, #284787 38%, rgba(0, 0, 0, 0) 50%);
}
/* line 713, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-circle .circle[data-section="explore-les-decouvreurs"] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODRiZiIvPjxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjMDA4NGJmIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0084bf), color-stop(38%, #0084bf), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(#0084bf, #0084bf 38%, rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-linear-gradient(#0084bf, #0084bf 38%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(#0084bf, #0084bf 38%, rgba(0, 0, 0, 0) 50%);
}
/* line 717, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-circle .circle[data-section="explore-les-explorateurs"] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhY2Y2OCIvPjxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjYWFjZjY4Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aacf68), color-stop(38%, #aacf68), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(#aacf68, #aacf68 38%, rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-linear-gradient(#aacf68, #aacf68 38%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(#aacf68, #aacf68 38%, rgba(0, 0, 0, 0) 50%);
}
/* line 721, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-circle .circle[data-section="explore-l-homme"] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhYTYyYyIvPjxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjZGFhNjJjIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #daa62c), color-stop(38%, #daa62c), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(#daa62c, #daa62c 38%, rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-linear-gradient(#daa62c, #daa62c 38%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(#daa62c, #daa62c 38%, rgba(0, 0, 0, 0) 50%);
}
/* line 727, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax {
  position: relative;
  height: 0;
  padding-top: 58%;
  padding-bottom: 150px;
  -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% 100%);
}
/* line 735, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 745, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax .parallax-layer {
  width: 100%;
}
/* line 747, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax .parallax-layer img {
  display: block;
  width: 100%;
}
/* line 754, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax.visible .title-category {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 760, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax .title-category {
  position: absolute;
  display: block;
  width: 100%;
  top: 140px;
  left: 0;
  opacity: 0;
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  font-family: 'NeographikMTStd';
  font-size: 100px;
  line-height: 1em;
  text-transform: uppercase;
  color: white;
  text-align: center;
  text-shadow: 0 6px 20px black;
  -moz-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  -webkit-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 777, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax .title-category .first {
  position: relative;
  z-index: 2;
}
/* line 782, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax .title-category .second {
  position: relative;
  display: block;
  margin-top: -10px;
  font-size: 108px;
  color: #14a0dc;
}
/* line 792, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax#explore-la-vie .title-category .second {
  color: #F6323E;
}
/* line 797, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax#explore-la-terre .title-category .second {
  color: #00AFAA;
}
/* line 802, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax#explore-les-ameriques .title-category .second {
  color: #FF6B35;
}
/* line 807, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax#explore-l-espace .title-category .second {
  color: #445AA5;
}
/* line 812, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax#explore-les-decouvreurs .title-category .second {
  color: #1899D6;
}
/* line 817, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax#explore-les-explorateurs .title-category .second {
  color: #4D9C2D;
}
/* line 822, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax#explore-l-homme .title-category .second {
  color: #FF9E15;
}
/* line 828, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration {
  position: absolute;
  top: calc(77% - 150px);
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 835, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration {
  height: 210px;
  overflow: auto;
  backface-visibility: hidden;
}
/* line 840, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul {
  position: relative;
  width: 1500px;
  margin: 0 auto;
  letter-spacing: -0.31em;
  text-align: center;
}
/* line 847, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}
/* line 853, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li:before {
  display: none;
}
/* line 856, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a {
  position: relative;
  display: block;
  width: 184px;
  padding: 10px 10px 40px 10px;
  border: 1px solid black;
  color: black;
  background: white;
  text-align: center;
  text-decoration: none;
}
/* line 867, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  -webkit-transition: ease, 0.4s;
  transition: ease, 0.4s;
  background: white;
  z-index: 1;
}
/* line 879, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a > * {
  position: relative;
  z-index: 2;
}
/* line 883, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a.is-visible {
  z-index: 2;
}
/* line 886, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a.active, #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a:hover {
  color: white;
  z-index: 2;
}
/* line 890, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a.active:before, #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a:hover:before {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -moz-box-shadow: 0px 10px 30px #01060d;
  -webkit-box-shadow: 0px 10px 30px #01060d;
  box-shadow: 0px 10px 30px #01060d;
  background: #3e589a;
}
/* line 897, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a.active[href="#explore-la-vie"]:before, #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a:hover[href="#explore-la-vie"]:before {
  background: #F6323E;
}
/* line 902, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a.active[href="#explore-la-terre"]:before, #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a:hover[href="#explore-la-terre"]:before {
  background: #00AFAA;
}
/* line 907, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a.active[href="#explore-les-ameriques"]:before, #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a:hover[href="#explore-les-ameriques"]:before {
  background: #FF6B35;
}
/* line 912, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a.active[href="#explore-l-espace"]:before, #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a:hover[href="#explore-l-espace"]:before {
  background: #445AA5;
}
/* line 917, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a.active[href="#explore-les-decouvreurs"]:before, #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a:hover[href="#explore-les-decouvreurs"]:before {
  background: #1899D6;
}
/* line 922, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a.active[href="#explore-les-explorateurs"]:before, #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a:hover[href="#explore-les-explorateurs"]:before {
  background: #4D9C2D;
}
/* line 927, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a.active[href="#explore-l-homme"]:before, #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a:hover[href="#explore-l-homme"]:before {
  background: #FF9E15;
}
/* line 932, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a img {
  display: block;
  margin: 0 auto;
}
/* line 936, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a .title {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  font-family: 'NeographikMTStd';
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
/* line 949, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration .os-scrollbar {
  bottom: 65px;
}
/* line 954, ../sass/_pages.scss */
#page-home .section-choose-category .wrapper-bk-choose-exploration .btn, #page-home .section-choose-category .wrapper-bk-choose-exploration .tabs-primary.tabs.primary a, .tabs-primary.tabs.primary #page-home .section-choose-category .wrapper-bk-choose-exploration a {
  margin-top: 0;
}
@media only screen and (max-width: 93.75em) {
  /* line 960, ../sass/_pages.scss */
  #page-home .section-choose-category:after {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    background: #445AA5;
    z-index: -1;
  }
  /* line 973, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax .title-category {
    top: 90px;
    font-size: 50px;
    line-height: 1.25em;
  }
  /* line 978, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax .title-category .second {
    font-size: 58px;
  }
  /* line 986, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration {
    height: 250px;
    overflow: scroll;
  }
  /* line 990, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration .scroll-element.scroll-x {
    bottom: 70px;
  }
  /* line 993, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul {
    width: 950px;
  }
  /* line 997, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a {
    width: 120px;
    padding: 10px 10px 30px 10px;
  }
  /* line 1001, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a .title {
    font-size: 12px;
  }
  /* line 1009, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-bk-choose-exploration .ta-c {
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 2;
  }
  /* line 1017, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-bk-choose-exploration .ta-c .btn, #page-home .section-choose-category .wrapper-bk-choose-exploration .ta-c .tabs-primary.tabs.primary a, .tabs-primary.tabs.primary #page-home .section-choose-category .wrapper-bk-choose-exploration .ta-c a {
    margin: 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  /* line 658, ../sass/_pages.scss */
  #page-home .section-choose-category {
    margin-top: -12px;
  }
  /* line 1026, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-circle {
    display: none;
  }
  /* line 1029, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-category-parallax {
    padding-bottom: 250px;
    -webkit-clip-path: polygon(0 12px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 12px, 100% 0, 100% 100%, 0% 100%);
  }
  /* line 1034, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax .title-category {
    top: 70px;
    font-size: 40px;
    line-height: 1.25em;
  }
  /* line 1039, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax .title-category .second {
    font-size: 48px;
  }
  /* line 1045, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-bk-choose-exploration {
    top: calc(77% - 200px);
  }
}
@media only screen and (max-width: 47.9375em) {
  /* line 1052, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax .title-category {
    top: 10px;
    font-size: 28px;
    line-height: 1.5em;
  }
  /* line 1057, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-category-parallax .choose-category-parallax .title-category .second {
    font-size: 30px;
  }
  /* line 1066, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul {
    width: 850px;
  }
  /* line 1070, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration ul li a {
    width: 110px;
    padding: 10px 10px 30px 10px;
  }
  /* line 1076, ../sass/_pages.scss */
  #page-home .section-choose-category .wrapper-bk-choose-exploration .bk-choose-exploration .os-scrollbar {
    bottom: 72px;
  }
}
/* line 1085, ../sass/_pages.scss */
#page-home .section-entertainment {
  min-height: 500px;
  padding: 65px 0;
  background: #0088C3;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
/* line 1093, ../sass/_pages.scss */
#page-home .section-entertainment.animate {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
}
/* line 1097, ../sass/_pages.scss */
#page-home .section-entertainment .content-bk-clip-path {
  overflow: hidden;
}
/* line 1103, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .grid-video .wrapper-video {
  position: relative;
  height: 500px;
  margin-bottom: 15px;
  padding: 12px;
  background: black;
}
/* line 1111, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .grid-video .wrapper-video .habillage1 {
  position: absolute;
  display: block;
  right: 100%;
  bottom: 0;
  width: 151px;
  height: 448px;
  z-index: -1;
}
/* line 1122, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .bk-video {
  display: block;
  height: 33.33%;
  padding: 12px;
}
/* line 1127, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .bk-video .content {
  position: relative;
  overflow: hidden;
  height: 100%;
  transform: translateZ(0);
}
/* line 1134, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .bk-video .content:hover .on-hover, #page-home .section-entertainment .bk-mosaic-entertainment .bk-video .content:focus .on-hover {
  opacity: 1;
}
/* line 1139, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .bk-video .content .img {
  position: relative;
  overflow: hidden;
  display: block;
  height: 0;
  padding-bottom: 65.2%;
  background-size: cover;
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* line 1150, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .bk-video .content .on-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0;
  -moz-transition: ease, 0.4s;
  -o-transition: ease, 0.4s;
  -webkit-transition: ease, 0.4s;
  transition: ease, 0.4s;
}
/* line 1163, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .bk-video .content .on-hover .text {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 20px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'NeographikMTStd';
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
/* line 1181, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .grid-jeu .container {
  margin-bottom: 15px;
}
/* line 1185, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .grid-jeu .container .grid-6:nth-child(1), #page-home .section-entertainment .bk-mosaic-entertainment .grid-jeu .container .grid-6:nth-child(2) {
  padding: 0 0 12px 12px;
}
/* line 1188, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .grid-jeu .container .grid-6:nth-child(3), #page-home .section-entertainment .bk-mosaic-entertainment .grid-jeu .container .grid-6:nth-child(4) {
  padding: 0 0 0 12px;
}
/* line 1193, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .grid-jeu .container .grid-6:nth-child(2) .bk-jeu {
  position: relative;
}
/* line 1195, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .grid-jeu .container .grid-6:nth-child(2) .bk-jeu .habillage2 {
  position: absolute;
  display: block;
  bottom: 0;
  left: 100%;
  width: 197px;
  height: 340px;
}
/* line 1203, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .grid-jeu .container .grid-6:nth-child(2) .bk-jeu .habillage3 {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 340px;
  z-index: 1;
}
/* line 1217, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .bk-jeu {
  display: block;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: white;
  border: 3px solid white;
  position: relative;
}
/* line 1225, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .bk-jeu .visu {
  display: block;
  height: 0;
  padding-bottom: 65.2%;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* line 1234, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .bk-jeu .visu .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* line 1249, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .bk-jeu .visu:hover .img, #page-home .section-entertainment .bk-mosaic-entertainment .bk-jeu .visu:focus .img {
  -moz-transform: translateZ(0) scale(1.08);
  -ms-transform: translateZ(0) scale(1.08);
  -webkit-transform: translateZ(0) scale(1.08);
  transform: translateZ(0) scale(1.08);
}
/* line 1254, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .bk-jeu .text-content {
  padding: 12px 8px;
}
/* line 1257, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .bk-jeu .text-content .title {
  font-size: 21px;
  font-weight: bold;
}
/* line 1261, ../sass/_pages.scss */
#page-home .section-entertainment .bk-mosaic-entertainment .bk-jeu .text-content .desc {
  font-size: 17px;
}
@media only screen and (max-width: 63.9375em) {
  /* line 1269, ../sass/_pages.scss */
  #page-home .section-entertainment .bk-mosaic-entertainment .grid-jeu {
    margin-bottom: 16px;
    padding: 0;
  }
  /* line 1274, ../sass/_pages.scss */
  #page-home .section-entertainment .bk-mosaic-entertainment .grid-jeu .container .grid-6 {
    padding: 6px !important;
  }
  /* line 1279, ../sass/_pages.scss */
  #page-home .section-entertainment .bk-mosaic-entertainment .grid-video {
    padding: 0;
  }
  /* line 1281, ../sass/_pages.scss */
  #page-home .section-entertainment .bk-mosaic-entertainment .grid-video .wrapper-video {
    height: auto;
  }
  /* line 1285, ../sass/_pages.scss */
  #page-home .section-entertainment .bk-mosaic-entertainment .bk-video {
    height: auto;
  }
  /* line 1289, ../sass/_pages.scss */
  #page-home .section-entertainment .bk-mosaic-entertainment .bk-video .content .on-hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* line 1300, ../sass/_pages.scss */
  #page-home .section-entertainment .bk-mosaic-entertainment .grid-jeu .container .grid-6 {
    padding: 0 0 12px 0;
  }
  /* line 1304, ../sass/_pages.scss */
  #page-home .section-entertainment .bk-mosaic-entertainment .grid-jeu .container .grid-6:nth-child(2) .bk-jeu .habillage2, #page-home .section-entertainment .bk-mosaic-entertainment .grid-jeu .container .grid-6:nth-child(2) .bk-jeu .habillage3 {
    display: none;
  }
}
/* line 1315, ../sass/_pages.scss */
#page-home .section-remontee-infos {
  padding: 80px 0;
}
/* line 1318, ../sass/_pages.scss */
#page-home .section-remontee-infos .container.collapsed {
  margin: 0 -30px;
}
/* line 1321, ../sass/_pages.scss */
#page-home .section-remontee-infos .container.collapsed .grid-6 {
  padding: 0 30px;
}
/* line 1325, ../sass/_pages.scss */
#page-home .section-remontee-infos a {
  text-decoration: none;
}
/* line 1328, ../sass/_pages.scss */
#page-home .section-remontee-infos .like-h3, #page-home .section-remontee-infos fieldset legend, fieldset #page-home .section-remontee-infos legend {
  font-weight: normal;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 1335, ../sass/_pages.scss */
#page-home .section-remontee-infos .date {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 29.9375em) {
  /* line 1342, ../sass/_pages.scss */
  #page-home .section-remontee-infos .grid-6 {
    margin-bottom: 40px;
  }
  /* line 1345, ../sass/_pages.scss */
  #page-home .section-remontee-infos .like-h3, #page-home .section-remontee-infos fieldset legend, fieldset #page-home .section-remontee-infos legend {
    font-size: 30px;
  }
}
/* line 1350, ../sass/_pages.scss */
#page-home .section-access-rubrique {
  position: relative;
  margin: 110px 0;
  padding: 20px 0;
  background: #ff8c05 url("../images/texture-bg-section-rubrique.png") repeat left top;
}
/* line 1357, ../sass/_pages.scss */
#page-home .section-access-rubrique.visible:before {
  top: -109px;
}
/* line 1360, ../sass/_pages.scss */
#page-home .section-access-rubrique.visible:after {
  bottom: -109px;
}
/* line 1365, ../sass/_pages.scss */
#page-home .section-access-rubrique:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 110px;
  top: 0;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  background: transparent url("../images/texture-top-section-rubrique.png") repeat left top;
}
/* line 1375, ../sass/_pages.scss */
#page-home .section-access-rubrique:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 110px;
  bottom: 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  background: transparent url("../images/texture-top-section-rubrique.png") repeat left top;
}
/* line 1387, ../sass/_pages.scss */
#page-home .section-access-rubrique .bk-rubrique {
  padding: 0 0 60px 0;
}
/* line 1390, ../sass/_pages.scss */
#page-home .section-access-rubrique .bk-rubrique .circle, #page-home .section-access-rubrique .bk-rubrique .img-visible {
  bottom: 60px;
}
/* line 1393, ../sass/_pages.scss */
#page-home .section-access-rubrique .bk-rubrique .name {
  bottom: 70px;
}
/* line 1399, ../sass/_pages.scss */
#page-home .section-access-rubrique .list-rubrique li {
  width: 33.33%;
}
@media only screen and (max-width: 63.9375em) {
  /* line 1405, ../sass/_pages.scss */
  #page-home .section-access-rubrique .list-rubrique li {
    width: 50%;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* line 1412, ../sass/_pages.scss */
  #page-home .section-access-rubrique .list-rubrique li {
    display: block;
    width: 100%;
  }
}
/* line 1419, ../sass/_pages.scss */
#page-home .section-products {
  margin-top: -106px;
  padding: 160px 0 120px 0;
  background: #ffbb05 url("../images/texture-section-product.png") no-repeat left top;
  background-size: 100% auto;
}
/* line 1425, ../sass/_pages.scss */
#page-home .section-social {
  position: relative;
  padding: 60px 0 100px 0;
  background: #14a0dc;
}
/* line 1430, ../sass/_pages.scss */
#page-home .section-social:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background: transparent url("../images/points-blue.png") repeat-x left top;
}

/*==============================*/
/*PAGE LOGIN*/
/*==============================*/
/* line 1450, ../sass/_pages.scss */
#page-login .section-login {
  position: relative;
  margin: 180px 0 0 0;
  padding: 40px 0;
  background: #eaeae9;
}
/* line 1457, ../sass/_pages.scss */
#page-login .section-login.visible:before {
  top: -110px;
}
/* line 1462, ../sass/_pages.scss */
#page-login .section-login:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 110px;
  top: 0;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  background: transparent url("../images/texture-top-section-login.png") repeat left top;
}
/* line 1472, ../sass/_pages.scss */
#page-login .section-login .wrapper-title {
  position: relative;
}
/* line 1474, ../sass/_pages.scss */
#page-login .section-login .wrapper-title .like-h2 {
  position: relative;
  padding-left: 120px;
}
/* line 1478, ../sass/_pages.scss */
#page-login .section-login .wrapper-title img {
  position: absolute;
  display: block;
  bottom: -20px;
  left: -80px;
}
/* line 1486, ../sass/_pages.scss */
#page-login .like-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: none;
}
/* line 1491, ../sass/_pages.scss */
#page-login .forget {
  color: #ff9d36;
}
/* line 1494, ../sass/_pages.scss */
#page-login button[type="submit"] {
  float: right;
  margin: 20px 0;
  color: #ff8c05;
}
/* line 1499, ../sass/_pages.scss */
#page-login button[type="submit"]:after, #page-login button[type="submit"] .line {
  background: #ff8c05;
}
/* line 1503, ../sass/_pages.scss */
#page-login .account {
  position: relative;
  margin-bottom: 10px;
  padding: 35px;
  font-size: 25px;
  line-height: 1.25em;
  background: #ff8c05;
  color: white;
  text-decoration: none;
  text-align: center;
}
/* line 1513, ../sass/_pages.scss */
#page-login .account:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #434e60;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
/* line 1524, ../sass/_pages.scss */
#page-login .account:hover:before {
  width: 100%;
}
/* line 1528, ../sass/_pages.scss */
#page-login .account > * {
  position: relative;
  z-index: 1;
}
/* line 1532, ../sass/_pages.scss */
#page-login .account div {
  font-size: 17px;
  opacity: 0.5;
}
/* line 1537, ../sass/_pages.scss */
#page-login .access {
  position: relative;
  padding: 41px;
  font-size: 25px;
  line-height: 1.25em;
  background: #434e60;
  color: white;
  text-decoration: none;
  text-align: center;
}
/* line 1546, ../sass/_pages.scss */
#page-login .access:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ff8c05;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
/* line 1557, ../sass/_pages.scss */
#page-login .access:hover:before {
  width: 100%;
}
/* line 1561, ../sass/_pages.scss */
#page-login .access > * {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 63.9375em) {
  /* line 1569, ../sass/_pages.scss */
  #page-login .section-login .wrapper-title .like-h2 {
    padding-left: 150px;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* line 1578, ../sass/_pages.scss */
  #page-login .section-login .wrapper-title .like-h2 {
    padding-left: 0;
  }
  /* line 1581, ../sass/_pages.scss */
  #page-login .section-login .wrapper-title img {
    display: none;
  }
  /* line 1586, ../sass/_pages.scss */
  #page-login .account {
    margin-top: 40px;
  }
  /* line 1589, ../sass/_pages.scss */
  #page-login .account, #page-login .access {
    display: block;
    padding: 16px;
    font-size: 20px;
  }
}

/*==============================*/
/*PAGE CONTACT*/
/*==============================*/
/* line 1603, ../sass/_pages.scss */
#page-contact .section-bg-perso-orange {
  margin: 150px 0 0 0;
}
/* line 1607, ../sass/_pages.scss */
#page-contact form > .site-content.mw-900 {
  position: relative;
}
/* line 1609, ../sass/_pages.scss */
#page-contact form > .site-content.mw-900 img {
  position: absolute;
  top: -150px;
  left: -190px;
}
@media only screen and (max-width: 63.9375em) {
  /* line 1619, ../sass/_pages.scss */
  #page-contact form > .site-content.mw-900 img {
    display: none;
  }
}

/*==============================*/
/*PAGE RUBRIQUE*/
/*==============================*/
/* line 1641, ../sass/_pages.scss */
.title-rubrique {
  margin-bottom: 50px;
  text-align: center;
  font-family: 'NeographikMTStd';
  font-size: 34px;
  color: white;
  text-transform: uppercase;
}
/* line 1648, ../sass/_pages.scss */
.title-rubrique span[class^="icon"] {
  margin-right: 20px;
}
/* line 1651, ../sass/_pages.scss */
.title-rubrique .hexagon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 60px;
  margin-right: 10px;
}
/* line 1659, ../sass/_pages.scss */
.title-rubrique .hexagon svg path {
  fill: #64C7CC;
}
/* line 1663, ../sass/_pages.scss */
.title-rubrique .hexagon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 38px;
  z-index: 2;
}
@media only screen and (max-width: 29.9375em) {
  /* line 1641, ../sass/_pages.scss */
  .title-rubrique {
    font-size: 30px;
    line-height: 1.25em;
  }
  /* line 1677, ../sass/_pages.scss */
  .title-rubrique span[class^="icon"] {
    display: block;
    margin: 0 auto 10px auto;
  }
  /* line 1681, ../sass/_pages.scss */
  .title-rubrique .hexagon {
    display: block;
    margin: 0 auto 10px auto;
  }
}

/* line 1688, ../sass/_pages.scss */
.section-personnage {
  position: relative;
  overflow: hidden;
  padding: 50px 0 200px 0;
}
@media only screen and (max-width: 47.9375em) {
  /* line 1688, ../sass/_pages.scss */
  .section-personnage {
    padding: 50px 0;
  }
}

/* line 1696, ../sass/_pages.scss */
.section-presentation-rubrique {
  text-align: center;
}
/* line 1701, ../sass/_pages.scss */
.section-presentation-rubrique .bk-link-social {
  float: right;
  position: relative;
  top: auto;
  right: auto;
}
/* line 1706, ../sass/_pages.scss */
.section-presentation-rubrique .bk-link-social ul li a span[class^=ico] {
  color: white;
}
/* line 1710, ../sass/_pages.scss */
.section-presentation-rubrique img {
  display: block;
  margin: 0 auto;
}
/* line 1714, ../sass/_pages.scss */
.section-presentation-rubrique .like-h1 {
  margin-top: -64px;
  font-family: 'jbarbaud';
  font-size: 64px;
}
@media only screen and (max-width: 29.9375em) {
  /* line 1720, ../sass/_pages.scss */
  .section-presentation-rubrique .like-h1 {
    margin-top: -20px;
    font-size: 35px;
    line-height: 1.25em;
  }
}

/* line 1727, ../sass/_pages.scss */
.bk-episode {
  position: relative;
}
/* line 1729, ../sass/_pages.scss */
.bk-episode #canvasEpisode {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -10px;
  right: 20px;
  bottom: 10px;
  left: -20px;
}
/* line 1739, ../sass/_pages.scss */
.bk-episode .content {
  padding: 40px 80px;
  background: rgba(0, 128, 0, 0.6);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 40px 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 40px 100%);
}
/* line 1745, ../sass/_pages.scss */
.bk-episode ol {
  margin: 0;
  column-count: 3;
}
/* line 1748, ../sass/_pages.scss */
.bk-episode ol li {
  margin: 0 30px 15px 30px;
  font-size: 17px;
  color: white;
}
/* line 1752, ../sass/_pages.scss */
.bk-episode ol li a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 63.9375em) {
  /* line 1760, ../sass/_pages.scss */
  .bk-episode ol {
    column-count: 2;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* line 1765, ../sass/_pages.scss */
  .bk-episode #canvasEpisode {
    left: 10px;
  }
  /* line 1768, ../sass/_pages.scss */
  .bk-episode .content {
    padding: 40px 30px 5px 50px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 20px 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 20px 100%);
  }
  /* line 1773, ../sass/_pages.scss */
  .bk-episode ol {
    column-count: 1;
  }
  /* line 1775, ../sass/_pages.scss */
  .bk-episode ol li {
    margin: 0 0 15px 0;
  }
}

/* line 1781, ../sass/_pages.scss */
.universe-5 .bk-episode .content {
  background: rgba(246, 50, 62, 0.6);
}

/* line 1784, ../sass/_pages.scss */
.universe-11 .bk-episode .content {
  background: rgba(68, 90, 165, 0.6);
}

/* line 1787, ../sass/_pages.scss */
.universe-8 .bk-episode .content {
  background: rgba(255, 107, 53, 0.6);
}

/* line 1790, ../sass/_pages.scss */
.universe-7 .bk-episode .content {
  background: rgba(0, 175, 170, 0.6);
}

/* line 1793, ../sass/_pages.scss */
.universe-10 .bk-episode .content {
  background: rgba(24, 153, 214, 0.6);
}

/* line 1796, ../sass/_pages.scss */
.universe-6 .bk-episode .content {
  background: rgba(77, 156, 45, 0.6);
}

/* line 1799, ../sass/_pages.scss */
.universe-9 .bk-episode .content {
  background: rgba(255, 158, 21, 0.6);
}

/* line 1803, ../sass/_pages.scss */
.qtip {
  max-width: 450px;
  width: 100%;
  padding-top: 15px;
  background: transparent;
  border: none;
}
/* line 1809, ../sass/_pages.scss */
.qtip .qtip-content {
  position: relative;
  overflow: inherit;
  padding: 25px;
  background: white;
  color: black;
}
/* line 1816, ../sass/_pages.scss */
.qtip .qtip-content:before {
  content: "";
  position: absolute;
  display: block;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17.5px 15px 17.5px;
  border-color: transparent transparent white transparent;
}
/* line 1829, ../sass/_pages.scss */
.qtip .qtip-content .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.25em;
}
/* line 1834, ../sass/_pages.scss */
.qtip .qtip-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.25em;
}
/* line 1840, ../sass/_pages.scss */
.qtip .qtip-close {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 12px;
  height: 12px;
  background: transparent;
  border: none;
}
/* line 1848, ../sass/_pages.scss */
.qtip .qtip-close:before {
  content: "\e910";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'icomoon';
  font-size: 12px;
  color: black;
}
/* line 1858, ../sass/_pages.scss */
.qtip .qtip-close .ui-icon {
  display: none;
}

/* line 1869, ../sass/_pages.scss */
.bk-video-image {
  position: relative;
  margin-bottom: 80px;
}
/* line 1872, ../sass/_pages.scss */
.bk-video-image .vignette {
  position: absolute;
  display: block;
  top: -50px;
  left: -80px;
  z-index: 1;
    /*.page-fans &, .page-kids & {
      top: 76px;
      transform: translateY(-100%);

      @include breakpoint($medium) {
        width: 320px;
        top: 62px;
      }

      @include breakpoint($standard) {
        display: none;
      }
    }*/
}
/* line 1892, ../sass/_pages.scss */
.bk-video-image .container.collapsed {
  margin: 0;
}
/* line 1894, ../sass/_pages.scss */
.bk-video-image .container.collapsed div[class^="grid"] {
  padding: 0;
}
/* line 1898, ../sass/_pages.scss */
.bk-video-image .wrapper-img {
  display: block;
  position: relative;
  overflow: hidden;
  border: 3px solid black;
}
/* line 1904, ../sass/_pages.scss */
.bk-video-image .wrapper-img:hover img, .bk-video-image .wrapper-img:focus img {
  transform: scale(1.05);
}
/* line 1908, ../sass/_pages.scss */
.bk-video-image .wrapper-img img {
  display: block;
  transition: ease 0.2s;
}
/* line 1913, ../sass/_pages.scss */
.bk-video-image .ta-r {
  margin-top: 20px;
}
@media only screen and (max-width: 63.9375em) {
  /* line 1917, ../sass/_pages.scss */
  .bk-video-image .vignette {
    top: -180px;
    left: 0;
  }
  /* line 1921, ../sass/_pages.scss */
  .bk-video-image .cover {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  /* line 1931, ../sass/_pages.scss */
  .bk-video-image .vignette {
    top: 0;
    max-width: 100px;
  }
}

/* line 1939, ../sass/_pages.scss */
.page-kids {
  background-color: #4086a6;
  color: white;
}
/* line 1943, ../sass/_pages.scss */
.page-kids .bk-img-top.header-dispatch {
  position: relative;
}
/* line 1946, ../sass/_pages.scss */
.page-kids .bk-img-top.header-dispatch .content-img-top:after {
  height: 70px;
  top: auto;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(63, 134, 166, 0) 0%, #3f86a6 100%);
  opacity: 1;
}
/* line 1954, ../sass/_pages.scss */
.page-kids .bk-img-top.header-dispatch h1 {
  font-size: 110px;
}

/* line 1961, ../sass/_pages.scss */
.page-fans {
  background-color: #ff9000;
}
/* line 1964, ../sass/_pages.scss */
.page-fans .bk-img-top.header-dispatch {
  position: relative;
}
/* line 1966, ../sass/_pages.scss */
.page-fans .bk-img-top.header-dispatch .content-img-top {
  height: 670px;
}
/* line 1968, ../sass/_pages.scss */
.page-fans .bk-img-top.header-dispatch .content-img-top:after {
  height: 70px;
  top: auto;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 144, 0, 0) 0%, #ff9000 100%);
  opacity: 1;
}
/* line 1976, ../sass/_pages.scss */
.page-fans .bk-img-top.header-dispatch h1 {
  top: 32%;
  left: 45%;
  color: #ff9000;
  font-size: 70px;
  line-height: 0.8em;
}
/* line 1983, ../sass/_pages.scss */
.page-fans .bk-img-top.header-dispatch h1 span:after {
  text-shadow: 6px 0 #2c2c2c, 5.98816px 0.37674px 0 #2c2c2c, 5.95269px 0.752px 0 #2c2c2c, 5.89372px 1.12429px 0 #2c2c2c, 5.8115px 1.49214px 0 #2c2c2c, 5.70634px 1.8541px 0 #2c2c2c, 5.57866px 2.20875px 0 #2c2c2c, 5.42896px 2.55468px 0 #2c2c2c, 5.25784px 2.89052px 0 #2c2c2c, 5.06597px 3.21496px 0 #2c2c2c, 4.8541px 3.52671px 0 #2c2c2c, 4.62308px 3.82454px 0 #2c2c2c, 4.37381px 4.10728px 0 #2c2c2c, 4.10728px 4.37381px 0 #2c2c2c, 3.82454px 4.62308px 0 #2c2c2c, 3.52671px 4.8541px 0 #2c2c2c, 3.21496px 5.06597px 0 #2c2c2c, 2.89052px 5.25784px 0 #2c2c2c, 2.55468px 5.42896px 0 #2c2c2c, 2.20875px 5.57866px 0 #2c2c2c, 1.8541px 5.70634px 0 #2c2c2c, 1.49214px 5.8115px 0 #2c2c2c, 1.12429px 5.89372px 0 #2c2c2c, 0.752px 5.95269px 0 #2c2c2c, 0.37674px 5.98816px 0 #2c2c2c, 0px 6px 0 #2c2c2c, -0.37674px 5.98816px 0 #2c2c2c, -0.752px 5.95269px 0 #2c2c2c, -1.12429px 5.89372px 0 #2c2c2c, -1.49214px 5.8115px 0 #2c2c2c, -1.8541px 5.70634px 0 #2c2c2c, -2.20875px 5.57866px 0 #2c2c2c, -2.55468px 5.42896px 0 #2c2c2c, -2.89052px 5.25784px 0 #2c2c2c, -3.21496px 5.06597px 0 #2c2c2c, -3.52671px 4.8541px 0 #2c2c2c, -3.82454px 4.62308px 0 #2c2c2c, -4.10728px 4.37381px 0 #2c2c2c, -4.37381px 4.10728px 0 #2c2c2c, -4.62308px 3.82454px 0 #2c2c2c, -4.8541px 3.52671px 0 #2c2c2c, -5.06597px 3.21496px 0 #2c2c2c, -5.25784px 2.89052px 0 #2c2c2c, -5.42896px 2.55468px 0 #2c2c2c, -5.57866px 2.20875px 0 #2c2c2c, -5.70634px 1.8541px 0 #2c2c2c, -5.8115px 1.49214px 0 #2c2c2c, -5.89372px 1.12429px 0 #2c2c2c, -5.95269px 0.752px 0 #2c2c2c, -5.98816px 0.37674px 0 #2c2c2c, -6px 0px 0 #2c2c2c, -5.98816px -0.37674px 0 #2c2c2c, -5.95269px -0.752px 0 #2c2c2c, -5.89372px -1.12429px 0 #2c2c2c, -5.8115px -1.49214px 0 #2c2c2c, -5.70634px -1.8541px 0 #2c2c2c, -5.57866px -2.20875px 0 #2c2c2c, -5.42896px -2.55468px 0 #2c2c2c, -5.25784px -2.89052px 0 #2c2c2c, -5.06597px -3.21496px 0 #2c2c2c, -4.8541px -3.52671px 0 #2c2c2c, -4.62308px -3.82454px 0 #2c2c2c, -4.37381px -4.10728px 0 #2c2c2c, -4.10728px -4.37381px 0 #2c2c2c, -3.82454px -4.62308px 0 #2c2c2c, -3.52671px -4.8541px 0 #2c2c2c, -3.21496px -5.06597px 0 #2c2c2c, -2.89052px -5.25784px 0 #2c2c2c, -2.55468px -5.42896px 0 #2c2c2c, -2.20875px -5.57866px 0 #2c2c2c, -1.8541px -5.70634px 0 #2c2c2c, -1.49214px -5.8115px 0 #2c2c2c, -1.12429px -5.89372px 0 #2c2c2c, -0.752px -5.95269px 0 #2c2c2c, -0.37674px -5.98816px 0 #2c2c2c, 0px -6px 0 #2c2c2c, 0.37674px -5.98816px 0 #2c2c2c, 0.752px -5.95269px 0 #2c2c2c, 1.12429px -5.89372px 0 #2c2c2c, 1.49214px -5.8115px 0 #2c2c2c, 1.8541px -5.70634px 0 #2c2c2c, 2.20875px -5.57866px 0 #2c2c2c, 2.55468px -5.42896px 0 #2c2c2c, 2.89052px -5.25784px 0 #2c2c2c, 3.21496px -5.06597px 0 #2c2c2c, 3.52671px -4.8541px 0 #2c2c2c, 3.82454px -4.62308px 0 #2c2c2c, 4.10728px -4.37381px 0 #2c2c2c, 4.37381px -4.10728px 0 #2c2c2c, 4.62308px -3.82454px 0 #2c2c2c, 4.8541px -3.52671px 0 #2c2c2c, 5.06597px -3.21496px 0 #2c2c2c, 5.25784px -2.89052px 0 #2c2c2c, 5.42896px -2.55468px 0 #2c2c2c, 5.57866px -2.20875px 0 #2c2c2c, 5.70634px -1.8541px 0 #2c2c2c, 5.8115px -1.49214px 0 #2c2c2c, 5.89372px -1.12429px 0 #2c2c2c, 5.95269px -0.752px 0 #2c2c2c, 5.98816px -0.37674px 0 #2c2c2c, 6px 0px 0 #2c2c2c, 5.98816px 0.37674px 0 #2c2c2c, 5.95269px 0.752px 0 #2c2c2c, 5.89372px 1.12429px 0 #2c2c2c, 5.8115px 1.49214px 0 #2c2c2c, 5.70634px 1.8541px 0 #2c2c2c, 5.57866px 2.20875px 0 #2c2c2c, 5.42896px 2.55468px 0 #2c2c2c, 5.25784px 2.89052px 0 #2c2c2c, 5.06597px 3.21496px 0 #2c2c2c, 4.8541px 3.52671px 0 #2c2c2c, 4.62308px 3.82454px 0 #2c2c2c, 4.37381px 4.10728px 0 #2c2c2c, 4.10728px 4.37381px 0 #2c2c2c, 3.82454px 4.62308px 0 #2c2c2c, 3.52671px 4.8541px 0 #2c2c2c, 3.21496px 5.06597px 0 #2c2c2c, 2.89052px 5.25784px 0 #2c2c2c, 2.55468px 5.42896px 0 #2c2c2c, 2.20875px 5.57866px 0 #2c2c2c, 1.8541px 5.70634px 0 #2c2c2c, 1.49214px 5.8115px 0 #2c2c2c, 1.12429px 5.89372px 0 #2c2c2c, 0.752px 5.95269px 0 #2c2c2c, 0.37674px 5.98816px 0 #2c2c2c, 0px 6px 0 #2c2c2c, -0.37674px 5.98816px 0 #2c2c2c, -0.752px 5.95269px 0 #2c2c2c, -1.12429px 5.89372px 0 #2c2c2c, -1.49214px 5.8115px 0 #2c2c2c, -1.8541px 5.70634px 0 #2c2c2c, -2.20875px 5.57866px 0 #2c2c2c, -2.55468px 5.42896px 0 #2c2c2c, -2.89052px 5.25784px 0 #2c2c2c, -3.21496px 5.06597px 0 #2c2c2c, -3.52671px 4.8541px 0 #2c2c2c, -3.82454px 4.62308px 0 #2c2c2c, -4.10728px 4.37381px 0 #2c2c2c, -4.37381px 4.10728px 0 #2c2c2c, -4.62308px 3.82454px 0 #2c2c2c, -4.8541px 3.52671px 0 #2c2c2c, -5.06597px 3.21496px 0 #2c2c2c, -5.25784px 2.89052px 0 #2c2c2c, -5.42896px 2.55468px 0 #2c2c2c, -5.57866px 2.20875px 0 #2c2c2c, -5.70634px 1.8541px 0 #2c2c2c, -5.8115px 1.49214px 0 #2c2c2c, -5.89372px 1.12429px 0 #2c2c2c, -5.95269px 0.752px 0 #2c2c2c, -5.98816px 0.37674px 0 #2c2c2c, -6px 0px 0 #2c2c2c, -5.98816px -0.37674px 0 #2c2c2c, -5.95269px -0.752px 0 #2c2c2c, -5.89372px -1.12429px 0 #2c2c2c, -5.8115px -1.49214px 0 #2c2c2c, -5.70634px -1.8541px 0 #2c2c2c, -5.57866px -2.20875px 0 #2c2c2c, -5.42896px -2.55468px 0 #2c2c2c, -5.25784px -2.89052px 0 #2c2c2c, -5.06597px -3.21496px 0 #2c2c2c, -4.8541px -3.52671px 0 #2c2c2c, -4.62308px -3.82454px 0 #2c2c2c, -4.37381px -4.10728px 0 #2c2c2c, -4.10728px -4.37381px 0 #2c2c2c, -3.82454px -4.62308px 0 #2c2c2c, -3.52671px -4.8541px 0 #2c2c2c, -3.21496px -5.06597px 0 #2c2c2c, -2.89052px -5.25784px 0 #2c2c2c, -2.55468px -5.42896px 0 #2c2c2c, -2.20875px -5.57866px 0 #2c2c2c, -1.8541px -5.70634px 0 #2c2c2c, -1.49214px -5.8115px 0 #2c2c2c, -1.12429px -5.89372px 0 #2c2c2c, -0.752px -5.95269px 0 #2c2c2c, -0.37674px -5.98816px 0 #2c2c2c, 0px -6px 0 #2c2c2c, 0.37674px -5.98816px 0 #2c2c2c, 0.752px -5.95269px 0 #2c2c2c, 1.12429px -5.89372px 0 #2c2c2c, 1.49214px -5.8115px 0 #2c2c2c, 1.8541px -5.70634px 0 #2c2c2c, 2.20875px -5.57866px 0 #2c2c2c, 2.55468px -5.42896px 0 #2c2c2c, 2.89052px -5.25784px 0 #2c2c2c, 3.21496px -5.06597px 0 #2c2c2c, 3.52671px -4.8541px 0 #2c2c2c, 3.82454px -4.62308px 0 #2c2c2c, 4.10728px -4.37381px 0 #2c2c2c, 4.37381px -4.10728px 0 #2c2c2c, 4.62308px -3.82454px 0 #2c2c2c, 4.8541px -3.52671px 0 #2c2c2c, 5.06597px -3.21496px 0 #2c2c2c, 5.25784px -2.89052px 0 #2c2c2c, 5.42896px -2.55468px 0 #2c2c2c, 5.57866px -2.20875px 0 #2c2c2c, 5.70634px -1.8541px 0 #2c2c2c, 5.8115px -1.49214px 0 #2c2c2c, 5.89372px -1.12429px 0 #2c2c2c, 5.95269px -0.752px 0 #2c2c2c, 5.98816px -0.37674px 0 #2c2c2c, 6px 0px 0 #2c2c2c, 5.98816px 0.37674px 0 #2c2c2c, 5.95269px 0.752px 0 #2c2c2c, 5.89372px 1.12429px 0 #2c2c2c, 5.8115px 1.49214px 0 #2c2c2c, 5.70634px 1.8541px 0 #2c2c2c, 5.57866px 2.20875px 0 #2c2c2c, 5.42896px 2.55468px 0 #2c2c2c, 5.25784px 2.89052px 0 #2c2c2c, 5.06597px 3.21496px 0 #2c2c2c, 4.8541px 3.52671px 0 #2c2c2c, 4.62308px 3.82454px 0 #2c2c2c, 4.37381px 4.10728px 0 #2c2c2c, 4.10728px 4.37381px 0 #2c2c2c, 3.82454px 4.62308px 0 #2c2c2c, 3.52671px 4.8541px 0 #2c2c2c, 3.21496px 5.06597px 0 #2c2c2c, 2.89052px 5.25784px 0 #2c2c2c, 2.55468px 5.42896px 0 #2c2c2c, 2.20875px 5.57866px 0 #2c2c2c, 1.8541px 5.70634px 0 #2c2c2c, 1.49214px 5.8115px 0 #2c2c2c, 1.12429px 5.89372px 0 #2c2c2c, 0.752px 5.95269px 0 #2c2c2c, 0.37674px 5.98816px 0 #2c2c2c, 0px 6px 0 #2c2c2c, -0.37674px 5.98816px 0 #2c2c2c, -0.752px 5.95269px 0 #2c2c2c, -1.12429px 5.89372px 0 #2c2c2c, -1.49214px 5.8115px 0 #2c2c2c, -1.8541px 5.70634px 0 #2c2c2c, -2.20875px 5.57866px 0 #2c2c2c, -2.55468px 5.42896px 0 #2c2c2c, -2.89052px 5.25784px 0 #2c2c2c, -3.21496px 5.06597px 0 #2c2c2c, -3.52671px 4.8541px 0 #2c2c2c, -3.82454px 4.62308px 0 #2c2c2c, -4.10728px 4.37381px 0 #2c2c2c, -4.37381px 4.10728px 0 #2c2c2c, -4.62308px 3.82454px 0 #2c2c2c, -4.8541px 3.52671px 0 #2c2c2c, -5.06597px 3.21496px 0 #2c2c2c, -5.25784px 2.89052px 0 #2c2c2c, -5.42896px 2.55468px 0 #2c2c2c, -5.57866px 2.20875px 0 #2c2c2c, -5.70634px 1.8541px 0 #2c2c2c, -5.8115px 1.49214px 0 #2c2c2c, -5.89372px 1.12429px 0 #2c2c2c, -5.95269px 0.752px 0 #2c2c2c, -5.98816px 0.37674px 0 #2c2c2c, -6px 0px 0 #2c2c2c, -5.98816px -0.37674px 0 #2c2c2c, -5.95269px -0.752px 0 #2c2c2c, -5.89372px -1.12429px 0 #2c2c2c, -5.8115px -1.49214px 0 #2c2c2c, -5.70634px -1.8541px 0 #2c2c2c, -5.57866px -2.20875px 0 #2c2c2c, -5.42896px -2.55468px 0 #2c2c2c, -5.25784px -2.89052px 0 #2c2c2c, -5.06597px -3.21496px 0 #2c2c2c, -4.8541px -3.52671px 0 #2c2c2c, -4.62308px -3.82454px 0 #2c2c2c, -4.37381px -4.10728px 0 #2c2c2c, -4.10728px -4.37381px 0 #2c2c2c, -3.82454px -4.62308px 0 #2c2c2c, -3.52671px -4.8541px 0 #2c2c2c, -3.21496px -5.06597px 0 #2c2c2c, -2.89052px -5.25784px 0 #2c2c2c, -2.55468px -5.42896px 0 #2c2c2c, -2.20875px -5.57866px 0 #2c2c2c, -1.8541px -5.70634px 0 #2c2c2c, -1.49214px -5.8115px 0 #2c2c2c, -1.12429px -5.89372px 0 #2c2c2c, -0.752px -5.95269px 0 #2c2c2c, -0.37674px -5.98816px 0 #2c2c2c, 0px -6px 0 #2c2c2c, 0.37674px -5.98816px 0 #2c2c2c, 0.752px -5.95269px 0 #2c2c2c, 1.12429px -5.89372px 0 #2c2c2c, 1.49214px -5.8115px 0 #2c2c2c, 1.8541px -5.70634px 0 #2c2c2c, 2.20875px -5.57866px 0 #2c2c2c, 2.55468px -5.42896px 0 #2c2c2c, 2.89052px -5.25784px 0 #2c2c2c, 3.21496px -5.06597px 0 #2c2c2c, 3.52671px -4.8541px 0 #2c2c2c, 3.82454px -4.62308px 0 #2c2c2c, 4.10728px -4.37381px 0 #2c2c2c, 4.37381px -4.10728px 0 #2c2c2c, 4.62308px -3.82454px 0 #2c2c2c, 4.8541px -3.52671px 0 #2c2c2c, 5.06597px -3.21496px 0 #2c2c2c, 5.25784px -2.89052px 0 #2c2c2c, 5.42896px -2.55468px 0 #2c2c2c, 5.57866px -2.20875px 0 #2c2c2c, 5.70634px -1.8541px 0 #2c2c2c, 5.8115px -1.49214px 0 #2c2c2c, 5.89372px -1.12429px 0 #2c2c2c, 5.95269px -0.752px 0 #2c2c2c, 5.98816px -0.37674px 0 #2c2c2c, 6px 0px 0 #2c2c2c, 5.98816px 0.37674px 0 #2c2c2c, 5.95269px 0.752px 0 #2c2c2c, 5.89372px 1.12429px 0 #2c2c2c, 5.8115px 1.49214px 0 #2c2c2c, 5.70634px 1.8541px 0 #2c2c2c, 5.57866px 2.20875px 0 #2c2c2c, 5.42896px 2.55468px 0 #2c2c2c, 5.25784px 2.89052px 0 #2c2c2c, 5.06597px 3.21496px 0 #2c2c2c, 4.8541px 3.52671px 0 #2c2c2c, 4.62308px 3.82454px 0 #2c2c2c, 4.37381px 4.10728px 0 #2c2c2c, 4.10728px 4.37381px 0 #2c2c2c, 3.82454px 4.62308px 0 #2c2c2c, 3.52671px 4.8541px 0 #2c2c2c, 3.21496px 5.06597px 0 #2c2c2c, 2.89052px 5.25784px 0 #2c2c2c, 2.55468px 5.42896px 0 #2c2c2c, 2.20875px 5.57866px 0 #2c2c2c, 1.8541px 5.70634px 0 #2c2c2c, 1.49214px 5.8115px 0 #2c2c2c, 1.12429px 5.89372px 0 #2c2c2c, 0.752px 5.95269px 0 #2c2c2c, 0.37674px 5.98816px 0 #2c2c2c, 0px 6px 0 #2c2c2c, -0.37674px 5.98816px 0 #2c2c2c, -0.752px 5.95269px 0 #2c2c2c, -1.12429px 5.89372px 0 #2c2c2c, -1.49214px 5.8115px 0 #2c2c2c, -1.8541px 5.70634px 0 #2c2c2c, -2.20875px 5.57866px 0 #2c2c2c, -2.55468px 5.42896px 0 #2c2c2c, -2.89052px 5.25784px 0 #2c2c2c, -3.21496px 5.06597px 0 #2c2c2c, -3.52671px 4.8541px 0 #2c2c2c, -3.82454px 4.62308px 0 #2c2c2c, -4.10728px 4.37381px 0 #2c2c2c, -4.37381px 4.10728px 0 #2c2c2c, -4.62308px 3.82454px 0 #2c2c2c, -4.8541px 3.52671px 0 #2c2c2c, -5.06597px 3.21496px 0 #2c2c2c, -5.25784px 2.89052px 0 #2c2c2c, -5.42896px 2.55468px 0 #2c2c2c, -5.57866px 2.20875px 0 #2c2c2c, -5.70634px 1.8541px 0 #2c2c2c, -5.8115px 1.49214px 0 #2c2c2c, -5.89372px 1.12429px 0 #2c2c2c, -5.95269px 0.752px 0 #2c2c2c, -5.98816px 0.37674px 0 #2c2c2c, -6px 0px 0 #2c2c2c, -5.98816px -0.37674px 0 #2c2c2c, -5.95269px -0.752px 0 #2c2c2c, -5.89372px -1.12429px 0 #2c2c2c, -5.8115px -1.49214px 0 #2c2c2c, -5.70634px -1.8541px 0 #2c2c2c, -5.57866px -2.20875px 0 #2c2c2c, -5.42896px -2.55468px 0 #2c2c2c, -5.25784px -2.89052px 0 #2c2c2c, -5.06597px -3.21496px 0 #2c2c2c, -4.8541px -3.52671px 0 #2c2c2c;
}
@media only screen and (max-width: 47.9375em) {
  /* line 1991, ../sass/_pages.scss */
  .page-fans .bk-img-top.header-dispatch .content-img-top {
    height: 320px;
  }
}

/*KONAMI*/
/* line 2007, ../sass/_pages.scss */
.img-cellule {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
}

/* line 2017, ../sass/_pages.scss */
.page-user-reset- .btn, .page-user-reset- .tabs-primary.tabs.primary a, .tabs-primary.tabs.primary .page-user-reset- a {
  margin-bottom: 30px;
}

/* line 2022, ../sass/_pages.scss */
.password-parent, .confirm-parent {
  position: relative;
}
/* line 2024, ../sass/_pages.scss */
.password-parent .password-strength, .password-parent div.password-confirm, .confirm-parent .password-strength, .confirm-parent div.password-confirm {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 18px;
  margin-left: calc(100% + 20px);
  float: none;
}
@media only screen and (max-width: 63.9375em) {
  /* line 2022, ../sass/_pages.scss */
  .password-parent, .confirm-parent {
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 2035, ../sass/_pages.scss */
  .password-parent .password-strength, .password-parent div.password-confirm, .confirm-parent .password-strength, .confirm-parent div.password-confirm {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

/* line 2045, ../sass/_pages.scss */
.form-item .description {
  margin-top: 20px;
}
@charset "UTF-8";.universe-10 .vignette,.universe-11 .vignette,.universe-5 .vignette,.universe-6 .vignette,.universe-7 .vignette,.universe-8 .vignette,.universe-9 .vignette{opacity:1!important}@font-face{font-family:FontAwesome;src:url(../fonts/FontAwesome/FontAwesome-normal.eot);src:url(../fonts/FontAwesome/FontAwesome-normal.eot?#iefix) format("embedded-opentype"),url(../fonts/FontAwesome/FontAwesome-normal.woff) format("woff"),url(../fonts/FontAwesome/FontAwesome-normal.woff2) format("woff2"),url(../fonts/FontAwesome/FontAwesome-normal.otf) format("opentype"),url(../fonts/FontAwesome/FontAwesome-normal.svg) format("SVG");font-style:normal;font-weight:400}.page-header-wrapper.header-default .header-right .custom-dropdown.logout-title{position:relative;margin-left:30px;cursor:pointer;color:#ff8c05;font-size:16px}@media (max-width:1024px){.page-header-wrapper.header-default .header-right .custom-dropdown.logout-title{clear:both;margin-left:0;padding-top:15px;width:100%;text-align:center}}.page-header-wrapper.header-default .header-right .custom-dropdown.logout-title a{text-decoration:none}.page-header-wrapper.header-default .header-right .bk-top .social-links li .form-search .search{-webkit-box-sizing:content-box;box-sizing:content-box}.page-header-wrapper.header-default .header-right .bk-top .social-links li .top-icon-facebook:before{content:'\f09a';font-family:FontAwesome!important}.page-header-wrapper.header-default .header-right .bk-top .social-links li .top-icon-twitter,.page-header-wrapper.header-default .header-right .bk-top .social-links li .top-icon-youtube{font-family:icomoon!important;speak:none;font-weight:400;text-transform:none;line-height:1;font-style:normal;font-variant:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page-header-wrapper.header-default .header-right .bk-top .social-links li .top-icon-twitter{font-size:18px}.page-header-wrapper.header-default .header-right .bk-top .social-links li .top-icon-twitter:before{content:"\e902"}.page-header-wrapper.header-default .header-right .bk-top .social-links li .top-icon-youtube{font-size:14px}.page-header-wrapper.header-default .header-right .bk-top .social-links li .top-icon-youtube:before{content:"\e903"}.region-simple-node .pane-video.section-wysiwyg-background{overflow:hidden}.region-simple-node .title-rubrique .icon-block img{display:inline-block;vertical-align:middle}@media (max-width:640px){.region-simple-node .title-rubrique .icon-block{display:block;margin:0 auto 10px}.region-simple-node .title-rubrique .icon-block img{margin:0}}.region-simple-node+.region-content-below-full.full-width .section-bg-perso-orange{margin-top:150px!important}.scroll-wrapper .scrollable-scroll-custom{overflow:hidden!important}.section-wysiwyg-background.section-with-texture .section-wysiwyg-background.section-with-texture{margin:0;padding:0}.section-wysiwyg-background.section-with-texture .section-wysiwyg-background.section-with-texture:before{display:none}@-moz-document url-prefix(){.bk-summary{filter:none}}.homepage .pane-universe-product-sl .title-rubrique .hexagon{background:0 0;-webkit-box-shadow:none;box-shadow:none;border:none;margin:0;position:static;display:inline;-webkit-transform:none;-ms-transform:none;transform:none;vertical-align:baseline}.homepage .pane-universe-product-sl .title-rubrique .hexagon svg,.homepage .pane-universe-product-sl .title-rubrique .hexagon:after,.homepage .pane-universe-product-sl .title-rubrique .hexagon:before{display:none}.homepage .pane-universe-product-sl .title-rubrique .hexagon .icon-gift{position:static;margin:0;-webkit-transform:none;-ms-transform:none;transform:none}.bk-summary{z-index:21}@media all and (max-width:768px){.bk-summary{height:auto!important;width:auto!important}.bk-summary button{bottom:23px;top:auto!important}}.bk-summary button .text{float:right;width:100%;padding-right:40px;padding-left:10px}.bk-summary button .wrapper-svg{clear:both}.bk-summary.is-open button+.menu-summary{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);margin-right:107px}@media all and (max-width:768px){.bk-summary.is-open button+.menu-summary{margin-right:45px}}#main-menu{display:block}#main-menu a.active-trail{color:#ff9d36}.region-content-above #tabs{position:fixed;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:99999}.region-content-above #tabs ul{margin:0;padding:0;border-bottom:none}.region-content-above #tabs ul li{display:block;padding:0;margin:0 0 5px}.region-content-above #tabs ul li:before{display:none}.region-content-above #tabs ul li a{display:block;padding:10px 20px;font-weight:700;color:#007dae;text-align:center;border-radius:0 10px 10px 0}.region-content-above #tabs ul li a.active{color:#000}.list-actu .grid-4,.list-actu .grid-6{margin-bottom:50px}.list-actu .grid-4 .views-field-field-type-product-tr,.list-actu .grid-6 .views-field-field-type-product-tr{padding:10px 0;font-size:16px;font-weight:400;text-transform:uppercase;border-bottom:1px solid #000}.list-actu .grid-4 .views-field-field-series-tr ul,.list-actu .grid-6 .views-field-field-series-tr ul{padding:10px 0 7px;font-size:16px;font-weight:400;text-transform:uppercase;border-bottom:1px solid #000}.list-actu .grid-4 .views-field-field-series-tr ul li,.list-actu .grid-6 .views-field-field-series-tr ul li{display:inline-block;margin:0 0 3px}.list-actu .grid-4 .views-field-field-series-tr ul li span,.list-actu .grid-6 .views-field-field-series-tr ul li span{display:inline-block;vertical-align:bottom;margin-right:.34em;height:30px;position:relative}.list-actu .grid-4 .views-field-field-series-tr ul li:before,.list-actu .grid-4 .views-field-field-series-tr ul li:last-child:after,.list-actu .grid-6 .views-field-field-series-tr ul li:before,.list-actu .grid-6 .views-field-field-series-tr ul li:last-child:after{display:none}.list-actu .grid-4 .views-field-field-series-tr ul li span img,.list-actu .grid-6 .views-field-field-series-tr ul li span img{position:relative;top:100%;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);max-height:100%}.list-actu .grid-4 .views-field-field-series-tr ul li:after,.list-actu .grid-6 .views-field-field-series-tr ul li:after{content:','}.list-actu .grid-4 .views-field-created,.list-actu .grid-6 .views-field-created{padding-top:10px;font-size:16px;font-weight:700}.list-actu .grid-4 .views-field-title,.list-actu .grid-6 .views-field-title{margin:10px 0 20px;font-family:Montserrat;font-weight:700;color:#ff9d36;text-transform:none;font-size:34px;line-height:1.25em}.list-actu .grid-4 .views-field-title a,.list-actu .grid-6 .views-field-title a{text-decoration:none}.list-actu .grid-4 .views-field-body p,.list-actu .grid-6 .views-field-body p{display:block;margin:0 0 20px}.list-actu .grid-4:nth-child(3n+1){clear:both}.view-video-liste .views-field-title .field-content,.view-video-liste .views-field-title h2{font-size:19px;color:#000;margin:10px 0 0;font-family:Montserrat;font-weight:700;text-transform:none}.view-video-liste .views-field-title .field-content a,.view-video-liste .views-field-title h2 a{text-decoration:none}.view-video-liste .views-exposed-widget .form-item .form-item{margin-bottom:2px!important;margin-left:-7px}.view-video-liste .views-exposed-widget .form-item .form-item label{color:#000}.view-search .view-content{margin:24px 0 40px}.view-search .view-content .views-row{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #000}.view-search .view-content .views-row:last-child{border-bottom:none}.view-search .view-content .views-row .views-field-title{margin-bottom:15px}.view-search .view-content .views-row .views-field-title a{font-family:Montserrat,sans-serif;font-weight:700;text-transform:none;font-size:17px;text-decoration:none}.view-search .view-content .views-row .views-field-body{font-style:normal;font-family:Montserrat,sans-serif;font-size:1em;font-weight:300;line-height:normal}.pane-menu-menu-plan-site .pane-content>.menu{margin:0;font-size:0}.pane-menu-menu-plan-site .pane-content>.menu>li{margin-bottom:30px;width:20%;float:left;direction:ltr;padding-left:10px;padding-right:10px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block}.pane-menu-menu-plan-site .pane-content>.menu>li:before{display:none}.pane-menu-menu-plan-site .pane-content>.menu>li>a{font-size:21px;text-transform:none;margin:0 0 20px;font-family:NeographikMTStd,sans-serif;line-height:1.25em;color:#000;text-decoration:none}.pane-menu-menu-plan-site .pane-content>.menu>li>ul{margin:24px 0;text-align:left}.pane-menu-menu-plan-site .pane-content>.menu>li>ul li{padding:0;margin:0 0 8px;font-size:17px;display:block}.pane-menu-menu-plan-site .pane-content>.menu>li>ul li:before{display:none}.pane-menu-menu-plan-site .pane-content>.menu>li>ul li a{font-weight:400;margin:0;font-size:1.05882em;color:#000;text-decoration:none}@media (max-width:768px){.pane-menu-menu-plan-site .pane-content>.menu>li{width:100%}}.page-node-157 .pane-node-title h1:before{content:"";font-family:icomoon!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;font-size:30px;display:inline-block;vertical-align:middle;margin-right:15px;color:#000}.pager .pager-previous{overflow:hidden;position:relative;display:inline-block;vertical-align:middle;margin:0 1px 0 0;width:66px;height:66px;padding:20px;font-size:24px;color:#000;background:#C9C9C9;text-align:center;letter-spacing:0;-o-transition:ease,.2s;-webkit-transition:ease,.2s;transition:ease,.2s}.pager .pager-previous a{width:24px;height:32px;padding:8px 12px;text-indent:-900px}.pager .pager-previous a:before{content:"\e916";position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-family:icomoon;font-size:14px;text-indent:0}.view-liste-documents .grid-4 .views-field-field-types-doc-tr{padding:10px 0;font-size:16px;font-weight:400;text-transform:uppercase;border-bottom:1px solid #000}.view-liste-documents .grid-4 .views-field-field-types-doc-tr+.views-field-title{margin:10px 0 0;font-family:Montserrat;font-weight:700;text-transform:none;font-size:19px;color:#000}.view-liste-documents .grid-4 .views-field-field-types-doc-tr+.views-field-title a{text-decoration:none}#mde-social-data-data-form{position:fixed;width:300px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:100000;left:-300px;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;height:400px}#mde-social-data-data-form .form-type-textarea textarea{min-height:auto;max-height:130px}#mde-social-data-data-form .title-form{content:'Social';position:absolute;left:100%;display:block;padding:10px 20px;font-weight:700;color:#007dae;text-align:center;border-radius:0 10px 10px 0;background-color:#ddd;border-color:#bbb;border-style:solid solid none;border-width:1px;height:auto;margin-right:.5em;text-decoration:none;width:92px;cursor:pointer;top:50%;margin-top:110px}#mde-social-data-data-form.show{left:0}.pane-node-field-block-title.inline-icon>*,.pane-node-title.inline-icon>*{display:inline}.region-simple-node+.region-content-below-full.full-width .panel-pane:first-child{margin-top:50px}.pane-mde-social-data-share-horizontal{z-index:auto}.pane-mde-social-data-share-horizontal.no-absolute{z-index:1;top:calc(100% + 20px)}.pane-mde-social-data-share-horizontal.no-absolute .bk-link-social{position:static;top:auto;right:auto}.view-liste-product-search-index .grid-6:nth-child(2n+1),.view-video-liste .grid-6:nth-child(2n+1){clear:both}.view-liste-product-search-index .views-exposed-form .views-exposed-widget,.view-video-liste .views-exposed-form .views-exposed-widget{float:left;padding:0 10px;width:33.3333%;border-left:1px solid #000}.view-liste-product-search-index .views-exposed-form .views-exposed-widget:first-child,.view-video-liste .views-exposed-form .views-exposed-widget:first-child{border:none}.view-liste-product-search-index .views-exposed-form .views-exposed-widget .views-widget>.form-item,.view-video-liste .views-exposed-form .views-exposed-widget .views-widget>.form-item{margin-left:50px}@media all and (max-width:768px){.view-liste-product-search-index .views-exposed-form .views-exposed-widget,.view-video-liste .views-exposed-form .views-exposed-widget{width:100%;border:none}.view-liste-product-search-index .views-exposed-form .views-exposed-widget .views-widget>.form-item,.view-video-liste .views-exposed-form .views-exposed-widget .views-widget>.form-item{margin-left:30px}}.view-liste-product-search-index .views-exposed-form .views-exposed-widget .form-item,.view-video-liste .views-exposed-form .views-exposed-widget .form-item{margin-bottom:30px}.view-liste-product-search-index .views-exposed-form .views-exposed-widget .form-item label,.view-video-liste .views-exposed-form .views-exposed-widget .form-item label{display:inline-block;vertical-align:middle;padding:8px 10px;font-family:Montserrat,sans-serif!important;font-weight:700;font-size:17px;line-height:1em;text-transform:uppercase;cursor:pointer;border-radius:4px;-webkit-transition:ease,.4s;-o-transition:ease,.4s;transition:ease,.4s;margin:0}.view-liste-product-search-index .views-exposed-form .views-exposed-widget .form-item select option,.view-video-liste .views-exposed-form .views-exposed-widget .form-item select option{color:#000}.view-liste-product-search-index .views-exposed-form .views-exposed-widget>label,.view-video-liste .views-exposed-form .views-exposed-widget>label{margin-bottom:20px;margin-left:50px;font-family:NeographikMTStd;font-size:27px;font-weight:700;text-transform:uppercase;color:#000}@media all and (max-width:768px){.view-liste-product-search-index .views-exposed-form .views-exposed-widget>label,.view-video-liste .views-exposed-form .views-exposed-widget>label{margin-left:25px}}.view-liste-product-search-index .views-exposed-form .views-exposed-widget.views-widget-filter-field_theme_tr,.view-video-liste .views-exposed-form .views-exposed-widget.views-widget-filter-field_theme_tr{border:none}.view-liste-product-search-index .views-exposed-form .views-exposed-widget.views-submit-button,.view-video-liste .views-exposed-form .views-exposed-widget.views-submit-button{width:100%;clear:both;border:none}.view-liste-product-search-index .views-exposed-form .views-exposed-widget.views-submit-button button,.view-video-liste .views-exposed-form .views-exposed-widget.views-submit-button button{float:none}.view-liste-product-search-index .views-exposed-form .views-exposed-widget .form-item{margin-bottom:2px!important}.view-liste-product-search-index .views-exposed-form .views-exposed-widget .form-item label{color:#000!important}.view-liste-product-search-index .views-field-title{display:inline!important}.view-liste-product-search-index .views-field-title a,.view-liste-product-search-index .views-field-title span{font-size:19px;color:#000;margin:0;font-family:Montserrat;font-weight:700;text-transform:none;line-height:1.25em}.view-liste-article .views-exposed-form .views-exposed-widget{float:left;padding:0 10px;width:100%}.view-liste-article .views-exposed-form .views-exposed-widget .views-widget>.form-item{margin-left:50px}.view-liste-article .views-exposed-form .views-exposed-widget.views-widget-filter-created{margin-bottom:14px;padding:0}.view-liste-article .views-exposed-form .views-exposed-widget.views-widget-filter-created label{margin:0}.view-liste-article .views-exposed-form .views-exposed-widget.views-widget-filter-created .form-item{overflow:hidden;padding:0;position:relative;min-width:200px;max-width:230px;margin:0}.view-liste-article .views-exposed-form .views-exposed-widget.views-widget-filter-created .form-item select{padding:10px 30px 10px 10px;position:relative;z-index:1;width:100%;max-width:none;border:none;background-color:transparent;outline:0;-moz-appearance:none;-webkit-appearance:none}.view-liste-article .views-exposed-form .views-exposed-widget.views-widget-filter-created .form-item:before{content:"\e915";position:absolute;right:8px;top:50%;-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);transform:translate(0,-50%);font-family:icomoon;font-size:14px;color:#ff9d36;font-weight:700}.view-liste-article .views-exposed-form .views-exposed-widget.views-widget-filter-created .form-item:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:1px;background:#fff}.view-liste-article .views-exposed-form .views-exposed-widget .form-item{margin-bottom:30px;color:#fff}.view-liste-article .views-exposed-form .views-exposed-widget .form-item label{display:inline-block;vertical-align:middle;padding:8px 10px;font-family:Montserrat,sans-serif!important;font-weight:700;font-size:17px;line-height:1em;text-transform:uppercase;cursor:pointer;border-radius:4px;-webkit-transition:ease,.4s;-o-transition:ease,.4s;transition:ease,.4s;margin:0;color:#fff!important}.view-liste-article .views-exposed-form .views-exposed-widget .form-item input:checked+label{color:#000!important}.view-liste-article .views-exposed-form .views-exposed-widget .form-item select option{color:#000}.view-liste-article .views-exposed-form .views-exposed-widget>label{margin-bottom:20px;margin-left:50px;font-family:NeographikMTStd;font-size:27px;font-weight:700;text-transform:uppercase;color:#fff}.view-liste-article .views-exposed-form .views-exposed-widget.views-widget-filter-field_series_tr{padding:0;margin:0 -20px}.view-liste-article .views-exposed-form .views-exposed-widget.views-widget-filter-field_series_tr .form-item-field-series-tr{margin:0}.view-liste-article .views-exposed-form .views-exposed-widget.views-widget-filter-field_series_tr .form-item-field-series-tr .form-type-bef-checkbox{margin:0 12px 12px}.view-liste-article .views-exposed-form .views-exposed-widget.views-widget-filter-field_series_tr .bef-checkboxes .form-item{display:inline-block}.view-liste-article .views-exposed-form .views-exposed-widget.views-widget-filter-field_series_tr .bef-checkboxes .form-item label{color:#000}.view-liste-article .views-exposed-form .views-exposed-widget.views-widget-filter-field_theme_tr{border:none}.view-liste-article .views-exposed-form .views-exposed-widget.views-submit-button{width:100%;clear:both;border:none}.view-liste-article .views-exposed-form .views-exposed-widget.views-submit-button button{float:none}.view-liste-article .grid-6:nth-child(2n+1){clear:both}#mde-blocks-parallax-edit-form .fieldset-wrapper>div{display:inline-block;width:49%;vertical-align:middle}#mde-blocks-parallax-edit-form,#user-login{margin:0 auto;width:100%;max-width:1200px}#mde-blocks-parallax-edit-form label,#user-login label{color:#000}#mde-blocks-parallax-edit-form input,#user-login input{background:#e1e1e1;color:#000}.universe-5{background-color:#F6323E}.universe-5 .hexagon svg path{fill:#F6323E}.universe-5 .region-simple-node.region-content-full{background-image:url(../images/fond5.png);background-size:cover;background-position:center center}.universe-5 .region-simple-node.region-content-full .panel-pane.pane-hero{background-image:url(../images/bg-ground-5.png);background-position:center bottom;background-size:100% auto;background-repeat:no-repeat}.universe-6{background-color:#4D9C2D}.universe-6 .hexagon svg path{fill:#4D9C2D}.universe-6 .region-simple-node.region-content-full{background-image:url(../images/fond6.png);background-size:cover;background-position:center center}.universe-6 .region-simple-node.region-content-full .panel-pane.pane-hero{background-image:url(../images/bg-ground-6.png);background-position:center bottom;background-size:100% auto;background-repeat:no-repeat}.universe-7{background-color:#00AFAA}.universe-7 .hexagon svg path{fill:#00AFAA}.universe-7 .region-simple-node.region-content-full{background-image:url(../images/fond7.png);background-size:cover;background-position:center center}.universe-7 .region-simple-node.region-content-full .panel-pane.pane-hero{background-image:url(../images/bg-ground-7.png);background-position:center bottom;background-size:100% auto;background-repeat:no-repeat}.universe-8{background-color:#FF6B35}.universe-8 .hexagon svg path{fill:#FF6B35}.universe-8 .region-simple-node.region-content-full{background-image:url(../images/fond8.png);background-size:cover;background-position:center center}.universe-8 .region-simple-node.region-content-full .panel-pane.pane-hero{background-image:url(../images/bg-ground-8.png);background-position:center bottom;background-size:100% auto;background-repeat:no-repeat}.universe-9{background-color:#FF9E15}.universe-9 .hexagon svg path{fill:#FF9E15}.universe-9 .region-simple-node.region-content-full{background-image:url(../images/fond9.png);background-size:cover;background-position:center center}.universe-9 .region-simple-node.region-content-full .panel-pane.pane-hero{background-image:url(../images/bg-ground-9.png);background-position:center bottom;background-size:100% auto;background-repeat:no-repeat}.universe-10{background-color:#1899D6}.universe-10 .hexagon svg path{fill:#1899D6}.universe-10 .region-simple-node.region-content-full{background-image:url(../images/fond10.png);background-size:cover;background-position:center center}.universe-10 .region-simple-node.region-content-full .panel-pane.pane-hero{background-image:url(../images/bg-ground-10.png);background-position:center bottom;background-size:100% auto;background-repeat:no-repeat}.universe-11{background-color:#445AA5}#autocomplete,.panels-add-content-modal input{border:1px solid #000;background-color:#fff}.universe-11 .hexagon svg path{fill:#445AA5}.universe-11 .region-simple-node.region-content-full{background-image:url(../images/fond11.png);background-size:cover;background-position:center center}.universe-11 .region-simple-node.region-content-full .panel-pane.pane-hero{background-image:url(../images/bg-ground-11.png);background-position:center bottom;background-size:100% auto;background-repeat:no-repeat}.panels-add-content-modal{overflow:auto;background-repeat:repeat-y}.panels-add-content-modal input,.panels-add-content-modal label{color:#000}.panels-ipe-linkbar li:before{display:none}.modal-default form label{color:#000;margin:0 0 5px;padding:0}.modal-default form label:hover{color:#000}.modal-default form input,.modal-default form select,.modal-default form textarea{border:1px solid #000;background-color:#fff;display:inline-block;color:#000}#autocomplete ul{margin:0;color:#000;padding:0}#autocomplete ul li{display:block;padding:10px;margin:0}#autocomplete ul li:before{display:none;color:#000}.select2-search__field{color:#000!important}.input-transition label span{color:inherit}.input-transition .select2{width:100%!important}.webform-client-form .mentions{padding:0 10px}.webform-client-form .captcha{height:78px;clear:both}.form-type-password-confirm .form-type-password{width:100%;position:relative}.form-type-password-confirm .form-type-password .password-confirm,.form-type-password-confirm .form-type-password .password-strength{position:absolute;right:0;top:0;margin:0}.form-type-password-confirm .form-type-password input{margin:0;position:relative!important}.form-type-password-confirm .password-suggestions ul{margin-top:10px}.form-type-password-confirm .password-suggestions ul li{display:list-item;padding:0;margin:0}.form-type-password-confirm .password-suggestions ul li:before{content:'-';font-family:inherit}.video-popup .popups-container{max-width:1024px;width:100%!important;margin:0 auto}.video-popup .popups-container .modal-header{height:0;margin:0 32px;position:relative}.video-popup .popups-container .pane-node-field-video-oembed{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.video-popup .popups-container .pane-node-field-video-oembed iframe{position:absolute;top:0;left:0;width:100%;height:100%}.swiper-button-next:before,.swiper-button-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page-header-wrapper.header-default .header-right .bk-top .form-mail{padding-bottom:40px;background:0 0;border-radius:0}.page-header-wrapper.header-default .header-right .bk-top .form-mail.success{width:100%!important}.page-header-wrapper.header-default .header-right .bk-top .form-mail input[type=text]{background:#c1c1c1;border-radius:19px}.page-header-wrapper.header-default .header-right .bk-top .form-mail .newsletter-message{text-align:left;border:none;background:0 0;margin:0;padding:0;position:absolute;top:40px;font-size:14px;line-height:20px;left:0;color:#E44647}.page-header-wrapper.header-default .header-right .bk-top .form-mail .newsletter-message.messages--status{color:green}@media (min-width:1024px) and (max-width:1279px){.page-header-wrapper.header-default .header-right .bk-top .form-mail .newsletter-message{line-height:15px}}@media (max-width:1024px){.page-header-wrapper.header-default .header-right .bk-top .form-mail .newsletter-message{left:4px;top:8px;padding:5px;background:#fff}.page-header-wrapper.header-default .header-right .bk-top .form-mail{z-index:10000}}.section-login .messages--error{margin-bottom:30px;padding:10px;background:rgba(232,29,29,.5);color:#000;border:none}.node-type-dispatch .panel-pane.section-wysiwyg-background{margin-bottom:0!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.blue-title .btn,.node-type-dispatch .panel-pane.section-wysiwyg-background.blue-title .like-h2{color:#14a0dc!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.blue-title .btn .line{background-color:#14a0dc!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.black-title .like-h2{color:#000!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.black-title .btn{color:#fff!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.black-title .btn .line{background-color:#fff!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.fullblack-title .btn,.node-type-dispatch .panel-pane.section-wysiwyg-background.fullblack-title .like-h2{color:#000!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.fullblack-title .btn .line{background-color:#000!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.white-title .btn,.node-type-dispatch .panel-pane.section-wysiwyg-background.white-title .like-h2{color:#fff!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.white-title .btn .line{background-color:#fff!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.no-icon .like-h2 span{display:none}.node-type-dispatch .panel-pane.section-wysiwyg-background.no-margin{margin-top:0!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.normal-section{margin-top:-90px}.node-type-dispatch .panel-pane.section-wysiwyg-background.normal-section section{padding:50px 0!important;margin:-40px 0 0!important}.node-type-dispatch.dispatch-procidis .pane-dispatch-actualite,.node-type-dispatch.dispatch-teacher .pane-dispatch-documents,.node-type-dispatch.dispatch-teacher .pane-dispatch-image-video section{padding:0!important}.node-type-dispatch.dispatch-maestro-fans .pane-dispatch-actualite .section-wysiwyg-background,.node-type-dispatch.dispatch-teacher .pane-dispatch-documents section{padding-bottom:0!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture{overflow-x:hidden;-webkit-clip-path:none!important;clip-path:none!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture:before{background-color:inherit}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture .pane-content{position:relative;z-index:1}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture .section-with-texture{-webkit-clip-path:none!important;clip-path:none!important;margin-top:0!important;padding-top:0!important;background:0 0!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture .section-with-texture:before{display:none!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture.tilt{-webkit-clip-path:none!important;clip-path:none!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture.tilt:before{top:-72px}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture.tilt.-up{-webkit-clip-path:none!important;clip-path:none!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture.tilt.-up:before{-webkit-transition:ease .4s;-o-transition:ease .4s;transition:ease .4s;-webkit-transform:rotate(-1.2deg);-ms-transform:rotate(-1.2deg);transform:rotate(-1.2deg)}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture.tilt.-down{-webkit-clip-path:none!important;clip-path:none!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture.tilt.-down:before{-webkit-transition:ease .4s;-o-transition:ease .4s;transition:ease .4s;-webkit-transform:rotate(1.2deg);-ms-transform:rotate(1.2deg);transform:rotate(1.2deg)}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture.tilt.animate,.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture.tilt.animate.-up{-webkit-clip-path:none!important;clip-path:none!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture.tilt.animate.-up:before{-webkit-transform:rotate(1.2deg);-ms-transform:rotate(1.2deg);transform:rotate(1.2deg)}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture.tilt.animate.-down{-webkit-clip-path:none!important;clip-path:none!important}.node-type-dispatch .panel-pane.section-wysiwyg-background.section-with-texture.tilt.animate.-down:before{-webkit-transform:rotate(-1.2deg);-ms-transform:rotate(-1.2deg);transform:rotate(-1.2deg)}.node-type-dispatch.dispatch-pros .pane-dispatch-actualite.first,.node-type-dispatch.dispatch-pros .pane-dispatch-agenda.first,.node-type-dispatch.dispatch-pros .pane-dispatch-edito.first{-webkit-clip-path:polygon(0 0,100% 40px,100% calc(100% - 40px),0 100%);clip-path:polygon(0 0,100% 40px,100% calc(100% - 40px),0 100%);-webkit-transition:ease .4s;-o-transition:ease .4s;transition:ease .4s}.node-type-dispatch.dispatch-pros .pane-dispatch-actualite.first.animate,.node-type-dispatch.dispatch-pros .pane-dispatch-agenda.first.animate,.node-type-dispatch.dispatch-pros .pane-dispatch-edito.first.animate{-webkit-clip-path:polygon(0 40px,100% 0,100% 100%,0 calc(100% - 40px));clip-path:polygon(0 40px,100% 0,100% 100%,0 calc(100% - 40px))}.node-type-dispatch.dispatch-pros .pane-dispatch-actualite.second,.node-type-dispatch.dispatch-pros .pane-dispatch-agenda.second,.node-type-dispatch.dispatch-pros .pane-dispatch-edito.second{-webkit-clip-path:polygon(0 40px,100% 0,100% 100%,0 calc(100% - 40px));clip-path:polygon(0 40px,100% 0,100% 100%,0 calc(100% - 40px));-webkit-transition:ease .4s;-o-transition:ease .4s;transition:ease .4s}.node-type-dispatch.dispatch-pros .pane-dispatch-actualite.second.animate,.node-type-dispatch.dispatch-pros .pane-dispatch-agenda.second.animate,.node-type-dispatch.dispatch-pros .pane-dispatch-edito.second.animate{-webkit-clip-path:polygon(0 0,100% 40px,100% calc(100% - 40px),0 100%);clip-path:polygon(0 0,100% 40px,100% calc(100% - 40px),0 100%)}.node-type-dispatch.dispatch-teacher .pane-dispatch-image-video{margin:0 0 -50px!important}.node-type-dispatch.dispatch-maestro-fans .pane-dispatch-product .visu-wrapper img{width:auto}.node-type-dispatch.dispatch-maestro-fans .pane-dispatch-actualite .like-h2{color:#000}.node-type-dispatch.dispatch-maestro-fans .pane-dispatch-actualite .like-h2>span{color:#fff}.node-type-dispatch.dispatch-maestro-fans .pane-dispatch-actualite .scrollable-wrapper{margin-bottom:0!important}.node-type-dispatch.dispatch-maestro-fans .pane-dispatch-image-video .title-rubrique{color:#000;font-weight:400}.node-type-dispatch.dispatch-maestro-fans .pane-dispatch-image-video .title-rubrique span{color:#fff}.node-type-dispatch.dispatch-maestro-fans .pane-dispatch-image-video .btn{color:#000}.node-type-dispatch.dispatch-maestro-fans .pane-dispatch-image-video .btn .line{background-color:#000}.node-type-dispatch.dispatch-maestro-kids .region-content-below-full{background:#fff!important}.node-type-dispatch.dispatch-maestro-kids .panel-pane.section-wysiwyg-background.pane-jeux,.node-type-dispatch.dispatch-maestro-kids .panel-pane.section-wysiwyg-background.pane-jeux:after{background-color:#4086a6!important}.node-type-dispatch.dispatch-maestro-kids .panel-pane.section-wysiwyg-background.tilt.-down{-webkit-clip-path:polygon(0 40px,100% 0,100% 100%,0 calc(100% - 40px));clip-path:polygon(0 40px,100% 0,100% 100%,0 calc(100% - 40px));-webkit-transition:ease .4s;-o-transition:ease .4s;transition:ease .4s}.node-type-dispatch.dispatch-maestro-kids .panel-pane.section-wysiwyg-background.tilt.-down.animate{-webkit-clip-path:polygon(0 0,100% 40px,100% calc(100% - 40px),0 100%);clip-path:polygon(0 0,100% 40px,100% calc(100% - 40px),0 100%)}.node-type-dispatch.dispatch-maestro-kids .panel-pane.section-wysiwyg-background.tilt.-up{-webkit-clip-path:polygon(0 0,100% 40px,100% calc(100% - 40px),0 100%);clip-path:polygon(0 0,100% 40px,100% calc(100% - 40px),0 100%);-webkit-transition:ease .4s;-o-transition:ease .4s;transition:ease .4s}.node-type-dispatch.dispatch-maestro-kids .panel-pane.section-wysiwyg-background.tilt.-up.animate{-webkit-clip-path:polygon(0 40px,100% 0,100% 100%,0 calc(100% - 40px));clip-path:polygon(0 40px,100% 0,100% 100%,0 calc(100% - 40px))}.node-type-dispatch.dispatch-maestro-kids .panel-pane.section-wysiwyg-background.pane-dispatch-actualite,.node-type-dispatch.dispatch-maestro-kids .panel-pane.section-wysiwyg-background.pane-dispatch-documents,.node-type-dispatch.dispatch-maestro-kids .panel-pane.section-wysiwyg-background.pane-dispatch-image-video{background-color:#4086a6!important;-webkit-clip-path:none!important;clip-path:none!important}.node-type-dispatch.dispatch-maestro-kids .panel-pane.section-wysiwyg-background.pane-dispatch-actualite .title-rubrique span,.node-type-dispatch.dispatch-maestro-kids .panel-pane.section-wysiwyg-background.pane-dispatch-documents .title-rubrique span,.node-type-dispatch.dispatch-maestro-kids .panel-pane.section-wysiwyg-background.pane-dispatch-image-video .title-rubrique span{color:#6cb6d5}@media all and (max-width:768px){.node-type-dispatch.dispatch-maestro-fans .like-h2,.node-type-dispatch.dispatch-maestro-fans .title-rubrique{text-align:left}.node-type-dispatch.dispatch-maestro-fans .like-h2>span,.node-type-dispatch.dispatch-maestro-fans .title-rubrique>span{display:inline-block}.node-type-dispatch.dispatch-maestro-fans .bk-img-top{margin-bottom:20px}.node-type-dispatch.dispatch-maestro-fans .pane-dispatch-product{margin-top:0!important}.node-type-dispatch.dispatch-maestro-fans .scrollable-wrapper,.node-type-dispatch.dispatch-maestro-fans .section-images-videos .bk-video-image{margin:0!important}.node-type-dispatch.dispatch-maestro-kids .panel-pane.section-wysiwyg-background.pane-jeux{margin-top:-10px!important}.node-type-dispatch.dispatch-maestro-kids .like-h2,.node-type-dispatch.dispatch-maestro-kids .title-rubrique{text-align:left}.node-type-dispatch.dispatch-maestro-kids .like-h2>span,.node-type-dispatch.dispatch-maestro-kids .title-rubrique>span{display:inline-block}.node-type-dispatch.dispatch-maestro-kids .bk-img-top{margin-bottom:20px}.node-type-dispatch.dispatch-maestro-kids .pane-dispatch-actualite,.node-type-dispatch.dispatch-maestro-kids .pane-dispatch-product{margin-top:0!important}.node-type-dispatch.dispatch-maestro-kids .scrollable-wrapper,.node-type-dispatch.dispatch-maestro-kids .section-images-videos .bk-video-image{margin:0!important}}.node-type-edito .node-popup-full .pane-node-field-description{display:none}.node-type-edito .pane-video{background-color:#fff}.node-type-edito .pane-video section{-webkit-clip-path:polygon(0 0,100% 40px,100% calc(100% - 40px),0 100%)!important;clip-path:polygon(0 0,100% 40px,100% calc(100% - 40px),0 100%)!important;-webkit-transition:ease .4s;-o-transition:ease .4s;transition:ease .4s}.node-type-edito .pane-video section.animate{-webkit-clip-path:polygon(0 40px,100% 0,100% 100%,0 calc(100% - 40px))!important;clip-path:polygon(0 40px,100% 0,100% 100%,0 calc(100% - 40px))!important}.node-type-edito .pane-video .text{min-height:400px}.node-type-edito .pane-video .video.cover-parent img{width:100%}.node-type-edito .pane-video .video.cover-parent:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.3)}.pane-views-liste-article-main .views-exposed-form,.pane-views-liste-article-main .views-exposed-form .views-widget-filter-created label{color:#000}.pane-views-liste-article-main .views-exposed-form .views-widget-filter-created .form-type-select{border:none;margin-top:10px!important;background-color:#fff}.pane-views-liste-article-main .views-exposed-form .views-widget-filter-created .form-type-select select{color:#000;font-weight:700}.pane-views-liste-article-main .views-exposed-form .views-widget-filter-field_series_tr .form-item label{color:#000!important}.view-liste-documents .views-exposed-form{color:#000}.view-liste-documents .views-exposed-form .views-exposed-widget{float:left;padding:0 10px;width:33.3333%;border-left:1px solid #000;-webkit-box-sizing:border-box;box-sizing:border-box}.view-liste-documents .views-exposed-form .views-exposed-widget:first-child{border-left:none}.view-liste-documents .views-exposed-form .views-exposed-widget>label{margin-bottom:20px;margin-left:50px;font-family:NeographikMTStd;font-size:27px;font-weight:700;text-transform:uppercase;color:#000}@media all and (max-width:768px){.view-liste-documents .views-exposed-form .views-exposed-widget{width:100%;border:none}.view-liste-documents .views-exposed-form .views-exposed-widget>label{margin-left:25px}}.view-liste-documents .views-exposed-form .views-submit-button{width:100%;clear:both;border-left:none}.view-liste-documents .views-exposed-form .views-submit-button button{float:none}.view-liste-documents .views-exposed-form .views-widget>.form-item{margin-left:50px}@media all and (max-width:768px){.view-liste-documents .views-exposed-form .views-widget>.form-item{margin-left:30px}}.view-liste-documents .views-exposed-form .views-widget-filter-field_series_tr .form-item .form-item,.view-liste-documents .views-exposed-form .views-widget-filter-field_types_doc_tr .form-item .form-item{margin-bottom:2px!important;margin-left:-7px}.view-liste-documents .views-exposed-form .views-widget-filter-field_series_tr .form-item label,.view-liste-documents .views-exposed-form .views-widget-filter-field_types_doc_tr .form-item label{color:#000;margin:0}.view-liste-documents .views-exposed-form .views-widget-filter-created label{color:#000}.view-liste-documents .views-exposed-form .views-widget-filter-created .form-type-select{border:none;margin-top:10px!important;background-color:#fff;position:relative;min-width:200px;max-width:230px}.view-liste-documents .views-exposed-form .views-widget-filter-created .form-type-select:before{content:"\e915";position:absolute;right:8px;top:50%;-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);transform:translate(0,-50%);font-family:icomoon;font-size:14px;color:#ff9d36;font-weight:700}.view-liste-documents .views-exposed-form .views-widget-filter-created .form-type-select select{color:#000;font-weight:700}.view-liste-documents .views-exposed-form .views-widget-filter-field_series_tr .form-item label{color:#000!important}.page-fans .pane-mde-social-data-share-horizontal,.page-kids .pane-mde-social-data-share-horizontal{top:auto;bottom:0}.page-header-wrapper{-webkit-box-shadow:0 5px 31px rgba(90,87,87,.4);box-shadow:0 5px 31px rgba(90,87,87,.4)}.shadow{-webkit-box-shadow:0 20px 31px rgba(90,87,87,.2)!important;box-shadow:0 20px 31px rgba(90,87,87,.2)!important}.node-type-game .pane-node-field-iframe iframe{display:block;border:none;margin:0 auto}.node-type-edito .node-edito .panels-ipe-portlet-wrapper-last .section-wysiwyg-background{padding-bottom:50px!important;margin-bottom:-50px!important}.section-goodies .swiper-slide .product-type{font-size:16px;font-weight:400;text-transform:uppercase;color:#000!important;padding:10px 0!important;border-bottom:1px solid #000;display:block}.section-goodies .swiper-slide .product-title{padding:0!important;font-size:19px;color:#000!important;margin:0;font-family:Montserrat;font-weight:700;text-transform:none;line-height:42px}.node-type-dispatch.dispatch-pros .panel-pane.section-wysiwyg-background.pane-dispatch-documents.black-title .like-h2 .icon-palette:before{content:'\e919';color:#000}.page-footer-wrapper.footer-default .region-footer-first .no-link,.page-footer-wrapper.footer-default a[href^=tel]{display:inline-block;margin-top:20px;font-size:19px;font-weight:400;color:#fff}.pane-wysiwyg .pane-content .site-content{padding:0!important}@media (max-width:1024px){.bk-video-image .container img{width:100%}}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInBhcnRpYWxzL2NvbnRlbnQuc2NzcyIsInBhcnRpYWxzL21peGlucy5zY3NzIiwicGFydGlhbHMvaGVhZGVyLnNjc3MiLCJtYWluLmNzcyIsInBhcnRpYWxzL2Zvb3Rlci5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJpQkF5MUJFLHVCQUFBLHVCQUFBLHNCQUFBLHNCQUFBLHNCQUFBLHNCQUFBLHNCQUdJLFFBQUEsWUMzMUJKLFdBQ0UsWUFBQSxZQUNBLElBQUEsaURBQ0EsSUFBQSx3REFBQSw0QkFBQSxrREFBQSxlQUFBLG1EQUFBLGdCQUFBLGlEQUFBLG1CQUFBLGlEQUFBLGNBS0EsV0FBQSxPQUNBLFlBQUEsSUNWSixnRkFLVSxTQUFBLFNBQ0EsWUFBQSxLQUNBLE9BQUEsUUFDQSxNQUFBLFFBQ0EsVUFBQSxLQUNBLDBCQVZWLGdGQVdZLE1BQUEsS0FDQSxZQUFBLEVBQ0EsWUFBQSxLQUNBLE1BQUEsS0FDQSxXQUFBLFFBZlosa0ZBa0JZLGdCQUFBLEtBbEJaLGdHQTJCZ0IsbUJBQUEsWUFBQSxXQUFBLFlBM0JoQixxR0FpQ2dCLFFBQUEsUUFDQSxZQUFBLHNCQWxDaEIsNkZBQUEsNkZEa0NFLFlBQWlDLGtCQUNqQyxNQUFBLEtBRUEsWUFBQSxJQUVBLGVBQUEsS0FDQSxZQUFBLEVEbVVNLFdBQUEsT0FFQSxhQUFBLE9BK3JCSix1QkFBQSxZQUNBLHdCQUFBLFVFN2lDSiw2RkF1Q2MsVUFBQSxLQXZDZCxvR0F5Q2dCLFFBQUEsUUF6Q2hCLDZGQThDYyxVQUFBLEtBOUNkLG9HQWdEZ0IsUUFBQSxRRmhEaEIsMkRBR00sU0FBQSxPQUhOLG9EQVNRLFFBQUEsYUFDQSxlQUFBLE9BRUYseUJBWk4sZ0RBYVEsUUFBQSxNQUNBLE9BQUEsRUFBQSxLQUFBLEtBZFIsb0RBZ0JVLE9BQUEsR0FoQlYsbUZBdUJNLFdBQUEsZ0JBSU4sMENBRUksU0FBQSxpQkFJSixrR0FJUSxPQUFBLEVBQ0EsUUFBQSxFQUxSLHlHQU9VLFFBQUEsS0FNViw0QkFDRSxZQUNFLE9BQUEsTUFHSiw2REFJUSxlQUNBLG1CQUFBLEtBQUEsV0FBQSxLQUNBLFlBQ0EsT0FBQSxFQUNBLFNBQUEsT0FDQSxRQUFBLE9BQ0Esa0JBQUEsS0FBQSxjQUFBLEtBQUEsVUFBQSxLQUNBLGVBQUEsU0FYUixpRUFBQSxtRUFBQSxvRUFlVSxRQUFBLEtBZlYsd0VBa0JVLFNBQUEsT0FDQSxPQUFBLEVBQ0Esa0JBQUEsS0FBQSxjQUFBLEtBQUEsVUFBQSxLQU1WLFlBQ0UsUUFBQSxHQUNBLGlDQUZGLFlBR0ksT0FBQSxlQUNBLE1BQUEsZUFKSixtQkFpQk0sT0FBQSxLQUNBLElBQUEsZ0JBbEJOLHlCQVFNLE1BQUEsTUFDQSxNQUFBLEtBQ0EsY0FBQSxLQUNBLGFBQUEsS0FYTixnQ0FjTSxNQUFBLEtBZE4seUNBdUJNLGtCQUFBLG1CQUFBLFNBQUEsVUFBQSxtQkFBQSxTQUNBLGFBQUEsTUFDQSxpQ0F6Qk4seUNBMEJRLGFBQUEsTUFpQlIsV0FDRSxRQUFBLE1BREYsMEJBSU0sTUFBQSxRQUlOLDRCQUVJLFNBQUEsTUFDQSxLQUFBLEVBQ0EsSUFBQSxJQUNBLGtCQUFBLGlCQUFBLGNBQUEsaUJBQUEsVUFBQSxpQkFDQSxRQUFBLE1BTkosK0JBUU0sT0FBQSxFQUNBLFFBQUEsRUFDQSxjQUFBLEtBVk4sa0NBWVEsUUFBQSxNQUNBLFFBQUEsRUFDQSxPQUFBLEVBQUEsRUFBQSxJQWRSLHlDQWdCVSxRQUFBLEtBaEJWLG9DQW1CVSxRQUFBLE1BQ0EsUUFBQSxLQUFBLEtBQ0EsWUFBQSxJQUNBLE1BQUEsUUFDQSxXQUFBLE9BQ0EsY0FBQSxFQUFBLEtBQUEsS0FBQSxFQXhCViwyQ0EwQlksTUFBQSxLQVFaLG1CR2tCQSxtQkhmSSxjQUFBLEtBSEosc0RHcUJFLHNESGhCSSxRQUFBLEtBQUEsRUFDQSxVQUFBLEtBQ0EsWUFBQSxJQUNBLGVBQUEsVUFDQSxjQUFBLElBQUEsTUFBQSxLQVROLG1ERzRCRSxtREhmTSxRQUFBLEtBQUEsRUFBQSxJQUNBLFVBQUEsS0FDQSxZQUFBLElBQ0EsZUFBQSxVQUNBLGNBQUEsSUFBQSxNQUFBLEtBakJSLHNER21DSSxzREhoQk0sUUFBQSxhQUNBLE9BQUEsRUFBQSxFQUFBLElBcEJWLDJER3VDTSwyREhqQk0sUUFBQSxhQUdBLGVBQUEsT0FDQSxhQUFBLE1BRUEsT0FBQSxLQUNBLFNBQUEsU0E3QlosNkRBQUEsdUVHc0RNLDZEQU1BLHVFSGZRLFFBQUEsS0E3Q2QsK0RHOENRLCtESGZNLFNBQUEsU0FDQSxJQUFBLEtBQ0Esa0JBQUEsa0JBQUEsY0FBQSxrQkFBQSxVQUFBLGtCQUNBLFdBQUEsS0FsQ2QsNERHeURNLDRESGhCTSxRQUFBLElBekNaLHdDRytERSx3Q0hYSSxZQUFBLEtBQ0EsVUFBQSxLQUNBLFlBQUEsSUF0RE4sc0NHb0VFLHNDSFhJLE9BQUEsS0FBQSxFQUFBLEtBQ0EsWUFBQSxXQUNBLFlBQUEsSUFDQSxNQUFBLFFBQ0EsZUFBQSxLQUNBLFVBQUEsS0FDQSxZQUFBLE9BL0ROLHdDRzZFSSx3Q0haSSxnQkFBQSxLQWpFUix1Q0dnRkUsdUNIVk0sUUFBQSxNQUNBLE9BQUEsRUFBQSxFQUFBLEtBdkVSLG1DQThFTSxNQUFBLEtBS04sb0RHS0Esd0NIQU0sVUFBQSxLQUNBLE1BQUEsS0FDQSxPQUFBLEtBQUEsRUFBQSxFQUNBLFlBQUEsV0FDQSxZQUFBLElBQ0EsZUFBQSxLQVZOLHNER2NFLDBDSEZNLGdCQUFBLEtBWlIsOERBbUJRLGNBQUEsY0FDQSxZQUFBLEtBcEJSLG9FQXNCVSxNQUFBLEtBT1YsMkJBRUksT0FBQSxLQUFBLEVBQUEsS0FGSixzQ0FJTSxlQUFBLEtBQ0EsY0FBQSxLQUNBLGNBQUEsSUFBQSxNQUFBLEtBTk4saURBUVEsY0FBQSxLQVJSLHlEQVdRLGNBQUEsS0FYUiwyREFhVSxZQUFBLFdBQUEsV0FDQSxZQUFBLElBQ0EsZUFBQSxLQUNBLFVBQUEsS0FDQSxnQkFBQSxLQWpCVix3REFxQlEsV0FBQSxPQUNBLFlBQUEsV0FBQSxXQUNBLFVBQUEsSUFDQSxZQUFBLElBQ0EsWUFBQSxPQU1SLDhDQUVJLE9BQUEsRUFDQSxVQUFBLEVBSEosaURBS00sY0FBQSxLQUNBLE1BQUEsSUFDQSxNQUFBLEtBQ0EsVUFBQSxJQUNBLGFBQUEsS0FDQSxjQUFBLEtBQ0EsbUJBQUEsV0FBQSxXQUFBLFdBQ0EsUUFBQSxNQVpOLHdEQWNRLFFBQUEsS0FkUixtREFpQlEsVUFBQSxLQUNBLGVBQUEsS0FDQSxPQUFBLEVBQUEsRUFBQSxLQUNBLFlBQUEsZ0JBQUEsV0FDQSxZQUFBLE9BQ0EsTUFBQSxLQUNBLGdCQUFBLEtBdkJSLG9EQTBCUSxPQUFBLEtBQUEsRUFDQSxXQUFBLEtBM0JSLHVEQTZCVSxRQUFBLEVBQ0EsT0FBQSxFQUFBLEVBQUEsSUFDQSxVQUFBLEtBQ0EsUUFBQSxNQWhDViw4REFrQ1ksUUFBQSxLQWxDWix5REFxQ1ksWUFBQSxJQUNBLE9BQUEsRUFDQSxVQUFBLFVBQ0EsTUFBQSxLQUNBLGdCQUFBLEtBSU4seUJBN0NOLGlEQThDUSxNQUFBLE1BTVIsMENBSVEsUUFBQSxJQUNBLFlBQUEsa0JBQ0EsV0FBQSxPQUNBLFlBQUEsSUFDQSxhQUFBLE9BQ0EsZUFBQSxLQUNBLFlBQUEsRUFDQSxVQUFBLEtBQ0EsUUFBQSxhQUNBLGVBQUEsT0FJQSxhQUFBLEtBQ0EsTUFBQSxLQU1SLHVCQUVJLFNBQUEsT0FDQSxTQUFBLFNBQ0EsUUFBQSxhQUNBLGVBQUEsT0FJQSxPQUFBLEVBQUEsSUFBQSxFQUFBLEVBQ0EsTUFBQSxLQUNBLE9BQUEsS0FDQSxRQUFBLEtBQ0EsVUFBQSxLQUNBLE1BQUEsS0FDQSxXQUFBLFFBQ0EsV0FBQSxPQUNBLGVBQUEsRUFFQSxjQUFBLEtBQUEsSUFDQSxtQkFBQSxLQUFBLElBQ0EsV0FBQSxLQUFBLElBckJKLHlCQXVCTSxNQUFBLEtBQ0EsT0FBQSxLQUNBLFFBQUEsSUFBQSxLQUNBLFlBQUEsT0ExQk4sZ0NBNEJRLFFBQUEsUUFDQSxTQUFBLFNBQ0EsSUFBQSxJQUNBLEtBQUEsSUFFQSxjQUFBLHFCQUNBLGtCQUFBLHFCQUNBLFVBQUEscUJBQ0EsWUFBQSxRQUNBLFVBQUEsS0FDQSxZQUFBLEVBTVIsOERBR00sUUFBQSxLQUFBLEVBQ0EsVUFBQSxLQUNBLFlBQUEsSUFDQSxlQUFBLFVBQ0EsY0FBQSxJQUFBLE1BQUEsS0FQTixpRkFTUSxPQUFBLEtBQUEsRUFBQSxFQUNBLFlBQUEsV0FDQSxZQUFBLElBQ0EsZUFBQSxLQUNBLFVBQUEsS0FDQSxNQUFBLEtBZFIsbUZBZ0JVLGdCQUFBLEtBT1YsMkJBQ0UsU0FBQSxNQUNBLE1BQUEsTUFDQSxJQUFBLElBQ0Esa0JBQUEsaUJBQUEsY0FBQSxpQkFBQSxVQUFBLGlCQUNBLFFBQUEsT0FDQSxLQUFBLE9BRUEsNEJBQUEsSUFBQSx1QkFBQSxJQUFBLG9CQUFBLElBRUEsT0FBQSxNQVZGLHdEQWFNLFdBQUEsS0FDQSxXQUFBLE1BZE4sdUNBa0JJLFFBQUEsU0FDQSxTQUFBLFNBQ0EsS0FBQSxLQUNBLFFBQUEsTUFDQSxRQUFBLEtBQUEsS0FDQSxZQUFBLElBQ0EsTUFBQSxRQUNBLFdBQUEsT0FDQSxjQUFBLEVBQUEsS0FBQSxLQUFBLEVBQ0EsaUJBQUEsS0FDQSxhQUFBLEtBQ0EsYUFBQSxNQUFBLE1BQUEsS0FDQSxhQUFBLElBQ0EsT0FBQSxLQUNBLGFBQUEsS0FDQSxnQkFBQSxLQUNBLE1BQUEsS0FDQSxPQUFBLFFBQ0EsSUFBQSxJQUVBLFdBQUEsTUF0Q0osZ0NBeUNJLEtBQUEsRUc1Q0osMkNIK0NBLCtCQUdJLFFBQUEsT0FJSixrRkFJUSxXQUFBLEtBTVIsdUNBQ0UsUUFBQSxLQURGLG1EQUlJLFFBQUEsRUFDQSxJQUFBLGtCQUxKLG1FQU9NLFNBQUEsT0FDQSxJQUFBLEtBQ0EsTUFBQSxLQUlOLHlERzVEQSwwQ0hnRU0sTUFBQSxLQUpOLDJFR3hEQSw0REhpRU0sTUFBQSxLQUNBLFFBQUEsRUFBQSxLQUNBLE1BQUEsU0FDQSxZQUFBLElBQUEsTUFBQSxLQVpOLHVGRzdDRSx3RUgrRE0sWUFsQlIsb0dHMUNFLHFGSGdFUSxZQUFBLEtBQ0EsaUNBdkJWLDJFR2pESSw0REgrREksTUFBQSxLQUNBLFlBZlIsb0dHdENNLHFGSDhETSxZQUFBLE1BeEJaLHNGR25DRSx1RUhnRU0sY0FBQSxLQTdCUiw0RkdoQ0ksNkVIK0RNLFFBQUEsYUFDQSxlQUFBLE9BSUEsUUFBQSxJQUFBLEtBRUEsWUFBQSxXQUFBLHFCQUNBLFlBQUEsSUFDQSxVQUFBLEtBQ0EsWUFBQSxJQUNBLGVBQUEsVUFDQSxPQUFBLFFBQ0EsY0FBQSxJQUVBLG1CQUFBLEtBQUEsSUFBQSxjQUFBLEtBQUEsSUFBQSxXQUFBLEtBQUEsSUFDQSxPQUFBLEVBL0NWLG9HR1pJLHFGSGdFUSxNQUFBLEtBcERaLGlGR1RFLGtFSGtFTSxjQUFBLEtBQ0EsWUFBQSxLQUNBLFlBQUEsZ0JBQ0EsVUFBQSxLQUNBLFlBQUEsSUFDQSxlQUFBLFVBQ0EsTUFBQSxLQUNBLGlDQWhFUixpRkdDTSxrRUhnRUksWUFBQSxNQWpFViw4R0dJRSwrRkhpRU0sWUFyRVIsK0ZHT0UsZ0ZIaUVNLE1BQUEsS0FDQSxNQUFBLEtBQ0EsWUExRVIsc0dHWUksdUZIZ0VNLE1BQUEsS0FNVixzRkFJUSxjQUFBLGNBSlIsNEZBTVUsTUFBQSxlQU9WLG9EQUNFLFFBQUEsaUJBREYsc0RBQUEseURBR0ksVUFBQSxLQUNBLE1BQUEsS0FDQSxPQUFBLEVBQ0EsWUFBQSxXQUNBLFlBQUEsSUFDQSxlQUFBLEtBQ0EsWUFBQSxPQUlKLDhEQUdNLE1BQUEsS0FDQSxRQUFBLEVBQUEsS0FDQSxNQUFBLEtBTE4sdUZBU1UsWUFBQSxLQVRWLDBGR3JFSSxjSDhISSxLQUNBLFFBQUEsRUExRFIsZ0dBNERVLE9BQUEsRUE1RFYscUdBK0RVLFNBQUEsT0FDQSxRQUFBLEVBQ0EsU0FBQSxTQUNBLFVBQUEsTUFDQSxVQUFBLE1BQ0EsT0FBQSxFQXBFViw0R0FzRVksUUFBQSxLQUFBLEtBQUEsS0FBQSxLQUNBLFNBQUEsU0FDQSxRQUFBLEVBQ0EsTUFBQSxLQUNBLFVBQUEsS0FDQSxZQUNBLGlCQUFBLFlBQ0EsUUFBQSxFQUNBLGdCQUFBLEtBQ0EsbUJBQUEsS0EvRVosNEdBa0ZZLFFBQUEsUUFDQSxTQUFBLFNBQ0EsTUFBQSxJQUNBLElBQUEsSUFFQSxjQUFBLGtCQUNBLGtCQUFBLGtCQUNBLFVBQUEsa0JBQ0EsWUFBQSxRQUNBLFVBQUEsS0FDQSxNQUFBLFFBQ0EsWUFBQSxJQTdGWiwyR0FnR1ksUUFBQSxHQUNBLFFBQUEsTUFDQSxTQUFBLFNBQ0EsT0FBQSxFQUNBLEtBQUEsRUFDQSxNQUFBLEtBQ0EsT0FBQSxJQUNBLFdBQUEsS0F2R1oseUVBNEdRLGNBQUEsS0FDQSxNQUFBLEtBN0dSLCtFQStHVSxRQUFBLGFBQ0EsZUFBQSxPQUlBLFFBQUEsSUFBQSxLQUVBLFlBQUEsV0FBQSxxQkFDQSxZQUFBLElBQ0EsVUFBQSxLQUNBLFlBQUEsSUFDQSxlQUFBLFVBQ0EsT0FBQSxRQUNBLGNBQUEsSUFFQSxtQkFBQSxLQUFBLElBQUEsY0FBQSxLQUFBLElBQUEsV0FBQSxLQUFBLElBQ0EsT0FBQSxFQUNBLE1BQUEsZUFoSVYsNkZBcUljLE1BQUEsZUFySWQsdUZBMklZLE1BQUEsS0EzSVosb0VBZ0pRLGNBQUEsS0FDQSxZQUFBLEtBQ0EsWUFBQSxnQkFDQSxVQUFBLEtBQ0EsWUFBQSxJQUNBLGVBQUEsVUFFQSxNQUFBLEtBdkpSLGtHQTBKUSxRQUFBLEVBQ0EsT0FBQSxFQUFBLE1BM0pSLDZIQTZKVSxPQUFBLEVBN0pWLHFKQStKWSxPQUFBLEVBQUEsS0FBQSxLQS9KWiw2SEFvS1ksUUFBQSxhQXBLWixtSUFzS2MsTUFBQSxLQXRLZCxpR0E0S1EsWUE1S1Isa0ZBK0tRLE1BQUEsS0FDQSxNQUFBLEtBQ0EsWUFqTFIseUZBbUxVLE1BQUEsS0FuTFYsNENBMExNLE1BQUEsS0FLTixxREFHTSxRQUFBLGFBQ0EsTUFBQSxJQUNBLGVBQUEsT0FJTiwrQkd2SEEsWUh5SEUsT0FBQSxFQUFBLEtBQ0EsTUFBQSxLQUNBLFVBQUEsT0FKRixxQ0dsSEUsa0JId0hFLE1BQUEsS0FOSixxQ0cvR0Usa0JId0hFLFdBQUEsUUFDQSxNQUFBLEtBaUJGLFlBQ0UsaUJBQUEsUUFERiw4QkFTSSxLQUFBLFFBVEosb0RBYU0saUJBQUEseUJBQ0EsZ0JBQUEsTUFDQSxvQkFBQSxPQUFBLE9BZk4sMEVBa0JVLGlCQUFBLCtCQUNBLG9CQUFBLE9BQUEsT0FDQSxnQkFBQSxLQUFBLEtBQ0Esa0JBQUEsVUFyQlYsWUFDRSxpQkFBQSxRQURGLDhCQVNJLEtBQUEsUUFUSixvREFhTSxpQkFBQSx5QkFDQSxnQkFBQSxNQUNBLG9CQUFBLE9BQUEsT0FmTiwwRUFrQlUsaUJBQUEsK0JBQ0Esb0JBQUEsT0FBQSxPQUNBLGdCQUFBLEtBQUEsS0FDQSxrQkFBQSxVQXJCVixZQUNFLGlCQUFBLFFBREYsOEJBU0ksS0FBQSxRQVRKLG9EQWFNLGlCQUFBLHlCQUNBLGdCQUFBLE1BQ0Esb0JBQUEsT0FBQSxPQWZOLDBFQWtCVSxpQkFBQSwrQkFDQSxvQkFBQSxPQUFBLE9BQ0EsZ0JBQUEsS0FBQSxLQUNBLGtCQUFBLFVBckJWLFlBQ0UsaUJBQUEsUUFERiw4QkFTSSxLQUFBLFFBVEosb0RBYU0saUJBQUEseUJBQ0EsZ0JBQUEsTUFDQSxvQkFBQSxPQUFBLE9BZk4sMEVBa0JVLGlCQUFBLCtCQUNBLG9CQUFBLE9BQUEsT0FDQSxnQkFBQSxLQUFBLEtBQ0Esa0JBQUEsVUFyQlYsWUFDRSxpQkFBQSxRQURGLDhCQVNJLEtBQUEsUUFUSixvREFhTSxpQkFBQSx5QkFDQSxnQkFBQSxNQUNBLG9CQUFBLE9BQUEsT0FmTiwwRUFrQlUsaUJBQUEsK0JBQ0Esb0JBQUEsT0FBQSxPQUNBLGdCQUFBLEtBQUEsS0FDQSxrQkFBQSxVQXJCVixhQUNFLGlCQUFBLFFBREYsK0JBU0ksS0FBQSxRQVRKLHFEQWFNLGlCQUFBLDBCQUNBLGdCQUFBLE1BQ0Esb0JBQUEsT0FBQSxPQWZOLDJFQWtCVSxpQkFBQSxnQ0FDQSxvQkFBQSxPQUFBLE9BQ0EsZ0JBQUEsS0FBQSxLQUNBLGtCQUFBLFVBckJWLGFBQ0UsaUJBQUEsUUF3R0osY0F4Q0EsZ0NBeUNFLE9BQUEsSUFBQSxNQUFBLEtBQ0EsaUJBQUEsS0EzR0EsK0JBU0ksS0FBQSxRQVRKLHFEQWFNLGlCQUFBLDBCQUNBLGdCQUFBLE1BQ0Esb0JBQUEsT0FBQSxPQWZOLDJFQWtCVSxpQkFBQSxnQ0FDQSxvQkFBQSxPQUFBLE9BQ0EsZ0JBQUEsS0FBQSxLQUNBLGtCQUFBLFVBNENaLDBCQUNFLFNBQUEsS0FDQSxrQkFBQSxTQUZGLGdDQUFBLGdDQUlJLE1BQUEsS0FRSiw4QkFHTSxRQUFBLEtBSU4sMEJBR00sTUFBQSxLQUNBLE9BQUEsRUFBQSxFQUFBLElBQ0EsUUFBQSxFQUxOLGdDQU9RLE1BQUEsS0FQUiwwQkdwRkEsMkJBREEsNkJIa0dNLE9BQUEsSUFBQSxNQUFBLEtBQ0EsaUJBQUEsS0FDQSxRQUFBLGFBQ0EsTUFBQSxLQUtOLGlCQUlJLE9BQUEsRUFDQSxNQUFBLEtBQ0EsUUFBQSxFQU5KLG9CQVFNLFFBQUEsTUFDQSxRQUFBLEtBQ0EsT0FBQSxFQVZOLDJCQVlRLFFBQUEsS0FDQSxNQUFBLEtBTVIsdUJBQ0UsTUFBQSxlQUdGLDZCQUdNLE1BQUEsUUFITiwyQkFPSSxNQUFBLGVBS0osK0JBRUksUUFBQSxFQUFBLEtBRkosOEJBS0ksT0FBQSxLQUNBLE1BQUEsS0FHSixnREFFSSxNQUFBLEtBQ0EsU0FBQSxTRy9HRixrRUg0R0YsbUVBTU0sU0FBQSxTQUNBLE1BQUEsRUFDQSxJQUFBLEVBQ0EsT0FBQSxFQVROLHNEQVlNLE9BQUEsRUFDQSxTQUFBLG1CQWJOLHFEQWtCTSxXQUFBLEtBbEJOLHdEQW9CUSxRQUFBLFVBQ0EsUUFBQSxFQUNBLE9BQUEsRUF0QlIsK0RBd0JVLFFBQUEsSUFDQSxZQUFBLFFBT1YsK0JBRUksVUFBQSxPQUNBLE1BQUEsZUFDQSxPQUFBLEVBQUEsS0FKSiw2Q0FNTSxPQUFBLEVBQ0EsT0FBQSxFQUFBLEtBQ0EsU0FBQSxTQVJOLDZEQVdNLFNBQUEsU0FDQSxlQUFBLE9BQ0EsWUFBQSxLQUNBLE9BQUEsRUFkTixvRUFnQlEsU0FBQSxTQUNBLElBQUEsRUFDQSxLQUFBLEVBQ0EsTUFBQSxLQUNBLE9BQUEsS0d4SFIsMkJIK0hBLDJCQUdJLHVCQUFBLFlBQ0Esd0JBQUEsVUFJSixxRUdqSUUsZUg0SUEsS0FDQSxlQUNBLGNBQUEsRUFiRiw2RUFTSSxNQUFBLGVBVEosc0ZBbUJJLFdBQUEsUUFDQSxjQUFBLEtBcEJKLHlGQXVCSSxXQUFBLEtBQ0EsWUFDQSxlQUNBLE9BQUEsRUFDQSxRQUFBLEVBQ0EsU0FBQSxTQUNBLElBQUEsS0FDQSxVQUFBLEtBQ0EsWUFBQSxLQUVBLEtBQUEsRUFFQSxNQUFBLFFBbkNKLDBHQXNDTSxNQUFBLE1BRUYsaURBeENKLHlGQXlDTSxZQUFBLE1BU0osMEJBbERGLHlGQTRDTSxLQUFBLElBQ0EsSUFBQSxJQUNBLFFBQUEsSUFDQSxXQUFBLEtBL0NOLHFFQW1ESSxRQUFBLE9BS0osZ0NBRUksY0FBQSxLQUNBLFFBQUEsS0FDQSxXQUFBLG1CQUNBLE1BQUEsS0FDQSxZQU9KLDJEQUVJLGNBQUEsWUFGSiwyRUFBQSwrRUFhUSxNQUFBLGtCQWJSLGlGQWtCVSxpQkFBQSxrQkFsQlYsZ0ZBd0JRLE1BQUEsZUF4QlIsNEVBMkJRLE1BQUEsZUEzQlIsa0ZBNkJVLGlCQUFBLGVBN0JWLGdGQUFBLG9GQW1DUSxNQUFBLGVBbkNSLHNGQXdDVSxpQkFBQSxlQXhDViw0RUFBQSxnRkE4Q1EsTUFBQSxlQTlDUixrRkFtRFUsaUJBQUEsZUFuRFYsaUZBMERVLFFBQUEsS0ExRFYscUVBK0RNLFdBQUEsWUEvRE4sMEVBa0VNLFdBQUEsTUFsRU4sa0ZBb0VRLFFBQUEsS0FBQSxZQUNBLE9BQUEsTUFBQSxFQUFBLFlBckVSLCtEQUFBLDhEQUFBLHdFQWdNUSxRQUFBLFlBaE1SLCtGQUFBLHNFQW9OUSxlQUFBLFlBcE5SLGdGQTJFTSxXQUFBLE9BQ0Esa0JBQUEsZUFBQSxVQUFBLGVBNUVOLHVGQThFUSxpQkFBQSxRQTlFUiw4RkFtR1EsU0FBQSxTQUNBLFFBQUEsRUFwR1Isc0dBdUdRLGtCQUFBLGVBQUEsVUFBQSxlQUNBLFdBQUEsWUFDQSxZQUFBLFlBQ0EseUJBMUdSLDZHQTRHVSxRQUFBLGVBNUdWLHFGQWdIUSxrQkFBQSxlQUFBLFVBQUEsZUFoSFIsNEZBbUhVLElBQUEsTUFuSFYseUZBc0hVLGtCQUFBLGVBQUEsVUFBQSxlQXRIVixnR0F3SFksbUJBQUEsS0FBQSxJQUFBLGNBQUEsS0FBQSxJQUFBLFdBQUEsS0FBQSxJQUNBLGtCQUFBLGdCQUFBLGNBQUEsZ0JBQUEsVUFBQSxnQkF6SFosMkZBK0hVLGtCQUFBLGVBQUEsVUFBQSxlQS9IVixrR0FpSVksbUJBQUEsS0FBQSxJQUFBLGNBQUEsS0FBQSxJQUFBLFdBQUEsS0FBQSxJQUNBLGtCQUFBLGVBQUEsY0FBQSxlQUFBLFVBQUEsZUFsSVosNkZBQUEsaUdBd0lVLGtCQUFBLGVBQUEsVUFBQSxlQXhJVix3R0E0SWMsa0JBQUEsZUFBQSxjQUFBLGVBQUEsVUFBQSxlQTVJZCxtR0FrSlksa0JBQUEsZUFBQSxVQUFBLGVBbEpaLDBHQW9KYyxrQkFBQSxnQkFBQSxjQUFBLGdCQUFBLFVBQUEsZ0JHN0tkLGlFSHlCQSw4REcxQkEsNkRIaU1RLGtCQUFBLHFEQUFBLFVBQUEscURBQ0EsbUJBQUEsS0FBQSxJQUFBLGNBQUEsS0FBQSxJQUFBLFdBQUEsS0FBQSxJR3pMTix5RUhpQkYsc0VHbEJFLHFFSDRMUSxrQkFBQSxxREFBQSxVQUFBLHFER3JMVixrRUhXQSwrREdaQSw4REgwTFEsa0JBQUEscURBQUEsVUFBQSxxREFDQSxtQkFBQSxLQUFBLElBQUEsY0FBQSxLQUFBLElBQUEsV0FBQSxLQUFBLElHbExOLDBFSEdGLHVFR0pFLHNFSHFMUSxrQkFBQSxxREFBQSxVQUFBLHFEQWpMVixnRUE4TE0sT0FBQSxFQUFBLEVBQUEsZ0JBOUxOLG1GQXdNVSxNQUFBLEtBeE1WLDRFQThNUSxNQUFBLEtBOU1SLGlGQWdOVSxNQUFBLEtBaE5WLHVGQXVOUSxjQUFBLFlBdk5SLHFGQTROUSxNQUFBLEtBQ0EsWUFBQSxJQTdOUiwwRkErTlUsTUFBQSxLQS9OViwwRUFtT1EsTUFBQSxLQW5PUixnRkFxT1UsaUJBQUEsS0FyT1YscUVBbVFNLFdBQUEsZUFuUU4sMkZBQUEsaUdBd1NVLGlCQUFBLGtCQXhTViw0RkF3UVUsa0JBQUEscURBQUEsVUFBQSxxREFDQSxtQkFBQSxLQUFBLElBQUEsY0FBQSxLQUFBLElBQUEsV0FBQSxLQUFBLElBelFWLG9HQTJRWSxrQkFBQSxxREFBQSxVQUFBLHFEQTNRWiwwRkErUVUsa0JBQUEscURBQUEsVUFBQSxxREFDQSxtQkFBQSxLQUFBLElBQUEsY0FBQSxLQUFBLElBQUEsV0FBQSxLQUFBLElBaFJWLGtHQWtSWSxrQkFBQSxxREFBQSxVQUFBLHFEQWxSWix5R0FBQSx5R0FBQSwyR0F5UlEsaUJBQUEsa0JBQ0Esa0JBQUEsZUFBQSxVQUFBLGVBMVJSLDhIQUFBLDhIQUFBLGdJQTZSWSxNQUFBLFFBdUJSLGlDQXBUSixtREdzQ0UsMERIc01NLFdBQUEsS0E1T1Isd0RHeUNJLCtESHFNTSxRQUFBLGFBOU9WLHNEQWtQUSxjQUFBLEtBbFBSLGlFQXFQUSxXQUFBLFlBclBSLDhEQUFBLGlGQXlQVSxPQUFBLFlBelBWLDJGQW9TVSxXQUFBLGdCQXBTVixtREc0RkUsMERIMk5NLFdBQUEsS0F2VFIsd0RHK0ZJLCtESDBOTSxRQUFBLGFBelRWLHNEQTZUUSxjQUFBLEtBN1RSLG1FR29HRSxpRUg2Tk0sV0FBQSxZQWpVUiw4REFBQSxpRkFxVVUsT0FBQSxhQVVWLCtEQUdNLFFBQUEsS0FITiw2QkFPSSxpQkFBQSxLQVBKLHFDQVNNLGtCQUFBLCtEQUFBLFVBQUEsK0RBQ0EsbUJBQUEsS0FBQSxJQUFBLGNBQUEsS0FBQSxJQUFBLFdBQUEsS0FBQSxJQVZOLDZDQVlRLGtCQUFBLCtEQUFBLFVBQUEsK0RBWlIsbUNBZ0JNLFdBQUEsTUFoQk4scURBcUJRLE1BQUEsS0FyQlIsd0RBd0JRLFFBQUEsR0FDQSxTQUFBLFNBQ0EsSUFBQSxFQUNBLEtBQUEsRUFDQSxNQUFBLEVBQ0EsT0FBQSxFQUNBLGlCQUFBLGVBT1IsbURBQUEsc0ZBRUksTUFBQSxLQUZKLGtHQVFRLFlBQ0EsV0FBQSxlQUNBLGlCQUFBLEtBVlIseUdBWVUsTUFBQSxLQUNBLFlBQUEsSUFiVix5R0FvQlUsTUFBQSxlQU9WLDBDQUdJLE1BQUEsS0FISixnRUFLTSxNQUFBLEtBQ0EsUUFBQSxFQUFBLEtBQ0EsTUFBQSxTQUNBLFlBQUEsSUFBQSxNQUFBLEtBQ0EsbUJBQUEsV0FBQSxXQUFBLFdBVE4sNEVBZVEsWUFBQSxLQWZSLHNFQWtCUSxjQUFBLEtBQ0EsWUFBQSxLQUNBLFlBQUEsZ0JBQ0EsVUFBQSxLQUNBLFlBQUEsSUFDQSxlQUFBLFVBQ0EsTUFBQSxLQUNBLGlDQXpCUixnRUFXUSxNQUFBLEtBQ0EsWUFaUixzRUEwQlUsWUFBQSxNQTFCViwrREErQk0sTUFBQSxLQUNBLE1BQUEsS0FDQSxZQUFBLEtBakNOLHNFQW1DUSxNQUFBLEtBbkNSLG1FQXdDUSxZQUFBLEtBQ0EsaUNBekNSLG1FQTBDVSxZQUFBLE1BMUNWLHFHR3JORSx3R0h1UVEsY0FBQSxjQUNBLFlBQUEsS0FuRFYsZ0dHak5FLG1HSHVRUSxNQUFBLEtBQ0EsT0FBQSxFQXZEViw2RUE2RFEsTUFBQSxLQTdEUix5RkFnRVEsWUFDQSxXQUFBLGVBQ0EsaUJBQUEsS0FDQSxTQUFBLFNBQ0EsVUFBQSxNQUNBLFVBQUEsTUFyRVIsZ0dBdUVVLFFBQUEsUUFDQSxTQUFBLFNBQ0EsTUFBQSxJQUNBLElBQUEsSUFDQSxjQUFBLGtCQUNBLGtCQUFBLGtCQUNBLFVBQUEsa0JBQ0EsWUFBQSxRQUNBLFVBQUEsS0FDQSxNQUFBLFFBQ0EsWUFBQSxJQWpGVixnR0FvRlUsTUFBQSxLQUNBLFlBQUEsSUFyRlYsZ0dBNEZVLE1BQUEsZUc5UVYsa0RIcVJBLGtEQUVFLElBQUEsS0FDQSxPQUFBLEVBR0YscUJBQ0UsbUJBQUEsRUFBQSxJQUFBLEtBQUEsa0JBQUEsV0FBQSxFQUFBLElBQUEsS0FBQSxrQkFFRixRQUNFLG1CQUFBLEVBQUEsS0FBQSxLQUFBLDRCQUFBLFdBQUEsRUFBQSxLQUFBLEtBQUEsNEJBR0YsK0NBSU0sUUFBQSxNQUNBLFlBQ0EsT0FBQSxFQUFBLEtBSU4sMEZBSVEsZUFBQSxlQUNBLGNBQUEsZ0JBTVIsNkNBR00sVUFBQSxLQUNBLFlBQUEsSUFDQSxlQUFBLFVBQ0EsTUFBQSxlQUNBLFFBQUEsS0FBQSxZQUNBLGNBQUEsSUFBQSxNQUFBLEtBQ0EsUUFBQSxNQVROLDhDQVlNLFFBQUEsWUFDQSxVQUFBLEtBQ0EsTUFBQSxlQUNBLE9BQUEsRUFDQSxZQUFBLFdBQ0EsWUFBQSxJQUNBLGVBQUEsS0FDQSxZQUFBLEtBS04sMklBS1UsUUFBQSxRQUNBLE1BQUEsS0l4cURWLGtFSitxREEsaURJM3FEUSxRQUFBLGFBQ0EsV0FBQSxLQUNBLFVBQUEsS0FDQSxZQUFBLElBQ0EsTUFBQSxLSitxRFIsMENBR00sUUFBQSxZQUtOLDBCQUNFLCtCQUdNLE1BQUEiLCJmaWxlIjoibWFpbi5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIucmVnaW9uLXNpbXBsZS1ub2RlIHtcbiAgLnBhbmUtdmlkZW8ge1xuICAgICYuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQge1xuICAgICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICB9XG4gIH1cbiAgLnRpdGxlLXJ1YnJpcXVlIHtcbiAgICAuaWNvbi1ibG9jayB7XG4gICAgICBpbWcge1xuICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgICB9XG4gICAgICBAbWVkaWEgKG1heC13aWR0aDogNjQwcHgpIHtcbiAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgIG1hcmdpbjogMCBhdXRvIDEwcHggYXV0bztcbiAgICAgICAgaW1nIHtcbiAgICAgICAgICBtYXJnaW46IDA7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbiAgJiArIC5yZWdpb24tY29udGVudC1iZWxvdy1mdWxsLmZ1bGwtd2lkdGgge1xuICAgIC5zZWN0aW9uLWJnLXBlcnNvLW9yYW5nZSB7XG4gICAgICBtYXJnaW4tdG9wOiAxNTBweCFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG59XG4uc2Nyb2xsLXdyYXBwZXIge1xuICAuc2Nyb2xsYWJsZS1zY3JvbGwtY3VzdG9tIHtcbiAgICBvdmVyZmxvdzogaGlkZGVuICFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kIHtcbiAgJi5zZWN0aW9uLXdpdGgtdGV4dHVyZSB7XG4gICAgLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kIHtcbiAgICAgICYuc2VjdGlvbi13aXRoLXRleHR1cmUge1xuICAgICAgICBtYXJnaW46IDA7XG4gICAgICAgIHBhZGRpbmc6IDA7XG4gICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5ALW1vei1kb2N1bWVudCB1cmwtcHJlZml4KCkge1xuICAuYmstc3VtbWFyeSB7XG4gICAgZmlsdGVyOiBub25lO1xuICB9XG59XG4uaG9tZXBhZ2Uge1xuICAucGFuZS11bml2ZXJzZS1wcm9kdWN0LXNsIHtcbiAgICAudGl0bGUtcnVicmlxdWUge1xuICAgICAgLmhleGFnb24ge1xuICAgICAgICBiYWNrZ3JvdW5kOiBub25lO1xuICAgICAgICBib3gtc2hhZG93OiBub25lO1xuICAgICAgICBib3JkZXI6IG5vbmU7XG4gICAgICAgIG1hcmdpbjogMDtcbiAgICAgICAgcG9zaXRpb246IHN0YXRpYztcbiAgICAgICAgZGlzcGxheTogaW5saW5lO1xuICAgICAgICB0cmFuc2Zvcm06IG5vbmU7XG4gICAgICAgIHZlcnRpY2FsLWFsaWduOiBiYXNlbGluZTtcbiAgICAgICAgc3ZnLFxuICAgICAgICAmOmJlZm9yZSxcbiAgICAgICAgJjphZnRlciB7XG4gICAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgICAgfVxuICAgICAgICAuaWNvbi1naWZ0IHtcbiAgICAgICAgICBwb3NpdGlvbjogc3RhdGljO1xuICAgICAgICAgIG1hcmdpbjogMDtcbiAgICAgICAgICB0cmFuc2Zvcm06IG5vbmU7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbi5iay1zdW1tYXJ5IHtcbiAgei1pbmRleDogMjE7XG4gIEBtZWRpYSAjeyRtb2JpbGV9IHtcbiAgICBoZWlnaHQ6IGF1dG8gIWltcG9ydGFudDtcbiAgICB3aWR0aDogYXV0byAhaW1wb3J0YW50O1xuICB9XG4gIGJ1dHRvbiB7XG4gICAgLnRleHQge1xuICAgICAgZmxvYXQ6IHJpZ2h0O1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICBwYWRkaW5nLXJpZ2h0OiA0MHB4O1xuICAgICAgcGFkZGluZy1sZWZ0OiAxMHB4O1xuICAgIH1cbiAgICAud3JhcHBlci1zdmcge1xuICAgICAgY2xlYXI6IGJvdGg7XG4gICAgfVxuICAgIEBtZWRpYSAjeyRtb2JpbGV9IHtcbiAgICAgIGJvdHRvbTogMjNweDtcbiAgICAgIHRvcDogYXV0byAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuICAmLmlzLW9wZW4ge1xuICAgIGJ1dHRvbiArIC5tZW51LXN1bW1hcnkge1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKSBzY2FsZSgxKTtcbiAgICAgIG1hcmdpbi1yaWdodDogMTA3cHg7XG4gICAgICBAbWVkaWEgI3skbW9iaWxlfSB7XG4gICAgICAgIG1hcmdpbi1yaWdodDogNDVweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbi8vIC5iay1zdW1tYXJ5LW9wZW4ge1xuLy8gICAmOmJlZm9yZSB7XG4vLyAgICAgY29udGVudDogJyc7XG4vLyAgICAgcG9zaXRpb246IGZpeGVkO1xuLy8gICAgIGxlZnQ6IDA7XG4vLyAgICAgdG9wOiAwO1xuLy8gICAgIHJpZ2h0OiAwO1xuLy8gICAgIGJvdHRvbTogMDtcbi8vICAgICB6LWluZGV4OiAyMDtcbi8vICAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDAsMCwwLC43NCk7XG4vLyAgIH1cbi8vIH1cbiNtYWluLW1lbnUge1xuICBkaXNwbGF5OiBibG9jaztcbiAgYSB7XG4gICAgJi5hY3RpdmUtdHJhaWwge1xuICAgICAgY29sb3I6ICNmZjlkMzY7XG4gICAgfVxuICB9XG59XG4ucmVnaW9uLWNvbnRlbnQtYWJvdmUge1xuICAjdGFicyB7XG4gICAgcG9zaXRpb246IGZpeGVkO1xuICAgIGxlZnQ6IDA7XG4gICAgdG9wOiA1MCU7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xuICAgIHotaW5kZXg6IDk5OTk5O1xuICAgIHVsIHtcbiAgICAgIG1hcmdpbjogMDtcbiAgICAgIHBhZGRpbmc6IDA7XG4gICAgICBib3JkZXItYm90dG9tOiBub25lO1xuICAgICAgbGkge1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgcGFkZGluZzogMDtcbiAgICAgICAgbWFyZ2luOiAwIDAgNXB4O1xuICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgICAgfVxuICAgICAgICBhIHtcbiAgICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgICBwYWRkaW5nOiAxMHB4IDIwcHg7XG4gICAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICAgICAgY29sb3I6ICMwMDdkYWU7XG4gICAgICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDAgMTBweCAxMHB4IDA7XG4gICAgICAgICAgJi5hY3RpdmUge1xuICAgICAgICAgICAgY29sb3I6ICMwMDA7XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5saXN0LWFjdHUge1xuICAuZ3JpZC00LFxuICAuZ3JpZC02IHtcbiAgICBtYXJnaW4tYm90dG9tOiA1MHB4O1xuICAgIC52aWV3cy1maWVsZC1maWVsZC10eXBlLXByb2R1Y3QtdHIge1xuICAgICAgcGFkZGluZzogMTBweCAwO1xuICAgICAgZm9udC1zaXplOiAxNnB4O1xuICAgICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgYmxhY2s7XG4gICAgfVxuICAgIC52aWV3cy1maWVsZC1maWVsZC1zZXJpZXMtdHIge1xuICAgICAgdWwge1xuICAgICAgICBwYWRkaW5nOiAxMHB4IDAgN3B4O1xuICAgICAgICBmb250LXNpemU6IDE2cHg7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBibGFjaztcbiAgICAgICAgbGkge1xuICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgICBtYXJnaW46IDAgMCAzcHg7XG4gICAgICAgICAgc3BhbiB7XG4gICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgICAgICAvL3ZlcnRpY2FsLWFsaWduOiB0b3A7XG4gICAgICAgICAgICAvL3ZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgICAgICAgICB2ZXJ0aWNhbC1hbGlnbjogYm90dG9tO1xuICAgICAgICAgICAgbWFyZ2luLXJpZ2h0OiAuMzRlbTtcbiAgICAgICAgICAgIC8vaGVpZ2h0OiA0MHB4O1xuICAgICAgICAgICAgaGVpZ2h0OiAzMHB4O1xuICAgICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgICAgICAgaW1nIHtcbiAgICAgICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgICAgICAgICB0b3A6IDEwMCU7XG4gICAgICAgICAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtMTAwJSk7XG4gICAgICAgICAgICAgIG1heC1oZWlnaHQ6IDEwMCU7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfVxuICAgICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgICAgfVxuICAgICAgICAgICY6YWZ0ZXIge1xuICAgICAgICAgICAgY29udGVudDogJywnO1xuICAgICAgICAgIH1cbiAgICAgICAgICAmOmxhc3QtY2hpbGQge1xuICAgICAgICAgICAgJjphZnRlciB7XG4gICAgICAgICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICAgIC52aWV3cy1maWVsZC1jcmVhdGVkIHtcbiAgICAgIHBhZGRpbmctdG9wOiAxMHB4O1xuICAgICAgZm9udC1zaXplOiAxNnB4O1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgfVxuICAgIC52aWV3cy1maWVsZC10aXRsZSB7XG4gICAgICBtYXJnaW46IDEwcHggMCAyMHB4IDA7XG4gICAgICBmb250LWZhbWlseTogJ01vbnRzZXJyYXQnO1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICBjb2xvcjogI2ZmOWQzNjtcbiAgICAgIHRleHQtdHJhbnNmb3JtOiBub25lO1xuICAgICAgZm9udC1zaXplOiAzNHB4O1xuICAgICAgbGluZS1oZWlnaHQ6IDEuMjVlbTtcbiAgICAgIGEge1xuICAgICAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgICB9XG4gICAgfVxuICAgIC52aWV3cy1maWVsZC1ib2R5IHtcbiAgICAgIHAge1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgbWFyZ2luOiAwIDAgMjBweDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAuZ3JpZC00IHtcbiAgICAmOm50aC1jaGlsZCgzbisxKSB7XG4gICAgICBjbGVhcjogYm90aDtcbiAgICB9XG4gIH1cbn1cblxuLnZpZXctdmlkZW8tbGlzdGUge1xuICAudmlld3MtZmllbGQtdGl0bGUge1xuICAgIC5maWVsZC1jb250ZW50LFxuICAgIGgyIHtcbiAgICAgIG1hcmdpbi1ib3R0b206IDA7XG4gICAgICBmb250LXNpemU6IDE5cHg7XG4gICAgICBjb2xvcjogYmxhY2s7XG4gICAgICBtYXJnaW46IDEwcHggMCAwIDA7XG4gICAgICBmb250LWZhbWlseTogJ01vbnRzZXJyYXQnO1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICB0ZXh0LXRyYW5zZm9ybTogbm9uZTtcbiAgICAgIGEge1xuICAgICAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgICB9XG4gICAgfVxuICB9XG4gIC52aWV3cy1leHBvc2VkLXdpZGdldCB7XG4gICAgLmZvcm0taXRlbSB7XG4gICAgICAuZm9ybS1pdGVtIHtcbiAgICAgICAgbWFyZ2luLWJvdHRvbTogMnB4ICFpbXBvcnRhbnQ7XG4gICAgICAgIG1hcmdpbi1sZWZ0OiAtN3B4O1xuICAgICAgICBsYWJlbCB7XG4gICAgICAgICAgY29sb3I6ICMwMDA7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLnZpZXctc2VhcmNoIHtcbiAgLnZpZXctY29udGVudCB7XG4gICAgbWFyZ2luOiAyNHB4IDAgNDBweDtcbiAgICAudmlld3Mtcm93IHtcbiAgICAgIHBhZGRpbmctYm90dG9tOiAyMHB4O1xuICAgICAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBibGFjaztcbiAgICAgICY6bGFzdC1jaGlsZCB7XG4gICAgICAgIGJvcmRlci1ib3R0b206IG5vbmU7XG4gICAgICB9XG4gICAgICAudmlld3MtZmllbGQtdGl0bGUge1xuICAgICAgICBtYXJnaW4tYm90dG9tOiAxNXB4O1xuICAgICAgICBhIHtcbiAgICAgICAgICBmb250LWZhbWlseTogXCJNb250c2VycmF0XCIsIHNhbnMtc2VyaWY7XG4gICAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICAgICAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG4gICAgICAgICAgZm9udC1zaXplOiAxN3B4O1xuICAgICAgICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgLnZpZXdzLWZpZWxkLWJvZHkge1xuICAgICAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgICAgIGZvbnQtZmFtaWx5OiBcIk1vbnRzZXJyYXRcIiwgc2Fucy1zZXJpZjtcbiAgICAgICAgZm9udC1zaXplOiAxZW07XG4gICAgICAgIGZvbnQtd2VpZ2h0OiAzMDA7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiBub3JtYWw7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5wYW5lLW1lbnUtbWVudS1wbGFuLXNpdGUge1xuICAucGFuZS1jb250ZW50ID4ubWVudSB7XG4gICAgbWFyZ2luOiAwO1xuICAgIGZvbnQtc2l6ZTogMDtcbiAgICA+bGkge1xuICAgICAgbWFyZ2luLWJvdHRvbTogMzBweDtcbiAgICAgIHdpZHRoOiAyMCU7XG4gICAgICBmbG9hdDogbGVmdDtcbiAgICAgIGRpcmVjdGlvbjogbHRyO1xuICAgICAgcGFkZGluZy1sZWZ0OiAxMHB4O1xuICAgICAgcGFkZGluZy1yaWdodDogMTBweDtcbiAgICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgIH1cbiAgICAgID5hIHtcbiAgICAgICAgZm9udC1zaXplOiAyMXB4O1xuICAgICAgICB0ZXh0LXRyYW5zZm9ybTogbm9uZTtcbiAgICAgICAgbWFyZ2luOiAwIDAgMjBweDtcbiAgICAgICAgZm9udC1mYW1pbHk6ICdOZW9ncmFwaGlrTVRTdGQnLHNhbnMtc2VyaWY7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiAxLjI1ZW07XG4gICAgICAgIGNvbG9yOiBibGFjaztcbiAgICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgICAgfVxuICAgICAgPnVsIHtcbiAgICAgICAgbWFyZ2luOiAyNHB4IDA7XG4gICAgICAgIHRleHQtYWxpZ246IGxlZnQ7XG4gICAgICAgIGxpIHtcbiAgICAgICAgICBwYWRkaW5nOiAwO1xuICAgICAgICAgIG1hcmdpbjogMCAwIDhweDtcbiAgICAgICAgICBmb250LXNpemU6IDE3cHg7XG4gICAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgICAgJjpiZWZvcmUge1xuICAgICAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgICAgICB9XG4gICAgICAgICAgYSB7XG4gICAgICAgICAgICBmb250LXdlaWdodDogbm9ybWFsO1xuICAgICAgICAgICAgbWFyZ2luOiAwO1xuICAgICAgICAgICAgZm9udC1zaXplOiAxLjA1ODgyZW07XG4gICAgICAgICAgICBjb2xvcjogYmxhY2s7XG4gICAgICAgICAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgICBAbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHtcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5wYWdlLW5vZGUtMTU3IHtcbiAgLnBhbmUtbm9kZS10aXRsZSB7XG4gICAgaDEge1xuICAgICAgJjpiZWZvcmUge1xuICAgICAgICBjb250ZW50OiBcIu6kj1wiO1xuICAgICAgICBmb250LWZhbWlseTogJ2ljb21vb24nICFpbXBvcnRhbnQ7XG4gICAgICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICAgICAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcbiAgICAgICAgZm9udC12YXJpYW50OiBub3JtYWw7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiBub25lO1xuICAgICAgICBsaW5lLWhlaWdodDogMTtcbiAgICAgICAgZm9udC1zaXplOiAzMHB4O1xuICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgICAgICp2ZXJ0aWNhbC1hbGlnbjogYXV0bztcbiAgICAgICAgKnpvb206IDE7XG4gICAgICAgICpkaXNwbGF5OiBpbmxpbmU7XG4gICAgICAgIG1hcmdpbi1yaWdodDogMTVweDtcbiAgICAgICAgY29sb3I6ICMwMDA7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5wYWdlciB7XG4gIC5wYWdlci1wcmV2aW91cyB7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgKnZlcnRpY2FsLWFsaWduOiBhdXRvO1xuICAgICp6b29tOiAxO1xuICAgICpkaXNwbGF5OiBpbmxpbmU7XG4gICAgbWFyZ2luOiAwIDFweCAwIDA7XG4gICAgd2lkdGg6IDY2cHg7XG4gICAgaGVpZ2h0OiA2NnB4O1xuICAgIHBhZGRpbmc6IDIwcHg7XG4gICAgZm9udC1zaXplOiAyNHB4O1xuICAgIGNvbG9yOiBibGFjaztcbiAgICBiYWNrZ3JvdW5kOiAjQzlDOUM5O1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBsZXR0ZXItc3BhY2luZzogMDtcbiAgICAtbW96LXRyYW5zaXRpb246IGVhc2UsIDAuMnM7XG4gICAgLW8tdHJhbnNpdGlvbjogZWFzZSwgMC4ycztcbiAgICAtd2Via2l0LXRyYW5zaXRpb246IGVhc2UsIDAuMnM7XG4gICAgdHJhbnNpdGlvbjogZWFzZSwgMC4ycztcbiAgICBhIHtcbiAgICAgIHdpZHRoOiAyNHB4O1xuICAgICAgaGVpZ2h0OiAzMnB4O1xuICAgICAgcGFkZGluZzogOHB4IDEycHg7XG4gICAgICB0ZXh0LWluZGVudDogLTkwMHB4O1xuICAgICAgJjpiZWZvcmUge1xuICAgICAgICBjb250ZW50OiBcIlxcZTkxNlwiO1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIHRvcDogNTAlO1xuICAgICAgICBsZWZ0OiA1MCU7XG4gICAgICAgIC1tb3otdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XG4gICAgICAgIC1tcy10cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTtcbiAgICAgICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTtcbiAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XG4gICAgICAgIGZvbnQtZmFtaWx5OiAnaWNvbW9vbic7XG4gICAgICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgICAgICAgdGV4dC1pbmRlbnQ6IDA7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi52aWV3LWxpc3RlLWRvY3VtZW50cyB7XG4gIC5ncmlkLTQge1xuICAgIC52aWV3cy1maWVsZC1maWVsZC10eXBlcy1kb2MtdHIge1xuICAgICAgcGFkZGluZzogMTBweCAwO1xuICAgICAgZm9udC1zaXplOiAxNnB4O1xuICAgICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgYmxhY2s7XG4gICAgICAmICsgLnZpZXdzLWZpZWxkLXRpdGxlIHtcbiAgICAgICAgbWFyZ2luOiAxMHB4IDAgMCAwO1xuICAgICAgICBmb250LWZhbWlseTogJ01vbnRzZXJyYXQnO1xuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgICAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG4gICAgICAgIGZvbnQtc2l6ZTogMTlweDtcbiAgICAgICAgY29sb3I6IGJsYWNrO1xuICAgICAgICBhIHtcbiAgICAgICAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuI21kZS1zb2NpYWwtZGF0YS1kYXRhLWZvcm0ge1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHdpZHRoOiAzMDBweDtcbiAgdG9wOiA1MCU7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtNTAlKTtcbiAgei1pbmRleDogMTAwMDAwO1xuICBsZWZ0OiAtMzAwcHg7XG4gIC8vcGFkZGluZy1yaWdodDogOTJweDtcbiAgdHJhbnNpdGlvbi1kdXJhdGlvbjogLjNzO1xuICAvL2JhY2tncm91bmQ6IG5vbmU7XG4gIGhlaWdodDogNDAwcHg7XG4gIC5mb3JtLXR5cGUtdGV4dGFyZWEge1xuICAgIHRleHRhcmVhIHtcbiAgICAgIG1pbi1oZWlnaHQ6IGF1dG87XG4gICAgICBtYXgtaGVpZ2h0OiAxMzBweDtcbiAgICB9XG4gIH1cbiAgLnRpdGxlLWZvcm0ge1xuICAgIGNvbnRlbnQ6ICdTb2NpYWwnO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBsZWZ0OiAxMDAlO1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIHBhZGRpbmc6IDEwcHggMjBweDtcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGNvbG9yOiAjMDA3ZGFlO1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBib3JkZXItcmFkaXVzOiAwIDEwcHggMTBweCAwO1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNkZGQ7XG4gICAgYm9yZGVyLWNvbG9yOiAjYmJiO1xuICAgIGJvcmRlci1zdHlsZTogc29saWQgc29saWQgbm9uZSBzb2xpZDtcbiAgICBib3JkZXItd2lkdGg6IDFweDtcbiAgICBoZWlnaHQ6IGF1dG87XG4gICAgbWFyZ2luLXJpZ2h0OiAwLjVlbTtcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgd2lkdGg6IDkycHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIHRvcDogNTAlO1xuICAgIC8vbWFyZ2luLXRvcDogNzNweDtcbiAgICBtYXJnaW4tdG9wOiAxMTBweDtcbiAgfVxuICAmLnNob3cge1xuICAgIGxlZnQ6IDA7XG4gIH1cbn1cbi5wYW5lLW5vZGUtdGl0bGUuaW5saW5lLWljb24sXG4ucGFuZS1ub2RlLWZpZWxkLWJsb2NrLXRpdGxlLmlubGluZS1pY29uIHtcbiAgPiAqIHtcbiAgICBkaXNwbGF5OiBpbmxpbmU7XG4gIH1cbn1cblxuLnJlZ2lvbi1zaW1wbGUtbm9kZSB7XG4gICsgLnJlZ2lvbi1jb250ZW50LWJlbG93LWZ1bGwuZnVsbC13aWR0aCB7XG4gICAgLnBhbmVsLXBhbmUge1xuICAgICAgJjpmaXJzdC1jaGlsZCB7XG4gICAgICAgIG1hcmdpbi10b3A6IDUwcHg7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5wYW5lLW1kZS1zb2NpYWwtZGF0YS1zaGFyZS1ob3Jpem9udGFsIHtcbiAgei1pbmRleDogYXV0bztcbiAgJi5uby1hYnNvbHV0ZSB7XG4gICAgLy9wb3NpdGlvbjogc3RhdGljIWltcG9ydGFudDtcbiAgICB6LWluZGV4OiAxO1xuICAgIHRvcDogY2FsYygxMDAlICsgMjBweCk7XG4gICAgLmJrLWxpbmstc29jaWFsIHtcbiAgICAgIHBvc2l0aW9uOiBzdGF0aWM7XG4gICAgICB0b3A6IGF1dG87XG4gICAgICByaWdodDogYXV0bztcbiAgICB9XG4gIH1cbn1cbi52aWV3LWxpc3RlLXByb2R1Y3Qtc2VhcmNoLWluZGV4LFxuLnZpZXctdmlkZW8tbGlzdGUge1xuICAuZ3JpZC02IHtcbiAgICAmOm50aC1jaGlsZCgybisxKSB7XG4gICAgICBjbGVhcjogYm90aDtcbiAgICB9XG4gIH1cbiAgLnZpZXdzLWV4cG9zZWQtZm9ybSB7XG4gICAgLnZpZXdzLWV4cG9zZWQtd2lkZ2V0IHtcbiAgICAgIGZsb2F0OiBsZWZ0O1xuICAgICAgcGFkZGluZzogMCAxMHB4O1xuICAgICAgd2lkdGg6IDMzLjMzMzMlO1xuICAgICAgYm9yZGVyLWxlZnQ6IDFweCBzb2xpZCAjMDAwMDAwO1xuICAgICAgQG1lZGlhICN7JG1vYmlsZX0ge1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgYm9yZGVyOiBub25lO1xuICAgICAgfVxuICAgICAgJjpmaXJzdC1jaGlsZCB7XG4gICAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgIH1cbiAgICAgIC52aWV3cy13aWRnZXQge1xuICAgICAgICA+LmZvcm0taXRlbSB7XG4gICAgICAgICAgbWFyZ2luLWxlZnQ6IDUwcHg7XG4gICAgICAgICAgQG1lZGlhICN7JG1vYmlsZX0ge1xuICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IDMwcHg7XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgICAuZm9ybS1pdGVtIHtcbiAgICAgICAgbWFyZ2luLWJvdHRvbTogMzBweDtcbiAgICAgICAgbGFiZWwge1xuICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuICAgICAgICAgICp2ZXJ0aWNhbC1hbGlnbjogYXV0bztcbiAgICAgICAgICAqem9vbTogMTtcbiAgICAgICAgICAqZGlzcGxheTogaW5saW5lO1xuICAgICAgICAgIHBhZGRpbmc6IDhweCAxMHB4O1xuICAgICAgICAgIG1hcmdpbjogMCAxMnB4IDEycHggMTJweDtcbiAgICAgICAgICBmb250LWZhbWlseTogXCJNb250c2VycmF0XCIsIHNhbnMtc2VyaWYgIWltcG9ydGFudDtcbiAgICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgICAgICBmb250LXNpemU6IDE3cHg7XG4gICAgICAgICAgbGluZS1oZWlnaHQ6IDFlbTtcbiAgICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiA0cHg7XG4gICAgICAgICAgLy9iYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICAgICAgICB0cmFuc2l0aW9uOiBlYXNlLCAwLjRzO1xuICAgICAgICAgIG1hcmdpbjogMDtcbiAgICAgICAgICAvL2NvbG9yOiAjMDAwO1xuICAgICAgICB9XG4gICAgICAgIHNlbGVjdCB7XG4gICAgICAgICAgb3B0aW9uIHtcbiAgICAgICAgICAgIGNvbG9yOiAjMDAwO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgPmxhYmVsIHtcbiAgICAgICAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgICAgICAgbWFyZ2luLWxlZnQ6IDUwcHg7XG4gICAgICAgIGZvbnQtZmFtaWx5OiAnTmVvZ3JhcGhpa01UU3RkJztcbiAgICAgICAgZm9udC1zaXplOiAyN3B4O1xuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICAgICAgY29sb3I6ICMwMDA7XG4gICAgICAgIEBtZWRpYSAjeyRtb2JpbGV9IHtcbiAgICAgICAgICBtYXJnaW4tbGVmdDogMjVweDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgJi52aWV3cy13aWRnZXQtZmlsdGVyLWZpZWxkX3RoZW1lX3RyIHtcbiAgICAgICAgYm9yZGVyOiBub25lO1xuICAgICAgfVxuICAgICAgJi52aWV3cy1zdWJtaXQtYnV0dG9uIHtcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgIGNsZWFyOiBib3RoO1xuICAgICAgICBib3JkZXI6IG5vbmU7XG4gICAgICAgIGJ1dHRvbiB7XG4gICAgICAgICAgZmxvYXQ6IG5vbmU7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cbi52aWV3LWxpc3RlLXByb2R1Y3Qtc2VhcmNoLWluZGV4IHtcbiAgLnZpZXdzLWV4cG9zZWQtZm9ybSB7XG4gICAgLnZpZXdzLWV4cG9zZWQtd2lkZ2V0IHtcbiAgICAgIC5mb3JtLWl0ZW0ge1xuICAgICAgICBtYXJnaW4tYm90dG9tOiAycHghaW1wb3J0YW50O1xuICAgICAgICBsYWJlbCB7XG4gICAgICAgICAgY29sb3I6ICMwMDAhaW1wb3J0YW50O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi52aWV3LWxpc3RlLXByb2R1Y3Qtc2VhcmNoLWluZGV4IC52aWV3cy1maWVsZC10aXRsZXtcbiAgZGlzcGxheTppbmxpbmUhaW1wb3J0YW50O1xuICBhLCBzcGFuIHtcbiAgICBmb250LXNpemU6MTlweDtcbiAgICBjb2xvcjojMDAwO1xuICAgIG1hcmdpbjowO1xuICAgIGZvbnQtZmFtaWx5Ok1vbnRzZXJyYXQ7XG4gICAgZm9udC13ZWlnaHQ6NzAwO1xuICAgIHRleHQtdHJhbnNmb3JtOm5vbmU7XG4gICAgbGluZS1oZWlnaHQ6MS4yNWVtO1xuICB9XG59XG5cbi52aWV3LWxpc3RlLWFydGljbGUge1xuICAudmlld3MtZXhwb3NlZC1mb3JtIHtcbiAgICAudmlld3MtZXhwb3NlZC13aWRnZXQge1xuICAgICAgZmxvYXQ6IGxlZnQ7XG4gICAgICBwYWRkaW5nOiAwIDEwcHg7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIC8vYm9yZGVyLXJpZ2h0OiAxcHggc29saWQgIzAwMDAwMDtcbiAgICAgIC52aWV3cy13aWRnZXQge1xuICAgICAgICA+LmZvcm0taXRlbSB7XG4gICAgICAgICAgbWFyZ2luLWxlZnQ6IDUwcHg7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgICYudmlld3Mtd2lkZ2V0LWZpbHRlci1jcmVhdGVkIHtcbiAgICAgICAgLyouc2VsZWN0Mi1jb250YWluZXIge1xuICAgICAgICAgIG1pbi13aWR0aDogMjMwcHg7XG4gICAgICAgIH1cbiAgICAgICAgLnNlbGVjdDItc2VsZWN0aW9uIHtcbiAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCAjZmY5ZjE1O1xuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgICAgICAgYm9yZGVyLXJhZGl1czogMDtcbiAgICAgICAgICBwYWRkaW5nOiAxMHB4IDM1cHggMTBweCAyMHB4O1xuICAgICAgICAgIGhlaWdodDogMzhweDtcbiAgICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgICB3aWR0aDogMjMwcHg7XG4gICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgICAgIHNwYW4ge1xuICAgICAgICAgICAgcGFkZGluZzogMDtcbiAgICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgICAgICAgYm9yZGVyOiBub25lO1xuICAgICAgICAgICAgZm9udC1mYW1pbHk6IE1vbnRzZXJyYXQsc2Fucy1zZXJpZiAhaW1wb3J0YW50O1xuICAgICAgICAgICAgZm9udC1zaXplOiAxN3B4O1xuICAgICAgICAgICAgY29sb3I6ICMwMDA7XG4gICAgICAgICAgICBsaW5lLWhlaWdodDogMThweCFpbXBvcnRhbnQ7XG4gICAgICAgICAgICBmb250LXdlaWdodDogbm9ybWFsO1xuICAgICAgICAgIH1cbiAgICAgICAgICAuc2VsZWN0Mi1zZWxlY3Rpb25fX2Fycm93IHtcbiAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgIHJpZ2h0OiAwO1xuICAgICAgICAgICAgdG9wOiAwO1xuICAgICAgICAgICAgbGluZS1oZWlnaHQ6IDM4cHghaW1wb3J0YW50O1xuICAgICAgICAgICAgd2lkdGg6IDQwcHg7XG4gICAgICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgICAgIGNvbnRlbnQ6ICdcXGYxMDcnO1xuICAgICAgICAgICAgICBmb250LXNpemU6IDMwcHg7XG4gICAgICAgICAgICAgIGZvbnQtZmFtaWx5OiBGb250QXdlc29tZTtcbiAgICAgICAgICAgICAgY29sb3I6ICNmZjljMWI7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBiIHtcbiAgICAgICAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgLmRyb3Bkb3duLXdyYXBwZXIge1xuICAgICAgICAgIHdpZHRoOiAxMDAlO1xuXG4gICAgICAgIH0qL1xuICAgICAgICBtYXJnaW4tYm90dG9tOiAxNHB4O1xuICAgICAgICBwYWRkaW5nOiAwO1xuICAgICAgICBsYWJlbCB7XG4gICAgICAgICAgbWFyZ2luOiAwO1xuICAgICAgICB9XG4gICAgICAgIC5mb3JtLWl0ZW0ge1xuICAgICAgICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgICAgICAgcGFkZGluZzogMDtcbiAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgICAgbWluLXdpZHRoOiAyMDBweDtcbiAgICAgICAgICBtYXgtd2lkdGg6IDIzMHB4O1xuICAgICAgICAgIG1hcmdpbjogMDtcbiAgICAgICAgICBzZWxlY3Qge1xuICAgICAgICAgICAgcGFkZGluZzogMTBweCAzMHB4IDEwcHggMTBweDtcbiAgICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgICAgICAgIHotaW5kZXg6IDE7XG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgICAgIG1heC13aWR0aDogbm9uZTtcbiAgICAgICAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgICAgICAgICAgb3V0bGluZTogbm9uZTtcbiAgICAgICAgICAgIC1tb3otYXBwZWFyYW5jZTogbm9uZTtcbiAgICAgICAgICAgIC13ZWJraXQtYXBwZWFyYW5jZTogbm9uZTtcbiAgICAgICAgICB9XG4gICAgICAgICAgJjpiZWZvcmUge1xuICAgICAgICAgICAgY29udGVudDogXCJcXGU5MTVcIjtcbiAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgIHJpZ2h0OiA4cHg7XG4gICAgICAgICAgICB0b3A6IDUwJTtcbiAgICAgICAgICAgIC1tb3otdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgLTUwJSk7XG4gICAgICAgICAgICAtbXMtdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgLTUwJSk7XG4gICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlKDAsIC01MCUpO1xuICAgICAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgLTUwJSk7XG4gICAgICAgICAgICBmb250LWZhbWlseTogJ2ljb21vb24nO1xuICAgICAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgICAgICAgY29sb3I6ICNmZjlkMzY7XG4gICAgICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgICAgICB9XG4gICAgICAgICAgJjphZnRlciB7XG4gICAgICAgICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgICBib3R0b206IDA7XG4gICAgICAgICAgICBsZWZ0OiAwO1xuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgICAgICBoZWlnaHQ6IDFweDtcbiAgICAgICAgICAgIGJhY2tncm91bmQ6IHdoaXRlO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgLmZvcm0taXRlbSB7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDMwcHg7XG4gICAgICAgIGNvbG9yOiAjZmZmO1xuICAgICAgICBsYWJlbCB7XG4gICAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgICAgICAgKnZlcnRpY2FsLWFsaWduOiBhdXRvO1xuICAgICAgICAgICp6b29tOiAxO1xuICAgICAgICAgICpkaXNwbGF5OiBpbmxpbmU7XG4gICAgICAgICAgcGFkZGluZzogOHB4IDEwcHg7XG4gICAgICAgICAgbWFyZ2luOiAwIDEycHggMTJweCAxMnB4O1xuICAgICAgICAgIGZvbnQtZmFtaWx5OiBcIk1vbnRzZXJyYXRcIiwgc2Fucy1zZXJpZiAhaW1wb3J0YW50O1xuICAgICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgICAgIGZvbnQtc2l6ZTogMTdweDtcbiAgICAgICAgICBsaW5lLWhlaWdodDogMWVtO1xuICAgICAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDRweDtcbiAgICAgICAgICAvL2JhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICAgICAgICAgIHRyYW5zaXRpb246IGVhc2UsIDAuNHM7XG4gICAgICAgICAgbWFyZ2luOiAwO1xuICAgICAgICAgIGNvbG9yOiAjZmZmIWltcG9ydGFudDtcbiAgICAgICAgfVxuICAgICAgICBpbnB1dCB7XG4gICAgICAgICAgJjpjaGVja2VkIHtcbiAgICAgICAgICAgICYrbGFiZWwge1xuICAgICAgICAgICAgICBjb2xvcjogIzAwMCFpbXBvcnRhbnQ7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIHNlbGVjdCB7XG4gICAgICAgICAgb3B0aW9uIHtcbiAgICAgICAgICAgIGNvbG9yOiAjMDAwO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgPmxhYmVsIHtcbiAgICAgICAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgICAgICAgbWFyZ2luLWxlZnQ6IDUwcHg7XG4gICAgICAgIGZvbnQtZmFtaWx5OiAnTmVvZ3JhcGhpa01UU3RkJztcbiAgICAgICAgZm9udC1zaXplOiAyN3B4O1xuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICAgICAgLy9jb2xvcjogIzAwMDtcbiAgICAgICAgY29sb3I6ICNmZmY7XG4gICAgICB9XG4gICAgICAmLnZpZXdzLXdpZGdldC1maWx0ZXItZmllbGRfc2VyaWVzX3RyIHtcbiAgICAgICAgcGFkZGluZzogMDtcbiAgICAgICAgbWFyZ2luOiAwIC0yMHB4O1xuICAgICAgICAuZm9ybS1pdGVtLWZpZWxkLXNlcmllcy10ciB7XG4gICAgICAgICAgbWFyZ2luOiAwO1xuICAgICAgICAgIC5mb3JtLXR5cGUtYmVmLWNoZWNrYm94IHtcbiAgICAgICAgICAgIG1hcmdpbjogMCAxMnB4IDEycHggMTJweDtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgLmJlZi1jaGVja2JveGVzIHtcbiAgICAgICAgICAuZm9ybS1pdGVtIHtcbiAgICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgICAgIGxhYmVsIHtcbiAgICAgICAgICAgICAgY29sb3I6ICMwMDA7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgICAmLnZpZXdzLXdpZGdldC1maWx0ZXItZmllbGRfdGhlbWVfdHIge1xuICAgICAgICBib3JkZXI6IG5vbmU7XG4gICAgICB9XG4gICAgICAmLnZpZXdzLXN1Ym1pdC1idXR0b24ge1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgY2xlYXI6IGJvdGg7XG4gICAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgICAgYnV0dG9uIHtcbiAgICAgICAgICBmbG9hdDogbm9uZTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuICAuZ3JpZC02IHtcbiAgICAmOm50aC1jaGlsZCgybisxKSB7XG4gICAgICBjbGVhcjogYm90aDtcbiAgICB9XG4gIH1cbn1cblxuI21kZS1ibG9ja3MtcGFyYWxsYXgtZWRpdC1mb3JtIHtcbiAgLmZpZWxkc2V0LXdyYXBwZXIge1xuICAgID5kaXYge1xuICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgd2lkdGg6IDQ5JTtcbiAgICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgfVxuICB9XG59XG4jbWRlLWJsb2Nrcy1wYXJhbGxheC1lZGl0LWZvcm0sXG4jdXNlci1sb2dpbiB7XG4gIG1hcmdpbjogMCBhdXRvO1xuICB3aWR0aDogMTAwJTtcbiAgbWF4LXdpZHRoOiAxMjAwcHg7XG4gIGxhYmVsIHtcbiAgICBjb2xvcjogIzAwMDtcbiAgfVxuICBpbnB1dCB7XG4gICAgYmFja2dyb3VuZDogI2UxZTFlMTtcbiAgICBjb2xvcjogIzAwMDtcbiAgfVxufVxuXG4kY29sb3JzQXJyYXk6IChcbiAgICAgICAgNTojRjYzMjNFLFxuICAgICAgICA2OiM0RDlDMkQsXG4gICAgICAgIDc6IzAwQUZBQSxcbiAgICAgICAgODojRkY2QjM1LFxuICAgICAgICA5OiNGRjlFMTUsXG4gICAgICAgIDEwOiMxODk5RDYsXG4gICAgICAgIDExOiM0NDVBQTVcbik7XG5cbiRibG9ja3M6ICgncHJlc2VudGF0aW9uJywnaGVybycsJ3VuaXZlcnNlLWltYWdlLXZpZGVvJywnZXBpc29kZXMnLCd1bml2ZXJzZS1wcm9kdWN0LXNsJyk7XG5cbkBlYWNoICRrZXksICRjb2xvciBpbiAkY29sb3JzQXJyYXkge1xuICAudW5pdmVyc2UtI3ska2V5fSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogJGNvbG9yO1xuICAgIC52aWduZXR0ZSB7XG4gICAgICBvcGFjaXR5OiAxICFpbXBvcnRhbnQ7XG4gICAgfVxuICAgIC8vIC51bml2ZXJzZS1pY29uIHtcbiAgICAvLyAgIG1hcmdpbi1yaWdodDogMTdweDtcbiAgICAvLyB9XG4gICAgLmhleGFnb24gc3ZnIHBhdGgge1xuICAgICAgZmlsbDogJGNvbG9yO1xuICAgIH1cbiAgICAucmVnaW9uLXNpbXBsZS1ub2RlIHtcbiAgICAgICYucmVnaW9uLWNvbnRlbnQtZnVsbCB7XG4gICAgICAgIGJhY2tncm91bmQtaW1hZ2U6IHVybCgnLi4vaW1hZ2VzL2ZvbmQjeyRrZXl9LnBuZycpO1xuICAgICAgICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyO1xuICAgICAgICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyO1xuICAgICAgICAucGFuZWwtcGFuZSB7XG4gICAgICAgICAgJi5wYW5lLWhlcm8ge1xuICAgICAgICAgICAgYmFja2dyb3VuZC1pbWFnZTogdXJsKCcuLi9pbWFnZXMvYmctZ3JvdW5kLSN7JGtleX0ucG5nJyk7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgYm90dG9tO1xuICAgICAgICAgICAgYmFja2dyb3VuZC1zaXplOiAxMDAlIGF1dG87XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICAvLyAucGFuZWwtcGFuZSB7XG4gICAgICAgIC8vICAgQGVhY2ggJGJsb2NrIGluICRibG9ja3Mge1xuICAgICAgICAvLyAgICAgJi5wYW5lLSN7JGJsb2NrfSB7XG4gICAgICAgIC8vICAgICAgIC50aXRsZS1ydWJyaXF1ZSB7XG4gICAgICAgIC8vICAgICAgICAgJjpiZWZvcmUge1xuICAgICAgICAvLyAgICAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgIC8vICAgICAgICAgICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoJy4uL2ltYWdlcy9iZy1pY29uLSN7JGtleX0tI3skYmxvY2t9LnBuZycpO1xuICAgICAgICAvLyAgICAgICAgICAgd2lkdGg6IDc2cHg7XG4gICAgICAgIC8vICAgICAgICAgICBoZWlnaHQ6IDY4cHg7XG4gICAgICAgIC8vICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgIC8vICAgICAgICAgICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuICAgICAgICAvLyAgICAgICAgICAgbWFyZ2luLXJpZ2h0OiA1cHg7XG4gICAgICAgIC8vICAgICAgICAgfVxuICAgICAgICAvLyAgICAgICAgIC5pY29uLWdpZnQsXG4gICAgICAgIC8vICAgICAgICAgLmhleGFnb24ge1xuICAgICAgICAvLyAgICAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgICAgLy8gICAgICAgICB9XG4gICAgICAgIC8vICAgICAgIH1cbiAgICAgICAgLy8gICAgIH1cbiAgICAgICAgLy8gICB9XG4gICAgICAgIC8vIH1cblxuICAgICAgICAvL2JhY2tncm91bmQtaW1hZ2U6IHVybCgnLi4vaW1hZ2VzL3RvcC1iZy11bml2ZXJzZS0jeyRrZXl9LnBuZycpLCB1cmwoJy4uL2ltYWdlcy9ib3R0b20tYmctdW5pdmVyc2UtI3ska2V5fS5wbmcnKTtcbiAgICAgICAgLy9iYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgdG9wLCBjZW50ZXIgYm90dG9tO1xuICAgICAgICAvL2JhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7XG5cblxuICAgICAgICAvLy5wYW5lbC1wYW5lIHtcbiAgICAgICAgLy8gIGJhY2tncm91bmQtc2l6ZTogY292ZXI7XG4gICAgICAgIC8vICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiA1MCUgMTAwJTtcbiAgICAgICAgLy8gIEBlYWNoICRibG9jayBpbiAkYmxvY2tzIHtcbiAgICAgICAgLy8gICAgJi5wYW5lLSN7JGJsb2NrfSB7XG4gICAgICAgIC8vICAgICAgYmFja2dyb3VuZC1pbWFnZTogdXJsKCcuLi9pbWFnZXMvYmctdW5pdmVyc2UtI3skYmxvY2t9LSN7JGtleX0uanBnJyk7XG4gICAgICAgIC8vICAgIH1cbiAgICAgICAgLy8gIH1cbiAgICAgICAgLy99XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5wYW5lbHMtYWRkLWNvbnRlbnQtbW9kYWwge1xuICBvdmVyZmxvdzogYXV0bztcbiAgYmFja2dyb3VuZC1yZXBlYXQ6IHJlcGVhdC15O1xuICBsYWJlbCB7XG4gICAgY29sb3I6ICMwMDA7XG4gIH1cbiAgaW5wdXQge1xuICAgIGJvcmRlcjogMXB4IHNvbGlkICMwMDA7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgICBjb2xvcjogIzAwMDtcbiAgfVxufVxuLnBhbmVscy1pcGUtbGlua2JhciB7XG4gIGxpIHtcbiAgICAmOmJlZm9yZSB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgfVxufVxuLm1vZGFsLWRlZmF1bHQge1xuICBmb3JtIHtcbiAgICBsYWJlbCB7XG4gICAgICBjb2xvcjogIzAwMDtcbiAgICAgIG1hcmdpbjogMCAwIDVweDtcbiAgICAgIHBhZGRpbmc6IDA7XG4gICAgICAmOmhvdmVyIHtcbiAgICAgICAgY29sb3I6ICMwMDA7XG4gICAgICB9XG4gICAgfVxuICAgIGlucHV0LFxuICAgIHRleHRhcmVhLFxuICAgIHNlbGVjdCB7XG4gICAgICBib3JkZXI6IDFweCBzb2xpZCAjMDAwO1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgIGNvbG9yOiAjMDAwO1xuICAgIH1cbiAgfVxufVxuXG4jYXV0b2NvbXBsZXRlIHtcbiAgYm9yZGVyOiAxcHggc29saWQgIzAwMDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgdWwge1xuICAgIG1hcmdpbjogMDtcbiAgICBjb2xvcjogIzAwMDtcbiAgICBwYWRkaW5nOiAwO1xuICAgIGxpIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgcGFkZGluZzogMTBweDtcbiAgICAgIG1hcmdpbjogMDtcbiAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgICAgY29sb3I6ICMwMDA7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5zZWxlY3QyLXNlYXJjaF9fZmllbGQge1xuICBjb2xvcjogIzAwMCFpbXBvcnRhbnQ7XG59XG5cbi5pbnB1dC10cmFuc2l0aW9uIHtcbiAgbGFiZWwge1xuICAgIHNwYW4ge1xuICAgICAgY29sb3I6IGluaGVyaXQ7XG4gICAgfVxuICB9XG4gIC5zZWxlY3QyIHtcbiAgICB3aWR0aDogMTAwJSFpbXBvcnRhbnQ7XG4gIH1cbn1cblxuXG4ud2ViZm9ybS1jbGllbnQtZm9ybSB7XG4gIC5tZW50aW9ucyB7XG4gICAgcGFkZGluZzogMCAxMHB4O1xuICB9XG4gIC5jYXB0Y2hhIHtcbiAgICBoZWlnaHQ6IDc4cHg7XG4gICAgY2xlYXI6IGJvdGg7XG4gIH1cbn1cbi5mb3JtLXR5cGUtcGFzc3dvcmQtY29uZmlybSB7XG4gIC5mb3JtLXR5cGUtcGFzc3dvcmQge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAucGFzc3dvcmQtc3RyZW5ndGgsXG4gICAgLnBhc3N3b3JkLWNvbmZpcm0ge1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgcmlnaHQ6IDA7XG4gICAgICB0b3A6IDA7XG4gICAgICBtYXJnaW46IDA7XG4gICAgfVxuICAgIGlucHV0IHtcbiAgICAgIG1hcmdpbjogMDtcbiAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZSFpbXBvcnRhbnQ7XG4gICAgfVxuICB9XG4gIC5wYXNzd29yZC1zdWdnZXN0aW9ucyB7XG4gICAgdWwge1xuICAgICAgbWFyZ2luLXRvcDogMTBweDtcbiAgICAgIGxpIHtcbiAgICAgICAgZGlzcGxheTogbGlzdC1pdGVtO1xuICAgICAgICBwYWRkaW5nOiAwO1xuICAgICAgICBtYXJnaW46IDA7XG4gICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICBjb250ZW50OiAnLSc7XG4gICAgICAgICAgZm9udC1mYW1pbHk6IGluaGVyaXQ7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLnZpZGVvLXBvcHVwIHtcbiAgLnBvcHVwcy1jb250YWluZXIge1xuICAgIG1heC13aWR0aDogMTAyNHB4O1xuICAgIHdpZHRoOiAxMDAlICFpbXBvcnRhbnQ7XG4gICAgbWFyZ2luOiAwIGF1dG87XG4gICAgLm1vZGFsLWhlYWRlciB7XG4gICAgICBoZWlnaHQ6IDA7XG4gICAgICBtYXJnaW46IDAgMzJweDtcbiAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB9XG4gICAgLnBhbmUtbm9kZS1maWVsZC12aWRlby1vZW1iZWQge1xuICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgcGFkZGluZy1ib3R0b206IDU2LjI1JTtcbiAgICAgIHBhZGRpbmctdG9wOiAyNXB4O1xuICAgICAgaGVpZ2h0OiAwO1xuICAgICAgaWZyYW1lIHtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICB0b3A6IDA7XG4gICAgICAgIGxlZnQ6IDA7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cblxuLnN3aXBlci1idXR0b24tcHJldixcbi5zd2lwZXItYnV0dG9uLW5leHQge1xuICAmOmJlZm9yZSB7XG4gICAgLXdlYmtpdC1mb250LXNtb290aGluZzogYW50aWFsaWFzZWQ7XG4gICAgLW1vei1vc3gtZm9udC1zbW9vdGhpbmc6IGdyYXlzY2FsZTtcbiAgfVxufVxuXG4ucGFnZS1oZWFkZXItd3JhcHBlci5oZWFkZXItZGVmYXVsdCAuaGVhZGVyLXJpZ2h0IC5iay10b3AgLmZvcm0tbWFpbCB7XG4gIC8qbGVmdDogMjE1cHg7XG4gIEBtZWRpYSAobWluLXdpZHRoOiAxMDI0cHgpIGFuZCAobWF4LXdpZHRoOiAxMjc5cHgpIHtcbiAgICBsZWZ0OiAxMTVweDtcbiAgfVxuICBAbWVkaWEgKG1heC13aWR0aDogMTAyNHB4KSB7XG4gICAgbGVmdDogNHB4O1xuICB9Ki9cbiAgJi5zdWNjZXNzIHtcbiAgICB3aWR0aDogMTAwJSFpbXBvcnRhbnQ7XG4gIH1cbiAgcGFkZGluZy1ib3R0b206IDQwcHg7XG4gIGJhY2tncm91bmQ6IG5vbmU7XG4gIGJvcmRlci1yYWRpdXM6IDA7XG4gIEBtZWRpYSAobWF4LXdpZHRoOiAxMDI0cHgpIHtcbiAgICAvLyBwYWRkaW5nLWJvdHRvbTogMDtcbiAgICAvLyBwYWRkaW5nLXRvcDogNDBweDtcbiAgfVxuICBpbnB1dFt0eXBlPVwidGV4dFwiXSB7XG4gICAgYmFja2dyb3VuZDogI2MxYzFjMTtcbiAgICBib3JkZXItcmFkaXVzOiAxOXB4O1xuICB9XG4gIC5uZXdzbGV0dGVyLW1lc3NhZ2Uge1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG4gICAgYm9yZGVyOiBub25lO1xuICAgIGJhY2tncm91bmQ6IG5vbmU7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogNDBweDtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgbGluZS1oZWlnaHQ6IDIwcHg7XG4gICAgLy9ib3R0b206IDA7XG4gICAgbGVmdDogMDtcbiAgICAvL3dpZHRoOiA1MDBweDtcbiAgICBjb2xvcjogI0U0NDY0NztcbiAgICAvL2ZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICYubWVzc2FnZXMtLXN0YXR1cyB7XG4gICAgICBjb2xvcjogZ3JlZW47XG4gICAgfVxuICAgIEBtZWRpYSAobWluLXdpZHRoOiAxMDI0cHgpIGFuZCAobWF4LXdpZHRoOiAxMjc5cHgpIHtcbiAgICAgIGxpbmUtaGVpZ2h0OiAxNXB4O1xuICAgIH1cbiAgICBAbWVkaWEgKG1heC13aWR0aDogMTAyNHB4KSB7XG4gICAgICBsZWZ0OiA0cHg7XG4gICAgICB0b3A6IDhweDtcbiAgICAgIHBhZGRpbmc6IDVweDtcbiAgICAgIGJhY2tncm91bmQ6ICNmZmY7XG4gICAgfVxuICB9XG4gIEBtZWRpYSAobWF4LXdpZHRoOiAxMDI0cHgpIHtcbiAgICB6LWluZGV4OiAxMDAwMDtcbiAgfVxufVxuXG5cbi5zZWN0aW9uLWxvZ2luIHtcbiAgLm1lc3NhZ2VzLS1lcnJvciB7XG4gICAgbWFyZ2luLWJvdHRvbTogMzBweDtcbiAgICBwYWRkaW5nOiAxMHB4O1xuICAgIGJhY2tncm91bmQ6IHJnYmEoMjMyLCAyOSwgMjksIDAuNSk7XG4gICAgY29sb3I6IGJsYWNrO1xuICAgIGJvcmRlcjogbm9uZTtcbiAgfVxufVxuXG5cblxuXG4ubm9kZS10eXBlLWRpc3BhdGNoIHtcbiAgLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQge1xuICAgIG1hcmdpbi1ib3R0b206IDAgIWltcG9ydGFudDtcbiAgICAvKnNlY3Rpb24ge1xuICAgICAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICAgICAgbWFyZ2luOiAwICFpbXBvcnRhbnQ7XG4gICAgICBiYWNrZ3JvdW5kOiBub25lO1xuICAgICAgJjpiZWZvcmUge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgICAgfVxuICAgIH0qL1xuICAgICYuYmx1ZS10aXRsZSB7XG4gICAgICAubGlrZS1oMiB7XG4gICAgICAgIGNvbG9yOiAjMTRhMGRjIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICAgIC5idG4ge1xuICAgICAgICBjb2xvcjogIzE0YTBkYyFpbXBvcnRhbnQ7XG4gICAgICAgIC5saW5lIHtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMTRhMGRjIWltcG9ydGFudDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAmLmJsYWNrLXRpdGxlIHtcbiAgICAgIC5saWtlLWgyIHtcbiAgICAgICAgY29sb3I6ICMwMDAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgICAgLmJ0biB7XG4gICAgICAgIGNvbG9yOiAjZmZmIWltcG9ydGFudDtcbiAgICAgICAgLmxpbmUge1xuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmYhaW1wb3J0YW50O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICAgICYuZnVsbGJsYWNrLXRpdGxlIHtcbiAgICAgIC5saWtlLWgyIHtcbiAgICAgICAgY29sb3I6ICMwMDAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgICAgLmJ0biB7XG4gICAgICAgIGNvbG9yOiAjMDAwIWltcG9ydGFudDtcbiAgICAgICAgLmxpbmUge1xuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMwMDAhaW1wb3J0YW50O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICAgICYud2hpdGUtdGl0bGUge1xuICAgICAgLmxpa2UtaDIge1xuICAgICAgICBjb2xvcjogI2ZmZiFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgICAuYnRuIHtcbiAgICAgICAgY29sb3I6ICNmZmYhaW1wb3J0YW50O1xuICAgICAgICAubGluZSB7XG4gICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZiFpbXBvcnRhbnQ7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgJi5uby1pY29uIHtcbiAgICAgIC5saWtlLWgyIHtcbiAgICAgICAgc3BhbiB7XG4gICAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAmLm5vLW1hcmdpbiB7XG4gICAgICBtYXJnaW4tdG9wOiAwICFpbXBvcnRhbnQ7XG4gICAgfVxuICAgICYubm9ybWFsLXNlY3Rpb24ge1xuICAgICAgbWFyZ2luLXRvcDogLTkwcHg7XG4gICAgICBzZWN0aW9uIHtcbiAgICAgICAgcGFkZGluZzogNTBweCAwICFpbXBvcnRhbnQ7XG4gICAgICAgIG1hcmdpbjogLTQwcHggMCAwICFpbXBvcnRhbnQ7XG4gICAgICAgIC8vYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQgIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gICAgJi5zZWN0aW9uLXdpdGgtdGV4dHVyZSB7XG4gICAgICAvL21hcmdpbi10b3A6IDA7XG4gICAgICBvdmVyZmxvdy14OiBoaWRkZW47XG4gICAgICBjbGlwLXBhdGg6IG5vbmUgIWltcG9ydGFudDtcbiAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogaW5oZXJpdDtcbiAgICAgIH1cblxuICAgICAgLypiYWNrZ3JvdW5kOiBub25lICFpbXBvcnRhbnQ7XG4gICAgICBtYXJnaW4tdG9wOiAtMTBweCAhaW1wb3J0YW50O1xuICAgICAgcGFkZGluZy10b3A6IDE0MHB4ICFpbXBvcnRhbnQ7XG4gICAgICBwb3NpdGlvbjogcmVsYXRpdmUgIWltcG9ydGFudDtcbiAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgbWFyZ2luLXRvcDogMSU7XG4gICAgICAgIHRvcDogMCAhaW1wb3J0YW50O1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICAgICY6YWZ0ZXIge1xuICAgICAgICBjb250ZW50OiAnJztcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICB0b3A6IDUwcHg7XG4gICAgICAgIGxlZnQ6IDA7XG4gICAgICAgIHJpZ2h0OiAwO1xuICAgICAgICBib3R0b206IDA7XG4gICAgICB9Ki9cbiAgICAgIC5wYW5lLWNvbnRlbnQge1xuICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgIHotaW5kZXg6IDE7XG4gICAgICB9XG4gICAgICAuc2VjdGlvbi13aXRoLXRleHR1cmUge1xuICAgICAgICBjbGlwLXBhdGg6IG5vbmUgIWltcG9ydGFudDtcbiAgICAgICAgbWFyZ2luLXRvcDogMCAhaW1wb3J0YW50O1xuICAgICAgICBwYWRkaW5nLXRvcDogMCAhaW1wb3J0YW50O1xuICAgICAgICBiYWNrZ3JvdW5kOiBub25lICFpbXBvcnRhbnQ7XG4gICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICBkaXNwbGF5OiBub25lICFpbXBvcnRhbnQ7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgICYudGlsdCB7XG4gICAgICAgIGNsaXAtcGF0aDogbm9uZSAhaW1wb3J0YW50O1xuICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgLy90b3A6IC0zMnB4O1xuICAgICAgICAgIHRvcDogLTcycHg7XG4gICAgICAgIH1cbiAgICAgICAgJi4tdXAge1xuICAgICAgICAgIGNsaXAtcGF0aDogbm9uZSAhaW1wb3J0YW50O1xuICAgICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICAgIHRyYW5zaXRpb246IGVhc2UgMC40cztcbiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0xLjJkZWcpO1xuICAgICAgICAgICAgLy93aWR0aDogMTEwJTtcbiAgICAgICAgICAgIC8vbGVmdDogLTUlO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICAmLi1kb3duIHtcbiAgICAgICAgICBjbGlwLXBhdGg6IG5vbmUgIWltcG9ydGFudDtcbiAgICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgICB0cmFuc2l0aW9uOiBlYXNlIDAuNHM7XG4gICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxLjJkZWcpO1xuICAgICAgICAgICAgLy93aWR0aDogMTEwJTtcbiAgICAgICAgICAgIC8vbGVmdDogLTUlO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICAmLmFuaW1hdGUge1xuICAgICAgICAgIGNsaXAtcGF0aDogbm9uZSAhaW1wb3J0YW50O1xuICAgICAgICAgICYuLXVwIHtcbiAgICAgICAgICAgIGNsaXAtcGF0aDogbm9uZSAhaW1wb3J0YW50O1xuICAgICAgICAgICAgJjpiZWZvcmUge1xuICAgICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxLjJkZWcpO1xuICAgICAgICAgICAgICAvL3dpZHRoOiAxMTAlO1xuICAgICAgICAgICAgICAvL2xlZnQ6IC01JTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9XG4gICAgICAgICAgJi4tZG93biB7XG4gICAgICAgICAgICBjbGlwLXBhdGg6IG5vbmUgIWltcG9ydGFudDtcbiAgICAgICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoLTEuMmRlZyk7XG4gICAgICAgICAgICAgIC8vd2lkdGg6IDExMCU7XG4gICAgICAgICAgICAgIC8vbGVmdDogLTUlO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuICAmLmRpc3BhdGNoLXByb2NpZGlzIHtcbiAgICAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUge1xuICAgICAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuICAmLmRpc3BhdGNoLXByb3Mge1xuICAgIC5wYW5lLWRpc3BhdGNoLWFnZW5kYSxcbiAgICAucGFuZS1kaXNwYXRjaC1lZGl0byxcbiAgICAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUge1xuICAgICAgJi5maXJzdCB7XG4gICAgICAgIGNsaXAtcGF0aDogcG9seWdvbigwJSAwJSwgMTAwJSA0MHB4LCAxMDAlIGNhbGMoMTAwJSAtIDQwcHgpLCAwJSAxMDAlKTtcbiAgICAgICAgdHJhbnNpdGlvbjogZWFzZSAwLjRzO1xuICAgICAgICAmLmFuaW1hdGUge1xuICAgICAgICAgIGNsaXAtcGF0aDogcG9seWdvbigwIDQwcHgsIDEwMCUgMCwgMTAwJSAxMDAlLCAwJSBjYWxjKDEwMCUgLSA0MHB4KSk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgICYuc2Vjb25kIHtcbiAgICAgICAgY2xpcC1wYXRoOiBwb2x5Z29uKDAgNDBweCwgMTAwJSAwLCAxMDAlIDEwMCUsIDAlIGNhbGMoMTAwJSAtIDQwcHgpKTtcbiAgICAgICAgdHJhbnNpdGlvbjogZWFzZSAwLjRzO1xuICAgICAgICAmLmFuaW1hdGUge1xuICAgICAgICAgIGNsaXAtcGF0aDogcG9seWdvbigwJSAwJSwgMTAwJSA0MHB4LCAxMDAlIGNhbGMoMTAwJSAtIDQwcHgpLCAwJSAxMDAlKTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuICAmLmRpc3BhdGNoLXRlYWNoZXIge1xuICAgIC5wYW5lLWRpc3BhdGNoLWRvY3VtZW50cyB7XG4gICAgICBwYWRkaW5nOiAwICFpbXBvcnRhbnQ7XG4gICAgICBzZWN0aW9uIHtcbiAgICAgICAgcGFkZGluZy1ib3R0b206IDAgIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gICAgLnBhbmUtZGlzcGF0Y2gtaW1hZ2UtdmlkZW8ge1xuICAgICAgbWFyZ2luOiAwICAwIC01MHB4ICFpbXBvcnRhbnQ7XG4gICAgICBzZWN0aW9uIHtcbiAgICAgICAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxuICAmLmRpc3BhdGNoLW1hZXN0cm8tZmFucyB7XG4gICAgLnBhbmUtZGlzcGF0Y2gtcHJvZHVjdCB7XG4gICAgICAudmlzdS13cmFwcGVyIHtcbiAgICAgICAgaW1nIHtcbiAgICAgICAgICB3aWR0aDogYXV0bztcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUge1xuICAgICAgLmxpa2UtaDIge1xuICAgICAgICBjb2xvcjogIzAwMDtcbiAgICAgICAgPiBzcGFuIHtcbiAgICAgICAgICBjb2xvcjogI2ZmZjtcbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kIHtcbiAgICAgICAgcGFkZGluZy1ib3R0b206IDAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgICAgLnNjcm9sbGFibGUtd3JhcHBlciB7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgICAucGFuZS1kaXNwYXRjaC1pbWFnZS12aWRlbyB7XG4gICAgICAudGl0bGUtcnVicmlxdWUge1xuICAgICAgICBjb2xvcjogIzAwMDtcbiAgICAgICAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcbiAgICAgICAgc3BhbiB7XG4gICAgICAgICAgY29sb3I6ICNmZmY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIC5idG4ge1xuICAgICAgICBjb2xvcjogIzAwMDtcbiAgICAgICAgLmxpbmUge1xuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMwMDA7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgQG1lZGlhICN7JG1vYmlsZX0ge1xuICAgICAgLmxpa2UtaDIsXG4gICAgICAudGl0bGUtcnVicmlxdWUge1xuICAgICAgICB0ZXh0LWFsaWduOiBsZWZ0O1xuICAgICAgICA+c3BhbiB7XG4gICAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICAuYmstaW1nLXRvcCB7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgICB9XG4gICAgICAucGFuZS1kaXNwYXRjaC1wcm9kdWN0IHtcbiAgICAgICAgbWFyZ2luLXRvcDogMCFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgICAuc2VjdGlvbi1pbWFnZXMtdmlkZW9zIHtcbiAgICAgICAgLmJrLXZpZGVvLWltYWdlIHtcbiAgICAgICAgICBtYXJnaW46IDAhaW1wb3J0YW50O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICAuc2Nyb2xsYWJsZS13cmFwcGVyIHtcbiAgICAgICAgbWFyZ2luOiAwICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG4gICYuZGlzcGF0Y2gtbWFlc3Ryby1raWRzIHtcbiAgICAucmVnaW9uLWNvbnRlbnQtYmVsb3ctZnVsbCB7XG4gICAgICBiYWNrZ3JvdW5kOiAjZmZmIWltcG9ydGFudDtcbiAgICB9XG4gICAgLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQge1xuICAgICAgJi50aWx0IHtcbiAgICAgICAgJi4tZG93biB7XG4gICAgICAgICAgY2xpcC1wYXRoOiBwb2x5Z29uKDAgNDBweCwgMTAwJSAwLCAxMDAlIDEwMCUsIDAlIGNhbGMoMTAwJSAtIDQwcHgpKTtcbiAgICAgICAgICB0cmFuc2l0aW9uOiBlYXNlIDAuNHM7XG4gICAgICAgICAgJi5hbmltYXRlIHtcbiAgICAgICAgICAgIGNsaXAtcGF0aDogcG9seWdvbigwJSAwJSwgMTAwJSA0MHB4LCAxMDAlIGNhbGMoMTAwJSAtIDQwcHgpLCAwJSAxMDAlKTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgJi4tdXAge1xuICAgICAgICAgIGNsaXAtcGF0aDogcG9seWdvbigwJSAwJSwgMTAwJSA0MHB4LCAxMDAlIGNhbGMoMTAwJSAtIDQwcHgpLCAwJSAxMDAlKTtcbiAgICAgICAgICB0cmFuc2l0aW9uOiBlYXNlIDAuNHM7XG4gICAgICAgICAgJi5hbmltYXRlIHtcbiAgICAgICAgICAgIGNsaXAtcGF0aDogcG9seWdvbigwIDQwcHgsIDEwMCUgMCwgMTAwJSAxMDAlLCAwJSBjYWxjKDEwMCUgLSA0MHB4KSk7XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgICAmLnBhbmUtZGlzcGF0Y2gtaW1hZ2UtdmlkZW8sXG4gICAgICAmLnBhbmUtZGlzcGF0Y2gtZG9jdW1lbnRzLFxuICAgICAgJi5wYW5lLWRpc3BhdGNoLWFjdHVhbGl0ZSB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IHJnYig2NCwgMTM0LCAxNjYpIWltcG9ydGFudDtcbiAgICAgICAgY2xpcC1wYXRoOiBub25lIWltcG9ydGFudDtcbiAgICAgICAgLnRpdGxlLXJ1YnJpcXVlIHtcbiAgICAgICAgICBzcGFuIHtcbiAgICAgICAgICAgIGNvbG9yOiAjNmNiNmQ1O1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgJi5wYW5lLWpldXgge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2IoNjQsIDEzNCwgMTY2KSAhaW1wb3J0YW50O1xuICAgICAgICBAbWVkaWEgI3skbW9iaWxlfSB7XG4gICAgICAgICAgbWFyZ2luLXRvcDogLTEwcHggIWltcG9ydGFudDtcbiAgICAgICAgfVxuXG4gICAgICAgICY6YWZ0ZXIge1xuICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHJnYig2NCwgMTM0LCAxNjYpICFpbXBvcnRhbnQ7XG4gICAgICAgIH1cblxuICAgICAgICAvL2NsaXAtcGF0aDogcG9seWdvbigwJSAwJSwgMTAwJSA0MHB4LCAxMDAlIGNhbGMoMTAwJSAtIDQwcHgpLCAwJSAxMDAlKSFpbXBvcnRhbnQ7XG4gICAgICAgICYuYW5pbWF0ZSB7XG4gICAgICAgICAgLy9jbGlwLXBhdGg6IHBvbHlnb24oMCA0MHB4LCAxMDAlIDAsIDEwMCUgMTAwJSwgMCUgY2FsYygxMDAlIC0gNDBweCkpIWltcG9ydGFudDtcbiAgICAgICAgfVxuICAgICAgICBzZWN0aW9uIHtcbiAgICAgICAgICAvL2JhY2tncm91bmQtY29sb3I6IHJnYig2NCwgMTM0LCAxNjYpICFpbXBvcnRhbnQ7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgQG1lZGlhICN7JG1vYmlsZX0ge1xuICAgICAgLmxpa2UtaDIsXG4gICAgICAudGl0bGUtcnVicmlxdWUge1xuICAgICAgICB0ZXh0LWFsaWduOiBsZWZ0O1xuICAgICAgICA+c3BhbiB7XG4gICAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICAuYmstaW1nLXRvcCB7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgICB9XG4gICAgICAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUsXG4gICAgICAucGFuZS1kaXNwYXRjaC1wcm9kdWN0IHtcbiAgICAgICAgbWFyZ2luLXRvcDogMCFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgICAuc2VjdGlvbi1pbWFnZXMtdmlkZW9zIHtcbiAgICAgICAgLmJrLXZpZGVvLWltYWdlIHtcbiAgICAgICAgICBtYXJnaW46IDAhaW1wb3J0YW50O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICAuc2Nyb2xsYWJsZS13cmFwcGVyIHtcbiAgICAgICAgbWFyZ2luOiAwICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5ub2RlLXR5cGUtZWRpdG8ge1xuICAubm9kZS1wb3B1cC1mdWxsIHtcbiAgICAucGFuZS1ub2RlLWZpZWxkLWRlc2NyaXB0aW9uIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuICB9XG4gIC5wYW5lLXZpZGVvIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICAgIHNlY3Rpb24ge1xuICAgICAgY2xpcC1wYXRoOiBwb2x5Z29uKDAlIDAlLCAxMDAlIDQwcHgsIDEwMCUgY2FsYygxMDAlIC0gNDBweCksIDAlIDEwMCUpIWltcG9ydGFudDtcbiAgICAgIHRyYW5zaXRpb246IGVhc2UgMC40cztcbiAgICAgICYuYW5pbWF0ZSB7XG4gICAgICAgIGNsaXAtcGF0aDogcG9seWdvbigwIDQwcHgsIDEwMCUgMCwgMTAwJSAxMDAlLCAwJSBjYWxjKDEwMCUgLSA0MHB4KSkhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgICAudGV4dCB7XG4gICAgICBtaW4taGVpZ2h0OiA0MDBweDtcbiAgICB9XG4gICAgLnZpZGVvLmNvdmVyLXBhcmVudCB7XG4gICAgICAvL3Bvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgIGltZyB7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgfVxuICAgICAgJjpiZWZvcmUge1xuICAgICAgICBjb250ZW50OiAnJztcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICB0b3A6IDA7XG4gICAgICAgIGxlZnQ6IDA7XG4gICAgICAgIHJpZ2h0OiAwO1xuICAgICAgICBib3R0b206IDA7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwwLDAsLjMpO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG5cbi5wYW5lLXZpZXdzLWxpc3RlLWFydGljbGUtbWFpbiB7XG4gIC52aWV3cy1leHBvc2VkLWZvcm0ge1xuICAgIGNvbG9yOiAjMDAwO1xuICAgIC52aWV3cy13aWRnZXQtZmlsdGVyLWNyZWF0ZWQge1xuICAgICAgbGFiZWwge1xuICAgICAgICBjb2xvcjogIzAwMDtcbiAgICAgIH1cbiAgICAgIC5mb3JtLXR5cGUtc2VsZWN0IHtcbiAgICAgICAgYm9yZGVyOiBub25lO1xuICAgICAgICBtYXJnaW4tdG9wOiAxMHB4IWltcG9ydGFudDtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgICAgICAgc2VsZWN0IHtcbiAgICAgICAgICBjb2xvcjogIzAwMDtcbiAgICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAudmlld3Mtd2lkZ2V0LWZpbHRlci1maWVsZF9zZXJpZXNfdHIge1xuICAgICAgLmZvcm0taXRlbSB7XG4gICAgICAgIGxhYmVsIHtcbiAgICAgICAgICBjb2xvcjogIzAwMCFpbXBvcnRhbnQ7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLnZpZXctbGlzdGUtZG9jdW1lbnRzIHtcblxuICAudmlld3MtZXhwb3NlZC1mb3JtIHtcbiAgICBjb2xvcjogIzAwMDtcbiAgICAudmlld3MtZXhwb3NlZC13aWRnZXQge1xuICAgICAgZmxvYXQ6IGxlZnQ7XG4gICAgICBwYWRkaW5nOiAwIDEwcHg7XG4gICAgICB3aWR0aDogMzMuMzMzMyU7XG4gICAgICBib3JkZXItbGVmdDogMXB4IHNvbGlkICMwMDA7XG4gICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICAgICAgQG1lZGlhICN7JG1vYmlsZX0ge1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgYm9yZGVyOiBub25lO1xuICAgICAgfVxuICAgICAgJjpmaXJzdC1jaGlsZCB7XG4gICAgICAgIGJvcmRlci1sZWZ0OiBub25lO1xuICAgICAgfVxuICAgICAgPmxhYmVsIHtcbiAgICAgICAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgICAgICAgbWFyZ2luLWxlZnQ6IDUwcHg7XG4gICAgICAgIGZvbnQtZmFtaWx5OiBOZW9ncmFwaGlrTVRTdGQ7XG4gICAgICAgIGZvbnQtc2l6ZTogMjdweDtcbiAgICAgICAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICAgICAgY29sb3I6ICMwMDA7XG4gICAgICAgIEBtZWRpYSAjeyRtb2JpbGV9IHtcbiAgICAgICAgICBtYXJnaW4tbGVmdDogMjVweDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAudmlld3Mtc3VibWl0LWJ1dHRvbiB7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIGNsZWFyOiBib3RoO1xuICAgICAgYm9yZGVyLWxlZnQ6IG5vbmU7XG4gICAgICBidXR0b24ge1xuICAgICAgICBmbG9hdDogbm9uZTtcbiAgICAgIH1cbiAgICB9XG4gICAgLnZpZXdzLXdpZGdldCB7XG4gICAgICA+LmZvcm0taXRlbSB7XG4gICAgICAgIG1hcmdpbi1sZWZ0OiA1MHB4O1xuICAgICAgICBAbWVkaWEgI3skbW9iaWxlfSB7XG4gICAgICAgICAgbWFyZ2luLWxlZnQ6IDMwcHg7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgLnZpZXdzLXdpZGdldC1maWx0ZXItZmllbGRfc2VyaWVzX3RyLFxuICAgIC52aWV3cy13aWRnZXQtZmlsdGVyLWZpZWxkX3R5cGVzX2RvY190ciB7XG4gICAgICAuZm9ybS1pdGVtIHtcbiAgICAgICAgLmZvcm0taXRlbSB7XG4gICAgICAgICAgbWFyZ2luLWJvdHRvbTogMnB4ICFpbXBvcnRhbnQ7XG4gICAgICAgICAgbWFyZ2luLWxlZnQ6IC03cHg7XG4gICAgICAgIH1cbiAgICAgICAgbGFiZWwge1xuICAgICAgICAgIGNvbG9yOiAjMDAwO1xuICAgICAgICAgIG1hcmdpbjogMDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAudmlld3Mtd2lkZ2V0LWZpbHRlci1jcmVhdGVkIHtcbiAgICAgIGxhYmVsIHtcbiAgICAgICAgY29sb3I6ICMwMDA7XG4gICAgICB9XG4gICAgICAuZm9ybS10eXBlLXNlbGVjdCB7XG4gICAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgICAgbWFyZ2luLXRvcDogMTBweCFpbXBvcnRhbnQ7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgICAgbWluLXdpZHRoOiAyMDBweDtcbiAgICAgICAgbWF4LXdpZHRoOiAyMzBweDtcbiAgICAgICAgJjpiZWZvcmUge1xuICAgICAgICAgIGNvbnRlbnQ6IFwiXFxlOTE1XCI7XG4gICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICAgIHJpZ2h0OiA4cHg7XG4gICAgICAgICAgdG9wOiA1MCU7XG4gICAgICAgICAgLW1zLXRyYW5zZm9ybTogdHJhbnNsYXRlKDAsLTUwJSk7XG4gICAgICAgICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLC01MCUpO1xuICAgICAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlKDAsLTUwJSk7XG4gICAgICAgICAgZm9udC1mYW1pbHk6IGljb21vb247XG4gICAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgICAgIGNvbG9yOiAjZmY5ZDM2O1xuICAgICAgICAgIGZvbnQtd2VpZ2h0OiA3MDA7XG4gICAgICAgIH1cbiAgICAgICAgc2VsZWN0IHtcbiAgICAgICAgICBjb2xvcjogIzAwMDtcbiAgICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAudmlld3Mtd2lkZ2V0LWZpbHRlci1maWVsZF9zZXJpZXNfdHIge1xuICAgICAgLmZvcm0taXRlbSB7XG4gICAgICAgIGxhYmVsIHtcbiAgICAgICAgICBjb2xvcjogIzAwMCFpbXBvcnRhbnQ7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLnBhZ2Uta2lkcyAucGFuZS1tZGUtc29jaWFsLWRhdGEtc2hhcmUtaG9yaXpvbnRhbCxcbi5wYWdlLWZhbnMgLnBhbmUtbWRlLXNvY2lhbC1kYXRhLXNoYXJlLWhvcml6b250YWwge1xuICB0b3A6IGF1dG87XG4gIGJvdHRvbTogMDtcbn1cblxuLnBhZ2UtaGVhZGVyLXdyYXBwZXIge1xuICBib3gtc2hhZG93IDogMHB4IDVweCAzMXB4IHJnYmEoOTAsIDg3LCA4NywgMC40KTtcbn1cbi5zaGFkb3cge1xuICBib3gtc2hhZG93IDogMHB4IDIwcHggMzFweCByZ2JhKDkwLCA4NywgODcsIDAuMikhaW1wb3J0YW50O1xufVxuXG4ubm9kZS10eXBlLWdhbWUge1xuICAucGFuZS1ub2RlLWZpZWxkLWlmcmFtZSB7XG4gICAgLy9iYWNrZ3JvdW5kLWNvbG9yOiAjMDI1Njg0O1xuICAgIGlmcmFtZSB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgIG1hcmdpbjogMCBhdXRvO1xuICAgIH1cbiAgfVxufVxuLm5vZGUtdHlwZS1lZGl0byB7XG4gIC5ub2RlLWVkaXRvIHtcbiAgICAucGFuZWxzLWlwZS1wb3J0bGV0LXdyYXBwZXItbGFzdCB7XG4gICAgICAuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQge1xuICAgICAgICBwYWRkaW5nLWJvdHRvbTogNTBweCAhaW1wb3J0YW50O1xuICAgICAgICBtYXJnaW4tYm90dG9tOiAtNTBweCAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4uc2VjdGlvbi1nb29kaWVzIHtcbiAgLnN3aXBlci1zbGlkZSB7XG4gICAgLnByb2R1Y3QtdHlwZSB7XG4gICAgICBmb250LXNpemU6IDE2cHg7XG4gICAgICBmb250LXdlaWdodDogNDAwO1xuICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICAgIGNvbG9yOiAjMDAwIWltcG9ydGFudDtcbiAgICAgIHBhZGRpbmc6IDEwcHggMCFpbXBvcnRhbnQ7XG4gICAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgIzAwMDtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIH1cbiAgICAucHJvZHVjdC10aXRsZSB7XG4gICAgICBwYWRkaW5nOiAwIWltcG9ydGFudDtcbiAgICAgIGZvbnQtc2l6ZTogMTlweDtcbiAgICAgIGNvbG9yOiAjMDAwIWltcG9ydGFudDtcbiAgICAgIG1hcmdpbjogMDtcbiAgICAgIGZvbnQtZmFtaWx5OiBNb250c2VycmF0O1xuICAgICAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgICAgIHRleHQtdHJhbnNmb3JtOiBub25lO1xuICAgICAgbGluZS1oZWlnaHQ6IDQycHg7XG4gICAgfVxuICB9XG59XG4vLy5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtcHJvcyAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5wYW5lLWRpc3BhdGNoLWRvY3VtZW50cy5ibGFjay10aXRsZSAubGlrZS1oMiAuaWNvbi1wYWxldHRlOmJlZm9yZVxuLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1wcm9zIHtcbiAgLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQucGFuZS1kaXNwYXRjaC1kb2N1bWVudHMuYmxhY2stdGl0bGUge1xuICAgIC5saWtlLWgyIHtcbiAgICAgIC5pY29uLXBhbGV0dGUge1xuICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgY29udGVudDogJ1xcZTkxOSc7XG4gICAgICAgICAgY29sb3I6ICMwMDA7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLnBhZ2UtZm9vdGVyLXdyYXBwZXIuZm9vdGVyLWRlZmF1bHQgYVtocmVmXj1cInRlbFwiXSB7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgbWFyZ2luLXRvcDogMjBweDtcbiAgZm9udC1zaXplOiAxOXB4O1xuICBmb250LXdlaWdodDogNDAwO1xuICBjb2xvcjogd2hpdGU7XG59XG5cbi5wYW5lLXd5c2l3eWcge1xuICAucGFuZS1jb250ZW50IHtcbiAgICAuc2l0ZS1jb250ZW50IHtcbiAgICAgIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuQG1lZGlhIChtYXgtd2lkdGg6IDEwMjRweCkge1xuICAuYmstdmlkZW8taW1hZ2Uge1xuICAgIC5jb250YWluZXIge1xuICAgICAgaW1nIHtcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi8vIC50b3VjaGV2ZW50cyB7XG4vLyAgIC5zY3JvbGxhYmxlLXdyYXBwZXIge1xuLy8gICAgIC5pdGVtcy1saXN0IHtcbi8vICAgICAgIG92ZXJmbG93LXg6IGF1dG87XG4vLyAgICAgICBwYWRkaW5nLWJvdHRvbTogMjBweDtcbi8vICAgICB9XG4vLyAgIH1cbi8vIH1cblxuXG4vKlxuLmRpc3BhdGNoLW1hZXN0cm8ta2lkcy5wYWdlLWtpZHMge1xuICAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUge1xuICAgIC5saWtlLWgyIHtcbiAgICAgIGNvbG9yOiAjZmZmO1xuICAgICAgPiBzcGFuIHtcbiAgICAgICAgY29sb3I6ICM2Y2I2ZDU7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5kaXNwYXRjaC10ZWFjaGVyIHtcbiAgLnBhbmUtZGlzcGF0Y2gtaW1hZ2UtdmlkZW8ge1xuICAgIC50aXRsZS1ydWJyaXF1ZSB7XG4gICAgICBjb2xvcjogIzAwMDtcbiAgICB9XG4gIH1cbn1cbi5ub2RlLXR5cGUtZGlzcGF0Y2gge1xuICAucGFuZS1qZXV4IHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2IoNjQsIDEzNCwgMTY2KSAhaW1wb3J0YW50O1xuICAgIHNlY3Rpb24ge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogcmdiKDY0LCAxMzQsIDE2NikgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1nZW5lcmFsIHtcbiAgLnBhbmUtZGlzcGF0Y2gtYWN0dWFsaXRlIHtcbiAgICAvLyMxNGEwZGNcbiAgICBwYWRkaW5nOiAwICFpbXBvcnRhbnQ7XG4gICAgLmxpa2UtaDIge1xuICAgICAgY29sb3I6ICMxNGEwZGMhaW1wb3J0YW50O1xuICAgIH1cbiAgICAuYnRuIHtcbiAgICAgIGNvbG9yOiAjMTRhMGRjIWltcG9ydGFudDtcbiAgICAgIC5saW5lIHtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzE0YTBkYyFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICAgIHNlY3Rpb24ge1xuICAgICAgY2xpcC1wYXRoOiBwb2x5Z29uKDAlIDQwcHgsIDEwMCUgMCwgMTAwJSAxMDAlLCAwJSAxMDAlKTtcbiAgICAgIG1hcmdpbi10b3A6IC00MHB4O1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7XG4gICAgfVxuICAgICYgfiAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUge1xuICAgICAgLmxpa2UtaDIge1xuICAgICAgICBjb2xvcjogI2ZmZiFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgICAuYnRuIHtcbiAgICAgICAgY29sb3I6ICNmZmYhaW1wb3J0YW50O1xuICAgICAgICAubGluZSB7XG4gICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZiFpbXBvcnRhbnQ7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIHNlY3Rpb24ge1xuICAgICAgICBjbGlwLXBhdGg6IHBvbHlnb24oMCUgNDBweCwgMTAwJSAwLCAxMDAlIDEwMCUsIDAlIDEwMCUpO1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMTRhMGRjIWltcG9ydGFudDtcblxuICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgY29udGVudDogXCJcIjtcbiAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgICAgaGVpZ2h0OiA5MHB4O1xuICAgICAgICAgIHRvcDogLTMycHg7XG4gICAgICAgICAgYmFja2dyb3VuZDogdXJsKFwiLi4vaW1hZ2VzL3RleHR1cmUtcG9pbnQuc3ZnXCIpIHJlcGVhdC14O1xuICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0xLjJkZWcpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG4gIC5wYW5lLWRpc3BhdGNoLWRvY3VtZW50cyB7XG4gICAgLmxpa2UtaDIge1xuICAgICAgY29sb3I6ICMwMDAhaW1wb3J0YW50O1xuICAgICAgc3BhbiB7XG4gICAgICAgIC8vZGlzcGxheTogbm9uZTtcbiAgICAgIH1cbiAgICB9XG4gICAgc2VjdGlvbiB7XG4gICAgICBjbGlwLXBhdGg6IHBvbHlnb24oMCUgMCUsIDEwMCUgNDBweCwgMTAwJSAxMDAlLCAwJSAxMDAlKTtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6ICMxNGEwZGM7XG4gICAgICBtYXJnaW4tdG9wOiAtNDBweDtcbiAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgY29udGVudDogXCJcIjtcbiAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgIGhlaWdodDogOTBweDtcbiAgICAgICAgdG9wOiAtMzJweDtcbiAgICAgICAgYmFja2dyb3VuZDogdXJsKFwiLi4vaW1hZ2VzL3RleHR1cmUtcG9pbnQuc3ZnXCIpIHJlcGVhdC14O1xuICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxLjJkZWcpO1xuICAgICAgfVxuICAgIH1cbiAgfVxuICAucGFuZS1kaXNwYXRjaC1lZGl0byB7XG4gICAgJiB+IC5wYW5lLWRpc3BhdGNoLWVkaXRvIHtcbiAgICAgIC5saWtlLWgyIHtcbiAgICAgICAgY29sb3I6ICMxNGEwZGMhaW1wb3J0YW50O1xuICAgICAgICBzcGFuIHtcbiAgICAgICAgICAvL2Rpc3BsYXk6IG5vbmU7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIC5idG4ge1xuICAgICAgICBjb2xvcjogIzE0YTBkYyFpbXBvcnRhbnQ7XG4gICAgICAgIC5saW5lIHtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMTRhMGRjIWltcG9ydGFudDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgc2VjdGlvbiB7XG4gICAgICAgIGNsaXAtcGF0aDogcG9seWdvbigwJSA0MHB4LCAxMDAlIDAsIDEwMCUgMTAwJSwgMCUgMTAwJSk7XG4gICAgICB9XG4gICAgfVxuICB9XG4gIC5wYW5lLWRpc3BhdGNoLWFnZW5kYSB7XG4gICAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICAgIC5saWtlLWgyIHtcbiAgICAgIGNvbG9yOiAjMTRhMGRjIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmJ0biB7XG4gICAgICBjb2xvcjogIzE0YTBkYyFpbXBvcnRhbnQ7XG4gICAgICAubGluZSB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMxNGEwZGMhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgICBzZWN0aW9uIHtcbiAgICAgIGNsaXAtcGF0aDogcG9seWdvbigwJSAwLCAxMDAlIDQwcHgsIDEwMCUgMTAwJSwgMCUgMTAwJSk7XG4gICAgICBtYXJnaW4tdG9wOiAtNDBweDtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIH1cbiAgfVxufSovXG4iLCJAbWl4aW4gZm9udEZhY2UoJGZvbnQtbmFtZSwgJGZvbnQtd2VpZ2h0OiBub3JtYWwpe1xuICBAZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogXCIjeyRmb250LW5hbWV9XCI7XG4gICAgc3JjOiB1cmwoXCIuLi9mb250cy8jeyRmb250LW5hbWV9LyN7JGZvbnQtbmFtZX0tI3skZm9udC13ZWlnaHR9LmVvdFwiKTtcbiAgICBzcmM6IHVybChcIi4uL2ZvbnRzLyN7JGZvbnQtbmFtZX0vI3skZm9udC1uYW1lfS0jeyRmb250LXdlaWdodH0uZW90PyNpZWZpeFwiKWZvcm1hdChcImVtYmVkZGVkLW9wZW50eXBlXCIpLFxuICAgIHVybChcIi4uL2ZvbnRzLyN7JGZvbnQtbmFtZX0vI3skZm9udC1uYW1lfS0jeyRmb250LXdlaWdodH0ud29mZlwiKSBmb3JtYXQoXCJ3b2ZmXCIpLFxuICAgIHVybChcIi4uL2ZvbnRzLyN7JGZvbnQtbmFtZX0vI3skZm9udC1uYW1lfS0jeyRmb250LXdlaWdodH0ud29mZjJcIikgZm9ybWF0KFwid29mZjJcIiksXG4gICAgdXJsKFwiLi4vZm9udHMvI3skZm9udC1uYW1lfS8jeyRmb250LW5hbWV9LSN7JGZvbnQtd2VpZ2h0fS5vdGZcIikgZm9ybWF0KFwib3BlbnR5cGVcIiksXG4gICAgdXJsKFwiLi4vZm9udHMvI3skZm9udC1uYW1lfS8jeyRmb250LW5hbWV9LSN7JGZvbnQtd2VpZ2h0fS5zdmdcIikgZm9ybWF0KFwiU1ZHXCIpO1xuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICBmb250LXdlaWdodDogJGZvbnQtd2VpZ2h0O1xuICB9XG59XG5cbkBtaXhpbiBwbGFjZWhvbGRlcigkY29sb3IpIHtcbiAgOjotd2Via2l0LWlucHV0LXBsYWNlaG9sZGVyIHtjb2xvcjokY29sb3I7b3BhY2l0eTogMSFpbXBvcnRhbnQ7fVxuICA6Oi1tb3otcGxhY2Vob2xkZXIgICAgICAgICAge2NvbG9yOiRjb2xvcjtvcGFjaXR5OiAxIWltcG9ydGFudDt9LyogRmlyZWZveCAxOSsgKi9cbiAgOi1tb3otcGxhY2Vob2xkZXIgICAgICAgICAgIHtjb2xvcjokY29sb3I7b3BhY2l0eTogMSFpbXBvcnRhbnQ7fS8qIEZpcmVmb3ggMTgtICovXG4gIDotbXMtaW5wdXQtcGxhY2Vob2xkZXIgICAgICB7Y29sb3I6JGNvbG9yO29wYWNpdHk6IDEhaW1wb3J0YW50O31cbn1cblxuQG1peGluIGNsZWFyZml4IHtcbiAgJjphZnRlciB7XG4gICAgY29udGVudDogJyc7XG4gICAgZGlzcGxheTogdGFibGU7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiAwO1xuICAgIGNsZWFyOiBib3RoO1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cbn1cblxuQG1peGluIGljb21vb24ge1xuICAvKiB1c2UgIWltcG9ydGFudCB0byBwcmV2ZW50IGlzc3VlcyB3aXRoIGJyb3dzZXIgZXh0ZW5zaW9ucyB0aGF0IGNoYW5nZSBmb250cyAqL1xuICBmb250LWZhbWlseTogJ2ljb21vb24nICFpbXBvcnRhbnQ7XG4gIHNwZWFrOiBub25lO1xuICBmb250LXN0eWxlOiBub3JtYWw7XG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG4gIGZvbnQtdmFyaWFudDogbm9ybWFsO1xuICB0ZXh0LXRyYW5zZm9ybTogbm9uZTtcbiAgbGluZS1oZWlnaHQ6IDE7XG5cbiAgLyogQmV0dGVyIEZvbnQgUmVuZGVyaW5nID09PT09PT09PT09ICovXG4gIC13ZWJraXQtZm9udC1zbW9vdGhpbmc6IGFudGlhbGlhc2VkO1xuICAtbW96LW9zeC1mb250LXNtb290aGluZzogZ3JheXNjYWxlO1xufSIsIi5wYWdlLWhlYWRlci13cmFwcGVyIHtcbiAgJi5oZWFkZXItZGVmYXVsdCB7XG4gICAgLmhlYWRlci1yaWdodCB7XG4gICAgICAuY3VzdG9tLWRyb3Bkb3duIHtcbiAgICAgICAgJi5sb2dvdXQtdGl0bGUge1xuICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgICAgICBtYXJnaW4tbGVmdDogMzBweDtcbiAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgICAgICAgY29sb3I6ICNmZjhjMDU7XG4gICAgICAgICAgZm9udC1zaXplOiAxNnB4O1xuICAgICAgICAgIEBtZWRpYSAobWF4LXdpZHRoOiAxMDI0cHgpIHtcbiAgICAgICAgICAgIGNsZWFyOiBib3RoO1xuICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IDA7XG4gICAgICAgICAgICBwYWRkaW5nLXRvcDogMTVweDtcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgICAgICAgIH1cbiAgICAgICAgICBhIHtcbiAgICAgICAgICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIC5iay10b3Age1xuICAgICAgICAuc29jaWFsLWxpbmtzIHtcbiAgICAgICAgICBsaSB7XG4gICAgICAgICAgICAuZm9ybS1zZWFyY2gge1xuICAgICAgICAgICAgICAuc2VhcmNoIHtcbiAgICAgICAgICAgICAgICBib3gtc2l6aW5nOiBjb250ZW50LWJveDtcbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgLnRvcC1pY29uLWZhY2Vib29rIHtcbiAgICAgICAgICAgICAgLy9AaW5jbHVkZSBpY29tb29uO1xuICAgICAgICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgY29udGVudDogJ1xcZjA5YSc7XG4gICAgICAgICAgICAgICAgZm9udC1mYW1pbHk6IEZvbnRBd2Vzb21lICFpbXBvcnRhbnQ7XG4gICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIC50b3AtaWNvbi10d2l0dGVyIHtcbiAgICAgICAgICAgICAgQGluY2x1ZGUgaWNvbW9vbjtcbiAgICAgICAgICAgICAgZm9udC1zaXplOiAxOHB4O1xuICAgICAgICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgY29udGVudDogXCJcXGU5MDJcIjtcbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgLnRvcC1pY29uLXlvdXR1YmUge1xuICAgICAgICAgICAgICBAaW5jbHVkZSBpY29tb29uO1xuICAgICAgICAgICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICAgICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICAgICAgICBjb250ZW50OiBcIlxcZTkwM1wiO1xuICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iLCJAY2hhcnNldCBcIlVURi04XCI7XG4vKlxuKiBUaGlyZCBQYXJ0eVxuKi9cbi8qXG4qIEN1c3RvbVxuKi9cbkBmb250LWZhY2Uge1xuICBmb250LWZhbWlseTogXCJGb250QXdlc29tZVwiO1xuICBzcmM6IHVybChcIi4uL2ZvbnRzL0ZvbnRBd2Vzb21lL0ZvbnRBd2Vzb21lLW5vcm1hbC5lb3RcIik7XG4gIHNyYzogdXJsKFwiLi4vZm9udHMvRm9udEF3ZXNvbWUvRm9udEF3ZXNvbWUtbm9ybWFsLmVvdD8jaWVmaXhcIikgZm9ybWF0KFwiZW1iZWRkZWQtb3BlbnR5cGVcIiksIHVybChcIi4uL2ZvbnRzL0ZvbnRBd2Vzb21lL0ZvbnRBd2Vzb21lLW5vcm1hbC53b2ZmXCIpIGZvcm1hdChcIndvZmZcIiksIHVybChcIi4uL2ZvbnRzL0ZvbnRBd2Vzb21lL0ZvbnRBd2Vzb21lLW5vcm1hbC53b2ZmMlwiKSBmb3JtYXQoXCJ3b2ZmMlwiKSwgdXJsKFwiLi4vZm9udHMvRm9udEF3ZXNvbWUvRm9udEF3ZXNvbWUtbm9ybWFsLm90ZlwiKSBmb3JtYXQoXCJvcGVudHlwZVwiKSwgdXJsKFwiLi4vZm9udHMvRm9udEF3ZXNvbWUvRm9udEF3ZXNvbWUtbm9ybWFsLnN2Z1wiKSBmb3JtYXQoXCJTVkdcIik7XG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDsgfVxuXG4ucGFnZS1oZWFkZXItd3JhcHBlci5oZWFkZXItZGVmYXVsdCAuaGVhZGVyLXJpZ2h0IC5jdXN0b20tZHJvcGRvd24ubG9nb3V0LXRpdGxlIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBtYXJnaW4tbGVmdDogMzBweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBjb2xvcjogI2ZmOGMwNTtcbiAgZm9udC1zaXplOiAxNnB4OyB9XG4gIEBtZWRpYSAobWF4LXdpZHRoOiAxMDI0cHgpIHtcbiAgICAucGFnZS1oZWFkZXItd3JhcHBlci5oZWFkZXItZGVmYXVsdCAuaGVhZGVyLXJpZ2h0IC5jdXN0b20tZHJvcGRvd24ubG9nb3V0LXRpdGxlIHtcbiAgICAgIGNsZWFyOiBib3RoO1xuICAgICAgbWFyZ2luLWxlZnQ6IDA7XG4gICAgICBwYWRkaW5nLXRvcDogMTVweDtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgdGV4dC1hbGlnbjogY2VudGVyOyB9IH1cbiAgLnBhZ2UtaGVhZGVyLXdyYXBwZXIuaGVhZGVyLWRlZmF1bHQgLmhlYWRlci1yaWdodCAuY3VzdG9tLWRyb3Bkb3duLmxvZ291dC10aXRsZSBhIHtcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7IH1cblxuLnBhZ2UtaGVhZGVyLXdyYXBwZXIuaGVhZGVyLWRlZmF1bHQgLmhlYWRlci1yaWdodCAuYmstdG9wIC5zb2NpYWwtbGlua3MgbGkgLmZvcm0tc2VhcmNoIC5zZWFyY2gge1xuICBib3gtc2l6aW5nOiBjb250ZW50LWJveDsgfVxuXG4ucGFnZS1oZWFkZXItd3JhcHBlci5oZWFkZXItZGVmYXVsdCAuaGVhZGVyLXJpZ2h0IC5iay10b3AgLnNvY2lhbC1saW5rcyBsaSAudG9wLWljb24tZmFjZWJvb2s6YmVmb3JlIHtcbiAgY29udGVudDogJ1xcZjA5YSc7XG4gIGZvbnQtZmFtaWx5OiBGb250QXdlc29tZSAhaW1wb3J0YW50OyB9XG5cbi5wYWdlLWhlYWRlci13cmFwcGVyLmhlYWRlci1kZWZhdWx0IC5oZWFkZXItcmlnaHQgLmJrLXRvcCAuc29jaWFsLWxpbmtzIGxpIC50b3AtaWNvbi10d2l0dGVyIHtcbiAgLyogdXNlICFpbXBvcnRhbnQgdG8gcHJldmVudCBpc3N1ZXMgd2l0aCBicm93c2VyIGV4dGVuc2lvbnMgdGhhdCBjaGFuZ2UgZm9udHMgKi9cbiAgZm9udC1mYW1pbHk6ICdpY29tb29uJyAhaW1wb3J0YW50O1xuICBzcGVhazogbm9uZTtcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xuICBmb250LXdlaWdodDogbm9ybWFsO1xuICBmb250LXZhcmlhbnQ6IG5vcm1hbDtcbiAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG4gIGxpbmUtaGVpZ2h0OiAxO1xuICAvKiBCZXR0ZXIgRm9udCBSZW5kZXJpbmcgPT09PT09PT09PT0gKi9cbiAgLXdlYmtpdC1mb250LXNtb290aGluZzogYW50aWFsaWFzZWQ7XG4gIC1tb3otb3N4LWZvbnQtc21vb3RoaW5nOiBncmF5c2NhbGU7XG4gIGZvbnQtc2l6ZTogMThweDsgfVxuICAucGFnZS1oZWFkZXItd3JhcHBlci5oZWFkZXItZGVmYXVsdCAuaGVhZGVyLXJpZ2h0IC5iay10b3AgLnNvY2lhbC1saW5rcyBsaSAudG9wLWljb24tdHdpdHRlcjpiZWZvcmUge1xuICAgIGNvbnRlbnQ6IFwiXFxlOTAyXCI7IH1cblxuLnBhZ2UtaGVhZGVyLXdyYXBwZXIuaGVhZGVyLWRlZmF1bHQgLmhlYWRlci1yaWdodCAuYmstdG9wIC5zb2NpYWwtbGlua3MgbGkgLnRvcC1pY29uLXlvdXR1YmUge1xuICAvKiB1c2UgIWltcG9ydGFudCB0byBwcmV2ZW50IGlzc3VlcyB3aXRoIGJyb3dzZXIgZXh0ZW5zaW9ucyB0aGF0IGNoYW5nZSBmb250cyAqL1xuICBmb250LWZhbWlseTogJ2ljb21vb24nICFpbXBvcnRhbnQ7XG4gIHNwZWFrOiBub25lO1xuICBmb250LXN0eWxlOiBub3JtYWw7XG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG4gIGZvbnQtdmFyaWFudDogbm9ybWFsO1xuICB0ZXh0LXRyYW5zZm9ybTogbm9uZTtcbiAgbGluZS1oZWlnaHQ6IDE7XG4gIC8qIEJldHRlciBGb250IFJlbmRlcmluZyA9PT09PT09PT09PSAqL1xuICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDtcbiAgLW1vei1vc3gtZm9udC1zbW9vdGhpbmc6IGdyYXlzY2FsZTtcbiAgZm9udC1zaXplOiAxNHB4OyB9XG4gIC5wYWdlLWhlYWRlci13cmFwcGVyLmhlYWRlci1kZWZhdWx0IC5oZWFkZXItcmlnaHQgLmJrLXRvcCAuc29jaWFsLWxpbmtzIGxpIC50b3AtaWNvbi15b3V0dWJlOmJlZm9yZSB7XG4gICAgY29udGVudDogXCJcXGU5MDNcIjsgfVxuXG4ucmVnaW9uLXNpbXBsZS1ub2RlIC5wYW5lLXZpZGVvLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kIHtcbiAgb3ZlcmZsb3c6IGhpZGRlbjsgfVxuXG4ucmVnaW9uLXNpbXBsZS1ub2RlIC50aXRsZS1ydWJyaXF1ZSAuaWNvbi1ibG9jayBpbWcge1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7IH1cblxuQG1lZGlhIChtYXgtd2lkdGg6IDY0MHB4KSB7XG4gIC5yZWdpb24tc2ltcGxlLW5vZGUgLnRpdGxlLXJ1YnJpcXVlIC5pY29uLWJsb2NrIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBtYXJnaW46IDAgYXV0byAxMHB4IGF1dG87IH1cbiAgICAucmVnaW9uLXNpbXBsZS1ub2RlIC50aXRsZS1ydWJyaXF1ZSAuaWNvbi1ibG9jayBpbWcge1xuICAgICAgbWFyZ2luOiAwOyB9IH1cblxuLnJlZ2lvbi1zaW1wbGUtbm9kZSArIC5yZWdpb24tY29udGVudC1iZWxvdy1mdWxsLmZ1bGwtd2lkdGggLnNlY3Rpb24tYmctcGVyc28tb3JhbmdlIHtcbiAgbWFyZ2luLXRvcDogMTUwcHggIWltcG9ydGFudDsgfVxuXG4uc2Nyb2xsLXdyYXBwZXIgLnNjcm9sbGFibGUtc2Nyb2xsLWN1c3RvbSB7XG4gIG92ZXJmbG93OiBoaWRkZW4gIWltcG9ydGFudDsgfVxuXG4uc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQuc2VjdGlvbi13aXRoLXRleHR1cmUgLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLnNlY3Rpb24td2l0aC10ZXh0dXJlIHtcbiAgbWFyZ2luOiAwO1xuICBwYWRkaW5nOiAwOyB9XG4gIC5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5zZWN0aW9uLXdpdGgtdGV4dHVyZSAuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQuc2VjdGlvbi13aXRoLXRleHR1cmU6YmVmb3JlIHtcbiAgICBkaXNwbGF5OiBub25lOyB9XG5cbkAtbW96LWRvY3VtZW50IHVybC1wcmVmaXgoKSB7XG4gIC5iay1zdW1tYXJ5IHtcbiAgICBmaWx0ZXI6IG5vbmU7IH0gfVxuXG4uaG9tZXBhZ2UgLnBhbmUtdW5pdmVyc2UtcHJvZHVjdC1zbCAudGl0bGUtcnVicmlxdWUgLmhleGFnb24ge1xuICBiYWNrZ3JvdW5kOiBub25lO1xuICBib3gtc2hhZG93OiBub25lO1xuICBib3JkZXI6IG5vbmU7XG4gIG1hcmdpbjogMDtcbiAgcG9zaXRpb246IHN0YXRpYztcbiAgZGlzcGxheTogaW5saW5lO1xuICB0cmFuc2Zvcm06IG5vbmU7XG4gIHZlcnRpY2FsLWFsaWduOiBiYXNlbGluZTsgfVxuICAuaG9tZXBhZ2UgLnBhbmUtdW5pdmVyc2UtcHJvZHVjdC1zbCAudGl0bGUtcnVicmlxdWUgLmhleGFnb24gc3ZnLCAuaG9tZXBhZ2UgLnBhbmUtdW5pdmVyc2UtcHJvZHVjdC1zbCAudGl0bGUtcnVicmlxdWUgLmhleGFnb246YmVmb3JlLCAuaG9tZXBhZ2UgLnBhbmUtdW5pdmVyc2UtcHJvZHVjdC1zbCAudGl0bGUtcnVicmlxdWUgLmhleGFnb246YWZ0ZXIge1xuICAgIGRpc3BsYXk6IG5vbmU7IH1cbiAgLmhvbWVwYWdlIC5wYW5lLXVuaXZlcnNlLXByb2R1Y3Qtc2wgLnRpdGxlLXJ1YnJpcXVlIC5oZXhhZ29uIC5pY29uLWdpZnQge1xuICAgIHBvc2l0aW9uOiBzdGF0aWM7XG4gICAgbWFyZ2luOiAwO1xuICAgIHRyYW5zZm9ybTogbm9uZTsgfVxuXG4uYmstc3VtbWFyeSB7XG4gIHotaW5kZXg6IDIxOyB9XG4gIEBtZWRpYSBhbGwgYW5kIChtYXgtd2lkdGg6IDc2OHB4KSB7XG4gICAgLmJrLXN1bW1hcnkge1xuICAgICAgaGVpZ2h0OiBhdXRvICFpbXBvcnRhbnQ7XG4gICAgICB3aWR0aDogYXV0byAhaW1wb3J0YW50OyB9IH1cbiAgLmJrLXN1bW1hcnkgYnV0dG9uIC50ZXh0IHtcbiAgICBmbG9hdDogcmlnaHQ7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgcGFkZGluZy1yaWdodDogNDBweDtcbiAgICBwYWRkaW5nLWxlZnQ6IDEwcHg7IH1cbiAgLmJrLXN1bW1hcnkgYnV0dG9uIC53cmFwcGVyLXN2ZyB7XG4gICAgY2xlYXI6IGJvdGg7IH1cbiAgQG1lZGlhIGFsbCBhbmQgKG1heC13aWR0aDogNzY4cHgpIHtcbiAgICAuYmstc3VtbWFyeSBidXR0b24ge1xuICAgICAgYm90dG9tOiAyM3B4O1xuICAgICAgdG9wOiBhdXRvICFpbXBvcnRhbnQ7IH0gfVxuICAuYmstc3VtbWFyeS5pcy1vcGVuIGJ1dHRvbiArIC5tZW51LXN1bW1hcnkge1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMCwgMCkgc2NhbGUoMSk7XG4gICAgbWFyZ2luLXJpZ2h0OiAxMDdweDsgfVxuICAgIEBtZWRpYSBhbGwgYW5kIChtYXgtd2lkdGg6IDc2OHB4KSB7XG4gICAgICAuYmstc3VtbWFyeS5pcy1vcGVuIGJ1dHRvbiArIC5tZW51LXN1bW1hcnkge1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDQ1cHg7IH0gfVxuXG4jbWFpbi1tZW51IHtcbiAgZGlzcGxheTogYmxvY2s7IH1cbiAgI21haW4tbWVudSBhLmFjdGl2ZS10cmFpbCB7XG4gICAgY29sb3I6ICNmZjlkMzY7IH1cblxuLnJlZ2lvbi1jb250ZW50LWFib3ZlICN0YWJzIHtcbiAgcG9zaXRpb246IGZpeGVkO1xuICBsZWZ0OiAwO1xuICB0b3A6IDUwJTtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xuICB6LWluZGV4OiA5OTk5OTsgfVxuICAucmVnaW9uLWNvbnRlbnQtYWJvdmUgI3RhYnMgdWwge1xuICAgIG1hcmdpbjogMDtcbiAgICBwYWRkaW5nOiAwO1xuICAgIGJvcmRlci1ib3R0b206IG5vbmU7IH1cbiAgICAucmVnaW9uLWNvbnRlbnQtYWJvdmUgI3RhYnMgdWwgbGkge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBwYWRkaW5nOiAwO1xuICAgICAgbWFyZ2luOiAwIDAgNXB4OyB9XG4gICAgICAucmVnaW9uLWNvbnRlbnQtYWJvdmUgI3RhYnMgdWwgbGk6YmVmb3JlIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTsgfVxuICAgICAgLnJlZ2lvbi1jb250ZW50LWFib3ZlICN0YWJzIHVsIGxpIGEge1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgcGFkZGluZzogMTBweCAyMHB4O1xuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgICAgY29sb3I6ICMwMDdkYWU7XG4gICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgICAgYm9yZGVyLXJhZGl1czogMCAxMHB4IDEwcHggMDsgfVxuICAgICAgICAucmVnaW9uLWNvbnRlbnQtYWJvdmUgI3RhYnMgdWwgbGkgYS5hY3RpdmUge1xuICAgICAgICAgIGNvbG9yOiAjMDAwOyB9XG5cbi5saXN0LWFjdHUgLmdyaWQtNCxcbi5saXN0LWFjdHUgLmdyaWQtNiB7XG4gIG1hcmdpbi1ib3R0b206IDUwcHg7IH1cbiAgLmxpc3QtYWN0dSAuZ3JpZC00IC52aWV3cy1maWVsZC1maWVsZC10eXBlLXByb2R1Y3QtdHIsXG4gIC5saXN0LWFjdHUgLmdyaWQtNiAudmlld3MtZmllbGQtZmllbGQtdHlwZS1wcm9kdWN0LXRyIHtcbiAgICBwYWRkaW5nOiAxMHB4IDA7XG4gICAgZm9udC1zaXplOiAxNnB4O1xuICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgYmxhY2s7IH1cbiAgLmxpc3QtYWN0dSAuZ3JpZC00IC52aWV3cy1maWVsZC1maWVsZC1zZXJpZXMtdHIgdWwsXG4gIC5saXN0LWFjdHUgLmdyaWQtNiAudmlld3MtZmllbGQtZmllbGQtc2VyaWVzLXRyIHVsIHtcbiAgICBwYWRkaW5nOiAxMHB4IDAgN3B4O1xuICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICBmb250LXdlaWdodDogNDAwO1xuICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkIGJsYWNrOyB9XG4gICAgLmxpc3QtYWN0dSAuZ3JpZC00IC52aWV3cy1maWVsZC1maWVsZC1zZXJpZXMtdHIgdWwgbGksXG4gICAgLmxpc3QtYWN0dSAuZ3JpZC02IC52aWV3cy1maWVsZC1maWVsZC1zZXJpZXMtdHIgdWwgbGkge1xuICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgbWFyZ2luOiAwIDAgM3B4OyB9XG4gICAgICAubGlzdC1hY3R1IC5ncmlkLTQgLnZpZXdzLWZpZWxkLWZpZWxkLXNlcmllcy10ciB1bCBsaSBzcGFuLFxuICAgICAgLmxpc3QtYWN0dSAuZ3JpZC02IC52aWV3cy1maWVsZC1maWVsZC1zZXJpZXMtdHIgdWwgbGkgc3BhbiB7XG4gICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgdmVydGljYWwtYWxpZ246IGJvdHRvbTtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAuMzRlbTtcbiAgICAgICAgaGVpZ2h0OiAzMHB4O1xuICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7IH1cbiAgICAgICAgLmxpc3QtYWN0dSAuZ3JpZC00IC52aWV3cy1maWVsZC1maWVsZC1zZXJpZXMtdHIgdWwgbGkgc3BhbiBpbWcsXG4gICAgICAgIC5saXN0LWFjdHUgLmdyaWQtNiAudmlld3MtZmllbGQtZmllbGQtc2VyaWVzLXRyIHVsIGxpIHNwYW4gaW1nIHtcbiAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgICAgdG9wOiAxMDAlO1xuICAgICAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtMTAwJSk7XG4gICAgICAgICAgbWF4LWhlaWdodDogMTAwJTsgfVxuICAgICAgLmxpc3QtYWN0dSAuZ3JpZC00IC52aWV3cy1maWVsZC1maWVsZC1zZXJpZXMtdHIgdWwgbGk6YmVmb3JlLFxuICAgICAgLmxpc3QtYWN0dSAuZ3JpZC02IC52aWV3cy1maWVsZC1maWVsZC1zZXJpZXMtdHIgdWwgbGk6YmVmb3JlIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTsgfVxuICAgICAgLmxpc3QtYWN0dSAuZ3JpZC00IC52aWV3cy1maWVsZC1maWVsZC1zZXJpZXMtdHIgdWwgbGk6YWZ0ZXIsXG4gICAgICAubGlzdC1hY3R1IC5ncmlkLTYgLnZpZXdzLWZpZWxkLWZpZWxkLXNlcmllcy10ciB1bCBsaTphZnRlciB7XG4gICAgICAgIGNvbnRlbnQ6ICcsJzsgfVxuICAgICAgLmxpc3QtYWN0dSAuZ3JpZC00IC52aWV3cy1maWVsZC1maWVsZC1zZXJpZXMtdHIgdWwgbGk6bGFzdC1jaGlsZDphZnRlcixcbiAgICAgIC5saXN0LWFjdHUgLmdyaWQtNiAudmlld3MtZmllbGQtZmllbGQtc2VyaWVzLXRyIHVsIGxpOmxhc3QtY2hpbGQ6YWZ0ZXIge1xuICAgICAgICBkaXNwbGF5OiBub25lOyB9XG4gIC5saXN0LWFjdHUgLmdyaWQtNCAudmlld3MtZmllbGQtY3JlYXRlZCxcbiAgLmxpc3QtYWN0dSAuZ3JpZC02IC52aWV3cy1maWVsZC1jcmVhdGVkIHtcbiAgICBwYWRkaW5nLXRvcDogMTBweDtcbiAgICBmb250LXNpemU6IDE2cHg7XG4gICAgZm9udC13ZWlnaHQ6IGJvbGQ7IH1cbiAgLmxpc3QtYWN0dSAuZ3JpZC00IC52aWV3cy1maWVsZC10aXRsZSxcbiAgLmxpc3QtYWN0dSAuZ3JpZC02IC52aWV3cy1maWVsZC10aXRsZSB7XG4gICAgbWFyZ2luOiAxMHB4IDAgMjBweCAwO1xuICAgIGZvbnQtZmFtaWx5OiAnTW9udHNlcnJhdCc7XG4gICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgY29sb3I6ICNmZjlkMzY7XG4gICAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG4gICAgZm9udC1zaXplOiAzNHB4O1xuICAgIGxpbmUtaGVpZ2h0OiAxLjI1ZW07IH1cbiAgICAubGlzdC1hY3R1IC5ncmlkLTQgLnZpZXdzLWZpZWxkLXRpdGxlIGEsXG4gICAgLmxpc3QtYWN0dSAuZ3JpZC02IC52aWV3cy1maWVsZC10aXRsZSBhIHtcbiAgICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTsgfVxuICAubGlzdC1hY3R1IC5ncmlkLTQgLnZpZXdzLWZpZWxkLWJvZHkgcCxcbiAgLmxpc3QtYWN0dSAuZ3JpZC02IC52aWV3cy1maWVsZC1ib2R5IHAge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIG1hcmdpbjogMCAwIDIwcHg7IH1cblxuLmxpc3QtYWN0dSAuZ3JpZC00Om50aC1jaGlsZCgzbisxKSB7XG4gIGNsZWFyOiBib3RoOyB9XG5cbi52aWV3LXZpZGVvLWxpc3RlIC52aWV3cy1maWVsZC10aXRsZSAuZmllbGQtY29udGVudCxcbi52aWV3LXZpZGVvLWxpc3RlIC52aWV3cy1maWVsZC10aXRsZSBoMiB7XG4gIG1hcmdpbi1ib3R0b206IDA7XG4gIGZvbnQtc2l6ZTogMTlweDtcbiAgY29sb3I6IGJsYWNrO1xuICBtYXJnaW46IDEwcHggMCAwIDA7XG4gIGZvbnQtZmFtaWx5OiAnTW9udHNlcnJhdCc7XG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICB0ZXh0LXRyYW5zZm9ybTogbm9uZTsgfVxuICAudmlldy12aWRlby1saXN0ZSAudmlld3MtZmllbGQtdGl0bGUgLmZpZWxkLWNvbnRlbnQgYSxcbiAgLnZpZXctdmlkZW8tbGlzdGUgLnZpZXdzLWZpZWxkLXRpdGxlIGgyIGEge1xuICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTsgfVxuXG4udmlldy12aWRlby1saXN0ZSAudmlld3MtZXhwb3NlZC13aWRnZXQgLmZvcm0taXRlbSAuZm9ybS1pdGVtIHtcbiAgbWFyZ2luLWJvdHRvbTogMnB4ICFpbXBvcnRhbnQ7XG4gIG1hcmdpbi1sZWZ0OiAtN3B4OyB9XG4gIC52aWV3LXZpZGVvLWxpc3RlIC52aWV3cy1leHBvc2VkLXdpZGdldCAuZm9ybS1pdGVtIC5mb3JtLWl0ZW0gbGFiZWwge1xuICAgIGNvbG9yOiAjMDAwOyB9XG5cbi52aWV3LXNlYXJjaCAudmlldy1jb250ZW50IHtcbiAgbWFyZ2luOiAyNHB4IDAgNDBweDsgfVxuICAudmlldy1zZWFyY2ggLnZpZXctY29udGVudCAudmlld3Mtcm93IHtcbiAgICBwYWRkaW5nLWJvdHRvbTogMjBweDtcbiAgICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBibGFjazsgfVxuICAgIC52aWV3LXNlYXJjaCAudmlldy1jb250ZW50IC52aWV3cy1yb3c6bGFzdC1jaGlsZCB7XG4gICAgICBib3JkZXItYm90dG9tOiBub25lOyB9XG4gICAgLnZpZXctc2VhcmNoIC52aWV3LWNvbnRlbnQgLnZpZXdzLXJvdyAudmlld3MtZmllbGQtdGl0bGUge1xuICAgICAgbWFyZ2luLWJvdHRvbTogMTVweDsgfVxuICAgICAgLnZpZXctc2VhcmNoIC52aWV3LWNvbnRlbnQgLnZpZXdzLXJvdyAudmlld3MtZmllbGQtdGl0bGUgYSB7XG4gICAgICAgIGZvbnQtZmFtaWx5OiBcIk1vbnRzZXJyYXRcIiwgc2Fucy1zZXJpZjtcbiAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiBub25lO1xuICAgICAgICBmb250LXNpemU6IDE3cHg7XG4gICAgICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTsgfVxuICAgIC52aWV3LXNlYXJjaCAudmlldy1jb250ZW50IC52aWV3cy1yb3cgLnZpZXdzLWZpZWxkLWJvZHkge1xuICAgICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICAgICAgZm9udC1mYW1pbHk6IFwiTW9udHNlcnJhdFwiLCBzYW5zLXNlcmlmO1xuICAgICAgZm9udC1zaXplOiAxZW07XG4gICAgICBmb250LXdlaWdodDogMzAwO1xuICAgICAgbGluZS1oZWlnaHQ6IG5vcm1hbDsgfVxuXG4ucGFuZS1tZW51LW1lbnUtcGxhbi1zaXRlIC5wYW5lLWNvbnRlbnQgPiAubWVudSB7XG4gIG1hcmdpbjogMDtcbiAgZm9udC1zaXplOiAwOyB9XG4gIC5wYW5lLW1lbnUtbWVudS1wbGFuLXNpdGUgLnBhbmUtY29udGVudCA+IC5tZW51ID4gbGkge1xuICAgIG1hcmdpbi1ib3R0b206IDMwcHg7XG4gICAgd2lkdGg6IDIwJTtcbiAgICBmbG9hdDogbGVmdDtcbiAgICBkaXJlY3Rpb246IGx0cjtcbiAgICBwYWRkaW5nLWxlZnQ6IDEwcHg7XG4gICAgcGFkZGluZy1yaWdodDogMTBweDtcbiAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICAgIGRpc3BsYXk6IGJsb2NrOyB9XG4gICAgLnBhbmUtbWVudS1tZW51LXBsYW4tc2l0ZSAucGFuZS1jb250ZW50ID4gLm1lbnUgPiBsaTpiZWZvcmUge1xuICAgICAgZGlzcGxheTogbm9uZTsgfVxuICAgIC5wYW5lLW1lbnUtbWVudS1wbGFuLXNpdGUgLnBhbmUtY29udGVudCA+IC5tZW51ID4gbGkgPiBhIHtcbiAgICAgIGZvbnQtc2l6ZTogMjFweDtcbiAgICAgIHRleHQtdHJhbnNmb3JtOiBub25lO1xuICAgICAgbWFyZ2luOiAwIDAgMjBweDtcbiAgICAgIGZvbnQtZmFtaWx5OiAnTmVvZ3JhcGhpa01UU3RkJyxzYW5zLXNlcmlmO1xuICAgICAgbGluZS1oZWlnaHQ6IDEuMjVlbTtcbiAgICAgIGNvbG9yOiBibGFjaztcbiAgICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTsgfVxuICAgIC5wYW5lLW1lbnUtbWVudS1wbGFuLXNpdGUgLnBhbmUtY29udGVudCA+IC5tZW51ID4gbGkgPiB1bCB7XG4gICAgICBtYXJnaW46IDI0cHggMDtcbiAgICAgIHRleHQtYWxpZ246IGxlZnQ7IH1cbiAgICAgIC5wYW5lLW1lbnUtbWVudS1wbGFuLXNpdGUgLnBhbmUtY29udGVudCA+IC5tZW51ID4gbGkgPiB1bCBsaSB7XG4gICAgICAgIHBhZGRpbmc6IDA7XG4gICAgICAgIG1hcmdpbjogMCAwIDhweDtcbiAgICAgICAgZm9udC1zaXplOiAxN3B4O1xuICAgICAgICBkaXNwbGF5OiBibG9jazsgfVxuICAgICAgICAucGFuZS1tZW51LW1lbnUtcGxhbi1zaXRlIC5wYW5lLWNvbnRlbnQgPiAubWVudSA+IGxpID4gdWwgbGk6YmVmb3JlIHtcbiAgICAgICAgICBkaXNwbGF5OiBub25lOyB9XG4gICAgICAgIC5wYW5lLW1lbnUtbWVudS1wbGFuLXNpdGUgLnBhbmUtY29udGVudCA+IC5tZW51ID4gbGkgPiB1bCBsaSBhIHtcbiAgICAgICAgICBmb250LXdlaWdodDogbm9ybWFsO1xuICAgICAgICAgIG1hcmdpbjogMDtcbiAgICAgICAgICBmb250LXNpemU6IDEuMDU4ODJlbTtcbiAgICAgICAgICBjb2xvcjogYmxhY2s7XG4gICAgICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lOyB9XG4gICAgQG1lZGlhIChtYXgtd2lkdGg6IDc2OHB4KSB7XG4gICAgICAucGFuZS1tZW51LW1lbnUtcGxhbi1zaXRlIC5wYW5lLWNvbnRlbnQgPiAubWVudSA+IGxpIHtcbiAgICAgICAgd2lkdGg6IDEwMCU7IH0gfVxuXG4ucGFnZS1ub2RlLTE1NyAucGFuZS1ub2RlLXRpdGxlIGgxOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwi7qSPXCI7XG4gIGZvbnQtZmFtaWx5OiAnaWNvbW9vbicgIWltcG9ydGFudDtcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xuICBmb250LXdlaWdodDogbm9ybWFsO1xuICBmb250LXZhcmlhbnQ6IG5vcm1hbDtcbiAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG4gIGxpbmUtaGVpZ2h0OiAxO1xuICBmb250LXNpemU6IDMwcHg7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbiAgKnZlcnRpY2FsLWFsaWduOiBhdXRvO1xuICAqem9vbTogMTtcbiAgKmRpc3BsYXk6IGlubGluZTtcbiAgbWFyZ2luLXJpZ2h0OiAxNXB4O1xuICBjb2xvcjogIzAwMDsgfVxuXG4ucGFnZXIgLnBhZ2VyLXByZXZpb3VzIHtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICp2ZXJ0aWNhbC1hbGlnbjogYXV0bztcbiAgKnpvb206IDE7XG4gICpkaXNwbGF5OiBpbmxpbmU7XG4gIG1hcmdpbjogMCAxcHggMCAwO1xuICB3aWR0aDogNjZweDtcbiAgaGVpZ2h0OiA2NnB4O1xuICBwYWRkaW5nOiAyMHB4O1xuICBmb250LXNpemU6IDI0cHg7XG4gIGNvbG9yOiBibGFjaztcbiAgYmFja2dyb3VuZDogI0M5QzlDOTtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBsZXR0ZXItc3BhY2luZzogMDtcbiAgLW1vei10cmFuc2l0aW9uOiBlYXNlLCAwLjJzO1xuICAtby10cmFuc2l0aW9uOiBlYXNlLCAwLjJzO1xuICAtd2Via2l0LXRyYW5zaXRpb246IGVhc2UsIDAuMnM7XG4gIHRyYW5zaXRpb246IGVhc2UsIDAuMnM7IH1cbiAgLnBhZ2VyIC5wYWdlci1wcmV2aW91cyBhIHtcbiAgICB3aWR0aDogMjRweDtcbiAgICBoZWlnaHQ6IDMycHg7XG4gICAgcGFkZGluZzogOHB4IDEycHg7XG4gICAgdGV4dC1pbmRlbnQ6IC05MDBweDsgfVxuICAgIC5wYWdlciAucGFnZXItcHJldmlvdXMgYTpiZWZvcmUge1xuICAgICAgY29udGVudDogXCJcXGU5MTZcIjtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIHRvcDogNTAlO1xuICAgICAgbGVmdDogNTAlO1xuICAgICAgLW1vei10cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTtcbiAgICAgIC1tcy10cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTtcbiAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XG4gICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAtNTAlKTtcbiAgICAgIGZvbnQtZmFtaWx5OiAnaWNvbW9vbic7XG4gICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICB0ZXh0LWluZGVudDogMDsgfVxuXG4udmlldy1saXN0ZS1kb2N1bWVudHMgLmdyaWQtNCAudmlld3MtZmllbGQtZmllbGQtdHlwZXMtZG9jLXRyIHtcbiAgcGFkZGluZzogMTBweCAwO1xuICBmb250LXNpemU6IDE2cHg7XG4gIGZvbnQtd2VpZ2h0OiA0MDA7XG4gIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBibGFjazsgfVxuICAudmlldy1saXN0ZS1kb2N1bWVudHMgLmdyaWQtNCAudmlld3MtZmllbGQtZmllbGQtdHlwZXMtZG9jLXRyICsgLnZpZXdzLWZpZWxkLXRpdGxlIHtcbiAgICBtYXJnaW46IDEwcHggMCAwIDA7XG4gICAgZm9udC1mYW1pbHk6ICdNb250c2VycmF0JztcbiAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICB0ZXh0LXRyYW5zZm9ybTogbm9uZTtcbiAgICBmb250LXNpemU6IDE5cHg7XG4gICAgY29sb3I6IGJsYWNrOyB9XG4gICAgLnZpZXctbGlzdGUtZG9jdW1lbnRzIC5ncmlkLTQgLnZpZXdzLWZpZWxkLWZpZWxkLXR5cGVzLWRvYy10ciArIC52aWV3cy1maWVsZC10aXRsZSBhIHtcbiAgICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTsgfVxuXG4jbWRlLXNvY2lhbC1kYXRhLWRhdGEtZm9ybSB7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgd2lkdGg6IDMwMHB4O1xuICB0b3A6IDUwJTtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xuICB6LWluZGV4OiAxMDAwMDA7XG4gIGxlZnQ6IC0zMDBweDtcbiAgdHJhbnNpdGlvbi1kdXJhdGlvbjogLjNzO1xuICBoZWlnaHQ6IDQwMHB4OyB9XG4gICNtZGUtc29jaWFsLWRhdGEtZGF0YS1mb3JtIC5mb3JtLXR5cGUtdGV4dGFyZWEgdGV4dGFyZWEge1xuICAgIG1pbi1oZWlnaHQ6IGF1dG87XG4gICAgbWF4LWhlaWdodDogMTMwcHg7IH1cbiAgI21kZS1zb2NpYWwtZGF0YS1kYXRhLWZvcm0gLnRpdGxlLWZvcm0ge1xuICAgIGNvbnRlbnQ6ICdTb2NpYWwnO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBsZWZ0OiAxMDAlO1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIHBhZGRpbmc6IDEwcHggMjBweDtcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGNvbG9yOiAjMDA3ZGFlO1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBib3JkZXItcmFkaXVzOiAwIDEwcHggMTBweCAwO1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNkZGQ7XG4gICAgYm9yZGVyLWNvbG9yOiAjYmJiO1xuICAgIGJvcmRlci1zdHlsZTogc29saWQgc29saWQgbm9uZSBzb2xpZDtcbiAgICBib3JkZXItd2lkdGg6IDFweDtcbiAgICBoZWlnaHQ6IGF1dG87XG4gICAgbWFyZ2luLXJpZ2h0OiAwLjVlbTtcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgd2lkdGg6IDkycHg7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIHRvcDogNTAlO1xuICAgIG1hcmdpbi10b3A6IDExMHB4OyB9XG4gICNtZGUtc29jaWFsLWRhdGEtZGF0YS1mb3JtLnNob3cge1xuICAgIGxlZnQ6IDA7IH1cblxuLnBhbmUtbm9kZS10aXRsZS5pbmxpbmUtaWNvbiA+ICosXG4ucGFuZS1ub2RlLWZpZWxkLWJsb2NrLXRpdGxlLmlubGluZS1pY29uID4gKiB7XG4gIGRpc3BsYXk6IGlubGluZTsgfVxuXG4ucmVnaW9uLXNpbXBsZS1ub2RlICsgLnJlZ2lvbi1jb250ZW50LWJlbG93LWZ1bGwuZnVsbC13aWR0aCAucGFuZWwtcGFuZTpmaXJzdC1jaGlsZCB7XG4gIG1hcmdpbi10b3A6IDUwcHg7IH1cblxuLnBhbmUtbWRlLXNvY2lhbC1kYXRhLXNoYXJlLWhvcml6b250YWwge1xuICB6LWluZGV4OiBhdXRvOyB9XG4gIC5wYW5lLW1kZS1zb2NpYWwtZGF0YS1zaGFyZS1ob3Jpem9udGFsLm5vLWFic29sdXRlIHtcbiAgICB6LWluZGV4OiAxO1xuICAgIHRvcDogY2FsYygxMDAlICsgMjBweCk7IH1cbiAgICAucGFuZS1tZGUtc29jaWFsLWRhdGEtc2hhcmUtaG9yaXpvbnRhbC5uby1hYnNvbHV0ZSAuYmstbGluay1zb2NpYWwge1xuICAgICAgcG9zaXRpb246IHN0YXRpYztcbiAgICAgIHRvcDogYXV0bztcbiAgICAgIHJpZ2h0OiBhdXRvOyB9XG5cbi52aWV3LWxpc3RlLXByb2R1Y3Qtc2VhcmNoLWluZGV4IC5ncmlkLTY6bnRoLWNoaWxkKDJuKzEpLFxuLnZpZXctdmlkZW8tbGlzdGUgLmdyaWQtNjpudGgtY2hpbGQoMm4rMSkge1xuICBjbGVhcjogYm90aDsgfVxuXG4udmlldy1saXN0ZS1wcm9kdWN0LXNlYXJjaC1pbmRleCAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCxcbi52aWV3LXZpZGVvLWxpc3RlIC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0IHtcbiAgZmxvYXQ6IGxlZnQ7XG4gIHBhZGRpbmc6IDAgMTBweDtcbiAgd2lkdGg6IDMzLjMzMzMlO1xuICBib3JkZXItbGVmdDogMXB4IHNvbGlkICMwMDAwMDA7IH1cbiAgQG1lZGlhIGFsbCBhbmQgKG1heC13aWR0aDogNzY4cHgpIHtcbiAgICAudmlldy1saXN0ZS1wcm9kdWN0LXNlYXJjaC1pbmRleCAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCxcbiAgICAudmlldy12aWRlby1saXN0ZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCB7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIGJvcmRlcjogbm9uZTsgfSB9XG4gIC52aWV3LWxpc3RlLXByb2R1Y3Qtc2VhcmNoLWluZGV4IC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0OmZpcnN0LWNoaWxkLFxuICAudmlldy12aWRlby1saXN0ZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldDpmaXJzdC1jaGlsZCB7XG4gICAgYm9yZGVyOiBub25lOyB9XG4gIC52aWV3LWxpc3RlLXByb2R1Y3Qtc2VhcmNoLWluZGV4IC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0IC52aWV3cy13aWRnZXQgPiAuZm9ybS1pdGVtLFxuICAudmlldy12aWRlby1saXN0ZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCAudmlld3Mtd2lkZ2V0ID4gLmZvcm0taXRlbSB7XG4gICAgbWFyZ2luLWxlZnQ6IDUwcHg7IH1cbiAgICBAbWVkaWEgYWxsIGFuZCAobWF4LXdpZHRoOiA3NjhweCkge1xuICAgICAgLnZpZXctbGlzdGUtcHJvZHVjdC1zZWFyY2gtaW5kZXggLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQgLnZpZXdzLXdpZGdldCA+IC5mb3JtLWl0ZW0sXG4gICAgICAudmlldy12aWRlby1saXN0ZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCAudmlld3Mtd2lkZ2V0ID4gLmZvcm0taXRlbSB7XG4gICAgICAgIG1hcmdpbi1sZWZ0OiAzMHB4OyB9IH1cbiAgLnZpZXctbGlzdGUtcHJvZHVjdC1zZWFyY2gtaW5kZXggLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQgLmZvcm0taXRlbSxcbiAgLnZpZXctdmlkZW8tbGlzdGUgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQgLmZvcm0taXRlbSB7XG4gICAgbWFyZ2luLWJvdHRvbTogMzBweDsgfVxuICAgIC52aWV3LWxpc3RlLXByb2R1Y3Qtc2VhcmNoLWluZGV4IC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0IC5mb3JtLWl0ZW0gbGFiZWwsXG4gICAgLnZpZXctdmlkZW8tbGlzdGUgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQgLmZvcm0taXRlbSBsYWJlbCB7XG4gICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuICAgICAgKnZlcnRpY2FsLWFsaWduOiBhdXRvO1xuICAgICAgKnpvb206IDE7XG4gICAgICAqZGlzcGxheTogaW5saW5lO1xuICAgICAgcGFkZGluZzogOHB4IDEwcHg7XG4gICAgICBtYXJnaW46IDAgMTJweCAxMnB4IDEycHg7XG4gICAgICBmb250LWZhbWlseTogXCJNb250c2VycmF0XCIsIHNhbnMtc2VyaWYgIWltcG9ydGFudDtcbiAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgZm9udC1zaXplOiAxN3B4O1xuICAgICAgbGluZS1oZWlnaHQ6IDFlbTtcbiAgICAgIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7XG4gICAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgICBib3JkZXItcmFkaXVzOiA0cHg7XG4gICAgICB0cmFuc2l0aW9uOiBlYXNlLCAwLjRzO1xuICAgICAgbWFyZ2luOiAwOyB9XG4gICAgLnZpZXctbGlzdGUtcHJvZHVjdC1zZWFyY2gtaW5kZXggLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQgLmZvcm0taXRlbSBzZWxlY3Qgb3B0aW9uLFxuICAgIC52aWV3LXZpZGVvLWxpc3RlIC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0IC5mb3JtLWl0ZW0gc2VsZWN0IG9wdGlvbiB7XG4gICAgICBjb2xvcjogIzAwMDsgfVxuICAudmlldy1saXN0ZS1wcm9kdWN0LXNlYXJjaC1pbmRleCAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCA+IGxhYmVsLFxuICAudmlldy12aWRlby1saXN0ZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCA+IGxhYmVsIHtcbiAgICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICAgIG1hcmdpbi1sZWZ0OiA1MHB4O1xuICAgIGZvbnQtZmFtaWx5OiAnTmVvZ3JhcGhpa01UU3RkJztcbiAgICBmb250LXNpemU6IDI3cHg7XG4gICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICBjb2xvcjogIzAwMDsgfVxuICAgIEBtZWRpYSBhbGwgYW5kIChtYXgtd2lkdGg6IDc2OHB4KSB7XG4gICAgICAudmlldy1saXN0ZS1wcm9kdWN0LXNlYXJjaC1pbmRleCAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCA+IGxhYmVsLFxuICAgICAgLnZpZXctdmlkZW8tbGlzdGUgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQgPiBsYWJlbCB7XG4gICAgICAgIG1hcmdpbi1sZWZ0OiAyNXB4OyB9IH1cbiAgLnZpZXctbGlzdGUtcHJvZHVjdC1zZWFyY2gtaW5kZXggLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQudmlld3Mtd2lkZ2V0LWZpbHRlci1maWVsZF90aGVtZV90cixcbiAgLnZpZXctdmlkZW8tbGlzdGUgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQudmlld3Mtd2lkZ2V0LWZpbHRlci1maWVsZF90aGVtZV90ciB7XG4gICAgYm9yZGVyOiBub25lOyB9XG4gIC52aWV3LWxpc3RlLXByb2R1Y3Qtc2VhcmNoLWluZGV4IC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0LnZpZXdzLXN1Ym1pdC1idXR0b24sXG4gIC52aWV3LXZpZGVvLWxpc3RlIC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0LnZpZXdzLXN1Ym1pdC1idXR0b24ge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGNsZWFyOiBib3RoO1xuICAgIGJvcmRlcjogbm9uZTsgfVxuICAgIC52aWV3LWxpc3RlLXByb2R1Y3Qtc2VhcmNoLWluZGV4IC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0LnZpZXdzLXN1Ym1pdC1idXR0b24gYnV0dG9uLFxuICAgIC52aWV3LXZpZGVvLWxpc3RlIC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0LnZpZXdzLXN1Ym1pdC1idXR0b24gYnV0dG9uIHtcbiAgICAgIGZsb2F0OiBub25lOyB9XG5cbi52aWV3LWxpc3RlLXByb2R1Y3Qtc2VhcmNoLWluZGV4IC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0IC5mb3JtLWl0ZW0ge1xuICBtYXJnaW4tYm90dG9tOiAycHggIWltcG9ydGFudDsgfVxuICAudmlldy1saXN0ZS1wcm9kdWN0LXNlYXJjaC1pbmRleCAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCAuZm9ybS1pdGVtIGxhYmVsIHtcbiAgICBjb2xvcjogIzAwMCAhaW1wb3J0YW50OyB9XG5cbi52aWV3LWxpc3RlLXByb2R1Y3Qtc2VhcmNoLWluZGV4IC52aWV3cy1maWVsZC10aXRsZSB7XG4gIGRpc3BsYXk6IGlubGluZSAhaW1wb3J0YW50OyB9XG4gIC52aWV3LWxpc3RlLXByb2R1Y3Qtc2VhcmNoLWluZGV4IC52aWV3cy1maWVsZC10aXRsZSBhLCAudmlldy1saXN0ZS1wcm9kdWN0LXNlYXJjaC1pbmRleCAudmlld3MtZmllbGQtdGl0bGUgc3BhbiB7XG4gICAgZm9udC1zaXplOiAxOXB4O1xuICAgIGNvbG9yOiAjMDAwO1xuICAgIG1hcmdpbjogMDtcbiAgICBmb250LWZhbWlseTogTW9udHNlcnJhdDtcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIHRleHQtdHJhbnNmb3JtOiBub25lO1xuICAgIGxpbmUtaGVpZ2h0OiAxLjI1ZW07IH1cblxuLnZpZXctbGlzdGUtYXJ0aWNsZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCB7XG4gIGZsb2F0OiBsZWZ0O1xuICBwYWRkaW5nOiAwIDEwcHg7XG4gIHdpZHRoOiAxMDAlOyB9XG4gIC52aWV3LWxpc3RlLWFydGljbGUgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQgLnZpZXdzLXdpZGdldCA+IC5mb3JtLWl0ZW0ge1xuICAgIG1hcmdpbi1sZWZ0OiA1MHB4OyB9XG4gIC52aWV3LWxpc3RlLWFydGljbGUgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQudmlld3Mtd2lkZ2V0LWZpbHRlci1jcmVhdGVkIHtcbiAgICAvKi5zZWxlY3QyLWNvbnRhaW5lciB7XG4gICAgICAgICAgbWluLXdpZHRoOiAyMzBweDtcbiAgICAgICAgfVxuICAgICAgICAuc2VsZWN0Mi1zZWxlY3Rpb24ge1xuICAgICAgICAgIGJvcmRlcjogMXB4IHNvbGlkICNmZjlmMTU7XG4gICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgICAgICAgIHBhZGRpbmc6IDEwcHggMzVweCAxMHB4IDIwcHg7XG4gICAgICAgICAgaGVpZ2h0OiAzOHB4O1xuICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgICAgIHdpZHRoOiAyMzBweDtcbiAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgICAgc3BhbiB7XG4gICAgICAgICAgICBwYWRkaW5nOiAwO1xuICAgICAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgICAgICBib3JkZXI6IG5vbmU7XG4gICAgICAgICAgICBmb250LWZhbWlseTogTW9udHNlcnJhdCxzYW5zLXNlcmlmICFpbXBvcnRhbnQ7XG4gICAgICAgICAgICBmb250LXNpemU6IDE3cHg7XG4gICAgICAgICAgICBjb2xvcjogIzAwMDtcbiAgICAgICAgICAgIGxpbmUtaGVpZ2h0OiAxOHB4IWltcG9ydGFudDtcbiAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG4gICAgICAgICAgfVxuICAgICAgICAgIC5zZWxlY3QyLXNlbGVjdGlvbl9fYXJyb3cge1xuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICAgICAgcmlnaHQ6IDA7XG4gICAgICAgICAgICB0b3A6IDA7XG4gICAgICAgICAgICBsaW5lLWhlaWdodDogMzhweCFpbXBvcnRhbnQ7XG4gICAgICAgICAgICB3aWR0aDogNDBweDtcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICAgICAgY29udGVudDogJ1xcZjEwNyc7XG4gICAgICAgICAgICAgIGZvbnQtc2l6ZTogMzBweDtcbiAgICAgICAgICAgICAgZm9udC1mYW1pbHk6IEZvbnRBd2Vzb21lO1xuICAgICAgICAgICAgICBjb2xvcjogI2ZmOWMxYjtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGIge1xuICAgICAgICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICAuZHJvcGRvd24td3JhcHBlciB7XG4gICAgICAgICAgd2lkdGg6IDEwMCU7XG5cbiAgICAgICAgfSovXG4gICAgbWFyZ2luLWJvdHRvbTogMTRweDtcbiAgICBwYWRkaW5nOiAwOyB9XG4gICAgLnZpZXctbGlzdGUtYXJ0aWNsZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldC52aWV3cy13aWRnZXQtZmlsdGVyLWNyZWF0ZWQgbGFiZWwge1xuICAgICAgbWFyZ2luOiAwOyB9XG4gICAgLnZpZXctbGlzdGUtYXJ0aWNsZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldC52aWV3cy13aWRnZXQtZmlsdGVyLWNyZWF0ZWQgLmZvcm0taXRlbSB7XG4gICAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgICAgcGFkZGluZzogMDtcbiAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgIG1pbi13aWR0aDogMjAwcHg7XG4gICAgICBtYXgtd2lkdGg6IDIzMHB4O1xuICAgICAgbWFyZ2luOiAwOyB9XG4gICAgICAudmlldy1saXN0ZS1hcnRpY2xlIC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0LnZpZXdzLXdpZGdldC1maWx0ZXItY3JlYXRlZCAuZm9ybS1pdGVtIHNlbGVjdCB7XG4gICAgICAgIHBhZGRpbmc6IDEwcHggMzBweCAxMHB4IDEwcHg7XG4gICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgICAgei1pbmRleDogMTtcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgIG1heC13aWR0aDogbm9uZTtcbiAgICAgICAgYm9yZGVyOiBub25lO1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgICAgICAgb3V0bGluZTogbm9uZTtcbiAgICAgICAgLW1vei1hcHBlYXJhbmNlOiBub25lO1xuICAgICAgICAtd2Via2l0LWFwcGVhcmFuY2U6IG5vbmU7IH1cbiAgICAgIC52aWV3LWxpc3RlLWFydGljbGUgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQudmlld3Mtd2lkZ2V0LWZpbHRlci1jcmVhdGVkIC5mb3JtLWl0ZW06YmVmb3JlIHtcbiAgICAgICAgY29udGVudDogXCJcXGU5MTVcIjtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICByaWdodDogOHB4O1xuICAgICAgICB0b3A6IDUwJTtcbiAgICAgICAgLW1vei10cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLCAtNTAlKTtcbiAgICAgICAgLW1zLXRyYW5zZm9ybTogdHJhbnNsYXRlKDAsIC01MCUpO1xuICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlKDAsIC01MCUpO1xuICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLCAtNTAlKTtcbiAgICAgICAgZm9udC1mYW1pbHk6ICdpY29tb29uJztcbiAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgICBjb2xvcjogI2ZmOWQzNjtcbiAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7IH1cbiAgICAgIC52aWV3LWxpc3RlLWFydGljbGUgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQudmlld3Mtd2lkZ2V0LWZpbHRlci1jcmVhdGVkIC5mb3JtLWl0ZW06YWZ0ZXIge1xuICAgICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICBib3R0b206IDA7XG4gICAgICAgIGxlZnQ6IDA7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICBoZWlnaHQ6IDFweDtcbiAgICAgICAgYmFja2dyb3VuZDogd2hpdGU7IH1cbiAgLnZpZXctbGlzdGUtYXJ0aWNsZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCAuZm9ybS1pdGVtIHtcbiAgICBtYXJnaW4tYm90dG9tOiAzMHB4O1xuICAgIGNvbG9yOiAjZmZmOyB9XG4gICAgLnZpZXctbGlzdGUtYXJ0aWNsZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCAuZm9ybS1pdGVtIGxhYmVsIHtcbiAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgICAqdmVydGljYWwtYWxpZ246IGF1dG87XG4gICAgICAqem9vbTogMTtcbiAgICAgICpkaXNwbGF5OiBpbmxpbmU7XG4gICAgICBwYWRkaW5nOiA4cHggMTBweDtcbiAgICAgIG1hcmdpbjogMCAxMnB4IDEycHggMTJweDtcbiAgICAgIGZvbnQtZmFtaWx5OiBcIk1vbnRzZXJyYXRcIiwgc2Fucy1zZXJpZiAhaW1wb3J0YW50O1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICBmb250LXNpemU6IDE3cHg7XG4gICAgICBsaW5lLWhlaWdodDogMWVtO1xuICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDRweDtcbiAgICAgIHRyYW5zaXRpb246IGVhc2UsIDAuNHM7XG4gICAgICBtYXJnaW46IDA7XG4gICAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50OyB9XG4gICAgLnZpZXctbGlzdGUtYXJ0aWNsZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCAuZm9ybS1pdGVtIGlucHV0OmNoZWNrZWQgKyBsYWJlbCB7XG4gICAgICBjb2xvcjogIzAwMCAhaW1wb3J0YW50OyB9XG4gICAgLnZpZXctbGlzdGUtYXJ0aWNsZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCAuZm9ybS1pdGVtIHNlbGVjdCBvcHRpb24ge1xuICAgICAgY29sb3I6ICMwMDA7IH1cbiAgLnZpZXctbGlzdGUtYXJ0aWNsZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCA+IGxhYmVsIHtcbiAgICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICAgIG1hcmdpbi1sZWZ0OiA1MHB4O1xuICAgIGZvbnQtZmFtaWx5OiAnTmVvZ3JhcGhpa01UU3RkJztcbiAgICBmb250LXNpemU6IDI3cHg7XG4gICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICBjb2xvcjogI2ZmZjsgfVxuICAudmlldy1saXN0ZS1hcnRpY2xlIC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0LnZpZXdzLXdpZGdldC1maWx0ZXItZmllbGRfc2VyaWVzX3RyIHtcbiAgICBwYWRkaW5nOiAwO1xuICAgIG1hcmdpbjogMCAtMjBweDsgfVxuICAgIC52aWV3LWxpc3RlLWFydGljbGUgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQudmlld3Mtd2lkZ2V0LWZpbHRlci1maWVsZF9zZXJpZXNfdHIgLmZvcm0taXRlbS1maWVsZC1zZXJpZXMtdHIge1xuICAgICAgbWFyZ2luOiAwOyB9XG4gICAgICAudmlldy1saXN0ZS1hcnRpY2xlIC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0LnZpZXdzLXdpZGdldC1maWx0ZXItZmllbGRfc2VyaWVzX3RyIC5mb3JtLWl0ZW0tZmllbGQtc2VyaWVzLXRyIC5mb3JtLXR5cGUtYmVmLWNoZWNrYm94IHtcbiAgICAgICAgbWFyZ2luOiAwIDEycHggMTJweCAxMnB4OyB9XG4gICAgLnZpZXctbGlzdGUtYXJ0aWNsZSAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldC52aWV3cy13aWRnZXQtZmlsdGVyLWZpZWxkX3Nlcmllc190ciAuYmVmLWNoZWNrYm94ZXMgLmZvcm0taXRlbSB7XG4gICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7IH1cbiAgICAgIC52aWV3LWxpc3RlLWFydGljbGUgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQudmlld3Mtd2lkZ2V0LWZpbHRlci1maWVsZF9zZXJpZXNfdHIgLmJlZi1jaGVja2JveGVzIC5mb3JtLWl0ZW0gbGFiZWwge1xuICAgICAgICBjb2xvcjogIzAwMDsgfVxuICAudmlldy1saXN0ZS1hcnRpY2xlIC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0LnZpZXdzLXdpZGdldC1maWx0ZXItZmllbGRfdGhlbWVfdHIge1xuICAgIGJvcmRlcjogbm9uZTsgfVxuICAudmlldy1saXN0ZS1hcnRpY2xlIC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0LnZpZXdzLXN1Ym1pdC1idXR0b24ge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIGNsZWFyOiBib3RoO1xuICAgIGJvcmRlcjogbm9uZTsgfVxuICAgIC52aWV3LWxpc3RlLWFydGljbGUgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQudmlld3Mtc3VibWl0LWJ1dHRvbiBidXR0b24ge1xuICAgICAgZmxvYXQ6IG5vbmU7IH1cblxuLnZpZXctbGlzdGUtYXJ0aWNsZSAuZ3JpZC02Om50aC1jaGlsZCgybisxKSB7XG4gIGNsZWFyOiBib3RoOyB9XG5cbiNtZGUtYmxvY2tzLXBhcmFsbGF4LWVkaXQtZm9ybSAuZmllbGRzZXQtd3JhcHBlciA+IGRpdiB7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgd2lkdGg6IDQ5JTtcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZTsgfVxuXG4jbWRlLWJsb2Nrcy1wYXJhbGxheC1lZGl0LWZvcm0sXG4jdXNlci1sb2dpbiB7XG4gIG1hcmdpbjogMCBhdXRvO1xuICB3aWR0aDogMTAwJTtcbiAgbWF4LXdpZHRoOiAxMjAwcHg7IH1cbiAgI21kZS1ibG9ja3MtcGFyYWxsYXgtZWRpdC1mb3JtIGxhYmVsLFxuICAjdXNlci1sb2dpbiBsYWJlbCB7XG4gICAgY29sb3I6ICMwMDA7IH1cbiAgI21kZS1ibG9ja3MtcGFyYWxsYXgtZWRpdC1mb3JtIGlucHV0LFxuICAjdXNlci1sb2dpbiBpbnB1dCB7XG4gICAgYmFja2dyb3VuZDogI2UxZTFlMTtcbiAgICBjb2xvcjogIzAwMDsgfVxuXG4udW5pdmVyc2UtNSB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGNjMyM0U7IH1cbiAgLnVuaXZlcnNlLTUgLnZpZ25ldHRlIHtcbiAgICBvcGFjaXR5OiAxICFpbXBvcnRhbnQ7IH1cbiAgLnVuaXZlcnNlLTUgLmhleGFnb24gc3ZnIHBhdGgge1xuICAgIGZpbGw6ICNGNjMyM0U7IH1cbiAgLnVuaXZlcnNlLTUgLnJlZ2lvbi1zaW1wbGUtbm9kZS5yZWdpb24tY29udGVudC1mdWxsIHtcbiAgICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCIuLi9pbWFnZXMvZm9uZDUucG5nXCIpO1xuICAgIGJhY2tncm91bmQtc2l6ZTogY292ZXI7XG4gICAgYmFja2dyb3VuZC1wb3NpdGlvbjogY2VudGVyIGNlbnRlcjsgfVxuICAgIC51bml2ZXJzZS01IC5yZWdpb24tc2ltcGxlLW5vZGUucmVnaW9uLWNvbnRlbnQtZnVsbCAucGFuZWwtcGFuZS5wYW5lLWhlcm8ge1xuICAgICAgYmFja2dyb3VuZC1pbWFnZTogdXJsKFwiLi4vaW1hZ2VzL2JnLWdyb3VuZC01LnBuZ1wiKTtcbiAgICAgIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBib3R0b207XG4gICAgICBiYWNrZ3JvdW5kLXNpemU6IDEwMCUgYXV0bztcbiAgICAgIGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7IH1cblxuLnVuaXZlcnNlLTYge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNEQ5QzJEOyB9XG4gIC51bml2ZXJzZS02IC52aWduZXR0ZSB7XG4gICAgb3BhY2l0eTogMSAhaW1wb3J0YW50OyB9XG4gIC51bml2ZXJzZS02IC5oZXhhZ29uIHN2ZyBwYXRoIHtcbiAgICBmaWxsOiAjNEQ5QzJEOyB9XG4gIC51bml2ZXJzZS02IC5yZWdpb24tc2ltcGxlLW5vZGUucmVnaW9uLWNvbnRlbnQtZnVsbCB7XG4gICAgYmFja2dyb3VuZC1pbWFnZTogdXJsKFwiLi4vaW1hZ2VzL2ZvbmQ2LnBuZ1wiKTtcbiAgICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyO1xuICAgIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7IH1cbiAgICAudW5pdmVyc2UtNiAucmVnaW9uLXNpbXBsZS1ub2RlLnJlZ2lvbi1jb250ZW50LWZ1bGwgLnBhbmVsLXBhbmUucGFuZS1oZXJvIHtcbiAgICAgIGJhY2tncm91bmQtaW1hZ2U6IHVybChcIi4uL2ltYWdlcy9iZy1ncm91bmQtNi5wbmdcIik7XG4gICAgICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgYm90dG9tO1xuICAgICAgYmFja2dyb3VuZC1zaXplOiAxMDAlIGF1dG87XG4gICAgICBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0OyB9XG5cbi51bml2ZXJzZS03IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzAwQUZBQTsgfVxuICAudW5pdmVyc2UtNyAudmlnbmV0dGUge1xuICAgIG9wYWNpdHk6IDEgIWltcG9ydGFudDsgfVxuICAudW5pdmVyc2UtNyAuaGV4YWdvbiBzdmcgcGF0aCB7XG4gICAgZmlsbDogIzAwQUZBQTsgfVxuICAudW5pdmVyc2UtNyAucmVnaW9uLXNpbXBsZS1ub2RlLnJlZ2lvbi1jb250ZW50LWZ1bGwge1xuICAgIGJhY2tncm91bmQtaW1hZ2U6IHVybChcIi4uL2ltYWdlcy9mb25kNy5wbmdcIik7XG4gICAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjtcbiAgICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOyB9XG4gICAgLnVuaXZlcnNlLTcgLnJlZ2lvbi1zaW1wbGUtbm9kZS5yZWdpb24tY29udGVudC1mdWxsIC5wYW5lbC1wYW5lLnBhbmUtaGVybyB7XG4gICAgICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCIuLi9pbWFnZXMvYmctZ3JvdW5kLTcucG5nXCIpO1xuICAgICAgYmFja2dyb3VuZC1wb3NpdGlvbjogY2VudGVyIGJvdHRvbTtcbiAgICAgIGJhY2tncm91bmQtc2l6ZTogMTAwJSBhdXRvO1xuICAgICAgYmFja2dyb3VuZC1yZXBlYXQ6IG5vLXJlcGVhdDsgfVxuXG4udW5pdmVyc2UtOCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNGRjZCMzU7IH1cbiAgLnVuaXZlcnNlLTggLnZpZ25ldHRlIHtcbiAgICBvcGFjaXR5OiAxICFpbXBvcnRhbnQ7IH1cbiAgLnVuaXZlcnNlLTggLmhleGFnb24gc3ZnIHBhdGgge1xuICAgIGZpbGw6ICNGRjZCMzU7IH1cbiAgLnVuaXZlcnNlLTggLnJlZ2lvbi1zaW1wbGUtbm9kZS5yZWdpb24tY29udGVudC1mdWxsIHtcbiAgICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCIuLi9pbWFnZXMvZm9uZDgucG5nXCIpO1xuICAgIGJhY2tncm91bmQtc2l6ZTogY292ZXI7XG4gICAgYmFja2dyb3VuZC1wb3NpdGlvbjogY2VudGVyIGNlbnRlcjsgfVxuICAgIC51bml2ZXJzZS04IC5yZWdpb24tc2ltcGxlLW5vZGUucmVnaW9uLWNvbnRlbnQtZnVsbCAucGFuZWwtcGFuZS5wYW5lLWhlcm8ge1xuICAgICAgYmFja2dyb3VuZC1pbWFnZTogdXJsKFwiLi4vaW1hZ2VzL2JnLWdyb3VuZC04LnBuZ1wiKTtcbiAgICAgIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBib3R0b207XG4gICAgICBiYWNrZ3JvdW5kLXNpemU6IDEwMCUgYXV0bztcbiAgICAgIGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7IH1cblxuLnVuaXZlcnNlLTkge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkY5RTE1OyB9XG4gIC51bml2ZXJzZS05IC52aWduZXR0ZSB7XG4gICAgb3BhY2l0eTogMSAhaW1wb3J0YW50OyB9XG4gIC51bml2ZXJzZS05IC5oZXhhZ29uIHN2ZyBwYXRoIHtcbiAgICBmaWxsOiAjRkY5RTE1OyB9XG4gIC51bml2ZXJzZS05IC5yZWdpb24tc2ltcGxlLW5vZGUucmVnaW9uLWNvbnRlbnQtZnVsbCB7XG4gICAgYmFja2dyb3VuZC1pbWFnZTogdXJsKFwiLi4vaW1hZ2VzL2ZvbmQ5LnBuZ1wiKTtcbiAgICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyO1xuICAgIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7IH1cbiAgICAudW5pdmVyc2UtOSAucmVnaW9uLXNpbXBsZS1ub2RlLnJlZ2lvbi1jb250ZW50LWZ1bGwgLnBhbmVsLXBhbmUucGFuZS1oZXJvIHtcbiAgICAgIGJhY2tncm91bmQtaW1hZ2U6IHVybChcIi4uL2ltYWdlcy9iZy1ncm91bmQtOS5wbmdcIik7XG4gICAgICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgYm90dG9tO1xuICAgICAgYmFja2dyb3VuZC1zaXplOiAxMDAlIGF1dG87XG4gICAgICBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0OyB9XG5cbi51bml2ZXJzZS0xMCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMxODk5RDY7IH1cbiAgLnVuaXZlcnNlLTEwIC52aWduZXR0ZSB7XG4gICAgb3BhY2l0eTogMSAhaW1wb3J0YW50OyB9XG4gIC51bml2ZXJzZS0xMCAuaGV4YWdvbiBzdmcgcGF0aCB7XG4gICAgZmlsbDogIzE4OTlENjsgfVxuICAudW5pdmVyc2UtMTAgLnJlZ2lvbi1zaW1wbGUtbm9kZS5yZWdpb24tY29udGVudC1mdWxsIHtcbiAgICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCIuLi9pbWFnZXMvZm9uZDEwLnBuZ1wiKTtcbiAgICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyO1xuICAgIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7IH1cbiAgICAudW5pdmVyc2UtMTAgLnJlZ2lvbi1zaW1wbGUtbm9kZS5yZWdpb24tY29udGVudC1mdWxsIC5wYW5lbC1wYW5lLnBhbmUtaGVybyB7XG4gICAgICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCIuLi9pbWFnZXMvYmctZ3JvdW5kLTEwLnBuZ1wiKTtcbiAgICAgIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBib3R0b207XG4gICAgICBiYWNrZ3JvdW5kLXNpemU6IDEwMCUgYXV0bztcbiAgICAgIGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7IH1cblxuLnVuaXZlcnNlLTExIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzQ0NUFBNTsgfVxuICAudW5pdmVyc2UtMTEgLnZpZ25ldHRlIHtcbiAgICBvcGFjaXR5OiAxICFpbXBvcnRhbnQ7IH1cbiAgLnVuaXZlcnNlLTExIC5oZXhhZ29uIHN2ZyBwYXRoIHtcbiAgICBmaWxsOiAjNDQ1QUE1OyB9XG4gIC51bml2ZXJzZS0xMSAucmVnaW9uLXNpbXBsZS1ub2RlLnJlZ2lvbi1jb250ZW50LWZ1bGwge1xuICAgIGJhY2tncm91bmQtaW1hZ2U6IHVybChcIi4uL2ltYWdlcy9mb25kMTEucG5nXCIpO1xuICAgIGJhY2tncm91bmQtc2l6ZTogY292ZXI7XG4gICAgYmFja2dyb3VuZC1wb3NpdGlvbjogY2VudGVyIGNlbnRlcjsgfVxuICAgIC51bml2ZXJzZS0xMSAucmVnaW9uLXNpbXBsZS1ub2RlLnJlZ2lvbi1jb250ZW50LWZ1bGwgLnBhbmVsLXBhbmUucGFuZS1oZXJvIHtcbiAgICAgIGJhY2tncm91bmQtaW1hZ2U6IHVybChcIi4uL2ltYWdlcy9iZy1ncm91bmQtMTEucG5nXCIpO1xuICAgICAgYmFja2dyb3VuZC1wb3NpdGlvbjogY2VudGVyIGJvdHRvbTtcbiAgICAgIGJhY2tncm91bmQtc2l6ZTogMTAwJSBhdXRvO1xuICAgICAgYmFja2dyb3VuZC1yZXBlYXQ6IG5vLXJlcGVhdDsgfVxuXG4ucGFuZWxzLWFkZC1jb250ZW50LW1vZGFsIHtcbiAgb3ZlcmZsb3c6IGF1dG87XG4gIGJhY2tncm91bmQtcmVwZWF0OiByZXBlYXQteTsgfVxuICAucGFuZWxzLWFkZC1jb250ZW50LW1vZGFsIGxhYmVsIHtcbiAgICBjb2xvcjogIzAwMDsgfVxuICAucGFuZWxzLWFkZC1jb250ZW50LW1vZGFsIGlucHV0IHtcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjMDAwO1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgY29sb3I6ICMwMDA7IH1cblxuLnBhbmVscy1pcGUtbGlua2JhciBsaTpiZWZvcmUge1xuICBkaXNwbGF5OiBub25lOyB9XG5cbi5tb2RhbC1kZWZhdWx0IGZvcm0gbGFiZWwge1xuICBjb2xvcjogIzAwMDtcbiAgbWFyZ2luOiAwIDAgNXB4O1xuICBwYWRkaW5nOiAwOyB9XG4gIC5tb2RhbC1kZWZhdWx0IGZvcm0gbGFiZWw6aG92ZXIge1xuICAgIGNvbG9yOiAjMDAwOyB9XG5cbi5tb2RhbC1kZWZhdWx0IGZvcm0gaW5wdXQsXG4ubW9kYWwtZGVmYXVsdCBmb3JtIHRleHRhcmVhLFxuLm1vZGFsLWRlZmF1bHQgZm9ybSBzZWxlY3Qge1xuICBib3JkZXI6IDFweCBzb2xpZCAjMDAwO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGNvbG9yOiAjMDAwOyB9XG5cbiNhdXRvY29tcGxldGUge1xuICBib3JkZXI6IDFweCBzb2xpZCAjMDAwO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmOyB9XG4gICNhdXRvY29tcGxldGUgdWwge1xuICAgIG1hcmdpbjogMDtcbiAgICBjb2xvcjogIzAwMDtcbiAgICBwYWRkaW5nOiAwOyB9XG4gICAgI2F1dG9jb21wbGV0ZSB1bCBsaSB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIHBhZGRpbmc6IDEwcHg7XG4gICAgICBtYXJnaW46IDA7IH1cbiAgICAgICNhdXRvY29tcGxldGUgdWwgbGk6YmVmb3JlIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgICAgY29sb3I6ICMwMDA7IH1cblxuLnNlbGVjdDItc2VhcmNoX19maWVsZCB7XG4gIGNvbG9yOiAjMDAwICFpbXBvcnRhbnQ7IH1cblxuLmlucHV0LXRyYW5zaXRpb24gbGFiZWwgc3BhbiB7XG4gIGNvbG9yOiBpbmhlcml0OyB9XG5cbi5pbnB1dC10cmFuc2l0aW9uIC5zZWxlY3QyIHtcbiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsgfVxuXG4ud2ViZm9ybS1jbGllbnQtZm9ybSAubWVudGlvbnMge1xuICBwYWRkaW5nOiAwIDEwcHg7IH1cblxuLndlYmZvcm0tY2xpZW50LWZvcm0gLmNhcHRjaGEge1xuICBoZWlnaHQ6IDc4cHg7XG4gIGNsZWFyOiBib3RoOyB9XG5cbi5mb3JtLXR5cGUtcGFzc3dvcmQtY29uZmlybSAuZm9ybS10eXBlLXBhc3N3b3JkIHtcbiAgd2lkdGg6IDEwMCU7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTsgfVxuICAuZm9ybS10eXBlLXBhc3N3b3JkLWNvbmZpcm0gLmZvcm0tdHlwZS1wYXNzd29yZCAucGFzc3dvcmQtc3RyZW5ndGgsXG4gIC5mb3JtLXR5cGUtcGFzc3dvcmQtY29uZmlybSAuZm9ybS10eXBlLXBhc3N3b3JkIC5wYXNzd29yZC1jb25maXJtIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgcmlnaHQ6IDA7XG4gICAgdG9wOiAwO1xuICAgIG1hcmdpbjogMDsgfVxuICAuZm9ybS10eXBlLXBhc3N3b3JkLWNvbmZpcm0gLmZvcm0tdHlwZS1wYXNzd29yZCBpbnB1dCB7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZSAhaW1wb3J0YW50OyB9XG5cbi5mb3JtLXR5cGUtcGFzc3dvcmQtY29uZmlybSAucGFzc3dvcmQtc3VnZ2VzdGlvbnMgdWwge1xuICBtYXJnaW4tdG9wOiAxMHB4OyB9XG4gIC5mb3JtLXR5cGUtcGFzc3dvcmQtY29uZmlybSAucGFzc3dvcmQtc3VnZ2VzdGlvbnMgdWwgbGkge1xuICAgIGRpc3BsYXk6IGxpc3QtaXRlbTtcbiAgICBwYWRkaW5nOiAwO1xuICAgIG1hcmdpbjogMDsgfVxuICAgIC5mb3JtLXR5cGUtcGFzc3dvcmQtY29uZmlybSAucGFzc3dvcmQtc3VnZ2VzdGlvbnMgdWwgbGk6YmVmb3JlIHtcbiAgICAgIGNvbnRlbnQ6ICctJztcbiAgICAgIGZvbnQtZmFtaWx5OiBpbmhlcml0OyB9XG5cbi52aWRlby1wb3B1cCAucG9wdXBzLWNvbnRhaW5lciB7XG4gIG1heC13aWR0aDogMTAyNHB4O1xuICB3aWR0aDogMTAwJSAhaW1wb3J0YW50O1xuICBtYXJnaW46IDAgYXV0bzsgfVxuICAudmlkZW8tcG9wdXAgLnBvcHVwcy1jb250YWluZXIgLm1vZGFsLWhlYWRlciB7XG4gICAgaGVpZ2h0OiAwO1xuICAgIG1hcmdpbjogMCAzMnB4O1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTsgfVxuICAudmlkZW8tcG9wdXAgLnBvcHVwcy1jb250YWluZXIgLnBhbmUtbm9kZS1maWVsZC12aWRlby1vZW1iZWQge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBwYWRkaW5nLWJvdHRvbTogNTYuMjUlO1xuICAgIHBhZGRpbmctdG9wOiAyNXB4O1xuICAgIGhlaWdodDogMDsgfVxuICAgIC52aWRlby1wb3B1cCAucG9wdXBzLWNvbnRhaW5lciAucGFuZS1ub2RlLWZpZWxkLXZpZGVvLW9lbWJlZCBpZnJhbWUge1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgdG9wOiAwO1xuICAgICAgbGVmdDogMDtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgaGVpZ2h0OiAxMDAlOyB9XG5cbi5zd2lwZXItYnV0dG9uLXByZXY6YmVmb3JlLFxuLnN3aXBlci1idXR0b24tbmV4dDpiZWZvcmUge1xuICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDtcbiAgLW1vei1vc3gtZm9udC1zbW9vdGhpbmc6IGdyYXlzY2FsZTsgfVxuXG4ucGFnZS1oZWFkZXItd3JhcHBlci5oZWFkZXItZGVmYXVsdCAuaGVhZGVyLXJpZ2h0IC5iay10b3AgLmZvcm0tbWFpbCB7XG4gIC8qbGVmdDogMjE1cHg7XG4gIEBtZWRpYSAobWluLXdpZHRoOiAxMDI0cHgpIGFuZCAobWF4LXdpZHRoOiAxMjc5cHgpIHtcbiAgICBsZWZ0OiAxMTVweDtcbiAgfVxuICBAbWVkaWEgKG1heC13aWR0aDogMTAyNHB4KSB7XG4gICAgbGVmdDogNHB4O1xuICB9Ki9cbiAgcGFkZGluZy1ib3R0b206IDQwcHg7XG4gIGJhY2tncm91bmQ6IG5vbmU7XG4gIGJvcmRlci1yYWRpdXM6IDA7IH1cbiAgLnBhZ2UtaGVhZGVyLXdyYXBwZXIuaGVhZGVyLWRlZmF1bHQgLmhlYWRlci1yaWdodCAuYmstdG9wIC5mb3JtLW1haWwuc3VjY2VzcyB7XG4gICAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsgfVxuICAucGFnZS1oZWFkZXItd3JhcHBlci5oZWFkZXItZGVmYXVsdCAuaGVhZGVyLXJpZ2h0IC5iay10b3AgLmZvcm0tbWFpbCBpbnB1dFt0eXBlPVwidGV4dFwiXSB7XG4gICAgYmFja2dyb3VuZDogI2MxYzFjMTtcbiAgICBib3JkZXItcmFkaXVzOiAxOXB4OyB9XG4gIC5wYWdlLWhlYWRlci13cmFwcGVyLmhlYWRlci1kZWZhdWx0IC5oZWFkZXItcmlnaHQgLmJrLXRvcCAuZm9ybS1tYWlsIC5uZXdzbGV0dGVyLW1lc3NhZ2Uge1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG4gICAgYm9yZGVyOiBub25lO1xuICAgIGJhY2tncm91bmQ6IG5vbmU7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogNDBweDtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgbGluZS1oZWlnaHQ6IDIwcHg7XG4gICAgbGVmdDogMDtcbiAgICBjb2xvcjogI0U0NDY0NzsgfVxuICAgIC5wYWdlLWhlYWRlci13cmFwcGVyLmhlYWRlci1kZWZhdWx0IC5oZWFkZXItcmlnaHQgLmJrLXRvcCAuZm9ybS1tYWlsIC5uZXdzbGV0dGVyLW1lc3NhZ2UubWVzc2FnZXMtLXN0YXR1cyB7XG4gICAgICBjb2xvcjogZ3JlZW47IH1cbiAgICBAbWVkaWEgKG1pbi13aWR0aDogMTAyNHB4KSBhbmQgKG1heC13aWR0aDogMTI3OXB4KSB7XG4gICAgICAucGFnZS1oZWFkZXItd3JhcHBlci5oZWFkZXItZGVmYXVsdCAuaGVhZGVyLXJpZ2h0IC5iay10b3AgLmZvcm0tbWFpbCAubmV3c2xldHRlci1tZXNzYWdlIHtcbiAgICAgICAgbGluZS1oZWlnaHQ6IDE1cHg7IH0gfVxuICAgIEBtZWRpYSAobWF4LXdpZHRoOiAxMDI0cHgpIHtcbiAgICAgIC5wYWdlLWhlYWRlci13cmFwcGVyLmhlYWRlci1kZWZhdWx0IC5oZWFkZXItcmlnaHQgLmJrLXRvcCAuZm9ybS1tYWlsIC5uZXdzbGV0dGVyLW1lc3NhZ2Uge1xuICAgICAgICBsZWZ0OiA0cHg7XG4gICAgICAgIHRvcDogOHB4O1xuICAgICAgICBwYWRkaW5nOiA1cHg7XG4gICAgICAgIGJhY2tncm91bmQ6ICNmZmY7IH0gfVxuICBAbWVkaWEgKG1heC13aWR0aDogMTAyNHB4KSB7XG4gICAgLnBhZ2UtaGVhZGVyLXdyYXBwZXIuaGVhZGVyLWRlZmF1bHQgLmhlYWRlci1yaWdodCAuYmstdG9wIC5mb3JtLW1haWwge1xuICAgICAgei1pbmRleDogMTAwMDA7IH0gfVxuXG4uc2VjdGlvbi1sb2dpbiAubWVzc2FnZXMtLWVycm9yIHtcbiAgbWFyZ2luLWJvdHRvbTogMzBweDtcbiAgcGFkZGluZzogMTBweDtcbiAgYmFja2dyb3VuZDogcmdiYSgyMzIsIDI5LCAyOSwgMC41KTtcbiAgY29sb3I6IGJsYWNrO1xuICBib3JkZXI6IG5vbmU7IH1cblxuLm5vZGUtdHlwZS1kaXNwYXRjaCAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZCB7XG4gIG1hcmdpbi1ib3R0b206IDAgIWltcG9ydGFudDtcbiAgLypzZWN0aW9uIHtcbiAgICAgIHBhZGRpbmc6IDAgIWltcG9ydGFudDtcbiAgICAgIG1hcmdpbjogMCAhaW1wb3J0YW50O1xuICAgICAgYmFja2dyb3VuZDogbm9uZTtcbiAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgIH1cbiAgICB9Ki8gfVxuICAubm9kZS10eXBlLWRpc3BhdGNoIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLmJsdWUtdGl0bGUgLmxpa2UtaDIge1xuICAgIGNvbG9yOiAjMTRhMGRjICFpbXBvcnRhbnQ7IH1cbiAgLm5vZGUtdHlwZS1kaXNwYXRjaCAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5ibHVlLXRpdGxlIC5idG4ge1xuICAgIGNvbG9yOiAjMTRhMGRjICFpbXBvcnRhbnQ7IH1cbiAgICAubm9kZS10eXBlLWRpc3BhdGNoIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLmJsdWUtdGl0bGUgLmJ0biAubGluZSB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMTRhMGRjICFpbXBvcnRhbnQ7IH1cbiAgLm5vZGUtdHlwZS1kaXNwYXRjaCAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5ibGFjay10aXRsZSAubGlrZS1oMiB7XG4gICAgY29sb3I6ICMwMDAgIWltcG9ydGFudDsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLmJsYWNrLXRpdGxlIC5idG4ge1xuICAgIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7IH1cbiAgICAubm9kZS10eXBlLWRpc3BhdGNoIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLmJsYWNrLXRpdGxlIC5idG4gLmxpbmUge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZiAhaW1wb3J0YW50OyB9XG4gIC5ub2RlLXR5cGUtZGlzcGF0Y2ggLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQuZnVsbGJsYWNrLXRpdGxlIC5saWtlLWgyIHtcbiAgICBjb2xvcjogIzAwMCAhaW1wb3J0YW50OyB9XG4gIC5ub2RlLXR5cGUtZGlzcGF0Y2ggLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQuZnVsbGJsYWNrLXRpdGxlIC5idG4ge1xuICAgIGNvbG9yOiAjMDAwICFpbXBvcnRhbnQ7IH1cbiAgICAubm9kZS10eXBlLWRpc3BhdGNoIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLmZ1bGxibGFjay10aXRsZSAuYnRuIC5saW5lIHtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6ICMwMDAgIWltcG9ydGFudDsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLndoaXRlLXRpdGxlIC5saWtlLWgyIHtcbiAgICBjb2xvcjogI2ZmZiAhaW1wb3J0YW50OyB9XG4gIC5ub2RlLXR5cGUtZGlzcGF0Y2ggLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQud2hpdGUtdGl0bGUgLmJ0biB7XG4gICAgY29sb3I6ICNmZmYgIWltcG9ydGFudDsgfVxuICAgIC5ub2RlLXR5cGUtZGlzcGF0Y2ggLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQud2hpdGUtdGl0bGUgLmJ0biAubGluZSB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7IH1cbiAgLm5vZGUtdHlwZS1kaXNwYXRjaCAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5uby1pY29uIC5saWtlLWgyIHNwYW4ge1xuICAgIGRpc3BsYXk6IG5vbmU7IH1cbiAgLm5vZGUtdHlwZS1kaXNwYXRjaCAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5uby1tYXJnaW4ge1xuICAgIG1hcmdpbi10b3A6IDAgIWltcG9ydGFudDsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLm5vcm1hbC1zZWN0aW9uIHtcbiAgICBtYXJnaW4tdG9wOiAtOTBweDsgfVxuICAgIC5ub2RlLXR5cGUtZGlzcGF0Y2ggLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQubm9ybWFsLXNlY3Rpb24gc2VjdGlvbiB7XG4gICAgICBwYWRkaW5nOiA1MHB4IDAgIWltcG9ydGFudDtcbiAgICAgIG1hcmdpbjogLTQwcHggMCAwICFpbXBvcnRhbnQ7IH1cbiAgLm5vZGUtdHlwZS1kaXNwYXRjaCAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5zZWN0aW9uLXdpdGgtdGV4dHVyZSB7XG4gICAgb3ZlcmZsb3cteDogaGlkZGVuO1xuICAgIGNsaXAtcGF0aDogbm9uZSAhaW1wb3J0YW50O1xuICAgIC8qYmFja2dyb3VuZDogbm9uZSAhaW1wb3J0YW50O1xuICAgICAgbWFyZ2luLXRvcDogLTEwcHggIWltcG9ydGFudDtcbiAgICAgIHBhZGRpbmctdG9wOiAxNDBweCAhaW1wb3J0YW50O1xuICAgICAgcG9zaXRpb246IHJlbGF0aXZlICFpbXBvcnRhbnQ7XG4gICAgICAmOmJlZm9yZSB7XG4gICAgICAgIG1hcmdpbi10b3A6IDElO1xuICAgICAgICB0b3A6IDAgIWltcG9ydGFudDtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlICFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgICAmOmFmdGVyIHtcbiAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgdG9wOiA1MHB4O1xuICAgICAgICBsZWZ0OiAwO1xuICAgICAgICByaWdodDogMDtcbiAgICAgICAgYm90dG9tOiAwO1xuICAgICAgfSovIH1cbiAgICAubm9kZS10eXBlLWRpc3BhdGNoIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLnNlY3Rpb24td2l0aC10ZXh0dXJlOmJlZm9yZSB7XG4gICAgICBiYWNrZ3JvdW5kLWNvbG9yOiBpbmhlcml0OyB9XG4gICAgLm5vZGUtdHlwZS1kaXNwYXRjaCAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5zZWN0aW9uLXdpdGgtdGV4dHVyZSAucGFuZS1jb250ZW50IHtcbiAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgIHotaW5kZXg6IDE7IH1cbiAgICAubm9kZS10eXBlLWRpc3BhdGNoIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLnNlY3Rpb24td2l0aC10ZXh0dXJlIC5zZWN0aW9uLXdpdGgtdGV4dHVyZSB7XG4gICAgICBjbGlwLXBhdGg6IG5vbmUgIWltcG9ydGFudDtcbiAgICAgIG1hcmdpbi10b3A6IDAgIWltcG9ydGFudDtcbiAgICAgIHBhZGRpbmctdG9wOiAwICFpbXBvcnRhbnQ7XG4gICAgICBiYWNrZ3JvdW5kOiBub25lICFpbXBvcnRhbnQ7IH1cbiAgICAgIC5ub2RlLXR5cGUtZGlzcGF0Y2ggLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQuc2VjdGlvbi13aXRoLXRleHR1cmUgLnNlY3Rpb24td2l0aC10ZXh0dXJlOmJlZm9yZSB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDsgfVxuICAgIC5ub2RlLXR5cGUtZGlzcGF0Y2ggLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQuc2VjdGlvbi13aXRoLXRleHR1cmUudGlsdCB7XG4gICAgICBjbGlwLXBhdGg6IG5vbmUgIWltcG9ydGFudDsgfVxuICAgICAgLm5vZGUtdHlwZS1kaXNwYXRjaCAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5zZWN0aW9uLXdpdGgtdGV4dHVyZS50aWx0OmJlZm9yZSB7XG4gICAgICAgIHRvcDogLTcycHg7IH1cbiAgICAgIC5ub2RlLXR5cGUtZGlzcGF0Y2ggLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQuc2VjdGlvbi13aXRoLXRleHR1cmUudGlsdC4tdXAge1xuICAgICAgICBjbGlwLXBhdGg6IG5vbmUgIWltcG9ydGFudDsgfVxuICAgICAgICAubm9kZS10eXBlLWRpc3BhdGNoIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLnNlY3Rpb24td2l0aC10ZXh0dXJlLnRpbHQuLXVwOmJlZm9yZSB7XG4gICAgICAgICAgdHJhbnNpdGlvbjogZWFzZSAwLjRzO1xuICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0xLjJkZWcpOyB9XG4gICAgICAubm9kZS10eXBlLWRpc3BhdGNoIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLnNlY3Rpb24td2l0aC10ZXh0dXJlLnRpbHQuLWRvd24ge1xuICAgICAgICBjbGlwLXBhdGg6IG5vbmUgIWltcG9ydGFudDsgfVxuICAgICAgICAubm9kZS10eXBlLWRpc3BhdGNoIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLnNlY3Rpb24td2l0aC10ZXh0dXJlLnRpbHQuLWRvd246YmVmb3JlIHtcbiAgICAgICAgICB0cmFuc2l0aW9uOiBlYXNlIDAuNHM7XG4gICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoMS4yZGVnKTsgfVxuICAgICAgLm5vZGUtdHlwZS1kaXNwYXRjaCAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5zZWN0aW9uLXdpdGgtdGV4dHVyZS50aWx0LmFuaW1hdGUge1xuICAgICAgICBjbGlwLXBhdGg6IG5vbmUgIWltcG9ydGFudDsgfVxuICAgICAgICAubm9kZS10eXBlLWRpc3BhdGNoIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLnNlY3Rpb24td2l0aC10ZXh0dXJlLnRpbHQuYW5pbWF0ZS4tdXAge1xuICAgICAgICAgIGNsaXAtcGF0aDogbm9uZSAhaW1wb3J0YW50OyB9XG4gICAgICAgICAgLm5vZGUtdHlwZS1kaXNwYXRjaCAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5zZWN0aW9uLXdpdGgtdGV4dHVyZS50aWx0LmFuaW1hdGUuLXVwOmJlZm9yZSB7XG4gICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxLjJkZWcpOyB9XG4gICAgICAgIC5ub2RlLXR5cGUtZGlzcGF0Y2ggLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQuc2VjdGlvbi13aXRoLXRleHR1cmUudGlsdC5hbmltYXRlLi1kb3duIHtcbiAgICAgICAgICBjbGlwLXBhdGg6IG5vbmUgIWltcG9ydGFudDsgfVxuICAgICAgICAgIC5ub2RlLXR5cGUtZGlzcGF0Y2ggLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQuc2VjdGlvbi13aXRoLXRleHR1cmUudGlsdC5hbmltYXRlLi1kb3duOmJlZm9yZSB7XG4gICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgtMS4yZGVnKTsgfVxuXG4ubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLXByb2NpZGlzIC5wYW5lLWRpc3BhdGNoLWFjdHVhbGl0ZSB7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDsgfVxuXG4ubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLXByb3MgLnBhbmUtZGlzcGF0Y2gtYWdlbmRhLmZpcnN0LFxuLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1wcm9zIC5wYW5lLWRpc3BhdGNoLWVkaXRvLmZpcnN0LFxuLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1wcm9zIC5wYW5lLWRpc3BhdGNoLWFjdHVhbGl0ZS5maXJzdCB7XG4gIGNsaXAtcGF0aDogcG9seWdvbigwJSAwJSwgMTAwJSA0MHB4LCAxMDAlIGNhbGMoMTAwJSAtIDQwcHgpLCAwJSAxMDAlKTtcbiAgdHJhbnNpdGlvbjogZWFzZSAwLjRzOyB9XG4gIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtcHJvcyAucGFuZS1kaXNwYXRjaC1hZ2VuZGEuZmlyc3QuYW5pbWF0ZSxcbiAgLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1wcm9zIC5wYW5lLWRpc3BhdGNoLWVkaXRvLmZpcnN0LmFuaW1hdGUsXG4gIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtcHJvcyAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUuZmlyc3QuYW5pbWF0ZSB7XG4gICAgY2xpcC1wYXRoOiBwb2x5Z29uKDAgNDBweCwgMTAwJSAwLCAxMDAlIDEwMCUsIDAlIGNhbGMoMTAwJSAtIDQwcHgpKTsgfVxuXG4ubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLXByb3MgLnBhbmUtZGlzcGF0Y2gtYWdlbmRhLnNlY29uZCxcbi5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtcHJvcyAucGFuZS1kaXNwYXRjaC1lZGl0by5zZWNvbmQsXG4ubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLXByb3MgLnBhbmUtZGlzcGF0Y2gtYWN0dWFsaXRlLnNlY29uZCB7XG4gIGNsaXAtcGF0aDogcG9seWdvbigwIDQwcHgsIDEwMCUgMCwgMTAwJSAxMDAlLCAwJSBjYWxjKDEwMCUgLSA0MHB4KSk7XG4gIHRyYW5zaXRpb246IGVhc2UgMC40czsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLXByb3MgLnBhbmUtZGlzcGF0Y2gtYWdlbmRhLnNlY29uZC5hbmltYXRlLFxuICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLXByb3MgLnBhbmUtZGlzcGF0Y2gtZWRpdG8uc2Vjb25kLmFuaW1hdGUsXG4gIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtcHJvcyAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUuc2Vjb25kLmFuaW1hdGUge1xuICAgIGNsaXAtcGF0aDogcG9seWdvbigwJSAwJSwgMTAwJSA0MHB4LCAxMDAlIGNhbGMoMTAwJSAtIDQwcHgpLCAwJSAxMDAlKTsgfVxuXG4ubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLXRlYWNoZXIgLnBhbmUtZGlzcGF0Y2gtZG9jdW1lbnRzIHtcbiAgcGFkZGluZzogMCAhaW1wb3J0YW50OyB9XG4gIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtdGVhY2hlciAucGFuZS1kaXNwYXRjaC1kb2N1bWVudHMgc2VjdGlvbiB7XG4gICAgcGFkZGluZy1ib3R0b206IDAgIWltcG9ydGFudDsgfVxuXG4ubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLXRlYWNoZXIgLnBhbmUtZGlzcGF0Y2gtaW1hZ2UtdmlkZW8ge1xuICBtYXJnaW46IDAgIDAgLTUwcHggIWltcG9ydGFudDsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLXRlYWNoZXIgLnBhbmUtZGlzcGF0Y2gtaW1hZ2UtdmlkZW8gc2VjdGlvbiB7XG4gICAgcGFkZGluZzogMCAhaW1wb3J0YW50OyB9XG5cbi5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtbWFlc3Ryby1mYW5zIC5wYW5lLWRpc3BhdGNoLXByb2R1Y3QgLnZpc3Utd3JhcHBlciBpbWcge1xuICB3aWR0aDogYXV0bzsgfVxuXG4ubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8tZmFucyAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUgLmxpa2UtaDIge1xuICBjb2xvcjogIzAwMDsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8tZmFucyAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUgLmxpa2UtaDIgPiBzcGFuIHtcbiAgICBjb2xvcjogI2ZmZjsgfVxuXG4ubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8tZmFucyAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUgLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kIHtcbiAgcGFkZGluZy1ib3R0b206IDAgIWltcG9ydGFudDsgfVxuXG4ubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8tZmFucyAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUgLnNjcm9sbGFibGUtd3JhcHBlciB7XG4gIG1hcmdpbi1ib3R0b206IDAgIWltcG9ydGFudDsgfVxuXG4ubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8tZmFucyAucGFuZS1kaXNwYXRjaC1pbWFnZS12aWRlbyAudGl0bGUtcnVicmlxdWUge1xuICBjb2xvcjogIzAwMDtcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8tZmFucyAucGFuZS1kaXNwYXRjaC1pbWFnZS12aWRlbyAudGl0bGUtcnVicmlxdWUgc3BhbiB7XG4gICAgY29sb3I6ICNmZmY7IH1cblxuLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1tYWVzdHJvLWZhbnMgLnBhbmUtZGlzcGF0Y2gtaW1hZ2UtdmlkZW8gLmJ0biB7XG4gIGNvbG9yOiAjMDAwOyB9XG4gIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtbWFlc3Ryby1mYW5zIC5wYW5lLWRpc3BhdGNoLWltYWdlLXZpZGVvIC5idG4gLmxpbmUge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICMwMDA7IH1cblxuQG1lZGlhIGFsbCBhbmQgKG1heC13aWR0aDogNzY4cHgpIHtcbiAgLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1tYWVzdHJvLWZhbnMgLmxpa2UtaDIsXG4gIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtbWFlc3Ryby1mYW5zIC50aXRsZS1ydWJyaXF1ZSB7XG4gICAgdGV4dC1hbGlnbjogbGVmdDsgfVxuICAgIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtbWFlc3Ryby1mYW5zIC5saWtlLWgyID4gc3BhbixcbiAgICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8tZmFucyAudGl0bGUtcnVicmlxdWUgPiBzcGFuIHtcbiAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jazsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8tZmFucyAuYmstaW1nLXRvcCB7XG4gICAgbWFyZ2luLWJvdHRvbTogMjBweDsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8tZmFucyAucGFuZS1kaXNwYXRjaC1wcm9kdWN0IHtcbiAgICBtYXJnaW4tdG9wOiAwICFpbXBvcnRhbnQ7IH1cbiAgLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1tYWVzdHJvLWZhbnMgLnNlY3Rpb24taW1hZ2VzLXZpZGVvcyAuYmstdmlkZW8taW1hZ2Uge1xuICAgIG1hcmdpbjogMCAhaW1wb3J0YW50OyB9XG4gIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtbWFlc3Ryby1mYW5zIC5zY3JvbGxhYmxlLXdyYXBwZXIge1xuICAgIG1hcmdpbjogMCAhaW1wb3J0YW50OyB9IH1cblxuLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1tYWVzdHJvLWtpZHMgLnJlZ2lvbi1jb250ZW50LWJlbG93LWZ1bGwge1xuICBiYWNrZ3JvdW5kOiAjZmZmICFpbXBvcnRhbnQ7IH1cblxuLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1tYWVzdHJvLWtpZHMgLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQudGlsdC4tZG93biB7XG4gIGNsaXAtcGF0aDogcG9seWdvbigwIDQwcHgsIDEwMCUgMCwgMTAwJSAxMDAlLCAwJSBjYWxjKDEwMCUgLSA0MHB4KSk7XG4gIHRyYW5zaXRpb246IGVhc2UgMC40czsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8ta2lkcyAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC50aWx0Li1kb3duLmFuaW1hdGUge1xuICAgIGNsaXAtcGF0aDogcG9seWdvbigwJSAwJSwgMTAwJSA0MHB4LCAxMDAlIGNhbGMoMTAwJSAtIDQwcHgpLCAwJSAxMDAlKTsgfVxuXG4ubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8ta2lkcyAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC50aWx0Li11cCB7XG4gIGNsaXAtcGF0aDogcG9seWdvbigwJSAwJSwgMTAwJSA0MHB4LCAxMDAlIGNhbGMoMTAwJSAtIDQwcHgpLCAwJSAxMDAlKTtcbiAgdHJhbnNpdGlvbjogZWFzZSAwLjRzOyB9XG4gIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtbWFlc3Ryby1raWRzIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLnRpbHQuLXVwLmFuaW1hdGUge1xuICAgIGNsaXAtcGF0aDogcG9seWdvbigwIDQwcHgsIDEwMCUgMCwgMTAwJSAxMDAlLCAwJSBjYWxjKDEwMCUgLSA0MHB4KSk7IH1cblxuLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1tYWVzdHJvLWtpZHMgLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQucGFuZS1kaXNwYXRjaC1pbWFnZS12aWRlbywgLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1tYWVzdHJvLWtpZHMgLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQucGFuZS1kaXNwYXRjaC1kb2N1bWVudHMsIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtbWFlc3Ryby1raWRzIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLnBhbmUtZGlzcGF0Y2gtYWN0dWFsaXRlIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzQwODZhNiAhaW1wb3J0YW50O1xuICBjbGlwLXBhdGg6IG5vbmUgIWltcG9ydGFudDsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8ta2lkcyAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5wYW5lLWRpc3BhdGNoLWltYWdlLXZpZGVvIC50aXRsZS1ydWJyaXF1ZSBzcGFuLCAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8ta2lkcyAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5wYW5lLWRpc3BhdGNoLWRvY3VtZW50cyAudGl0bGUtcnVicmlxdWUgc3BhbiwgLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1tYWVzdHJvLWtpZHMgLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUgLnRpdGxlLXJ1YnJpcXVlIHNwYW4ge1xuICAgIGNvbG9yOiAjNmNiNmQ1OyB9XG5cbi5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtbWFlc3Ryby1raWRzIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLnBhbmUtamV1eCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0MDg2YTYgIWltcG9ydGFudDsgfVxuICBAbWVkaWEgYWxsIGFuZCAobWF4LXdpZHRoOiA3NjhweCkge1xuICAgIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtbWFlc3Ryby1raWRzIC5wYW5lbC1wYW5lLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kLnBhbmUtamV1eCB7XG4gICAgICBtYXJnaW4tdG9wOiAtMTBweCAhaW1wb3J0YW50OyB9IH1cbiAgLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1tYWVzdHJvLWtpZHMgLnBhbmVsLXBhbmUuc2VjdGlvbi13eXNpd3lnLWJhY2tncm91bmQucGFuZS1qZXV4OmFmdGVyIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjNDA4NmE2ICFpbXBvcnRhbnQ7IH1cblxuQG1lZGlhIGFsbCBhbmQgKG1heC13aWR0aDogNzY4cHgpIHtcbiAgLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1tYWVzdHJvLWtpZHMgLmxpa2UtaDIsXG4gIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtbWFlc3Ryby1raWRzIC50aXRsZS1ydWJyaXF1ZSB7XG4gICAgdGV4dC1hbGlnbjogbGVmdDsgfVxuICAgIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtbWFlc3Ryby1raWRzIC5saWtlLWgyID4gc3BhbixcbiAgICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8ta2lkcyAudGl0bGUtcnVicmlxdWUgPiBzcGFuIHtcbiAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jazsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8ta2lkcyAuYmstaW1nLXRvcCB7XG4gICAgbWFyZ2luLWJvdHRvbTogMjBweDsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8ta2lkcyAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUsXG4gIC5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtbWFlc3Ryby1raWRzIC5wYW5lLWRpc3BhdGNoLXByb2R1Y3Qge1xuICAgIG1hcmdpbi10b3A6IDAgIWltcG9ydGFudDsgfVxuICAubm9kZS10eXBlLWRpc3BhdGNoLmRpc3BhdGNoLW1hZXN0cm8ta2lkcyAuc2VjdGlvbi1pbWFnZXMtdmlkZW9zIC5iay12aWRlby1pbWFnZSB7XG4gICAgbWFyZ2luOiAwICFpbXBvcnRhbnQ7IH1cbiAgLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1tYWVzdHJvLWtpZHMgLnNjcm9sbGFibGUtd3JhcHBlciB7XG4gICAgbWFyZ2luOiAwICFpbXBvcnRhbnQ7IH0gfVxuXG4ubm9kZS10eXBlLWVkaXRvIC5ub2RlLXBvcHVwLWZ1bGwgLnBhbmUtbm9kZS1maWVsZC1kZXNjcmlwdGlvbiB7XG4gIGRpc3BsYXk6IG5vbmU7IH1cblxuLm5vZGUtdHlwZS1lZGl0byAucGFuZS12aWRlbyB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7IH1cbiAgLm5vZGUtdHlwZS1lZGl0byAucGFuZS12aWRlbyBzZWN0aW9uIHtcbiAgICBjbGlwLXBhdGg6IHBvbHlnb24oMCUgMCUsIDEwMCUgNDBweCwgMTAwJSBjYWxjKDEwMCUgLSA0MHB4KSwgMCUgMTAwJSkgIWltcG9ydGFudDtcbiAgICB0cmFuc2l0aW9uOiBlYXNlIDAuNHM7IH1cbiAgICAubm9kZS10eXBlLWVkaXRvIC5wYW5lLXZpZGVvIHNlY3Rpb24uYW5pbWF0ZSB7XG4gICAgICBjbGlwLXBhdGg6IHBvbHlnb24oMCA0MHB4LCAxMDAlIDAsIDEwMCUgMTAwJSwgMCUgY2FsYygxMDAlIC0gNDBweCkpICFpbXBvcnRhbnQ7IH1cbiAgLm5vZGUtdHlwZS1lZGl0byAucGFuZS12aWRlbyAudGV4dCB7XG4gICAgbWluLWhlaWdodDogNDAwcHg7IH1cbiAgLm5vZGUtdHlwZS1lZGl0byAucGFuZS12aWRlbyAudmlkZW8uY292ZXItcGFyZW50IGltZyB7XG4gICAgd2lkdGg6IDEwMCU7IH1cbiAgLm5vZGUtdHlwZS1lZGl0byAucGFuZS12aWRlbyAudmlkZW8uY292ZXItcGFyZW50OmJlZm9yZSB7XG4gICAgY29udGVudDogJyc7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogMDtcbiAgICBsZWZ0OiAwO1xuICAgIHJpZ2h0OiAwO1xuICAgIGJvdHRvbTogMDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDAsIDAsIDAsIDAuMyk7IH1cblxuLnBhbmUtdmlld3MtbGlzdGUtYXJ0aWNsZS1tYWluIC52aWV3cy1leHBvc2VkLWZvcm0ge1xuICBjb2xvcjogIzAwMDsgfVxuICAucGFuZS12aWV3cy1saXN0ZS1hcnRpY2xlLW1haW4gLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3Mtd2lkZ2V0LWZpbHRlci1jcmVhdGVkIGxhYmVsIHtcbiAgICBjb2xvcjogIzAwMDsgfVxuICAucGFuZS12aWV3cy1saXN0ZS1hcnRpY2xlLW1haW4gLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3Mtd2lkZ2V0LWZpbHRlci1jcmVhdGVkIC5mb3JtLXR5cGUtc2VsZWN0IHtcbiAgICBib3JkZXI6IG5vbmU7XG4gICAgbWFyZ2luLXRvcDogMTBweCAhaW1wb3J0YW50O1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7IH1cbiAgICAucGFuZS12aWV3cy1saXN0ZS1hcnRpY2xlLW1haW4gLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3Mtd2lkZ2V0LWZpbHRlci1jcmVhdGVkIC5mb3JtLXR5cGUtc2VsZWN0IHNlbGVjdCB7XG4gICAgICBjb2xvcjogIzAwMDtcbiAgICAgIGZvbnQtd2VpZ2h0OiBib2xkOyB9XG4gIC5wYW5lLXZpZXdzLWxpc3RlLWFydGljbGUtbWFpbiAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy13aWRnZXQtZmlsdGVyLWZpZWxkX3Nlcmllc190ciAuZm9ybS1pdGVtIGxhYmVsIHtcbiAgICBjb2xvcjogIzAwMCAhaW1wb3J0YW50OyB9XG5cbi52aWV3LWxpc3RlLWRvY3VtZW50cyAudmlld3MtZXhwb3NlZC1mb3JtIHtcbiAgY29sb3I6ICMwMDA7IH1cbiAgLnZpZXctbGlzdGUtZG9jdW1lbnRzIC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLWV4cG9zZWQtd2lkZ2V0IHtcbiAgICBmbG9hdDogbGVmdDtcbiAgICBwYWRkaW5nOiAwIDEwcHg7XG4gICAgd2lkdGg6IDMzLjMzMzMlO1xuICAgIGJvcmRlci1sZWZ0OiAxcHggc29saWQgIzAwMDtcbiAgICBib3gtc2l6aW5nOiBib3JkZXItYm94OyB9XG4gICAgQG1lZGlhIGFsbCBhbmQgKG1heC13aWR0aDogNzY4cHgpIHtcbiAgICAgIC52aWV3LWxpc3RlLWRvY3VtZW50cyAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCB7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICBib3JkZXI6IG5vbmU7IH0gfVxuICAgIC52aWV3LWxpc3RlLWRvY3VtZW50cyAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldDpmaXJzdC1jaGlsZCB7XG4gICAgICBib3JkZXItbGVmdDogbm9uZTsgfVxuICAgIC52aWV3LWxpc3RlLWRvY3VtZW50cyAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy1leHBvc2VkLXdpZGdldCA+IGxhYmVsIHtcbiAgICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgICBtYXJnaW4tbGVmdDogNTBweDtcbiAgICAgIGZvbnQtZmFtaWx5OiBOZW9ncmFwaGlrTVRTdGQ7XG4gICAgICBmb250LXNpemU6IDI3cHg7XG4gICAgICBmb250LXdlaWdodDogNzAwO1xuICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgICAgIGNvbG9yOiAjMDAwOyB9XG4gICAgICBAbWVkaWEgYWxsIGFuZCAobWF4LXdpZHRoOiA3NjhweCkge1xuICAgICAgICAudmlldy1saXN0ZS1kb2N1bWVudHMgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3MtZXhwb3NlZC13aWRnZXQgPiBsYWJlbCB7XG4gICAgICAgICAgbWFyZ2luLWxlZnQ6IDI1cHg7IH0gfVxuICAudmlldy1saXN0ZS1kb2N1bWVudHMgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3Mtc3VibWl0LWJ1dHRvbiB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgY2xlYXI6IGJvdGg7XG4gICAgYm9yZGVyLWxlZnQ6IG5vbmU7IH1cbiAgICAudmlldy1saXN0ZS1kb2N1bWVudHMgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3Mtc3VibWl0LWJ1dHRvbiBidXR0b24ge1xuICAgICAgZmxvYXQ6IG5vbmU7IH1cbiAgLnZpZXctbGlzdGUtZG9jdW1lbnRzIC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLXdpZGdldCA+IC5mb3JtLWl0ZW0ge1xuICAgIG1hcmdpbi1sZWZ0OiA1MHB4OyB9XG4gICAgQG1lZGlhIGFsbCBhbmQgKG1heC13aWR0aDogNzY4cHgpIHtcbiAgICAgIC52aWV3LWxpc3RlLWRvY3VtZW50cyAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy13aWRnZXQgPiAuZm9ybS1pdGVtIHtcbiAgICAgICAgbWFyZ2luLWxlZnQ6IDMwcHg7IH0gfVxuICAudmlldy1saXN0ZS1kb2N1bWVudHMgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3Mtd2lkZ2V0LWZpbHRlci1maWVsZF9zZXJpZXNfdHIgLmZvcm0taXRlbSAuZm9ybS1pdGVtLFxuICAudmlldy1saXN0ZS1kb2N1bWVudHMgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3Mtd2lkZ2V0LWZpbHRlci1maWVsZF90eXBlc19kb2NfdHIgLmZvcm0taXRlbSAuZm9ybS1pdGVtIHtcbiAgICBtYXJnaW4tYm90dG9tOiAycHggIWltcG9ydGFudDtcbiAgICBtYXJnaW4tbGVmdDogLTdweDsgfVxuICAudmlldy1saXN0ZS1kb2N1bWVudHMgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3Mtd2lkZ2V0LWZpbHRlci1maWVsZF9zZXJpZXNfdHIgLmZvcm0taXRlbSBsYWJlbCxcbiAgLnZpZXctbGlzdGUtZG9jdW1lbnRzIC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLXdpZGdldC1maWx0ZXItZmllbGRfdHlwZXNfZG9jX3RyIC5mb3JtLWl0ZW0gbGFiZWwge1xuICAgIGNvbG9yOiAjMDAwO1xuICAgIG1hcmdpbjogMDsgfVxuICAudmlldy1saXN0ZS1kb2N1bWVudHMgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3Mtd2lkZ2V0LWZpbHRlci1jcmVhdGVkIGxhYmVsIHtcbiAgICBjb2xvcjogIzAwMDsgfVxuICAudmlldy1saXN0ZS1kb2N1bWVudHMgLnZpZXdzLWV4cG9zZWQtZm9ybSAudmlld3Mtd2lkZ2V0LWZpbHRlci1jcmVhdGVkIC5mb3JtLXR5cGUtc2VsZWN0IHtcbiAgICBib3JkZXI6IG5vbmU7XG4gICAgbWFyZ2luLXRvcDogMTBweCAhaW1wb3J0YW50O1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIG1pbi13aWR0aDogMjAwcHg7XG4gICAgbWF4LXdpZHRoOiAyMzBweDsgfVxuICAgIC52aWV3LWxpc3RlLWRvY3VtZW50cyAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy13aWRnZXQtZmlsdGVyLWNyZWF0ZWQgLmZvcm0tdHlwZS1zZWxlY3Q6YmVmb3JlIHtcbiAgICAgIGNvbnRlbnQ6IFwiXFxlOTE1XCI7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICByaWdodDogOHB4O1xuICAgICAgdG9wOiA1MCU7XG4gICAgICAtbXMtdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgLTUwJSk7XG4gICAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlKDAsIC01MCUpO1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgLTUwJSk7XG4gICAgICBmb250LWZhbWlseTogaWNvbW9vbjtcbiAgICAgIGZvbnQtc2l6ZTogMTRweDtcbiAgICAgIGNvbG9yOiAjZmY5ZDM2O1xuICAgICAgZm9udC13ZWlnaHQ6IDcwMDsgfVxuICAgIC52aWV3LWxpc3RlLWRvY3VtZW50cyAudmlld3MtZXhwb3NlZC1mb3JtIC52aWV3cy13aWRnZXQtZmlsdGVyLWNyZWF0ZWQgLmZvcm0tdHlwZS1zZWxlY3Qgc2VsZWN0IHtcbiAgICAgIGNvbG9yOiAjMDAwO1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7IH1cbiAgLnZpZXctbGlzdGUtZG9jdW1lbnRzIC52aWV3cy1leHBvc2VkLWZvcm0gLnZpZXdzLXdpZGdldC1maWx0ZXItZmllbGRfc2VyaWVzX3RyIC5mb3JtLWl0ZW0gbGFiZWwge1xuICAgIGNvbG9yOiAjMDAwICFpbXBvcnRhbnQ7IH1cblxuLnBhZ2Uta2lkcyAucGFuZS1tZGUtc29jaWFsLWRhdGEtc2hhcmUtaG9yaXpvbnRhbCxcbi5wYWdlLWZhbnMgLnBhbmUtbWRlLXNvY2lhbC1kYXRhLXNoYXJlLWhvcml6b250YWwge1xuICB0b3A6IGF1dG87XG4gIGJvdHRvbTogMDsgfVxuXG4ucGFnZS1oZWFkZXItd3JhcHBlciB7XG4gIGJveC1zaGFkb3c6IDBweCA1cHggMzFweCByZ2JhKDkwLCA4NywgODcsIDAuNCk7IH1cblxuLnNoYWRvdyB7XG4gIGJveC1zaGFkb3c6IDBweCAyMHB4IDMxcHggcmdiYSg5MCwgODcsIDg3LCAwLjIpICFpbXBvcnRhbnQ7IH1cblxuLm5vZGUtdHlwZS1nYW1lIC5wYW5lLW5vZGUtZmllbGQtaWZyYW1lIGlmcmFtZSB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBib3JkZXI6IG5vbmU7XG4gIG1hcmdpbjogMCBhdXRvOyB9XG5cbi5ub2RlLXR5cGUtZWRpdG8gLm5vZGUtZWRpdG8gLnBhbmVscy1pcGUtcG9ydGxldC13cmFwcGVyLWxhc3QgLnNlY3Rpb24td3lzaXd5Zy1iYWNrZ3JvdW5kIHtcbiAgcGFkZGluZy1ib3R0b206IDUwcHggIWltcG9ydGFudDtcbiAgbWFyZ2luLWJvdHRvbTogLTUwcHggIWltcG9ydGFudDsgfVxuXG4uc2VjdGlvbi1nb29kaWVzIC5zd2lwZXItc2xpZGUgLnByb2R1Y3QtdHlwZSB7XG4gIGZvbnQtc2l6ZTogMTZweDtcbiAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcbiAgY29sb3I6ICMwMDAgIWltcG9ydGFudDtcbiAgcGFkZGluZzogMTBweCAwICFpbXBvcnRhbnQ7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjMDAwO1xuICBkaXNwbGF5OiBibG9jazsgfVxuXG4uc2VjdGlvbi1nb29kaWVzIC5zd2lwZXItc2xpZGUgLnByb2R1Y3QtdGl0bGUge1xuICBwYWRkaW5nOiAwICFpbXBvcnRhbnQ7XG4gIGZvbnQtc2l6ZTogMTlweDtcbiAgY29sb3I6ICMwMDAgIWltcG9ydGFudDtcbiAgbWFyZ2luOiAwO1xuICBmb250LWZhbWlseTogTW9udHNlcnJhdDtcbiAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG4gIGxpbmUtaGVpZ2h0OiA0MnB4OyB9XG5cbi5ub2RlLXR5cGUtZGlzcGF0Y2guZGlzcGF0Y2gtcHJvcyAucGFuZWwtcGFuZS5zZWN0aW9uLXd5c2l3eWctYmFja2dyb3VuZC5wYW5lLWRpc3BhdGNoLWRvY3VtZW50cy5ibGFjay10aXRsZSAubGlrZS1oMiAuaWNvbi1wYWxldHRlOmJlZm9yZSB7XG4gIGNvbnRlbnQ6ICdcXGU5MTknO1xuICBjb2xvcjogIzAwMDsgfVxuXG4ucGFnZS1mb290ZXItd3JhcHBlci5mb290ZXItZGVmYXVsdCBhW2hyZWZePVwidGVsXCJdIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBtYXJnaW4tdG9wOiAyMHB4O1xuICBmb250LXNpemU6IDE5cHg7XG4gIGZvbnQtd2VpZ2h0OiA0MDA7XG4gIGNvbG9yOiB3aGl0ZTsgfVxuXG4ucGFuZS13eXNpd3lnIC5wYW5lLWNvbnRlbnQgLnNpdGUtY29udGVudCB7XG4gIHBhZGRpbmc6IDAgIWltcG9ydGFudDsgfVxuXG5AbWVkaWEgKG1heC13aWR0aDogMTAyNHB4KSB7XG4gIC5iay12aWRlby1pbWFnZSAuY29udGFpbmVyIGltZyB7XG4gICAgd2lkdGg6IDEwMCU7IH0gfVxuXG4vKlxuLmRpc3BhdGNoLW1hZXN0cm8ta2lkcy5wYWdlLWtpZHMge1xuICAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUge1xuICAgIC5saWtlLWgyIHtcbiAgICAgIGNvbG9yOiAjZmZmO1xuICAgICAgPiBzcGFuIHtcbiAgICAgICAgY29sb3I6ICM2Y2I2ZDU7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5kaXNwYXRjaC10ZWFjaGVyIHtcbiAgLnBhbmUtZGlzcGF0Y2gtaW1hZ2UtdmlkZW8ge1xuICAgIC50aXRsZS1ydWJyaXF1ZSB7XG4gICAgICBjb2xvcjogIzAwMDtcbiAgICB9XG4gIH1cbn1cbi5ub2RlLXR5cGUtZGlzcGF0Y2gge1xuICAucGFuZS1qZXV4IHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2IoNjQsIDEzNCwgMTY2KSAhaW1wb3J0YW50O1xuICAgIHNlY3Rpb24ge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogcmdiKDY0LCAxMzQsIDE2NikgIWltcG9ydGFudDtcbiAgICB9XG4gIH1cbn1cblxuLm5vZGUtdHlwZS1kaXNwYXRjaC5kaXNwYXRjaC1nZW5lcmFsIHtcbiAgLnBhbmUtZGlzcGF0Y2gtYWN0dWFsaXRlIHtcbiAgICAvLyMxNGEwZGNcbiAgICBwYWRkaW5nOiAwICFpbXBvcnRhbnQ7XG4gICAgLmxpa2UtaDIge1xuICAgICAgY29sb3I6ICMxNGEwZGMhaW1wb3J0YW50O1xuICAgIH1cbiAgICAuYnRuIHtcbiAgICAgIGNvbG9yOiAjMTRhMGRjIWltcG9ydGFudDtcbiAgICAgIC5saW5lIHtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzE0YTBkYyFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgfVxuICAgIHNlY3Rpb24ge1xuICAgICAgY2xpcC1wYXRoOiBwb2x5Z29uKDAlIDQwcHgsIDEwMCUgMCwgMTAwJSAxMDAlLCAwJSAxMDAlKTtcbiAgICAgIG1hcmdpbi10b3A6IC00MHB4O1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7XG4gICAgfVxuICAgICYgfiAucGFuZS1kaXNwYXRjaC1hY3R1YWxpdGUge1xuICAgICAgLmxpa2UtaDIge1xuICAgICAgICBjb2xvcjogI2ZmZiFpbXBvcnRhbnQ7XG4gICAgICB9XG4gICAgICAuYnRuIHtcbiAgICAgICAgY29sb3I6ICNmZmYhaW1wb3J0YW50O1xuICAgICAgICAubGluZSB7XG4gICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZiFpbXBvcnRhbnQ7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIHNlY3Rpb24ge1xuICAgICAgICBjbGlwLXBhdGg6IHBvbHlnb24oMCUgNDBweCwgMTAwJSAwLCAxMDAlIDEwMCUsIDAlIDEwMCUpO1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMTRhMGRjIWltcG9ydGFudDtcblxuICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgY29udGVudDogXCJcIjtcbiAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgICAgaGVpZ2h0OiA5MHB4O1xuICAgICAgICAgIHRvcDogLTMycHg7XG4gICAgICAgICAgYmFja2dyb3VuZDogdXJsKFwiLi4vaW1hZ2VzL3RleHR1cmUtcG9pbnQuc3ZnXCIpIHJlcGVhdC14O1xuICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0xLjJkZWcpO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG4gIC5wYW5lLWRpc3BhdGNoLWRvY3VtZW50cyB7XG4gICAgLmxpa2UtaDIge1xuICAgICAgY29sb3I6ICMwMDAhaW1wb3J0YW50O1xuICAgICAgc3BhbiB7XG4gICAgICAgIC8vZGlzcGxheTogbm9uZTtcbiAgICAgIH1cbiAgICB9XG4gICAgc2VjdGlvbiB7XG4gICAgICBjbGlwLXBhdGg6IHBvbHlnb24oMCUgMCUsIDEwMCUgNDBweCwgMTAwJSAxMDAlLCAwJSAxMDAlKTtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6ICMxNGEwZGM7XG4gICAgICBtYXJnaW4tdG9wOiAtNDBweDtcbiAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgY29udGVudDogXCJcIjtcbiAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgIGhlaWdodDogOTBweDtcbiAgICAgICAgdG9wOiAtMzJweDtcbiAgICAgICAgYmFja2dyb3VuZDogdXJsKFwiLi4vaW1hZ2VzL3RleHR1cmUtcG9pbnQuc3ZnXCIpIHJlcGVhdC14O1xuICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxLjJkZWcpO1xuICAgICAgfVxuICAgIH1cbiAgfVxuICAucGFuZS1kaXNwYXRjaC1lZGl0byB7XG4gICAgJiB+IC5wYW5lLWRpc3BhdGNoLWVkaXRvIHtcbiAgICAgIC5saWtlLWgyIHtcbiAgICAgICAgY29sb3I6ICMxNGEwZGMhaW1wb3J0YW50O1xuICAgICAgICBzcGFuIHtcbiAgICAgICAgICAvL2Rpc3BsYXk6IG5vbmU7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIC5idG4ge1xuICAgICAgICBjb2xvcjogIzE0YTBkYyFpbXBvcnRhbnQ7XG4gICAgICAgIC5saW5lIHtcbiAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMTRhMGRjIWltcG9ydGFudDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgc2VjdGlvbiB7XG4gICAgICAgIGNsaXAtcGF0aDogcG9seWdvbigwJSA0MHB4LCAxMDAlIDAsIDEwMCUgMTAwJSwgMCUgMTAwJSk7XG4gICAgICB9XG4gICAgfVxuICB9XG4gIC5wYW5lLWRpc3BhdGNoLWFnZW5kYSB7XG4gICAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xuICAgIC5saWtlLWgyIHtcbiAgICAgIGNvbG9yOiAjMTRhMGRjIWltcG9ydGFudDtcbiAgICB9XG4gICAgLmJ0biB7XG4gICAgICBjb2xvcjogIzE0YTBkYyFpbXBvcnRhbnQ7XG4gICAgICAubGluZSB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6ICMxNGEwZGMhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgICBzZWN0aW9uIHtcbiAgICAgIGNsaXAtcGF0aDogcG9seWdvbigwJSAwLCAxMDAlIDQwcHgsIDEwMCUgMTAwJSwgMCUgMTAwJSk7XG4gICAgICBtYXJnaW4tdG9wOiAtNDBweDtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6IHdoaXRlO1xuICAgIH1cbiAgfVxufSovXG4ucGFnZS1mb290ZXItd3JhcHBlci5mb290ZXItZGVmYXVsdCAucmVnaW9uLWZvb3Rlci1maXJzdCAubm8tbGluayB7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgbWFyZ2luLXRvcDogMjBweDtcbiAgZm9udC1zaXplOiAxOXB4O1xuICBmb250LXdlaWdodDogNDAwO1xuICBjb2xvcjogI2ZmZjsgfVxuIiwiLnBhZ2UtZm9vdGVyLXdyYXBwZXIge1xyXG4gICYuZm9vdGVyLWRlZmF1bHQge1xyXG4gICAgLnJlZ2lvbi1mb290ZXItZmlyc3Qge1xyXG4gICAgICAubm8tbGluayB7XHJcbiAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gICAgICAgIG1hcmdpbi10b3A6IDIwcHg7XHJcbiAgICAgICAgZm9udC1zaXplOiAxOXB4O1xyXG4gICAgICAgIGZvbnQtd2VpZ2h0OiA0MDA7XHJcbiAgICAgICAgY29sb3I6ICNmZmY7XHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9XHJcbn0iXX0= */
