@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

@-ms-viewport {
	width: device-width;
}

html {
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #292b2c;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
}

[role="button"] {
	cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

table {
	border-collapse: collapse;
	background-color: rgba(0, 0, 0, 0);
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #636c72;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: left;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
	line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
}

input[type="search"] {
	-webkit-appearance: none;
}

output {
	display: inline-block;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
}

h1,
.h1 {
	font-size: 2.5rem;
}

h2,
.h2 {
	font-size: 2rem;
}

h3,
.h3 {
	font-size: 1.75rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.1;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 80%;
	font-weight: normal;
}

mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 5px;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	border-left: .25rem solid #eceeef;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #636c72;
}

.blockquote-footer::before {
	content: "\2014 \00A0";
}

.blockquote-reverse {
	padding-right: 1rem;
	padding-left: 0;
	text-align: right;
	border-right: .25rem solid #eceeef;
	border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
	content: "";
}

.blockquote-reverse .blockquote-footer::after {
	content: "\00A0 \2014";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .25rem;
	transition: all 0.2s ease-in-out;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #636c72;
}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.pull-0 {
	right: auto;
}

.pull-1 {
	right: 8.33333%;
}

.pull-2 {
	right: 16.66667%;
}

.pull-3 {
	right: 25%;
}

.pull-4 {
	right: 33.33333%;
}

.pull-5 {
	right: 41.66667%;
}

.pull-6 {
	right: 50%;
}

.pull-7 {
	right: 58.33333%;
}

.pull-8 {
	right: 66.66667%;
}

.pull-9 {
	right: 75%;
}

.pull-10 {
	right: 83.33333%;
}

.pull-11 {
	right: 91.66667%;
}

.pull-12 {
	right: 100%;
}

.push-0 {
	left: auto;
}

.push-1 {
	left: 8.33333%;
}

.push-2 {
	left: 16.66667%;
}

.push-3 {
	left: 25%;
}

.push-4 {
	left: 33.33333%;
}

.push-5 {
	left: 41.66667%;
}

.push-6 {
	left: 50%;
}

.push-7 {
	left: 58.33333%;
}

.push-8 {
	left: 66.66667%;
}

.push-9 {
	left: 75%;
}

.push-10 {
	left: 83.33333%;
}

.push-11 {
	left: 91.66667%;
}

.push-12 {
	left: 100%;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

.table th,
.table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #eceeef;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #eceeef;
}

.table tbody+tbody {
	border-top: 2px solid #eceeef;
}

.table .table {
	background-color: #fff;
}

.table-sm th,
.table-sm td {
	padding: .3rem;
}

.table-bordered {
	border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #dff0d8;
}

.table-hover .table-success:hover {
	background-color: #d0e9c6;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #d0e9c6;
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #d9edf7;
}

.table-hover .table-info:hover {
	background-color: #c4e3f3;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #c4e3f3;
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
	background-color: #faf2cc;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #faf2cc;
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f2dede;
}

.table-hover .table-danger:hover {
	background-color: #ebcccc;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #ebcccc;
}

.thead-inverse th {
	color: #fff;
	background-color: #292b2c;
}

.thead-default th {
	color: #464a4c;
	background-color: #eceeef;
}

.table-inverse {
	color: #fff;
	background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
	border-color: #fff;
}

.table-inverse.table-bordered {
	border: 0;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
	border: 0;
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}

.fade.show {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

tr.collapse.show {
	display: table-row;
}

tbody.collapse.show {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

.card {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: .25rem;
}

.card-block {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: .75rem;
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: #f7f7f9;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: #f7f7f9;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.card-primary {
	background-color: #0275d8;
	border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
	background-color: transparent;
}

.card-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
	background-color: transparent;
}

.card-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
	background-color: transparent;
}

.card-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
	background-color: transparent;
}

.card-danger {
	background-color: #d9534f;
	border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
	background-color: transparent;
}

.card-outline-primary {
	background-color: transparent;
	border-color: #0275d8;
}

.card-outline-secondary {
	background-color: transparent;
	border-color: #ccc;
}

.card-outline-info {
	background-color: transparent;
	border-color: #5bc0de;
}

.card-outline-success {
	background-color: transparent;
	border-color: #5cb85c;
}

.card-outline-warning {
	background-color: transparent;
	border-color: #f0ad4e;
}

.card-outline-danger {
	background-color: transparent;
	border-color: #d9534f;
}

.card-inverse {
	color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
	color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
	color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
	color: #fff;
}

.card-blockquote {
	padding: 0;
	margin-bottom: 0;
	border-left: 0;
}

.card-img {
	border-radius: calc(.25rem - 1px);
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img-top {
	border-top-right-radius: calc(.25rem - 1px);
	border-top-left-radius: calc(.25rem - 1px);
}

.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-item {
	position: relative;
	display: none;
	width: 100%;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0;
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	position: relative;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

.carousel-indicators .active {
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-faded {
	background-color: #f7f7f7;
}

.bg-primary {
	background-color: #0275d8 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #025aa5 !important;
}

.bg-success {
	background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #449d44 !important;
}

.bg-info {
	background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #31b0d5 !important;
}

.bg-warning {
	background-color: #f0ad4e !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #ec971f !important;
}

.bg-danger {
	background-color: #d9534f !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #c9302c !important;
}

.bg-inverse {
	background-color: #292b2c !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
	background-color: #101112 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.rounded {
	border-radius: .25rem;
}

.rounded-top {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem;
}

.rounded-right {
	border-bottom-right-radius: .25rem;
	border-top-right-radius: .25rem;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.rounded-left {
	border-bottom-left-radius: .25rem;
	border-top-left-radius: .25rem;
}

.rounded-circle {
	border-radius: 50%;
}

.rounded-0 {
	border-radius: 0;
}

.clearfix::after {
	display: block;
	content: "";
	clear: both;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.flex-first {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.flex-last {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.flex-unordered {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.flex-row {
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-flex-direction: row-reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-flex-direction: column-reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-justify-content: flex-end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-align-items: flex-start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-align-items: flex-end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-align-items: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-align-items: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1030;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.m-0 {
	margin: 0 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.m-1 {
	margin: .25rem .25rem !important;
}

.mt-1 {
	margin-top: .25rem !important;
}

.mr-1 {
	margin-right: .25rem !important;
}

.mb-1 {
	margin-bottom: .25rem !important;
}

.ml-1 {
	margin-left: .25rem !important;
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important;
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important;
}

.m-2 {
	margin: .5rem .5rem !important;
}

.mt-2 {
	margin-top: .5rem !important;
}

.mr-2 {
	margin-right: .5rem !important;
}

.mb-2 {
	margin-bottom: .5rem !important;
}

.ml-2 {
	margin-left: .5rem !important;
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important;
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important;
}

.m-3 {
	margin: 1rem 1rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.m-4 {
	margin: 1.5rem 1.5rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.m-5 {
	margin: 3rem 3rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.p-0 {
	padding: 0 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.p-1 {
	padding: .25rem .25rem !important;
}

.pt-1 {
	padding-top: .25rem !important;
}

.pr-1 {
	padding-right: .25rem !important;
}

.pb-1 {
	padding-bottom: .25rem !important;
}

.pl-1 {
	padding-left: .25rem !important;
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important;
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}

.p-2 {
	padding: .5rem .5rem !important;
}

.pt-2 {
	padding-top: .5rem !important;
}

.pr-2 {
	padding-right: .5rem !important;
}

.pb-2 {
	padding-bottom: .5rem !important;
}

.pl-2 {
	padding-left: .5rem !important;
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.p-3 {
	padding: 1rem 1rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.p-4 {
	padding: 1.5rem 1.5rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4 {
	padding-left: 1.5rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.p-5 {
	padding: 3rem 3rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.text-justify {
	text-align: justify !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-normal {
	font-weight: normal;
}

.font-weight-bold {
	font-weight: bold;
}

.font-italic {
	font-style: italic;
}

.text-white {
	color: #fff !important;
}

.text-muted {
	color: #636c72 !important;
}

a.text-muted:focus,
a.text-muted:hover {
	color: #4b5257 !important;
}

.text-primary {
	color: #0275d8 !important;
}

a.text-primary:focus,
a.text-primary:hover {
	color: #025aa5 !important;
}

.text-success {
	color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
	color: #449d44 !important;
}

.text-info {
	color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
	color: #31b0d5 !important;
}

.text-warning {
	color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ec971f !important;
}

.text-danger {
	color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
	color: #c9302c !important;
}

.text-gray-dark {
	color: #292b2c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
	color: #101112 !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.invisible {
	visibility: hidden !important;
}

.hidden-xs-up {
	display: none !important;
}

.hidden-xl-down {
	display: none !important;
}

.visible-print-block {
	display: none !important;
}

.visible-print-inline {
	display: none !important;
}

.visible-print-inline-block {
	display: none !important;
}

.slick-loading .slick-list {
	background: #fff center center no-repeat url("../images/common/ajax-loader.gif");
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.noUi-connect {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.noUi-origin {
	position: absolute;
	height: 0;
	width: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
	height: 18px;
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

.noUi-target {
	background: #FAFAFA;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
	transition: background 450ms;
}

.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.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;
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

[disabled] .noUi-connect {
	background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
	color: #999;
}

.noUi-value {
	position: absolute;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

.noUi-marker {
	position: absolute;
	background: #CCC;
}

.noUi-marker-sub {
	background: #AAA;
}

.noUi-marker-large {
	background: #AAA;
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	-webkit-transform: translate3d(-50%, 50%, 0);
	transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

.r {
	font-size: 0px;
	font-size: 0rem;
	line-height: normal;
	letter-spacing: normal;
	width: 100%;
}

.c-xs-1 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: normal;
	width: 8.33333%;
}

.c-xs-2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: normal;
	width: 16.66667%;
}

.c-xs-3 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: normal;
	width: 25%;
}

.c-xs-4 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: normal;
	width: 33.33333%;
}

.c-xs-5 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: normal;
	width: 41.66667%;
}

.c-xs-6 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: normal;
	width: 50%;
}

.c-xs-7 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: normal;
	width: 58.33333%;
}

.c-xs-8 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: normal;
	width: 66.66667%;
}

.c-xs-9 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: normal;
	width: 75%;
}

.c-xs-10 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: normal;
	width: 83.33333%;
}

.c-xs-11 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: normal;
	width: 91.66667%;
}

.c-xs-12 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: normal;
	width: 100%;
}

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	margin-bottom: 0;
}

html {
	height: 100%;
	background-color: #262626;
}

a.disabled-assert {
	pointer-events: none !important;
}

.sr {
	visibility: hidden;
}

.container {
	max-width: 1141px;
}

.pinnable-top.fixed {
	position: fixed !important;
	top: 0;
}

.pinnable-top-imposter {
	display: none !important;
	visibility: hidden;
}

.pinnable-top-imposter.fixed {
	display: block !important;
}

img.fullwidth {
	width: 100%;
	height: auto;
}

[v-cloak] {
	display: none;
}

.ghost {
	position: relative;
	visibility: hidden;
	height: 0;
	width: 0;
	overflow: hidden;
}

.hrnetgroup-holder {
	color: white;
}

.hrnetgroup-holder h1 {
	font-size: 58px;
}

.fade-trans-content {
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
	pointer-events: none;
}

.sentinel .fade-trans-content {
	display: none;
	pointer-events: none;
	visibility: hidden;
}

.abs .fade-trans-content {
	position: absolute;
}

.sectholder:not(.content-open) .abs .fade-trans-content.active-prev {
	opacity: 1;
}

.fade-trans-content.active {
	display: block;
	opacity: 1;
	pointer-events: auto;
}

.grainzone {
	background: url("../images/common/bg-grain-pattern.png");
}

.arrowbtn-animholder.standard:after {
	display: inline-block;
	font: normal normal normal;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f0a9';
	margin-left: 15px;
	display: inline-block;
}

.arrowbtn-animholder:after,
.arrowbtn-animholder .arrow {
	transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.no-touchevents .arrowbtn-animholder:hover:after,
.no-touchevents .arrowbtn-animholder:hover .arrow {
	-webkit-transform: translate(4px, 0);
	-ms-transform: translate(4px, 0);
	transform: translate(4px, 0);
}

.header {
	transition: background-color 0.4s ease-out;
	position: fixed;
	z-index: 9;
	left: 0;
	width: 100%;
	font-size: 0;
	border-bottom: none;
	padding: 0 15px;
	height: 49px;
	overflow: hidden;
}

.header.is-active,
.header.hamburger-open {
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
}

.header.is-active .topbar,
.header.hamburger-open .topbar {
	padding-top: 14px;
	padding-bottom: 10px;
}

.header.is-active .topbar-logo,
.header.hamburger-open .topbar-logo {
	background-image: url("../images/common/logo-fullcolor.png");
}

.header.hamburger-open {
	height: auto;
}

.topbar {
	transition: padding 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	padding-bottom: 0;
	padding-top: 30px;
}

.topbar .hamburger-btn {
	display: inline-block;
	font: normal normal normal;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	width: 20px;
	height: 20px;
	font-size: 20px;
	top: 25px;
	display: block;
	cursor: pointer;
	position: absolute;
	transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.topbar .hamburger-btn-black {
	display: inline-block;
	font: normal normal normal;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	width: 20px;
	height: 20px;
	font-size: 20px;
	top: 25px;
	display: block;
	cursor: pointer;
	position: absolute;
	transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.topbar .hamburger-btn:before {
	content: '\f0c9';
}

.hamburger-open .topbar .hamburger-btn,
.is-active .topbar .hamburger-btn {
	color: black;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.hamburger-open.is-active .topbar .hamburger-btn {
	color: #d25837;
}

.topbar-logo {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: .06em;
	display: inline-block;
	text-indent: -9999px;
	width: 110px;
	height: 21px;
	background-size: 110px 21px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/common/logo.png");
	margin-left: 35px;
	margin-bottom: 16px;
}

.topbar-logo-colored {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: .06em;
	display: inline-block;
	text-indent: -9999px;
	width: 110px;
	height: 21px;
	background-size: 110px 21px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/common/logo-fullcolor.png");
	margin-left: 35px;
	margin-bottom: 16px;
}

.topbar-nav {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: .06em;
	display: block;
	position: relative;
	margin-top: 20px;
}

.topbar-list {
	font-size: 0;
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	display: block;
}

.topbar-item {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: normal;
	letter-spacing: .06em;
	display: block;
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 20px;
}

.no-touchevents .topbar-item:hover .topbar-link {
	color: #705347;
}

.topbar-link {
	transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #413029;
}

.footer {
	padding: 30px 0;
	background-color: #262626;
	color: #fff;
}

.footer .copyright {
	margin-bottom: 15px;
}

.footer .copyright p {
	margin-bottom: 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: normal;
	letter-spacing: normal;
}

.footer .footer-holder-right {
	float: none;
}

.footer .footer-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 0;
}

.footer .footer-item {
	display: inline-block;
	margin-left: 0;
	margin-right: 10px;
}

.no-touchevents .footer .footer-item:hover .footer-link {
	color: #d9d9d9;
}

.footer .footer-link {
	transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	font-size: 14px;
	line-height: 2.66667;
	letter-spacing: normal;
	text-decoration: none;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
}

.footer .footer-list-socials {
	margin-left: 0;
}

.footer .footer-list-socials .footer-item {
	transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	text-align: center;
	width: 40px;
	height: 40px;
	background-color: #1e1e1e;
}

.footer .footer-list-socials .footer-item a {
	display: block;
}

.footer .footer-list-socials .footer-item .fa {
	transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.66667;
	letter-spacing: normal;
	color: #fff;
}

.no-touchevents .footer .footer-list-socials .footer-item:hover {
	background-color: #fff;
}

.no-touchevents .footer .footer-list-socials .footer-item:hover .fa {
	color: #1e1e1e;
}

.nr ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.nr li {
	margin-bottom: 8px;
}

.nr a {
	display: block;
	text-decoration: none;
}

.no-touchevents .nr a:hover p {
	color: #d9d9d9;
}

.nr .nr-day {
	font-family: "Roboto", sans-serif;
	text-align: center;
	color: #326ea0;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: normal;
	letter-spacing: normal;
	overflow: hidden;
}

.nr .nr-day span {
	position: relative;
	top: 6px;
}

.nr .nr-month {
	color: #8a8a8a;
	font-family: "Roboto", sans-serif;
	padding: 6px;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.07692;
	letter-spacing: normal;
	overflow: hidden;
}

.nr .nr-month span {
	position: relative;
	top: 4px;
}

.nr .nr-desc {
	position: relative;
	padding: 15px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: normal;
	letter-spacing: normal;
}

.nr .nr-desc p {
	font-family: "Roboto", sans-serif;
	transition: color 0.4s ease-out;
	margin-bottom: 0;
	color: #fff;
}

.nr .nr-desc:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(38, 38, 38, 0.35);
	width: 100%;
	height: 1px;
}

.nr .bg-white {
	background-color: #fff;
}

.nr .bg-grey-lighter {
	background-color: #d9d9d9;
}

.hrnetgroup-waypointbar {
	min-height: 46px;
	box-sizing: border-box;
	background-color: black;
	z-index: 8;
	width: 100%;
	overflow: hidden;
}

.hrnetgroup-waypointbar .grainzone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hrnetgroup-waypointbar ul {
	list-style-type: none;
	color: white;
}

.hrnetgroup-waypointbar ul li {
	margin-right: 23px;
}

.hrnetgroup-waypointbar ul li:last-child {
	margin-right: none;
}

.hrnetgroup-waypointbar.fixed {
	top: 49px;
}

.hrnetgroup-waypointbar ul {
	margin: 0;
	padding: 0;
}

.hrnetgroup-waypointbar li {
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	font-size: 13px;
	color: #a5a5a5;
	text-transform: uppercase;
	box-sizing: border-box;
}

.hrnetgroup-waypointbar li:first-child {
	margin-left: 0;
}

.hrnetgroup-waypointbar li.selected {
	color: white;
	border-top: 4px solid white;
	padding-top: 13px;
	padding-bottom: 11px;
}

.slidecontents {
	overflow: hidden;
	position: relative;
}

.slidecontents .mover {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition: -webkit-transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slidecontents .mover .content {
	position: absolute;
	width: 100%;
}

.slidecontents .mover .content:nth-child(2) {
	left: 100%;
}

.slidecontents .mover .content:nth-child(3) {
	left: 200%;
}

.slidecontents .mover .content:nth-child(4) {
	left: 300%;
}

.slidecontents .mover .content:nth-child(5) {
	left: 400%;
}

.slidecontents .mover .content:nth-child(6) {
	left: 500%;
}

.slidecontents .mover .content:nth-child(7) {
	left: 600%;
}

.slidecontents .mover .content:nth-child(8) {
	left: 700%;
}

.slidecontents .mover .content:nth-child(9) {
	left: 800%;
}

.slidecontents .mover .content:nth-child(10) {
	left: 900%;
}

.slidecontents .fader {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.slidecontents .fader .content {
	position: absolute;
	top: 0;
	transition: opacity 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
}

.slidecontents .sentinel {
	visibility: hidden;
	width: 100%;
}

.slidecontents .sentinel.visible {
	visibility: visible;
}

.slidecontents .sentinel .content {
	position: relative;
	display: none;
}

.slide-manager[data-slide='0'] .mover {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.slide-manager[data-slide='0'] .fader .content:nth-child(1) {
	opacity: 1;
}

.slide-manager[data-slide='0'] .sentinel .content:nth-child(1) {
	display: block;
}

.slide-manager[data-slide='1'] .mover {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.slide-manager[data-slide='1'] .fader .content:nth-child(2) {
	opacity: 1;
}

.slide-manager[data-slide='1'] .sentinel .content:nth-child(2) {
	display: block;
}

.slide-manager[data-slide='2'] .mover {
	-webkit-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	transform: translateX(-200%);
}

.slide-manager[data-slide='2'] .fader .content:nth-child(3) {
	opacity: 1;
}

.slide-manager[data-slide='2'] .sentinel .content:nth-child(3) {
	display: block;
}

.slide-manager[data-slide='3'] .mover {
	-webkit-transform: translateX(-300%);
	-ms-transform: translateX(-300%);
	transform: translateX(-300%);
}

.slide-manager[data-slide='3'] .fader .content:nth-child(4) {
	opacity: 1;
}

.slide-manager[data-slide='3'] .sentinel .content:nth-child(4) {
	display: block;
}

.slide-manager[data-slide='4'] .mover {
	-webkit-transform: translateX(-400%);
	-ms-transform: translateX(-400%);
	transform: translateX(-400%);
}

.slide-manager[data-slide='4'] .fader .content:nth-child(5) {
	opacity: 1;
}

.slide-manager[data-slide='4'] .sentinel .content:nth-child(5) {
	display: block;
}

.slide-manager[data-slide='5'] .mover {
	-webkit-transform: translateX(-500%);
	-ms-transform: translateX(-500%);
	transform: translateX(-500%);
}

.slide-manager[data-slide='5'] .fader .content:nth-child(6) {
	opacity: 1;
}

.slide-manager[data-slide='5'] .sentinel .content:nth-child(6) {
	display: block;
}

.slide-manager[data-slide='6'] .mover {
	-webkit-transform: translateX(-600%);
	-ms-transform: translateX(-600%);
	transform: translateX(-600%);
}

.slide-manager[data-slide='6'] .fader .content:nth-child(7) {
	opacity: 1;
}

.slide-manager[data-slide='6'] .sentinel .content:nth-child(7) {
	display: block;
}

.slide-manager[data-slide='7'] .mover {
	-webkit-transform: translateX(-700%);
	-ms-transform: translateX(-700%);
	transform: translateX(-700%);
}

.slide-manager[data-slide='7'] .fader .content:nth-child(8) {
	opacity: 1;
}

.slide-manager[data-slide='7'] .sentinel .content:nth-child(8) {
	display: block;
}

.slide-manager[data-slide='8'] .mover {
	-webkit-transform: translateX(-800%);
	-ms-transform: translateX(-800%);
	transform: translateX(-800%);
}

.slide-manager[data-slide='8'] .fader .content:nth-child(9) {
	opacity: 1;
}

.slide-manager[data-slide='8'] .sentinel .content:nth-child(9) {
	display: block;
}

.slide-manager[data-slide='9'] .mover {
	-webkit-transform: translateX(-900%);
	-ms-transform: translateX(-900%);
	transform: translateX(-900%);
}

.slide-manager[data-slide='9'] .fader .content:nth-child(10) {
	opacity: 1;
}

.slide-manager[data-slide='9'] .sentinel .content:nth-child(10) {
	display: block;
}

.slide-manager.no-crossfade[data-slide='0'] .fader .content:nth-child(1) {
	transition-delay: .45s;
}

.slide-manager.no-crossfade[data-slide='1'] .fader .content:nth-child(2) {
	transition-delay: .45s;
}

.slide-manager.no-crossfade[data-slide='2'] .fader .content:nth-child(3) {
	transition-delay: .45s;
}

.slide-manager.no-crossfade[data-slide='3'] .fader .content:nth-child(4) {
	transition-delay: .45s;
}

.slide-manager.no-crossfade[data-slide='4'] .fader .content:nth-child(5) {
	transition-delay: .45s;
}

.slide-manager.no-crossfade[data-slide='5'] .fader .content:nth-child(6) {
	transition-delay: .45s;
}

.slide-manager.no-crossfade[data-slide='6'] .fader .content:nth-child(7) {
	transition-delay: .45s;
}

.slide-manager.no-crossfade[data-slide='7'] .fader .content:nth-child(8) {
	transition-delay: .45s;
}

.slide-manager.no-crossfade[data-slide='8'] .fader .content:nth-child(9) {
	transition-delay: .45s;
}

.slide-manager.no-crossfade[data-slide='9'] .fader .content:nth-child(10) {
	transition-delay: .45s;
}

.page-home {
	height: 100%;
}

.page-home #wrap {
	height: 100%;
}

.page-home .hrnetgroup-holder {
	position: relative;
	height: 620px;
}

.page-home #hrnetgroup-slider {
	height: 620px;
}

.page-home #hrnetgroup-slider .slick-list {
	height: 620px;
}

.page-home #hrnetgroup-slider .slick-track {
	height: 620px;
}

.page-home #hrnetgroup-slider .slick-slide {
	height: 620px;
}

.page-home #hrnetgroup-slider .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -33px;
}

.page-home #hrnetgroup-slider .slick-arrow.fa {
	transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	color: #fff;
	cursor: pointer;
	padding: 15px;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: normal;
	letter-spacing: normal;
}

.page-home #hrnetgroup-slider .slick-arrow.fa-angle-left {
	left: 0;
}

.page-home #hrnetgroup-slider .slick-arrow.fa-angle-right {
	right: 0;
}

.no-touchevents .page-home #hrnetgroup-slider .slick-arrow:hover {
	color: #d9d9d9;
}

.page-home .hrnetgroup-slide {
	position: relative;
	overflow: hidden;
}

.page-home .hrnetgroup-slide-animate .clouds-track {
	transition: opacity .5s 0.9s ease-out, visibility .5s 0.9s ease-out;
	opacity: 1;
	visibility: visible;
}

.page-home .hrnetgroup-slide-desc {
	z-index: 2;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0;
	bottom: 0;
	padding: 20px 15px;
}

.page-home .hrnetgroup-slide-desc a {
	color: #fff;
	text-decoration: none;
}

.page-home .hrnetgroup-slide-desc h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.05;
	letter-spacing: -.01em;
}

.page-home .hrnetgroup-slide-desc p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: normal;
	letter-spacing: -.01em;
}

.page-home .hrnetgroup-slide-desc .fa {
	margin-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: normal;
	letter-spacing: normal;
}

.page-home #hrnetgroup-slider-bullet {
	position: absolute;
	width: 100%;
	bottom: 215px;
}

.page-home #hrnetgroup-slider-bullet .slick-dots li {
	margin: 0;
}

.page-home #hrnetgroup-slider-bullet .slick-dots li button:before {
	color: rgba(255, 255, 255, 0.9);
}

.page-home #hrnetgroup-slider-bullet .slick-dots li.slick-active button:before {
	color: #fff;
}

.page-home #hrnetgroup-slider-more {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	text-align: center;
	cursor: pointer;
	-webkit-animation: move-y 2.1s infinite alternate ease-in-out;
	animation: move-y 2.1s infinite alternate ease-in-out;
}

.page-home #hrnetgroup-slider-more .fa-angle-down {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: normal;
	letter-spacing: normal;
}

.page-home .gradient {
	position: absolute;
	left: 0;
	width: 100%;
}

.page-home .gradient-bg {
	height: 100%;
}

.page-home .gradient-fg {
	height: 100%;
	bottom: 0;
	margin-bottom: 0;
}

.page-home .move-holder {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.page-home .clouds-track {
	transition: opacity .5s ease-out, visibility .5s ease-out;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -300px;
	white-space: nowrap;
	display: none;
}

.page-home .clouds-track-bg {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-name: fly;
	animation-name: fly;
	-webkit-animation-duration: 157s;
	animation-duration: 157s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.page-home .clouds-track-fg {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-name: fly;
	animation-name: fly;
	-webkit-animation-duration: 101s;
	animation-duration: 101s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.page-home .clouds-holder {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100px;
	white-space: nowrap;
}

.page-home .clouds-holder-1 {
	left: -100%;
}

.page-home .clouds-holder-2 {
	left: 0;
}

.page-home .cloud {
	position: absolute;
	width: 200px;
	height: 100px;
}

.page-home .person {
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
}

.page-home .svg-v .number {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	transform: translate(0, 20px);
}

.page-home .floating-logo {
	position: relative;
}

.page-home .brand {
	transition: opacity 0.7s ease-out;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
}

.page-home .brand.is-active {
	opacity: 1;
}

.page-home .mobile-img {
	position: absolute;
	bottom: 160px;
	left: 50%;
	margin-left: -240px;
}

.page-home .main section {
	padding: 60px 0;
}

.page-home .main section h2 {
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.125;
	letter-spacing: normal;
	margin-bottom: 10px;
	font-weight: 600;
}

.page-home .main section p {
	font-weight: lighter;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.26316;
	letter-spacing: normal;
}

.page-home .main section a {
	transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: normal;
	letter-spacing: normal;
	display: block;
	text-transform: capitalize;
	text-decoration: none;
	margin-top: 15px;
}

.page-home .main section a .fa-arrow-circle-right {
	transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate(4px, 0);
	-ms-transform: translate(4px, 0);
	transform: translate(4px, 0);
}

.no-touchevents .page-home .main section a:hover .fa-arrow-circle-right {
	-webkit-transform: translate(8px, 0);
	-ms-transform: translate(8px, 0);
	transform: translate(8px, 0);
}

.page-home .main section img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin-bottom: 30px;
}

.page-home .sec-about {
	background-color: #efeeec;
}

.page-home .sec-about p {
	color: #2b3135;
}

.page-home .sec-about a {
	color: #2b3135;
}

.page-home .sec-about a .fa {
	color: #fd974d;
}

.no-touchevents .page-home .sec-about a:hover {
	color: #4d585f;
}

.page-home .sec-cities {
	background-color: #59c28a;
	color: #fff;
}

.page-home .sec-cities a {
	color: #fff;
}

.no-touchevents .page-home .sec-cities a:hover {
	color: #d9d9d9;
}

.page-home .sec-cities .cities-holder .sec-cities-bg {
	transition: opacity 1.1s 0.9s ease-out, visibility 1.1s 0.9s ease-out, -webkit-transform 1.3s 0.9s ease-out;
	transition: opacity 1.1s 0.9s ease-out, visibility 1.1s 0.9s ease-out, transform 1.3s 0.9s ease-out;
	transition: opacity 1.1s 0.9s ease-out, visibility 1.1s 0.9s ease-out, transform 1.3s 0.9s ease-out, -webkit-transform 1.3s 0.9s ease-out;
	-webkit-transform: scale(0.97);
	-ms-transform: scale(0.97);
	transform: scale(0.97);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/home/sec-cities-bg.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.page-home .sec-cities .cities-holder svg {
	position: relative;
	z-index: 1;
	width: 100%;
}

.page-home .sec-cities .cities-holder svg .fill-1a,
.page-home .sec-cities .cities-holder svg .fill-1b {
	transition: fill-opacity .5s ease-out;
	fill-opacity: 0;
}

.page-home .sec-cities .cities-holder.is-active .sec-cities-bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.page-home .sec-cities .cities-holder.is-active svg .number-1a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: opacity .9s 0.4s ease-out, -webkit-transform .9s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity .9s 0.4s ease-out, transform .9s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity .9s 0.4s ease-out, transform .9s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .9s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.page-home .sec-cities .cities-holder.is-active svg .number-1b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: opacity .9s 0.5s ease-out, -webkit-transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity .9s 0.5s ease-out, transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity .9s 0.5s ease-out, transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.page-home .sec-cities .cities-holder.is-active svg .number-2a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: opacity .9s 0.6s ease-out, -webkit-transform .9s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity .9s 0.6s ease-out, transform .9s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity .9s 0.6s ease-out, transform .9s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .9s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.page-home .sec-cities .cities-holder.is-active svg .number-2b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: opacity .9s 0.7s ease-out, -webkit-transform .9s 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity .9s 0.7s ease-out, transform .9s 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity .9s 0.7s ease-out, transform .9s 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .9s 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.page-home .sec-cities .cities-holder.is-active svg .fill-1a {
	transition: fill-opacity 1.1s 0.8s ease-out;
	fill-opacity: 1;
}

.page-home .sec-cities .cities-holder.is-active svg .fill-1b {
	transition: fill-opacity 1.1s 0.9s ease-out;
	fill-opacity: 1;
}

.page-home .sec-ir {
	background-color: #558bb9;
}

.page-home .sec-ir h2 {
	color: #fff;
}

.page-home .sec-ir a {
	margin-bottom: 30px;
	color: #fff;
}

.page-home .sec-ir a .fa {
	color: #fff;
}

.no-touchevents .page-home .sec-ir a:hover {
	color: #d9d9d9;
}

.page-home .hrnetgroup-slide-1 .gradient-bg {
	background: url("../images/common/bg-grain-pattern.png"), linear-gradient(-135deg, #f8ad5a 0%, #fe8843 50%, #f37b37 100%);
	background-position: center center;
	background-repeat: repeat;
}

.page-home .hrnetgroup-slide-1 .gradient-fg {
	background: linear-gradient(to bottom, rgba(251, 112, 43, 0) 0%, rgba(251, 112, 43, 0.5) 50%, #fb702b 100%);
	background-position: center center;
	background-repeat: repeat;
}

.page-home .hrnetgroup-slide-1 .building-1a {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 420px;
	height: 350px;
	margin-left: -790px;
	margin-top: -153px;
}

.page-home .hrnetgroup-slide-1 .building-1b {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	transform: translate(30px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 300px;
	margin-left: 225px;
	margin-top: -152px;
}

.page-home .hrnetgroup-slide-1 .hrnetgroup-slide-title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1100px;
	height: 420px;
	margin-left: -550px;
	margin-top: -220px;
}

.page-home .hrnetgroup-slide-1 .hrnetgroup-slide-title .svg-title-1a .fill-1a {
	transition: fill-opacity .5s ease-out;
	fill-opacity: 0;
}

.page-home .hrnetgroup-slide-1 .hrnetgroup-slide-desc {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
	background-color: #fd974d;
}

.page-home .hrnetgroup-slide-1 .person-1a {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	transform: translate(0, -8px);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 130px;
	height: 177px;
	margin-left: 55px;
	margin-top: -58.5px;
}

.page-home .hrnetgroup-slide-1 .person-1a.is-lazy-loaded {
	background-position: left bottom;
	background-size: 130px 82px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-9-still.png");
}

.page-home .hrnetgroup-slide-1 .person-1a.is-lazy-loaded .sprite {
	width: 100px;
	height: 95px;
	background-size: 100px 95px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-9.png");
	-webkit-animation-duration: 2.8s;
	animation-duration: 2.8s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 100px;
	height: 95px;
	background-size: 100px 2850px;
	-webkit-animation-name: person-9;
	animation-name: person-9;
	-webkit-animation-timing-function: steps(30);
	animation-timing-function: steps(30);
	position: absolute;
	top: 1px;
	left: 2px;
}

.page-home .hrnetgroup-slide-1 .person-1b {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(-8px, 0);
	-ms-transform: translate(-8px, 0);
	transform: translate(-8px, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 445px;
	height: 435px;
	margin-left: -502.5px;
	margin-top: -17.5px;
}

.page-home .hrnetgroup-slide-1 .person-1b.is-lazy-loaded {
	width: 445px;
	height: 435px;
	background-size: 445px 435px;
	background-repeat: no-repeat;
	background-image: url("../images/home/individuals/1-1.png");
}

.page-home .hrnetgroup-slide-1 .person-1c {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(8px, 0);
	-ms-transform: translate(8px, 0);
	transform: translate(8px, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 315px;
	height: 425px;
	margin-left: 362.5px;
	margin-top: -32.5px;
}

.page-home .hrnetgroup-slide-1 .person-1c.is-lazy-loaded {
	width: 315px;
	height: 425px;
	background-size: 315px 425px;
	background-repeat: no-repeat;
	background-image: url("../images/home/individuals/1-2.png");
}

.page-home .hrnetgroup-slide-1 .person-1d {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, 8px);
	-ms-transform: translate(0, 8px);
	transform: translate(0, 8px);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 550px;
	margin-left: -700px;
	margin-top: -275px;
	top: auto;
	bottom: -100px;
}

.page-home .hrnetgroup-slide-1 .person-1d.is-lazy-loaded {
	background-position: left bottom;
	background-size: 300px 250px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-1-still.png");
}

.page-home .hrnetgroup-slide-1 .person-1d.is-lazy-loaded .sprite {
	width: 300px;
	height: 300px;
	background-size: 300px 300px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-1.png");
	-webkit-animation-duration: 1.9s;
	animation-duration: 1.9s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 300px;
	height: 300px;
	background-size: 300px 6300px;
	-webkit-animation-name: person-1;
	animation-name: person-1;
	-webkit-animation-timing-function: steps(21);
	animation-timing-function: steps(21);
}

.page-home .hrnetgroup-slide-1 .mobile-img {
	width: 480px;
	height: 360px;
	background-size: 480px 360px;
	background-repeat: no-repeat;
	background-image: url("../images/home/1/mobile-1.png");
}

.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .building-1a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .building-1b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-1a .fill-1a {
	fill-opacity: 1;
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .hrnetgroup-slide-desc {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .person-1a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .person-1b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .person-1c {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .person-1d {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-2 .gradient-bg {
	background: url("../images/common/bg-grain-pattern.png"), linear-gradient(-135deg, #ab90d6 0%, #9c84d1 50%, #8a77ca 100%);
	background-position: center center;
	background-repeat: repeat;
}

.page-home .hrnetgroup-slide-2 .gradient-fg {
	background: linear-gradient(to bottom, rgba(131, 111, 196, 0) 0%, rgba(131, 111, 196, 0.5) 50%, #836fc4 100%);
	background-position: center center;
	background-repeat: repeat;
}

.page-home .hrnetgroup-slide-2 .clouds-track-bg .cloud-1 {
	top: 0;
	right: 60px;
}

.page-home .hrnetgroup-slide-2 .clouds-track-bg .cloud-1.is-lazy-loaded {
	width: 200px;
	height: 100px;
	background-size: 200px 100px;
	background-repeat: no-repeat;
	background-image: url("../images/home/cloud-3.png");
}

.page-home .hrnetgroup-slide-2 .clouds-track-fg .cloud-1 {
	top: 60px;
	left: 120px;
}

.page-home .hrnetgroup-slide-2 .clouds-track-fg .cloud-1.is-lazy-loaded {
	width: 200px;
	height: 100px;
	background-size: 200px 100px;
	background-repeat: no-repeat;
	background-image: url("../images/home/cloud-1.png");
}

.page-home .hrnetgroup-slide-2 .jet-track {
	position: absolute;
	top: 50%;
	margin-top: -260px;
	left: -60px;
	width: calc(100% + 60px);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	display: none;
}

.page-home .hrnetgroup-slide-2 .jet-track.is-active .jet-smoke {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: smoke-trail;
	animation-name: smoke-trail;
	-webkit-animation-duration: 60s;
	animation-duration: 60s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.page-home .hrnetgroup-slide-2 .jet-track.is-active .jet-holder {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: fly;
	animation-name: fly;
	-webkit-animation-duration: 60s;
	animation-duration: 60s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.page-home .hrnetgroup-slide-2 .jet-track.is-active.is-smoke-move .jet-smoke {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: smoke-move;
	animation-name: smoke-move;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.page-home .hrnetgroup-slide-2 .jet-smoke {
	position: absolute;
	height: 2px;
	left: 4px;
	top: calc(50% + 2px);
}

.page-home .hrnetgroup-slide-2 .jet-smoke:before,
.page-home .hrnetgroup-slide-2 .jet-smoke:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(250, 237, 255, 0) 0%, rgba(250, 237, 255, 0.9) 100%);
}

.page-home .hrnetgroup-slide-2 .jet-smoke:before {
	top: calc(50% - 1px);
}

.page-home .hrnetgroup-slide-2 .jet-smoke:after {
	top: calc(50% + 1px);
	opacity: 0.5;
}

.page-home .hrnetgroup-slide-2 .jet-holder {
	width: 100%;
}

.page-home .hrnetgroup-slide-2 .jet {
	width: 60px;
	height: 20px;
}

.page-home .hrnetgroup-slide-2 .jet.is-lazy-loaded {
	width: 60px;
	height: 20px;
	background-size: 60px 20px;
	background-repeat: no-repeat;
	background-image: url("../images/home/jet.png");
}

.page-home .hrnetgroup-slide-2 .building-2a {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 330px;
	height: 300px;
	margin-left: -625px;
	margin-top: -106px;
}

.page-home .hrnetgroup-slide-2 .building-2b {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	transform: translate(30px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 460px;
	height: 280px;
	margin-left: 280px;
	margin-top: -84px;
}

.page-home .hrnetgroup-slide-2 .hrnetgroup-slide-title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 380px;
	margin-left: -400px;
	margin-top: -160px;
}

.page-home .hrnetgroup-slide-2 .hrnetgroup-slide-title .svg-title-2a .fill-2a {
	transition: fill-opacity .5s ease-out;
	fill-opacity: 0;
}

.page-home .hrnetgroup-slide-2 .hrnetgroup-slide-desc {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
	background-color: #9e86d4;
}

.page-home .hrnetgroup-slide-2 .hrnetgroup-slide-desc h3 {
	margin-bottom: 6px;
}

.page-home .hrnetgroup-slide-2 .person-2a {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(8px, 0);
	-ms-transform: translate(8px, 0);
	transform: translate(8px, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 359px;
	height: 296px;
	margin-left: 60.5px;
	margin-top: -8px;
}

.page-home .hrnetgroup-slide-2 .person-2a.is-lazy-loaded {
	width: 359px;
	height: 296px;
	background-size: 359px 296px;
	background-repeat: no-repeat;
	background-image: url("../images/home/individuals/2-1.png");
}

.page-home .hrnetgroup-slide-2 .person-2b {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(8px, 0);
	-ms-transform: translate(8px, 0);
	transform: translate(8px, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 195px;
	height: 370px;
	margin-left: -587.5px;
	margin-top: -45px;
}

.page-home .hrnetgroup-slide-2 .person-2b.is-lazy-loaded {
	width: 195px;
	height: 370px;
	background-size: 195px 370px;
	background-repeat: no-repeat;
	background-image: url("../images/home/individuals/2-2.png");
}

.page-home .hrnetgroup-slide-2 .person-2c {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(-8px, 0);
	-ms-transform: translate(-8px, 0);
	transform: translate(-8px, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 430px;
	margin-left: -620px;
	margin-top: -55px;
}

.page-home .hrnetgroup-slide-2 .person-2c.is-lazy-loaded {
	background-position: bottom left;
	background-size: 320px 145px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-6-still.png");
}

.page-home .hrnetgroup-slide-2 .person-2c.is-lazy-loaded .sprite {
	width: 200px;
	height: 285px;
	background-size: 200px 285px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-6.png");
	-webkit-animation-duration: 5.9s;
	animation-duration: 5.9s;
	-webkit-animation-direction: fowards;
	animation-direction: fowards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 200px;
	height: 285px;
	background-size: 200px 20235px;
	-webkit-animation-name: person-6;
	animation-name: person-6;
	-webkit-animation-timing-function: steps(71);
	animation-timing-function: steps(71);
	position: absolute;
	top: 0;
	right: -5px;
}

.page-home .hrnetgroup-slide-2 .person-2d {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, 8px);
	-ms-transform: translate(0, 8px);
	transform: translate(0, 8px);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 512px;
	margin-left: 390px;
	margin-top: -256px;
	top: auto;
	bottom: 0;
}

.page-home .hrnetgroup-slide-2 .person-2d.is-lazy-loaded .sprite {
	width: 300px;
	height: 512px;
	background-size: 300px 512px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-8.png");
	-webkit-animation-duration: 3.4s;
	animation-duration: 3.4s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	width: 300px;
	height: 512px;
	background-size: 300px 15360px;
	-webkit-animation-name: person-8;
	animation-name: person-8;
	-webkit-animation-timing-function: steps(30);
	animation-timing-function: steps(30);
	position: absolute;
	top: 0;
	right: -5px;
}

.page-home .hrnetgroup-slide-2 .mobile-img {
	width: 480px;
	height: 360px;
	background-size: 480px 360px;
	background-repeat: no-repeat;
	background-image: url("../images/home/2/mobile-2.png");
}

.page-home .hrnetgroup-slide-2 .floating-logo-2a {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: scale(0.65);
	-ms-transform: scale(0.65);
	transform: scale(0.65);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	margin-left: -495px;
	margin-top: -175px;
}

.page-home .hrnetgroup-slide-2 .brand-pplesearch {
	width: 166px;
	height: 33.75px;
	background-size: 166px 67.5px;
	background-position-x: 0;
	background-position-y: -33.75px;
}

.page-home .hrnetgroup-slide-2 .brand-pplesearch.is-lazy-loaded {
	background-image: url("../images/brands/logos/pplesearch.png");
}

.page-home .hrnetgroup-slide-2 .brand-peoplefirst {
	width: 143px;
	height: 32px;
	background-size: 143px 64px;
	background-position-x: 0;
	background-position-y: -32px;
}

.page-home .hrnetgroup-slide-2 .brand-peoplefirst.is-lazy-loaded {
	background-image: url("../images/brands/logos/peoplefirst.png");
}

.page-home .hrnetgroup-slide-2 .brand-searchasia {
	width: 125px;
	height: 21.25px;
	background-size: 125px 42.5px;
	background-position-x: 0;
	background-position-y: -21.25px;
}

.page-home .hrnetgroup-slide-2 .brand-searchasia.is-lazy-loaded {
	background-image: url("../images/brands/logos/searchasia.png");
}

.page-home .hrnetgroup-slide-2 .brand-youngtalent {
	width: 148px;
	height: 37px;
	background-size: 148px 74px;
	background-position-x: 0;
	background-position-y: -37px;
}

.page-home .hrnetgroup-slide-2 .brand-youngtalent.is-lazy-loaded {
	background-image: url("../images/brands/logos/youngtalent.png");
}

.page-home .hrnetgroup-slide-2 .floating-logo-2b {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: scale(0.65);
	-ms-transform: scale(0.65);
	transform: scale(0.65);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	margin-left: 505px;
	margin-top: -195px;
}

.page-home .hrnetgroup-slide-2 .brand-hrnetone {
	width: 123px;
	height: 28.75px;
	background-size: 123px 57.5px;
	background-position-x: 0;
	background-position-y: -28.75px;
}

.page-home .hrnetgroup-slide-2 .brand-hrnetone.is-lazy-loaded {
	background-image: url("../images/brands/logos/hrnetone.png");
}

.page-home .hrnetgroup-slide-2 .brand-hrnetgroup {
	width: 125px;
	height: 27.5px;
	background-size: 125px 55px;
	background-position-x: 0;
	background-position-y: -27.5px;
}

.page-home .hrnetgroup-slide-2 .brand-hrnetgroup.is-lazy-loaded {
	background-image: url("../images/brands/logos/hrnetgroup.png");
}

.page-home .hrnetgroup-slide-2 .brand-hrnetperf {
	width: 88.5px;
	height: 75.75px;
	background-size: 88.5px 151.5px;
	background-position-x: 0;
	background-position-y: -75.75px;
}

.page-home .hrnetgroup-slide-2 .brand-hrnetperf.is-lazy-loaded {
	background-image: url("../images/brands/logos/hrnetperf.png");
}

.page-home .hrnetgroup-slide-2 .floating-logo-2c {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: scale(0.65);
	-ms-transform: scale(0.65);
	transform: scale(0.65);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	margin-left: -295px;
	margin-top: -165px;
}

.page-home .hrnetgroup-slide-2 .brand-yespay {
	width: 113px;
	height: 46.75px;
	background-size: 113px 93.5px;
	background-position-x: 0;
	background-position-y: -46.75px;
}

.page-home .hrnetgroup-slide-2 .brand-yespay.is-lazy-loaded {
	background-image: url("../images/brands/logos/yespay.png");
}

.page-home .hrnetgroup-slide-2 .brand-recruitexpress {
	width: 44.5px;
	height: 58.25px;
	background-size: 44.5px 116.5px;
	background-position-x: 0;
	background-position-y: -58.25px;
}

.page-home .hrnetgroup-slide-2 .brand-recruitexpress.is-lazy-loaded {
	background-image: url("../images/brands/logos/recruitexpress.png");
}

.page-home .hrnetgroup-slide-2 .brand-recruitfirst {
	width: 123px;
	height: 30.5px;
	background-size: 123px 61px;
	background-position-x: 0;
	background-position-y: -30.5px;
}

.page-home .hrnetgroup-slide-2 .brand-recruitfirst.is-lazy-loaded {
	background-image: url("../images/brands/logos/recruitfirst.png");
}

.page-home .hrnetgroup-slide-2 .brand-recruitlegal {
	width: 159px;
	height: 21.75px;
	background-size: 159px 43.5px;
	background-position-x: 0;
	background-position-y: -21.75px;
}

.page-home .hrnetgroup-slide-2 .brand-recruitlegal.is-lazy-loaded {
	background-image: url("../images/brands/logos/recruitlegal.png");
}

.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .building-2a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .building-2b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-2a .number-2a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-2a .number-2b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-2a .fill-2a {
	fill-opacity: 1;
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .hrnetgroup-slide-desc {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .person-2a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .person-2b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .person-2c {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .person-2d {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .floating-logo-2a {
	opacity: 0.4;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .floating-logo-2b {
	opacity: 0.7;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .floating-logo-2c {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-3 .gradient-bg {
	background: url("../images/common/bg-grain-pattern.png"), linear-gradient(-135deg, #ecac54 0%, #edae58 50%, #fdcc87 100%);
	background-position: center center;
	background-repeat: repeat;
}

.page-home .hrnetgroup-slide-3 .gradient-fg {
	background: linear-gradient(to bottom, rgba(176, 63, 57, 0) 0%, rgba(226, 154, 53, 0.5) 50%, #e29a35 100%);
	background-position: center center;
	background-repeat: repeat;
}

.page-home .hrnetgroup-slide-3 .clouds-track-bg .cloud-1 {
	top: 0;
	right: 80px;
}

.page-home .hrnetgroup-slide-3 .clouds-track-bg .cloud-1.is-lazy-loaded {
	width: 200px;
	height: 100px;
	background-size: 200px 100px;
	background-repeat: no-repeat;
	background-image: url("../images/home/cloud-3.png");
}

.page-home .hrnetgroup-slide-3 .clouds-track-bg .cloud-2 {
	top: 70px;
	right: 0;
}

.page-home .hrnetgroup-slide-3 .clouds-track-bg .cloud-2.is-lazy-loaded {
	width: 200px;
	height: 100px;
	background-size: 200px 100px;
	background-repeat: no-repeat;
	background-image: url("../images/home/cloud-2.png");
}

.page-home .hrnetgroup-slide-3 .clouds-track-fg .cloud-1 {
	top: 60px;
	left: 80px;
}

.page-home .hrnetgroup-slide-3 .clouds-track-fg .cloud-1.is-lazy-loaded {
	width: 200px;
	height: 100px;
	background-size: 200px 100px;
	background-repeat: no-repeat;
	background-image: url("../images/home/cloud-1.png");
}

.page-home .hrnetgroup-slide-3 .birds-track {
	transition: opacity .5s ease-out, visibility .5s ease-out;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: -160px;
	margin-top: -260px;
	width: calc(100% + 160px);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-name: fly;
	animation-name: fly;
	-webkit-animation-duration: 52s;
	animation-duration: 52s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	display: none;
}

.page-home .hrnetgroup-slide-3 .birds-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 60px;
}

.page-home .hrnetgroup-slide-3 .bird {
	position: absolute;
	width: 25px;
	height: 25px;
}

.page-home .hrnetgroup-slide-3 .bird-1 {
	top: 20px;
	left: 0;
}

.page-home .hrnetgroup-slide-3 .bird-1.is-lazy-loaded {
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/bird-1.png");
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 25px;
	height: 25px;
	background-size: 25px 250px;
	-webkit-animation-name: bird-1;
	animation-name: bird-1;
	-webkit-animation-timing-function: steps(10);
	animation-timing-function: steps(10);
}

.page-home .hrnetgroup-slide-3 .bird-2 {
	top: 0;
	left: 20px;
}

.page-home .hrnetgroup-slide-3 .bird-2.is-lazy-loaded {
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/bird-2.png");
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 25px;
	height: 25px;
	background-size: 25px 250px;
	-webkit-animation-name: bird-2;
	animation-name: bird-2;
	-webkit-animation-timing-function: steps(10);
	animation-timing-function: steps(10);
}

.page-home .hrnetgroup-slide-3 .bird-3 {
	top: 40px;
	left: 40px;
}

.page-home .hrnetgroup-slide-3 .bird-3.is-lazy-loaded {
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/bird-1.png");
	-webkit-animation-duration: 0.55s;
	animation-duration: 0.55s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 25px;
	height: 25px;
	background-size: 25px 250px;
	-webkit-animation-name: bird-3;
	animation-name: bird-3;
	-webkit-animation-timing-function: steps(10);
	animation-timing-function: steps(10);
}

.page-home .hrnetgroup-slide-3 .bird-4 {
	top: 15px;
	left: 100px;
}

.page-home .hrnetgroup-slide-3 .bird-4.is-lazy-loaded {
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/bird-2.png");
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 25px;
	height: 25px;
	background-size: 25px 250px;
	-webkit-animation-name: bird-4;
	animation-name: bird-4;
	-webkit-animation-timing-function: steps(10);
	animation-timing-function: steps(10);
}

.page-home .hrnetgroup-slide-3 .bird-5 {
	top: 30px;
	left: 130px;
}

.page-home .hrnetgroup-slide-3 .bird-5.is-lazy-loaded {
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/bird-1.png");
	-webkit-animation-duration: 0.65s;
	animation-duration: 0.65s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 25px;
	height: 25px;
	background-size: 25px 250px;
	-webkit-animation-name: bird-5;
	animation-name: bird-5;
	-webkit-animation-timing-function: steps(10);
	animation-timing-function: steps(10);
}

.page-home .hrnetgroup-slide-3 .building-3a {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 361px;
	height: 300px;
	margin-left: -740.5px;
	margin-top: -102px;
}

.page-home .hrnetgroup-slide-3 .building-3b {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	transform: translate(30px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 300px;
	margin-left: 360px;
	margin-top: -104px;
}

.page-home .hrnetgroup-slide-3 .hrnetgroup-slide-title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 810px;
	height: 410px;
	margin-left: -405px;
	margin-top: -175px;
}

.page-home .hrnetgroup-slide-3 .hrnetgroup-slide-title .svg-title-3a .fill-3a {
	transition: fill-opacity .5s ease-out;
	fill-opacity: 0;
}

.page-home .hrnetgroup-slide-3 .hrnetgroup-slide-desc {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
	background-color: #e29a35;
}

.page-home .hrnetgroup-slide-3 .hrnetgroup-slide-desc h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.05;
	letter-spacing: -.01em;
}

.page-home .hrnetgroup-slide-3 .person-3a {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(-8px, 0);
	-ms-transform: translate(-8px, 0);
	transform: translate(-8px, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 245px;
	height: 350px;
	margin-left: -412.5px;
	margin-top: -25px;
}

.page-home .hrnetgroup-slide-3 .person-3a.is-lazy-loaded {
	width: 245px;
	height: 350px;
	background-size: 245px 350px;
	background-repeat: no-repeat;
	background-image: url("../images/home/individuals/3-1.png");
}

.page-home .hrnetgroup-slide-3 .person-3b {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(8px, 0);
	-ms-transform: translate(8px, 0);
	transform: translate(8px, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 285px;
	height: 340px;
	margin-left: 287.5px;
	margin-top: 10px;
}

.page-home .hrnetgroup-slide-3 .person-3b.is-lazy-loaded {
	width: 285px;
	height: 340px;
	background-size: 285px 340px;
	background-repeat: no-repeat;
	background-image: url("../images/home/individuals/3-2.png");
}

.page-home .hrnetgroup-slide-3 .person-3c {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(8px, 0);
	-ms-transform: translate(8px, 0);
	transform: translate(8px, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 377px;
	height: 400px;
	margin-left: 311.5px;
	margin-top: 0px;
}

.page-home .hrnetgroup-slide-3 .person-3c.is-lazy-loaded {
	background-position: bottom left;
	background-size: 377px 80px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-7-still.png");
}

.page-home .hrnetgroup-slide-3 .person-3c.is-lazy-loaded .sprite {
	width: 165px;
	height: 320px;
	background-size: 165px 320px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-7.png");
	-webkit-animation-duration: 5.1s;
	animation-duration: 5.1s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 165px;
	height: 320px;
	background-size: 165px 9280px;
	-webkit-animation-name: person-7;
	animation-name: person-7;
	-webkit-animation-timing-function: steps(29);
	animation-timing-function: steps(29);
	position: absolute;
	top: 0;
	right: 0;
}

.page-home .hrnetgroup-slide-3 .person-3d {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, 8px);
	-ms-transform: translate(0, 8px);
	transform: translate(0, 8px);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 275px;
	height: 475px;
	margin-left: -657.5px;
	margin-top: -237.5px;
	top: auto;
	bottom: 0;
}

.page-home .hrnetgroup-slide-3 .person-3d.is-lazy-loaded {
	background-position: left top;
	background-size: 275px 475px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-4-still.png");
}

.page-home .hrnetgroup-slide-3 .person-3d.is-lazy-loaded .sprite {
	width: 140px;
	height: 245px;
	background-size: 140px 245px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-4.png");
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 140px;
	height: 245px;
	background-size: 140px 7350px;
	-webkit-animation-name: person-4;
	animation-name: person-4;
	-webkit-animation-timing-function: steps(30);
	animation-timing-function: steps(30);
	position: absolute;
	top: 0;
	right: -55px;
}

.page-home .hrnetgroup-slide-3 .mobile-img {
	width: 480px;
	height: 360px;
	background-size: 480px 360px;
	background-repeat: no-repeat;
	background-image: url("../images/home/3/mobile-3.png");
	bottom: 130px;
}

.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .birds-track {
	transition: opacity .5s 0.9s ease-out, visibility .5s 0.9s ease-out;
	opacity: 1;
	visibility: visible;
}

.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .building-3a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .building-3b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-3a .number-3a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-3a .number-3b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-3a .fill-3a {
	fill-opacity: 1;
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .hrnetgroup-slide-desc {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .person-3a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .person-3b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .person-3c {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .person-3d {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-4 .gradient-bg {
	background: url("../images/common/bg-grain-pattern.png"), linear-gradient(-135deg, #429db6 0%, #4d96b6 50%, #5ea6cf 100%);
	background-position: center center;
	background-repeat: repeat;
}

.page-home .hrnetgroup-slide-4 .gradient-fg {
	background: linear-gradient(to bottom, rgba(60, 137, 166, 0) 0%, rgba(60, 137, 166, 0.5) 50%, #3c89a6 100%);
	background-position: center center;
	background-repeat: repeat;
}

.page-home .hrnetgroup-slide-4 .move-holder {
	left: 0;
}

.page-home .hrnetgroup-slide-4 .clouds-track-bg .cloud-1 {
	top: 10px;
	left: 0;
}

.page-home .hrnetgroup-slide-4 .clouds-track-bg .cloud-1.is-lazy-loaded {
	width: 200px;
	height: 100px;
	background-size: 200px 100px;
	background-repeat: no-repeat;
	background-image: url("../images/home/cloud-3.png");
}

.page-home .hrnetgroup-slide-4 .clouds-track-bg .cloud-2 {
	top: 20px;
	left: 180px;
}

.page-home .hrnetgroup-slide-4 .clouds-track-bg .cloud-2.is-lazy-loaded {
	width: 200px;
	height: 100px;
	background-size: 200px 100px;
	background-repeat: no-repeat;
	background-image: url("../images/home/cloud-1.png");
}

.page-home .hrnetgroup-slide-4 .clouds-track-bg .cloud-3 {
	top: 60px;
	right: 180px;
}

.page-home .hrnetgroup-slide-4 .clouds-track-bg .cloud-3.is-lazy-loaded {
	width: 200px;
	height: 100px;
	background-size: 200px 100px;
	background-repeat: no-repeat;
	background-image: url("../images/home/cloud-2.png");
}

.page-home .hrnetgroup-slide-4 .clouds-track-fg .cloud-1 {
	top: 0;
	left: 120px;
}

.page-home .hrnetgroup-slide-4 .clouds-track-fg .cloud-1.is-lazy-loaded {
	width: 200px;
	height: 100px;
	background-size: 200px 100px;
	background-repeat: no-repeat;
	background-image: url("../images/home/cloud-3.png");
}

.page-home .hrnetgroup-slide-4 .clouds-track-fg .cloud-2 {
	top: 50px;
	right: 40px;
}

.page-home .hrnetgroup-slide-4 .clouds-track-fg .cloud-2.is-lazy-loaded {
	width: 200px;
	height: 100px;
	background-size: 200px 100px;
	background-repeat: no-repeat;
	background-image: url("../images/home/cloud-1.png");
}

.page-home .hrnetgroup-slide-4 .balloon-track {
	transition: opacity .5s ease-out, visibility .5s ease-out;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -260px;
	width: calc(100% + 50px);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-name: fly;
	animation-name: fly;
	-webkit-animation-duration: 91s;
	animation-duration: 91s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	display: none;
}

.page-home .hrnetgroup-slide-4 .balloon-holder {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-name: balloon-float;
	animation-name: balloon-float;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.page-home .hrnetgroup-slide-4 .balloon {
	width: 50px;
	height: 80px;
}

.page-home .hrnetgroup-slide-4 .balloon.is-lazy-loaded {
	width: 50px;
	height: 80px;
	background-size: 50px 80px;
	background-repeat: no-repeat;
	background-image: url("../images/home/hotairballoon.png");
}

.page-home .hrnetgroup-slide-4 .building-4a {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 170px;
	height: 140px;
	margin-left: -725px;
	margin-top: 52px;
}

.page-home .hrnetgroup-slide-4 .building-4b {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	transform: translate(30px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 460px;
	height: 180px;
	margin-left: 290px;
	margin-top: 16px;
}

.page-home .hrnetgroup-slide-4 .building-4c {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(-10px, 0);
	-ms-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 330px;
	height: 460px;
	margin-left: -775px;
	margin-top: -262px;
}

.page-home .hrnetgroup-slide-4 .building-4c #line-4c-a line,
.page-home .hrnetgroup-slide-4 .building-4c #line-4c-b line {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.firefox .page-home .hrnetgroup-slide-4 .building-4c #line-4c-a line,
.firefox .page-home .hrnetgroup-slide-4 .building-4c #line-4c-b line {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4c #line-4c-a circle,
.page-home .hrnetgroup-slide-4 .building-4c #line-4c-b circle {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.firefox .page-home .hrnetgroup-slide-4 .building-4c #line-4c-a circle,
.firefox .page-home .hrnetgroup-slide-4 .building-4c #line-4c-b circle {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4c #text-4c-a,
.page-home .hrnetgroup-slide-4 .building-4c #text-4c-b {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform: rotate3d(0, 1, 0, -90deg);
	transform: rotate3d(0, 1, 0, -90deg);
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.firefox .page-home .hrnetgroup-slide-4 .building-4c #text-4c-a,
.firefox .page-home .hrnetgroup-slide-4 .building-4c #text-4c-b {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4d {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 420px;
	height: 480px;
	margin-left: 394px;
	margin-top: -278px;
}

.page-home .hrnetgroup-slide-4 .building-4d #line-4d-a line,
.page-home .hrnetgroup-slide-4 .building-4d #line-4d-b line {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.firefox .page-home .hrnetgroup-slide-4 .building-4d #line-4d-a line,
.firefox .page-home .hrnetgroup-slide-4 .building-4d #line-4d-b line {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4d #line-4d-a circle,
.page-home .hrnetgroup-slide-4 .building-4d #line-4d-b circle {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.firefox .page-home .hrnetgroup-slide-4 .building-4d #line-4d-a circle,
.firefox .page-home .hrnetgroup-slide-4 .building-4d #line-4d-b circle {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4d #text-4d-a,
.page-home .hrnetgroup-slide-4 .building-4d #text-4d-b {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform: rotate3d(0, 1, 0, -90deg);
	transform: rotate3d(0, 1, 0, -90deg);
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.firefox .page-home .hrnetgroup-slide-4 .building-4d #text-4d-a,
.firefox .page-home .hrnetgroup-slide-4 .building-4d #text-4d-b {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4e {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(-10px, 0);
	-ms-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 230px;
	height: 360px;
	margin-left: -675px;
	margin-top: -160px;
}

.page-home .hrnetgroup-slide-4 .building-4e #line-4e-a line {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.firefox .page-home .hrnetgroup-slide-4 .building-4e #line-4e-a line {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4e #line-4e-a circle {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.firefox .page-home .hrnetgroup-slide-4 .building-4e #line-4e-a circle {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4e #text-4e-a {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform: rotate3d(0, 1, 0, -90deg);
	transform: rotate3d(0, 1, 0, -90deg);
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.firefox .page-home .hrnetgroup-slide-4 .building-4e #text-4e-a {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4f {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 430px;
	height: 410px;
	margin-left: 345px;
	margin-top: -213px;
}

.page-home .hrnetgroup-slide-4 .building-4f #line-4f-a line,
.page-home .hrnetgroup-slide-4 .building-4f #line-4f-b line {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.firefox .page-home .hrnetgroup-slide-4 .building-4f #line-4f-a line,
.firefox .page-home .hrnetgroup-slide-4 .building-4f #line-4f-b line {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4f #line-4f-a circle,
.page-home .hrnetgroup-slide-4 .building-4f #line-4f-b circle {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.firefox .page-home .hrnetgroup-slide-4 .building-4f #line-4f-a circle,
.firefox .page-home .hrnetgroup-slide-4 .building-4f #line-4f-b circle {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4f #text-4f-a,
.page-home .hrnetgroup-slide-4 .building-4f #text-4f-b {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform: rotate3d(0, 1, 0, -90deg);
	transform: rotate3d(0, 1, 0, -90deg);
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.firefox .page-home .hrnetgroup-slide-4 .building-4f #text-4f-a,
.firefox .page-home .hrnetgroup-slide-4 .building-4f #text-4f-b {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4g {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(-10px, 0);
	-ms-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 410px;
	margin-left: -605px;
	margin-top: -211px;
}

.page-home .hrnetgroup-slide-4 .building-4g #line-4g-a line,
.page-home .hrnetgroup-slide-4 .building-4g #line-4g-b line {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.firefox .page-home .hrnetgroup-slide-4 .building-4g #line-4g-a line,
.firefox .page-home .hrnetgroup-slide-4 .building-4g #line-4g-b line {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4g #line-4g-a circle,
.page-home .hrnetgroup-slide-4 .building-4g #line-4g-b circle {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.firefox .page-home .hrnetgroup-slide-4 .building-4g #line-4g-a circle,
.firefox .page-home .hrnetgroup-slide-4 .building-4g #line-4g-b circle {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4g #text-4g-a,
.page-home .hrnetgroup-slide-4 .building-4g #text-4g-b {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform: rotate3d(0, 1, 0, -90deg);
	transform: rotate3d(0, 1, 0, -90deg);
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.firefox .page-home .hrnetgroup-slide-4 .building-4g #text-4g-a,
.firefox .page-home .hrnetgroup-slide-4 .building-4g #text-4g-b {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4h {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 390px;
	height: 390px;
	margin-left: 455px;
	margin-top: -193px;
}

.page-home .hrnetgroup-slide-4 .building-4h #line-4h-a line,
.page-home .hrnetgroup-slide-4 .building-4h #line-4h-b line {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.firefox .page-home .hrnetgroup-slide-4 .building-4h #line-4h-a line,
.firefox .page-home .hrnetgroup-slide-4 .building-4h #line-4h-b line {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4h #line-4h-a circle,
.page-home .hrnetgroup-slide-4 .building-4h #line-4h-b circle {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.firefox .page-home .hrnetgroup-slide-4 .building-4h #line-4h-a circle,
.firefox .page-home .hrnetgroup-slide-4 .building-4h #line-4h-b circle {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4h #text-4h-a,
.page-home .hrnetgroup-slide-4 .building-4h #text-4h-b {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform: rotate3d(0, 1, 0, -90deg);
	transform: rotate3d(0, 1, 0, -90deg);
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.firefox .page-home .hrnetgroup-slide-4 .building-4h #text-4h-a,
.firefox .page-home .hrnetgroup-slide-4 .building-4h #text-4h-b {
	transition: opacity .5s ease-out;
	opacity: 0;
}

.page-home .hrnetgroup-slide-4 .building-4c.is-bg,
.page-home .hrnetgroup-slide-4 .building-4d.is-bg,
.page-home .hrnetgroup-slide-4 .building-4e.is-bg,
.page-home .hrnetgroup-slide-4 .building-4f.is-bg,
.page-home .hrnetgroup-slide-4 .building-4g.is-bg,
.page-home .hrnetgroup-slide-4 .building-4h.is-bg {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.page-home .hrnetgroup-slide-4 .hrnetgroup-slide-title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 810px;
	height: 380px;
	margin-left: -405px;
	margin-top: -140px;
}

.page-home .hrnetgroup-slide-4 .hrnetgroup-slide-title .svg-title-4a .fill-4a {
	transition: fill-opacity .5s ease-out;
	fill-opacity: 0;
}

.page-home .hrnetgroup-slide-4 .hrnetgroup-slide-desc {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
	background-color: #3c89a6;
}

.page-home .hrnetgroup-slide-4 .hrnetgroup-slide-desc h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.05;
	letter-spacing: -.01em;
}

.page-home .hrnetgroup-slide-4 .person-4a {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	transform: translate(0, -8px);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 260px;
	margin-left: -56px;
	margin-top: -120px;
}

.page-home .hrnetgroup-slide-4 .person-4a.is-lazy-loaded {
	width: 100px;
	height: 260px;
	background-size: 100px 260px;
	background-repeat: no-repeat;
	background-image: url("../images/home/individuals/4-2.png");
}

.page-home .hrnetgroup-slide-4 .person-4b {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(-8px, 0);
	-ms-transform: translate(-8px, 0);
	transform: translate(-8px, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 220px;
	height: 342px;
	margin-left: -270px;
	margin-top: -31px;
}

.page-home .hrnetgroup-slide-4 .person-4b.is-lazy-loaded {
	background-position: bottom left;
	background-size: 220px 52px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-2-still.png");
}

.page-home .hrnetgroup-slide-4 .person-4b.is-lazy-loaded .sprite {
	width: 125px;
	height: 290px;
	background-size: 125px 290px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-2.png");
	-webkit-animation-duration: 4.7s;
	animation-duration: 4.7s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 125px;
	height: 290px;
	background-size: 125px 8410px;
	-webkit-animation-name: person-2;
	animation-name: person-2;
	-webkit-animation-timing-function: steps(29);
	animation-timing-function: steps(29);
}

.page-home .hrnetgroup-slide-4 .person-4c {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(8px, 0);
	-ms-transform: translate(8px, 0);
	transform: translate(8px, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 355px;
	height: 490px;
	margin-left: -637.5px;
	margin-top: -85px;
}

.page-home .hrnetgroup-slide-4 .person-4c.is-lazy-loaded {
	width: 355px;
	height: 490px;
	background-size: 355px 490px;
	background-repeat: no-repeat;
	background-image: url("../images/home/individuals/4-1.png");
}

.page-home .hrnetgroup-slide-4 .person-4d {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, 8px);
	-ms-transform: translate(0, 8px);
	transform: translate(0, 8px);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 310px;
	height: 470px;
	margin-left: 405px;
	margin-top: -235px;
	top: auto;
	bottom: 0;
}

.page-home .hrnetgroup-slide-4 .person-4d.is-lazy-loaded {
	background-position: bottom left;
	background-size: 310px 470px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-5-still.png");
}

.page-home .hrnetgroup-slide-4 .person-4d.is-lazy-loaded .sprite {
	width: 75px;
	height: 75px;
	background-size: 75px 75px;
	background-repeat: no-repeat;
	background-image: url("../images/home/sprites/person-5.png");
	-webkit-animation-duration: 2.4s;
	animation-duration: 2.4s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	width: 75px;
	height: 75px;
	background-size: 75px 3000px;
	-webkit-animation-name: person-5;
	animation-name: person-5;
	-webkit-animation-timing-function: steps(40);
	animation-timing-function: steps(40);
	position: absolute;
	top: 167px;
	left: 24px;
}

.page-home .hrnetgroup-slide-4 .mobile-img {
	width: 480px;
	height: 360px;
	background-size: 480px 360px;
	background-repeat: no-repeat;
	background-image: url("../images/home/4/mobile-4.png");
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .balloon-track {
	transition: opacity .5s 0.9s ease-out, visibility .5s 0.9s ease-out;
	opacity: 1;
	visibility: visible;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4c-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4e-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4g-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4c-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4e-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4g-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4c-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4e-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4g-a line {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0s;
	transition-duration: 0s;
}

.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4c-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4e-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4g-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4c-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4e-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4g-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4c-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4e-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4g-a line {
	transition: opacity 1.3s 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 1;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4c-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4e-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4g-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4c-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4e-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4g-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4c-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4e-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4g-a circle {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0s;
	transition-duration: 0s;
}

.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4c-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4e-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4g-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4c-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4e-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4g-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4c-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4e-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4g-a circle {
	transition: opacity 1.3s 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 1;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4c-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4e-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4g-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4c-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4e-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4g-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4c-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4e-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4g-a {
	-webkit-transform: rotate3d(0, 1, 0, 0deg);
	transform: rotate3d(0, 1, 0, 0deg);
	transition-delay: 0s;
	transition-duration: 0s;
}

.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4c-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4e-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4g-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4c-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4e-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4g-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4c-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4e-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4g-a {
	transition: opacity 1.3s 2.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 1;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4c-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4e-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4g-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4c-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4e-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4g-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4c-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4e-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4g-b line {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0s;
	transition-duration: 0s;
}

.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4c-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4e-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4g-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4c-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4e-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4g-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4c-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4e-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4g-b line {
	transition: opacity 1.3s 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 1;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4c-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4e-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4g-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4c-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4e-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4g-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4c-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4e-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4g-b circle {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0s;
	transition-duration: 0s;
}

.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4c-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4e-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4g-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4c-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4e-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4g-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4c-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4e-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4g-b circle {
	transition: opacity 1.3s 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 1;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4c-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4e-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4g-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4c-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4e-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4g-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4c-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4e-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4g-b {
	-webkit-transform: rotate3d(0, 1, 0, 0deg);
	transform: rotate3d(0, 1, 0, 0deg);
	transition-delay: 0s;
	transition-duration: 0s;
}

.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4c-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4e-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4g-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4c-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4e-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4g-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4c-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4e-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4g-b {
	transition: opacity 1.3s 2.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 1;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4d-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4f-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4h-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4d-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4f-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4h-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4d-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4f-a line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4h-a line {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0s;
	transition-duration: 0s;
}

.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4d-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4f-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4h-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4d-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4f-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4h-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4d-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4f-a line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4h-a line {
	transition: opacity 1.3s 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 1;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4d-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4f-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4h-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4d-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4f-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4h-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4d-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4f-a circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4h-a circle {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0s;
	transition-duration: 0s;
}

.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4d-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4f-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4h-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4d-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4f-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4h-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4d-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4f-a circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4h-a circle {
	transition: opacity 1.3s 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 1;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4d-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4f-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4h-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4d-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4f-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4h-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4d-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4f-a,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4h-a {
	-webkit-transform: rotate3d(0, 1, 0, 0deg);
	transform: rotate3d(0, 1, 0, 0deg);
	transition-delay: 0s;
	transition-duration: 0s;
}

.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4d-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4f-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4h-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4d-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4f-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4h-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4d-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4f-a,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4h-a {
	transition: opacity 1.3s 2.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 1;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4d-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4f-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4h-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4d-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4f-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4h-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4d-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4f-b line,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4h-b line {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0s;
	transition-duration: 0s;
}

.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4d-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4f-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4h-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4d-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4f-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4h-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4d-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4f-b line,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4h-b line {
	transition: opacity 1.3s 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 1;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4d-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4f-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4h-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4d-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4f-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4h-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4d-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4f-b circle,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4h-b circle {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0s;
	transition-duration: 0s;
}

.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4d-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4f-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4h-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4d-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4f-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4h-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4d-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4f-b circle,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4h-b circle {
	transition: opacity 1.3s 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 1;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4d-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4f-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4h-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4d-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4f-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4h-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4d-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4f-b,
.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4h-b {
	-webkit-transform: rotate3d(0, 1, 0, 0deg);
	transform: rotate3d(0, 1, 0, 0deg);
	transition-delay: 0s;
	transition-duration: 0s;
}

.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4d-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4f-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4h-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4d-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4f-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4h-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4d-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4f-b,
.firefox .page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4h-b {
	transition: opacity 1.3s 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 1;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-4a .number-4a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-4a .number-4b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-4a .fill-4a {
	fill-opacity: 1;
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .hrnetgroup-slide-desc {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .person-4a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .person-4b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .person-4c {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .person-4d {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-5 .gradient-bg {
	background: url("../images/common/bg-grain-pattern.png"), linear-gradient(-135deg, #ffb967 0%, #ff8f37 50%, #ff8432 100%);
	background-position: center center;
	background-repeat: repeat;
}

.page-home .hrnetgroup-slide-5 .gradient-fg {
	background: linear-gradient(to bottom, rgba(255, 110, 30, 0) 0%, rgba(255, 110, 30, 0.5) 50%, #ff6e1e 100%);
	background-position: center center;
	background-repeat: repeat;
}

.page-home .hrnetgroup-slide-5 .building-5a {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 290px;
	height: 265px;
	margin-left: -620px;
	margin-top: -72.5px;
}

.page-home .hrnetgroup-slide-5 .building-5b {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	transform: translate(30px, 0);
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 310px;
	height: 230px;
	margin-left: 275px;
	margin-top: -35px;
}

.page-home .hrnetgroup-slide-5 .hrnetgroup-slide-title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 870px;
	height: 470px;
	margin-left: -435px;
	margin-top: -235px;
}

.page-home .hrnetgroup-slide-5 .hrnetgroup-slide-title .svg-title-5a .fill-5a {
	transition: fill-opacity .5s ease-out;
	fill-opacity: 0;
}

.page-home .hrnetgroup-slide-5 .hrnetgroup-slide-desc {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
	background-color: #ee641f;
}

.page-home .hrnetgroup-slide-5 .hrnetgroup-slide-desc h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.15;
	letter-spacing: -.01em;
}

.page-home .hrnetgroup-slide-5 .person-5a {
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
	opacity: 0;
	-webkit-transform: translate(0, 8px);
	-ms-transform: translate(0, 8px);
	transform: translate(0, 8px);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1150px;
	height: 260px;
	margin-left: -575px;
	margin-top: 10px;
}

.page-home .hrnetgroup-slide-5 .person-5a.is-lazy-loaded {
	width: 1150px;
	height: 260px;
	background-size: 1150px 260px;
	background-repeat: no-repeat;
	background-image: url("../images/home/individuals/5-0.png");
}

.page-home .hrnetgroup-slide-5 .mobile-img {
	width: 480px;
	height: 360px;
	background-size: 480px 360px;
	background-repeat: no-repeat;
	background-image: url("../images/home/5/mobile-5.png");
}

.page-home .hrnetgroup-slide-5.hrnetgroup-slide-animate .building-5a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-5.hrnetgroup-slide-animate .building-5b {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-5.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-5a .number-5a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-5.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-5a .fill-5a {
	fill-opacity: 1;
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-5.hrnetgroup-slide-animate .hrnetgroup-slide-desc {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-home .hrnetgroup-slide-5.hrnetgroup-slide-animate .person-5a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0s;
	transition-duration: 0s;
}

.page-about .hrnetgroup-waypointbar li.selected {
	color: #ff5628;
	border-color: #ff5628;
}

.page-about .geolines-col {
	height: 100%;
	position: relative;
	width: 100%;
	display: none;
	padding: 0;
	padding-top: 26.95749%;
}

.page-about .geolines-holder {
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-duration: .65s;
	animation-duration: .65s;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	position: relative;
	width: 140%;
	left: -50%;
	top: 70%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
	margin: 0 auto;
	max-width: 447px;
}

.page-about img.geolines {
	width: 100%;
	height: auto;
}

.page-about .container.nopadding {
	padding: 0;
}

.page-about .imgrowcol img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.page-about .imgrowcol .zone {
	cursor: pointer;
	position: absolute;
}

.page-about .imgrowcol .zone.active {
	pointer-events: none;
}

.page-about .imgrowcol .img {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
	background-size: 100% auto;
}

.page-about .imgrowcol .img.up {
	max-width: 791px;
}

.page-about .imgrowcol .img.down {
	max-width: 682px;
}

.page-about h1 {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.25;
	letter-spacing: -.04em;
	margin-bottom: 30px;
	font-weight: 600;
}
}

.page-about .row.addpadding {
	padding-left: 15px;
}

.page-about .splashcontclamp {
	padding-bottom: 15px;
}

.page-about .hrnetgroup-holder {
	background-color: #ec8046;
}

.page-about .hrnetgroup-holder h1 {
	margin-top: 110px;
	margin-bottom: 32px;
	max-width: 670px;
	font-size: 58px;
	letter-spacing: -2.4px;
}

.page-about .maptape {
	max-width: 1141px;
	position: relative;
	margin: 0 auto;
}

.page-about .maptape img {
	width: 100%;
	height: auto;
}

.page-about .absfull {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-about .slide-manager .arrows {
	margin-top: 30px;
	z-index: 2;
}

.page-about .slide-manager .arrowbtn {
	background-color: #993418;
	width: 51px;
	height: 44px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	pointer-events: none;
}

.page-about .slide-manager .arrowbtn.active {
	background-color: #ff5628;
	cursor: pointer;
	pointer-events: auto;
}

.page-about .slide-manager .arrowbtn:after {
	position: absolute;
	width: 9.5px;
	height: 17.5px;
	top: 50%;
	background-image: url(../images/about/arrowright.png);
	background-size: 100%;
	left: 50%;
	margin-top: -8.75px;
	margin-left: -4.75px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.page-about .slide-manager .arrowbtn.left:after {
	content: '';
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.page-about .slide-manager .arrowbtn.right:after {
	content: '';
}

.page-about .scopecontents {
	min-height: 215px;
	box-sizing: border-box;
	padding-top: 45px;
	padding-bottom: 55px;
	text-align: center;
	font-weight: bold;
}

.page-about .scopecontents .maptape {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	position: absolute;
	top: 0;
	left: 0;
}

.page-about .scopecontents .num {
	color: #ff5628;
	font-size: 54px;
	display: block;
	margin-bottom: -15px;
}

.page-about .scopecontents .label {
	display: block;
	font-size: 30px;
	color: #dddddd;
}

.page-about .relative {
	position: relative;
}

.page-about .slidecontents {
	z-index: 3;
	height: 200%;
}

.page-about .slidecontents .content {
	padding-top: 85px;
	overflow: hidden;
}

.page-about .slidecontents .content:before {
	position: absolute;
	top: 15px;
	left: 0;
	content: '';
	display: block;
}

.page-about .slidecontents .content:nth-child(1):before {
	position: absolute;
	background-image: url("../images/about/about_icon_01_@2x.png");
	width: 45px;
	height: 45px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.page-about .slidecontents .content:nth-child(2):before {
	position: absolute;
	background-image: url("../images/about/about_icon_02_@2x.png");
	width: 45px;
	height: 45px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.page-about .slidecontents .content:nth-child(3):before {
	position: absolute;
	background-image: url("../images/about/about_icon_03_@2x.png");
	width: 57.5px;
	height: 57.5px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.page-about .slidecontents .content:nth-child(4):before {
	position: absolute;
	background-image: url("../images/about/about_icon_04_@2x.png");
	width: 50px;
	height: 50px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.page-about .slidecontents h2 {
	font-family: "Roboto", sans-serif;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 500;
}

.page-about .slidecontents p {
	font-size: 17px;
	font-weight: lighter;
}

.page-about .slidecontents .geosphere {
	position: absolute;
	top: 15px;
	left: 0px;
	background-image: url(../images/about/geosphere.png);
	width: 46px;
	height: 45px;
}

.page-about .slidecontents:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: white;
	content: '';
}

.page-about .slidecontents:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 80%;
	background-color: white;
	width: 48px;
	content: '';
}

.page-about #SlideVue {
	z-index: 1;
	overflow: hidden;
}

.page-about .sec-splasher {
	background-color: #2c2726;
	position: relative;
	color: white;
}

.page-about .sec-splasher>.maptape {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.page-about .sec-splasher .spacerimage {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 42.96875%;
}

.page-about .sec-splasher .spacerimage .maptape {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-about .sec-splasher .spacerimage:after {
	position: absolute;
	content: '';
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(../images/about/gradient-bottom.png);
	bottom: 0;
	background-size: 100% 100%;
	left: 0;
	width: 100%;
	height: calc(173 / 520 * 100%);
	z-index: 1;
	pointer-events: none;
}

.page-about .sec-splasher .slideimage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 42.96875%;
	background-image: url(../images/about/splash1.jpg);
	background-size: 130% auto;
	background-position: 100% center;
}

.page-about .sec-splasher .slideimage img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.page-about #WaypointNav {
	margin-left: 0;
	padding-left: 0;
}

.page-about .sec-glance {
	padding: 60px 0;
	background-color: #fd8b37;
	background-image: url("../images/common/bg-grain-pattern.png");
	background-repeat: repeat;
	color: #fff;
}

.page-about .sec-glance h2 {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.25;
	letter-spacing: -.04em;
	margin-bottom: 30px;
	font-weight: 600;
}

.page-about .sec-glance .icon {
	width: 100%;
	height: 100%;
	max-width: 80px;
	max-height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f76e38;
	border-radius: 50%;
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

.page-about .sec-glance .icon:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 100%;
}

.page-about .sec-glance .icon>.ar-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.page-about .sec-glance .icon.focus {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url("../images/about/glance/icon-focus.png");
}

.page-about .sec-glance .icon.diversified {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url("../images/about/glance/icon-diversified.png");
}

.page-about .sec-glance .icon.leading {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url("../images/about/glance/icon-leading.png");
}

.page-about .sec-glance .icon.asia {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url("../images/about/glance/icon-asia.png");
}

.page-about .sec-glance .icon.growth {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url("../images/about/glance/icon-growth.png");
}

.page-about .sec-glance .icon.twin {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url("../images/about/glance/icon-twin.png");
}

.page-about .sec-glance-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.page-about .sec-glance-item {
	margin-bottom: 30px;
}

.page-about .sec-glance-icon {
	margin-bottom: 30px;
}

.page-about .sec-glance-text {
	position: relative;
	padding: 20px 0;
}

.page-about .sec-glance-text:before,
.page-about .sec-glance-text:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.page-about .sec-glance-text:before {
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.page-about .sec-glance-text:after {
	width: 50px;
	height: 5px;
	background-color: #fff;
}

.page-about .sec-glance-text h3 {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.25;
	letter-spacing: normal;
	margin-bottom: 15px;
	font-weight: 500;
}

.page-about .sec-glance-text p {
	font-family: "Roboto", sans-serif;
	font-weight: lighter;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.52941;
	letter-spacing: normal;
}

.page-about .sec-milestones {
	background-color: #fafafa;
	position: relative;
	background-image: url("../images/common/bg-grain-pattern.png");
	background-repeat: repeat;
	padding: 60px 0 120px;
	border-bottom: 1px #d9d9d9 solid;
}

.page-about .sec-milestones h2 {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.25;
	letter-spacing: -.04em;
	margin-bottom: 30px;
	font-weight: 600;
}

.page-about .sec-milestones .footnote {
	font-size: smaller;
}

.page-about #milestone-slider {
	margin-bottom: 45px;
}

.page-about .slick-initialized .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.page-about .milestone-slide {
	transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
	opacity: 0.3;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.page-about .milestone-slide h4 {
	font-family: "Roboto", sans-serif;
	color: #7f7f7f;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.64706;
	letter-spacing: normal;
	margin-bottom: 6px;
	font-weight: 500;
}

.page-about .milestone-slide h3 {
	color: #ff5628;
	font-size: 30px;
	font-size: 3rem;
	line-height: .93333;
	letter-spacing: normal;
}

.page-about .milestone-slide h5 {
	font-family: "Roboto", sans-serif;
	color: #ff5628;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: normal;
	letter-spacing: -.02em;
	font-weight: 500;
}

.page-about .milestone-slide h6 {
	font-family: "Roboto", sans-serif;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: normal;
	letter-spacing: normal;
	font-weight:500;
}

.page-about .milestone-slide.slick-current {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.page-about .milestone-slide .year-content {
	position: relative;
	padding-top: 15px;
}

.page-about .milestone-slide .year-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 40px;
	background-color: #ff5628;
}

.page-about .milestone-slide .brand-content {
	padding: 15px 0;
}

.page-about .milestone-brand-img {
	width: 100px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	margin-left: 0;
	margin-right: 0;
}

.page-about .milestone-range-holder {
	position: relative;
	height: 50px;
	border-radius: 25px;
	padding: 10px 0;
	background: linear-gradient(to right, #ff7617 0%, #ff7f11 50%, #ff9402 100%);
}

.page-about .milestone-range-holder .label {
	text-align: center;
	font-family: "Roboto", sans-serif;
	height: 30px;
	line-height: 45px;
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: normal;
	letter-spacing: normal;
	font-weight: 500;
}

.page-about #milestone-range {
	cursor: pointer;
	position: relative;
	background-color: transparent;
	box-shadow: none;
	width: 100%;
	height: 10px;
	border: none;
	border-radius: 0;
}

.page-about #milestone-range:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 1px;
}

.page-about #milestone-range .noUi-handle {
	transition: background-color 0.4s ease-out;
	cursor: -webkit-grab;
	cursor: grab;
	background-color: #a83f00;
	box-shadow: none;
	width: 20px;
	height: 60px;
	border: none;
	border-radius: 0;
	top: -25px;
	left: -10px;
}

.page-about #milestone-range .noUi-handle:before,
.page-about #milestone-range .noUi-handle:after {
	top: 50%;
	left: 50%;
	margin-left: -4px;
	width: 8px;
	height: 1px;
	background-color: #000;
}

.page-about #milestone-range .noUi-handle:before {
	top: calc(50% - 1px);
}

.page-about #milestone-range .noUi-handle:after {
	top: calc(50% + 1px);
}

.no-touchevents .page-about #milestone-range .noUi-handle:hover {
	background-color: #d65000;
}

.no-touchevents .page-about #milestone-range .noUi-handle:hover #milestone-ranage-arrow {
	border-color: #d65000 transparent transparent transparent;
}

.page-about #milestone-range .noUi-handle.noUi-active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
	background-color: #d65000;
}

.page-about #milestone-range .noUi-handle.noUi-active #milestone-ranage-arrow {
	border-color: #d65000 transparent transparent transparent;
}

.page-about #milestone-range .point {
	position: absolute;
	left: 0;
	border-radius: 50%;
	background-color: #fff;
	margin-left: -2px;
	top: 4px;
	width: 3px;
	height: 3px;
}

.page-about #milestone-ranage-arrow {
	transition: border-color 0.4s ease-out;
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 0 10px;
	border-color: #a83f00 transparent transparent transparent;
}

.page-about #milestone-range-indicator {
	position: relative;
	text-align: center;
	top: 70px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 20px;
	font-family: "Roboto", sans-serif;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: normal;
	letter-spacing: normal;
	font-weight: 500;
}

.page-about .sec-commitment {
	background-color: #fafafa;
	padding-top: 45px;
	padding-bottom: 55px;
	position: relative;
}

.page-about .commit-glance h2 {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.25;
	letter-spacing: -.04em;
	margin-bottom: 15px;
	font-weight: 600;
}

.page-about .commit-glance p {
	font-family: "Roboto", sans-serif;
	font-weight: lighter;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.52941;
	letter-spacing: normal;
}

.page-about .sec-pple {
	background-color: #fafafa;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.page-about .sec-bodhero {
	background-color: #fff;
	padding-top: 120px;
	padding-bottom: 30px;
	position: relative;
}

.page-about .sec-bodhero .heroimg {
	width:95%;
}

.page-about .sec-bodhero p {
	font-size: 16px;
}

.page-about .sec-bodnews {
	background-color: #fafafa;
	padding-top: 45px;
	padding-bottom: 55px;
	position: relative;
}

.page-about .sec-bodnews h2 {
	font-family: "Roboto", sans-serif;
	margin-top: 45px;
	margin-bottom: 45px;
	font-size: 48px;
	font-weight: 500;
}

.page-about .sec-bodnews h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.52941;
	letter-spacing: normal;
	margin-bottom: 20px;
	font-weight: 500;
}

.page-about .sec-bodnews p {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.52941;
	letter-spacing: normal;
	text-decoration: underline;
}


.page-about .sec-bodnews a {
	color: #000;
	text-decoration: none;
	transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-about .sec-bodnews a .fa-arrow-circle-right {
	color: #ff5628;
	transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate(4px, 0);
	-ms-transform: translate(4px, 0);
	transform: translate(4px, 0);
}

.no-touchevents .page-about .sec-bodnews a:hover .fa-arrow-circle-right {
	-webkit-transform: translate(8px, 0);
	-ms-transform: translate(8px, 0);
	transform: translate(8px, 0);
}


.page-about .sec-pple hr {
	border-top-color: #bbbbbb;
}

.page-about .sec-pple h3 {
	font-family: "Roboto", sans-serif;
	margin-bottom: 2px;
	white-space: normal;
	padding: 15px 15px 0 20px;
	display: inline-block;
	font-size: 17px;
	white-space: nowrap;
}

.page-about .sec-pple h4 {
	font-family: "Roboto", sans-serif;
	font-style: italic;
	color: #d25837;
	white-space: normal;
	padding-left: 20px;
	padding-bottom: 15px;
	font-size: 13px;
}



.page-about .sec-pple ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin-bottom: 30px;
}

.page-about .sec-pple ul img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 255px;
}

.page-about .sec-pple ul li {
	text-align: left;
	text-indent: 0;
	margin-top: 15px;
	padding: 15px 15px 0;
	box-sizing: border-box;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.page-about .sec-pple ul.secondpplerow .headerzone {
	min-height: 122px;
	min-height: 115px;
}

.page-about .sec-pple .expand,
.page-about .sec-pple .sentinel {
	width: 100vw;
}

.page-about .sec-pple .expand {
	position: absolute;
	left: 0;
	overflow: hidden;
	height: 0;
	background-color: white;
}

.page-about .sec-pple .content {
	font-size: 17px;
	padding-top: 45px;
	padding-bottom: 45px;
	box-sizing: border-box;
}

.page-about .sec-pple .content b {
	font-size: 19px;
	font-weight: normal;
	line-height: 24px;
}

.page-about .sec-pple .content p {
	font-weight: lighter;
	margin-bottom: 1.6rem;
}

.page-about .sec-pple .content img {
	margin: 0 auto 15px;
}

.page-about .sec-pple .sentinel {
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

.page-about .sec-pple .clicker {
	cursor: pointer;
	pointer-events: auto;
}

.page-about .sec-pple .headerzone {
	pointer-events: none;
	position: relative;
	min-height: 102px;
	min-height: auto;
}

.page-about .sec-pple .bodheaderzone {
	pointer-events: auto;
	position: relative;
	min-height: 102px;
	min-height: auto;
}

.page-about .sec-pple .headerzone>* {
	position: relative;
}

.page-about .sec-pple .headerzone:before {
	display: none;
	position: absolute;
	content: '';
	height: 100%;
	background-color: white;
	width: 100%;
}

.page-about .sec-pple li.selected .headerzone:before {
	display: block;
}

.page-about .sec-pple li.opened .expand {
	height: auto;
}

.page-about .sec-pple li.opened .sentinel {
	height: auto;
}

.page-about .sec-pple li.opened .clicker {
	cursor: auto;
}

.page-about .sec-pple li.opened .clicker.plus-btn {
	cursor: pointer;
}

.page-about .sec-pple li.opened .plus-btn:after {
	content: '-';
}

.page-about .sec-pple .plus-btn {
	background-color: #f57d4b;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	position: relative;
	cursor: pointer;
	pointer-events: auto !important;
	display: none;
	display: inline-block;
}



.page-about .sec-pple .plus-btn.mobile {
	display: block;
	display: none;
	margin-top: -10px;
	margin-left: 15px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

.page-about .sec-pple .plus-btn:after {
	content: '+';
	color: white;
	text-align: center;
	width: 100%;
	font-size: 15px;
	left: 0;
	position: absolute;
}

.page-about .sec-pple a {
	color: #000;
	text-decoration: none;
	transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-about .sec-pple a .fa-arrow-circle-right {
	color: #ff5628;
	transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate(4px, 0);
	-ms-transform: translate(4px, 0);
	transform: translate(4px, 0);
}

.no-touchevents .page-about .sec-pple a:hover .fa-arrow-circle-right {
	-webkit-transform: translate(8px, 0);
	-ms-transform: translate(8px, 0);
	transform: translate(8px, 0);
}

.page-about .sec-corporate {
	padding-bottom: 45px;
}

.page-about .sec-corporate h2 {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.page-about .sec-corporate ul {
	list-style-type: none;
	padding: 0;
}

.page-about .sec-corporate ul.col2 {
	padding-left: 15px;
}

.page-about .sec-corporate .piece {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.page-about .sec-corporate .piece p {
	font-size: 17px;
	margin-bottom: 15px;
}

.page-about .sec-corporate .piece:before {
	position: absolute;
	top: 0;
	left: 15px;
	height: 1px;
	width: 90%;
	background-color: white;
	content: '';
}

.page-about .sec-corporate .piece:after {
	position: absolute;
	top: 0;
	left: 15px;
	height: 4px;
	width: 80%;
	background-color: white;
	width: 48px;
	content: '';
}

.page-about .corporate-info {
	background-color: #253037;
	background-image: url(../images/about/skyline.jpg);
	background-size: 100% auto;
	background-position: center bottom;
	color: white;
	background-repeat: no-repeat;
}

.page-about .corporate-info .name {
	color: #dadada;
	font-size: 17px;
}

.page-about .corporate-info .role {
	color: #a5a5a5;
	font-size: 14px;
	font-style: italic;
}

.page-about .corporate-info li {
	margin-bottom: 15px;
}

.page-about .corporate-info .col2 li {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.page-about .corporate-info .piece:after {
	background-color: #ff5628;
}

.page-about .corporate-info .piece:before {
	background-color: #5a6469;
}

.page-about .corporate-register {
	background-color: #fd8b37;
	background-image: url("../images/common/bg-grain-pattern.png");
	background-repeat: repeat;
	color: #fff;
	padding: 60px 0;
}

.page-about .corporate-register .piece:after {
	background-color: #ffffff;
}

.page-about .corporate-register .piece:before {
	background-color: #cccccc;
}

.page-about .map-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-about .map-dots .dot {
	position: absolute;
	pointer-events: auto;
	cursor: pointer;
	padding: 6px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
}

.page-about .map-dots .dot:nth-child(1) {
	top: 94%;
	left: 2%;
}

.page-about .map-dots .dot:nth-child(2) {
	top: 44.5%;
	left: 96.0%;
}

.page-about .map-dots .dot:nth-child(3) {
	top: 16.7%;
	left: 77%;
}

.page-about .map-dots .dot:nth-child(4) {
	top: -5.5%;
	left: 21%;
}

.page-about .map-dots .dot-small {
	display: none;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
}

.page-about .map-dots .dot-small-line {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
	margin-top: -1px;
	margin-left: 4px;
	background-color: #7c8387;
	width: 0;
	transition: width 0.3s ease-out;
}

.page-about .map-dots .dot-small-line:before {
	content: ' ';
	position: absolute;
	right: -8px;
	top: -4px;
	margin-top: 1px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid white;
	background-color: white;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.page-about .map-dots .dot-big {
	position: absolute;
	width: 50px;
	height: 50px;
	margin-top: -21px;
	margin-left: -21px;
}

.page-about .map-dots .dot-big-pulse {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #52417f;
	transition: opacity 0.3s ease-out;
	-webkit-animation: pulsing2 4.2s ease-out infinite forwards;
	animation: pulsing2 4.2s ease-out infinite forwards;
}

.page-about .map-dots .dot-big-shape {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0 0 4px #fff;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.page-about .slide-manager .map-dots .dot .dot-big {
	display: none;
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-duration: .95s;
	animation-duration: .95s;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-about .slide-manager[data-slide='0'] .map-dots .dot:nth-child(1) .dot-big {
	display: block;
}

.page-about .slide-manager[data-slide='1'] .map-dots .dot:nth-child(2) .dot-big {
	display: block;
}

.page-about .slide-manager[data-slide='2'] .map-dots .dot:nth-child(3) .dot-big {
	display: block;
}

.page-about .slide-manager[data-slide='3'] .map-dots .dot:nth-child(4) .dot-big {
	display: block;
}

.page-about .slide-manager .geo-icons {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-6.6%, -12%);
	-ms-transform: translate(-6.6%, -12%);
	transform: translate(-6.6%, -12%);
}

.page-about .slide-manager .geo-icons>div {
	position: absolute;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	opacity: .75;
}

.page-about .slide-manager .geo-icons>div:nth-child(1) {
	-webkit-transform: scale(.75, .75);
	-ms-transform: scale(.75, .75);
	transform: scale(.75, .75);
	position: absolute;
	background-image: url("../images/about/about_icon_01_@2x.png");
	width: 45px;
	height: 45px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	top: 89%;
	left: -1%;
}

.page-about .slide-manager .geo-icons>div:nth-child(2) {
	-webkit-transform: scale(0.7125, 0.7125);
	-ms-transform: scale(0.7125, 0.7125);
	transform: scale(0.7125, 0.7125);
	position: absolute;
	background-image: url("../images/about/about_icon_02_@2x.png");
	width: 45px;
	height: 45px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	top: 41%;
	left: 93.0%;
}

.page-about .slide-manager .geo-icons>div:nth-child(3) {
	-webkit-transform: scale(0.675, 0.675);
	-ms-transform: scale(0.675, 0.675);
	transform: scale(0.675, 0.675);
	position: absolute;
	background-image: url("../images/about/about_icon_03_@2x.png");
	width: 57.5px;
	height: 57.5px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	top: 9%;
	left: 72%;
}

.page-about .slide-manager .geo-icons>div:nth-child(4) {
	-webkit-transform: scale(0.675, 0.675);
	-ms-transform: scale(0.675, 0.675);
	transform: scale(0.675, 0.675);
	position: absolute;
	background-image: url("../images/about/about_icon_04_@2x.png");
	width: 50px;
	height: 50px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	top: -9.9%;
	left: 16%;
}

.page-brands {
	overflow-y: scroll;
}

.page-brands .footer {
	display: none;
}

.page-brands .eleven {
	letter-spacing: -9px;
	margin-right: 5px;
}

.page-brands .btnclose {
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: -15px;
	display: block;
	font-size: 0;
}

.page-brands .btnclose:after {
	content: "\f00d";
	font-size: 15px;
	opacity: .5;
	display: inline-block;
	font: normal normal normal;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-brands .btnclose:hover:after {
	opacity: 1;
}

.page-brands .abs {
	position: absolute;
	width: 100%;
}

.page-brands .sentinel {
	display: block;
}

.page-brands .brandlist {
	list-style-type: none;
	padding: 0;
	margin-top: 25px;
	vertical-align: middle;
}

.page-brands .brandlist .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-position: center 0%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 0;
	display: inline-block;
	overflow: hidden;
	opacity: .4;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.page-brands .brandlist li {
	cursor: pointer;
	height: 80px;
	text-align: center;
	padding: 0;
}

.page-brands .brandlist li.active .img {
	background-position: center bottom;
	opacity: 1;
}

.no-touchevents .page-brands .brandlist li:hover .img {
	background-position: center bottom;
	opacity: 1;
}

.page-brands .brandlist li .img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.page-brands .brandlist li.hrnetone .img {
	width: 123px;
	height: 28.75px;
	background-image: url("../images/brands/logos/hrnetone.png");
	margin-left: -61.5px;
	margin-top: -14.375px;
}

.page-brands .brandlist li.yespay .img {
	width: 113px;
	height: 46.75px;
	background-image: url("../images/brands/logos/yespay.png");
	margin-left: -56.5px;
	margin-top: -23.375px;
}

.page-brands .brandlist li.pplesearch-pplefirst .img {
	width: 123.5px;
	height: 19px;
	background-image: url("../images/brands/logos/pplesearch.png");
	margin-left: -61.75px;
	margin-top: -9.5px;
}

.page-brands .brandlist li.pplesearch .img {
	width: 125px;
	height: 19px;
	background-image: url("../images/brands/logos/pplesearch.png");
	margin-left: -61.75px;
	margin-top: -9.5px;
}

.page-brands .brandlist li.pplefirst .img {
	width: 102.5px;
	height: 21px;
	background-image: url("../images/brands/logos/peoplefirst.png");
	margin-left: -51.25px;
	margin-top: -10.5px;
}

.page-brands .brandlist li.searchasia .img {
	width: 115px;
	height: 26px;
	background-image: url("../images/brands/logos/searchasia.png");
	margin-left: -58px;
	margin-top: -15px;
}

.page-brands .brandlist li.recruitfirst .img {
	width: 143px;
	height: 30.5px;
	background-image: url("../images/brands/logos/recruitfirst.png");
	margin-left: -71.5px;
	margin-top: -15.25px;
}

.page-brands .brandlist li.recruitlegal .img {
	width: 120px;
	height: 20.5px;
	background-image: url("../images/brands/logos/recruitlegal.png");
	margin-left: -60px;
	margin-top: -10px;
}

.page-brands .brandlist li.hrnetperf .img {
	width: 88.5px;
	height: 75.75px;
	background-image: url("../images/brands/logos/hrnetperf.png");
	margin-left: -44.25px;
	margin-top: -37.875px;
}

.page-brands .brandlist li.recruit-express .img {
	width: 52px;
	height: 66px;
	background-image: url("../images/brands/logos/recruitexpress.png");
	margin-left: -25px;
	margin-top: -33px;
}

.page-brands .brandlist li.youngtalent .img {
	width: 148px;
	height: 37px;
	background-image: url("../images/brands/logos/youngtalent.png");
	margin-left: -74px;
	margin-top: -18.5px;
}

.page-brands .brandlist li.recruit-express-services .img {
	width: 52px;
	height: 66px;
	background-image: url("../images/brands/logos/recruitexpress.png");
	margin-left: -25px;
	margin-top: -35px;
}

.page-brands .brandlist li.hrnetrimbun .img {
	width: 120px;
	height: 21px;
	background-image: url("../images/brands/logos/hrnetrimbun.png");
	margin-left: -60px;
	margin-top: -10.5px;
}

.page-brands .brandlist li.reforce .img {
	width: 120px;
	height: 23.5px;
	background-image: url("../images/brands/logos/reforce.png");
	margin-left: -60px;
	margin-top: -11.75px;
}

.page-brands .brandlist li.octomate .img {
	width: 120px;
	height: 23.5px;
	background-image: url("../images/brands/logos/octomate.png");
	margin-left: -60px;
	margin-top: -8px;
}

.page-brands .brandlist li.allwayshrnet .img {
	width: 120px;
	height: 23.5px;
	background-image: url("../images/brands/logos/allwayshrnet.png");
	margin-left: -60px;
	margin-top: -11.75px;
}

.page-brands .brandlist li.recruitfast .img {
	width: 120px;
	height: 48px;
	background-image: url("../images/brands/logos/recruitfast.png");
	margin-left: -60px;
	margin-top: -28px;
}

.page-brands .brandlist li.allwaysfirst .img {
	width: 120px;
	height: 26px;
	background-image: url("../images/brands/logos/allwaysfirst.png");
	margin-left: -60px;
	margin-top: -10px;
}

.page-brands .brandlist li.cpp .img {
	width: 85px;
	height: 65px;
	background-image: url("../images/brands/logos/cpp.png");
	margin-left: -45px;
	margin-top: -30px;
}

.page-brands .brandlist li.crew .img {
	width: 85px;
	height: 40px;
	background-image: url("../images/brands/logos/crew.png");
	margin-left: -43px;
	margin-top: -14px;
}

.page-brands .brandlist li.leaps .img {
	width: 85px;
	height: 47px;
	background-image: url("../images/brands/logos/leaps.png");
	margin-left: -40px;
	margin-top: -22px;
}

.page-brands .brandlist li.doudou .img {
	width: 110px;
	height: 25px;
	background-image: url("../images/brands/logos/doudou.png");
	margin-left: -50px;
	margin-top: -11px;
}

.page-brands .brandlist li.ease .img {
	width: 85px;
	height: 26px;
	background-image: url("../images/brands/logos/ease.png");
	margin-left: -39px;
	margin-top: -9px;
}

.page-brands .numberzone {
	opacity: 0;
	transition: opacity 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: absolute;
	bottom: 15px;
	right: 20px;
	vertical-align: top;
	color: #24154e;
	font-size: 16px;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: "Roboto", sans-serif;
	display: none;
}

.page-brands .numberzone.active {
	opacity: 1;
}

.page-brands .numberzone .line {
	position: relative;
	border-top: 1px solid #504471;
	padding-top: 12px;
}

.page-brands .numberzone .line:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 34px;
	height: 4px;
	background-color: #504471;
}

.page-brands .numberzone .num {
	color: white;
	font-size: 39px;
	vertical-align: top;
}

.page-brands .numberzone .label {
	vertical-align: top;
}

.page-brands .footer {
	height: 0;
	overflow: hidden;
}

.page-brands #wrap {
	overflow: hidden;
	position: relative;
}

.page-brands .container h1 {
	margin-top: 45px;
	margin-bottom: 45px;
	font-size: 72px;
}

.page-brands .ctalink {
	text-transform: uppercase;
	color: white;
	display: inline-block;
	font-size: 15px;
	text-decoration: none;
	margin-top: 15px;
}

.page-brands .ctalink:hover {
	text-decoration: underline;
}

.page-brands .ctalink:after {
	display: inline-block;
	font: normal normal normal;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f08e';
	margin-left: 8px;
}

.page-brands .cta {
	font-size: 19px;
	margin-top: 30px;
}

.page-brands .cta .arrowdown {
	margin-left: 15px;
	margin-top: -2px;
	vertical-align: middle;
	font-size: 17.5px;
	display: inline-block;
}

.page-brands .sect {
	overflow: hidden;
	position: relative;
}

.page-brands .sect.overflow-visible {
	overflow: visible;
}

.page-brands .sectholder .sect.alpha {
	transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	margin-top: 110px;
}

.page-brands .sectholder .sect.alpha p {
	max-width: 599px;
}

.page-brands .sectholder .sect.omega {
	display: block;
	opacity: 0;
	margin-top: 30px;
	overflow: visible;
	transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-brands .sectholder .sect.omega .fade-trans-content {
	margin-bottom: 30px;
	max-width: 660px;
}

.page-brands .sectholder .sect.omega h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

.page-brands .sectholder .sect.omega h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.page-brands .sectholder .sect.omega p {
	font-size: 17px;
	font-family: "Roboto", sans-serif;
}

.page-brands .sectholder.content-open .sect.omega {
	height: auto;
	opacity: 1;
}

.page-brands .vhzone {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
}

.page-brands .mapzone {
	position: fixed;
	width: 988px;
	height: 100%;
	top: 0;
	right: 0;
}

.page-brands .mapzone.disableclick {
	pointer-events: none;
}

.page-brands .mapbg {
	background-image: url(../images/brands/maplines.png);
	background-repeat: no-repeat;
	background-position: -110px -120px;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0.45, 0.45);
	-ms-transform: scale(0.45, 0.45);
	transform: scale(0.45, 0.45);
	opacity: .4;
}

.page-brands .hrnetgroup-holder {
	min-height: 100vh;
	background-color: #6f5b9f;
}

.page-brands .hrnetgroup-holder .grainzone {
	min-height: 100vh;
}

.page-brands .hrnetgroup-holder h1 {
	margin-top: 5px;
	margin-bottom: 0;
	max-width: 670px;
	letter-spacing: -2px;
}

.page-brands .hrnetgroup-holder p {
	color: #e1dfdf;
	font-size: 19px;
}

.page-brands .map-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	top: 230px;
	left: 500px;
	display: none;
}

.page-brands .map-dots .fade-enter-active,
.page-brands .map-dots .fade-leave-active {
	transition: opacity .5s;
}

.page-brands .map-dots .fade-enter,
.page-brands .map-dots .fade-leave-to {
	opacity: 0;
}

.page-brands .map-dots .dot {
	position: absolute;
	pointer-events: auto;
	cursor: pointer;
	padding: 7px;
}

.page-brands .map-dots .dot-small {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
}

.page-brands .map-dots .dot-small-line {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
	margin-top: -1px;
	margin-left: 3px;
	background-color: #7c8387;
	width: 0;
	transition: width 0.3s ease-out;
}

.page-brands .map-dots .dot-small-line:before {
	content: ' ';
	position: absolute;
	right: -6px;
	top: -3px;
	margin-top: 1px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 1px solid white;
	background-color: white;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.page-brands .map-dots .dot-big {
	position: absolute;
	width: 50px;
	height: 50px;
	margin-top: -22px;
	margin-left: -22px;
}

.page-brands .map-dots .dot-big-pulse {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #52417f;
	transition: opacity 0.3s ease-out;
	-webkit-animation: pulsing 4.2s ease-out infinite forwards;
	animation: pulsing 4.2s ease-out infinite forwards;
}

.page-brands .map-dots .dot-big-shape {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0 0 4px #fff;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.page-brands .map-dots .dot:hover .dot-big-pulse {
	opacity: 0;
}

.page-brands .map-dots .dot:hover .dot-big-shape {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.page-brands .map-dots .dot:hover .dot-small {
	background-color: #5dc5ff;
}

.page-brands .map-dots .dot:hover .dot-small-line:before {
	transition: -webkit-transform 0.3s 0.2s ease-out;
	transition: transform 0.3s 0.2s ease-out;
	transition: transform 0.3s 0.2s ease-out, -webkit-transform 0.3s 0.2s ease-out;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.page-brands .map-dots .dot:hover .dot-country {
	transition: opacity 0.3s 0.4s ease-out;
	opacity: 1;
}

.page-brands .map-dots .dot:hover.tokyo .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot:hover.jakarta .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot:hover.shanghai .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot:hover.suzhou .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot:hover.taiwan .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot:hover.hongkong .dot-small-line {
	width: 50px;
}

.page-brands .map-dots .dot:hover.shenzhen .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot:hover.malaysia .dot-small-line {
	width: 80px;
}

.page-brands .map-dots .dot:hover.singapore .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot:hover.china .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot:hover.kl .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot:hover.bangkok .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot:hover.guangzhou .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot:hover.taipei .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot:hover.seoul .dot-small-line {
	width: 30px;
}

.page-brands .map-dots .dot:hover.beijing .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot:hover.vietnam .dot-small-line {
	width: 40px;
}

.page-brands .map-dots .dot-country {
	position: relative;
	min-width: 100px;
	right: 0;
	left: 100%;
	top: -15px;
	white-space: nowrap;
	margin-left: 14px;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

.page-brands .map-dots .dot-country-name {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	margin-top: 8px;
}

.page-brands .map-dots .dot-country-name p {
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	margin: 0;
}

.page-brands .map-dots .dot-country-flag {
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 17px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.page-brands .map-dots .dot.tokyo {
	margin-top: -87px;
	margin-left: 343px;
}

.page-brands .map-dots .dot.tokyo .dot-country-flag {
	background-image: url("../images/common/flags/japan@x2.png");
	background-size: cover;
}

.page-brands .map-dots .dot.jakarta {
	margin-top: 359px;
	margin-left: 37px;
}

.page-brands .map-dots .dot.jakarta .dot-country-flag {
	background-image: url("../images/common/flags/indonesia@x2.png");
	background-size: cover;
}

.page-brands .map-dots .dot.shanghai {
	margin-top: -23px;
	margin-left: 183px;
}

.page-brands .map-dots .dot.shanghai .dot-country-flag {
	background-image: url("../images/common/flags/china@x2.png");
	background-size: cover;
}

.page-brands .map-dots .dot.suzhou {
	margin-top: -24px;
	margin-left: 175px;
}

.page-brands .map-dots .dot.suzhou .dot-country-flag {
	background-image: url("../images/common/flags/china@x2.png");
	background-size: cover;
}

.page-brands .map-dots .dot.hongkong {
	margin-top: 89px;
	margin-left: 125px;
}

.page-brands .map-dots .dot.hongkong .dot-country-flag {
	background-image: url("../images/common/flags/china@x2.png");
	background-size: cover;
}

.page-brands .map-dots .dot.taiwan {
	margin-top: 73px;
	margin-left: 197px;
}

.page-brands .map-dots .dot.taiwan .dot-country-flag {
	background-image: url("../images/common/flags/taiwan@x2.png");
	background-size: cover;
}

.page-brands .map-dots .dot.kaohsiung {
	margin-top: 80px;
	margin-left: 190px;
}

.page-brands .map-dots .dot.kaohsiung .dot-country-flag {
	background-image: url("../images/common/flags/taiwan@x2.png");
	background-size: cover;
}

.page-brands .map-dots .dot.malaysia {
	margin-top: 299px;
	margin-left: 13px;
}

.page-brands .map-dots .dot.malaysia .dot-country-flag {
	background-image: url("../images/common/flags/malaysia@x2.png");
	background-size: cover;
}

.page-brands .map-dots .dot.singapore {
	margin-top: 327px;
	margin-left: 39px;
}

.page-brands .map-dots .dot.singapore .dot-country-flag {
	background-image: url("../images/common/flags/singapore@x2.png");
}

.page-brands .map-dots .dot.shenzhen {
	margin-top: 87px;
	margin-left: 115px;
}

.page-brands .map-dots .dot.shenzhen .dot-country-flag {
	background-image: url("../images/common/flags/china@x2.png");
	background-size: cover;
}

.page-brands .map-dots .dot.chengdu {
	margin-top: 1px;
	margin-left: 1px;
}

.page-brands .map-dots .dot.chengdu .dot-country-flag {
	background-image: url("../images/common/flags/china@x2.png");
	background-size: cover;
}

.page-brands .map-dots .dot.guangzhou {
	margin-top: 75px;
	margin-left: 107px;
}

.page-brands .map-dots .dot.guangzhou .dot-country-flag {
	background-image: url("../images/common/flags/china@x2.png");
	background-size: cover;
}

.page-brands .map-dots .dot.beijing {
	margin-top: -140px;
	margin-left: 127px;
}

.page-brands .map-dots .dot.beijing .dot-country-flag {
	background-image: url("../images/common/flags/china@x2.png");
}

.page-brands .map-dots .dot.seoul {
	margin-left: 226px;
	margin-top: -115px;
}

.page-brands .map-dots .dot.seoul .dot-country-flag {
	background-image: url("../images/common/flags/korea@x2.png");
}

.page-brands .map-dots .dot.taipei {
	margin-left: 200px;
	margin-top: 56px;
}

.page-brands .map-dots .dot.taipei .dot-country-flag {
	background-image: url("../images/common/flags/taiwan@x2.png");
}

.page-brands .map-dots .dot.kl {
	margin-top: 299px;
	margin-left: 13px;
}

.page-brands .map-dots .dot.kl .dot-country-flag {
	background-image: url("../images/common/flags/malaysia@x2.png");
}

.page-brands .map-dots .dot.bangkok {
	margin-left: -6px;
	margin-top: 188px;
}

.page-brands .map-dots .dot.bangkok .dot-country-flag {
	background-image: url("../images/common/flags/thailand@x2.png");
}

.page-brands .map-dots .dot.china {
	margin-left: 60px;
	margin-top: 8px;
}

.page-brands .map-dots .dot.china .dot-country-flag {
	background-image: url("../images/common/flags/china@x2.png");
}

.page-brands .map-dots .dot.vietnam {
	margin-top: 188px;
	margin-left: 75px;
}

.page-brands .map-dots .dot.vietnam .dot-country-flag {
	background-image: url("../images/common/flags/singapore@x2.png");
}

.page-investor .bg-grey-lighter {
	background-color: #17578d;
}

.page-investor h1 {
	margin-top: 60px;
	margin-bottom: 45px;
	font-size: 48px;
	letter-spacing: -1px;
}

.page-investor .clear {
	clear: both;
}

.page-investor .bar-area {
	position: relative;
	width: 80%;
	float: left;
}

.page-investor .echarts {
	min-width: 250px;
}

.page-investor .coldiag {
	box-sizing: border-box;
	padding-top: 30px;
}

.page-investor .coldiag:before {
	position: absolute;
	top: 0;
	left: 15px;
	height: 1px;
	width: 60%;
	background-color: #bfbfbf;
	content: '';
}

.page-investor .coldiag:after {
	position: absolute;
	top: 0;
	left: 15px;
	height: 4px;
	width: 60%;
	background-color: #17578d;
	width: 48px;
	content: '';
}

.page-investor .colpie {
	padding-right: 0;
	margin-right: 0;
}

.page-investor .colpie h3 {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 26px;
	margin-bottom: 5px;
}

.page-investor .colpie h4 {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
}

.page-investor .colbar h3 {
	font-size: 26px;
	margin-bottom: 10px;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: -.75px;
}

.page-investor .colbar h4 {
	font-size: 32px;
	color: #17578d;
	letter-spacing: -.75px;
}

.page-investor .bar-value-area {
	position: relative;
	float: left;
	width: 20%;
	height: 100%;
	background-image: url(../images/investor/grapharrowup.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% auto;
}

.page-investor .bar-value-area .table {
	position: relative;
	display: table;
	height: 100%;
	margin: 0;
}

.page-investor .bar-value-area .cell {
	vertical-align: middle;
	display: table-cell;
}

.page-investor .bar-value-area .item {
	border-bottom: 1px solid grey;
}

.page-investor .bar-value-area .item:first-child {
	padding-bottom: 10px;
}

.page-investor .bar-value-area .item:last-child {
	border-bottom: none;
}

.page-investor .bar-value-area .item .label {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.2px;
	color: #6f6f6f;
}

.page-investor .bar-value-area .item .perc {
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	color: #17578d;
}

.page-investor .download-list-zone a {
	color: white;
	text-decoration: none;
}

.page-investor .download-list-zone .title {
	font-size: 17px;
	font-weight: lighter;
	position: relative;
	padding-left: 40px;
}

.page-investor .download-list-zone .title:before {
	display: inline-block;
	font: normal normal normal;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	vertical-align: middle;
	font-size: 15px;
	content: '\f1c1';
	top: 0;
	left: 15px;
	transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-investor .download-list-zone .size {
	text-align: right;
	font-weight: lighter;
	font-size: 14px;
}

.page-investor .download-list-zone .date {
	text-align: right;
	font-weight: lighter;
	font-size: 14px;
}

.page-investor .download-list-zone .download {
	text-align: right;
	font-size: 14px;
}

.page-investor .download-list-zone .download .arrow {
	color: white;
	display: inline-block;
	font: normal normal normal;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none !important;
}

.page-investor .download-list-zone .download .arrow:before {
	content: '\f0a9';
}

.page-investor .download-list-zone .row {
	padding-top: 10px;
	padding-bottom: 5px;
	min-height: 47px;
	transition: background-color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
	box-sizing: border-box;
}

.page-investor .download-list-zone .row:hover {
	background-color: #729bbd !important;
}

.page-investor .download-list-zone .row:hover .title:before {
	color: white;
}

.page-investor .download-list-zone .row.generic .title:before {
	display: inline-block;
	font: normal normal normal;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f15b';
}

.page-investor .download-list-zone h3 {
	font-size: 26px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	width: 100%;
	position: relative;
	max-width: 324px;
}

.page-investor .download-list-zone h3:before {
	content: '';
	width: 100%;
	position: absolute;
	top: 1px;
	height: 1px;
	left: 0;
	background-color: #729bbd;
}

.page-investor .download-list-zone h3:after {
	content: '';
	left: 0;
	width: 100%;
	max-width: 48px;
	position: absolute;
	top: 1px;
	height: 4px;
	background-color: #8cb1d1;
}

.page-investor .financials .download-list-zone .row:nth-child(odd) {
	background-color: #2c6698;
}

.page-investor .financials .download-list-zone .row:nth-child(even) {
	background-color: #376e9d;
}

.page-investor .annual-reports {
	padding-bottom: 45px;
}

.page-investor .annual-reports .colrow {
	margin-top: 30px;
}

.page-investor .annual-reports .colleft {
	font-size: 17px;
}

.page-investor .annual-reports .caption {
	text-align: center;
	margin-left: -42px;
	margin-bottom: 45px;
}

.page-investor .annual-reports .caption:before {
	display: inline-block;
	font: normal normal normal;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f1c1';
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.page-investor .annual-reports .caption.generic:before {
	content: '\f15b';
}

.page-investor .annual-reports .colleft img {
	max-width: 222px;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.page-investor .annual-reports p {
	font-size: 17px;
	font-weight: lighter;
	margin-bottom: 15px;
}

.page-investor .annual-reports h1 {
	margin-bottom: 0;
}

.page-investor .annual-reports .download-list-zone .row {
	border-bottom: 1px solid #7097b8;
}

.page-investor .annual-reports .download-list-zone .title:before {
	color: #85a8c6;
	font-size: 19px;
}

.page-investor .nr {
	margin-top: 45px;
}

.page-investor .nr ul {
	width: 100%;
	overflow: hidden;
}

.page-investor .nr ul .row {
	cursor: pointer;
}

.page-investor .nr ul .row .nr-desc:after {
	transition: background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-investor .nr ul .row:hover .nr-desc:after {
	background-color: white;
}

.page-investor .nr li p {
	color: white;
}

.page-investor .nr .nr-desc {
	font-weight: lighter;
}

.page-investor .nr .nr-desc:after {
	opacity: 1;
	background-color: #7097b8;
}

.page-investor .nr .nr-day {
	background-color: #11426a;
	color: white;
	box-sizing: border-box;
}

.page-investor .nr .nr-month {
	font-weight: lighter;
	background-color: #11426a;
	color: #9fabb9;
	text-transform: uppercase;
}

.page-investor .viewall {
	color: #5ab4ff;
	margin-top: 30px;
	font-size: 17px;
	display: block;
	font-weight: bold;
	text-decoration: none !important;
}

.page-investor .viewall:after {
	display: inline-block;
	font: normal normal normal;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	margin-left: 8px;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
	content: '\f0a9';
}

.page-investor .hrnetgroup-holder {
	background-color: #4881b3;
}

.page-investor .hrnetgroup-holder h1 {
	margin-top: 110px;
	margin-bottom: 32px;
	max-width: 670px;
	font-size: 58px;
	letter-spacing: -2.4px;
}

.page-investor .financial-highlights {
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}

.page-investor .financial-highlights h1 span {
	color: #8a8a8a;
}

.page-investor .financial-highlights .rowcol {
	width: 100%;
	margin-bottom: 30px;
}

.page-investor .financial-highlights .rowcol .table {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-investor .financial-highlights .rowcol .cell {
	margin-top: 1px;
	background-color: #f2f2f2;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
	width: 100%;
	border-right: none;
	border-right: 1px solid darkgrey;
	width: 50%;
	box-sizing: border-box;
	padding: 15px 20px;
}

.page-investor .financial-highlights .rowcol .cell:nth-child(2) {
	border-right: none;
}

.page-investor .financial-highlights .rowcol .cell:nth-child(4) {
	border-right: none;
}

.page-investor .financial-highlights .rowcol .cell:last-child {
	border-right: none;
}

.page-investor .financial-highlights .rowcol .label {
	color: #6f6f6f;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 17px;
}

.page-investor .financial-highlights .rowcol .value {
	font-family: "Roboto", sans-serif;
	color: #17578d;
	margin-top: 3px;
	font-size: 24px;
}

.page-investor h1 {
	margin-bottom: 15px;
}

.page-investor .hrnetgroup-waypointbar li.selected {
	color: #55a2e6;
	border-color: #8cb1d1;
}

.page-investor .newsroom {
	background-color: #17578d;
	padding-bottom: 60px;
}

.page-investor .newsroom h1 {
	margin-bottom: 0;
	color: white;
}

.page-investor .media-zone {
	background-color: #4378a6;
	color: white;
	padding-bottom: 30px;
}

.page-investor .media-zone h1 {
	color: white;
}

.page-investor .media-zone>.row {
	border-bottom: 1px solid #6994b9;
}

.page-investor .media-zone>.row:last-child {
	border-bottom: none;
}

.page-investor .corporate-governance {
	color: white;
	background-color: #222222;
	padding-bottom: 30px;
}

.page-investor .corporate-governance p {
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 29px;
}

.page-investor .corporate-governance a {
	color: #569edd;
	text-decoration: none !important;
}

.page-investor .ir-contact {
	background-color: #4378a6;
	padding-top: 52px;
	padding-bottom: 52px;
}

.page-investor .ir-contact>.container {
	background-color: #fff;
}

.page-investor .ir-contact .imgcol {
	padding-left: 0;
	padding-right: 0;
}

.page-investor .ir-contact .imgcol img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 495px;
	margin: 0 auto;
}

.page-investor .ir-contact .info {
	display: block;
}

.page-investor .ir-contact .table {
	position: relative;
	display: table;
	height: 100%;
	margin: 0;
}

.page-investor .ir-contact .cell {
	vertical-align: middle;
	display: table-cell;
	min-height: 200px;
}

.page-investor .ir-contact .cell h1 {
	margin-top: 0;
	font-size: 35px;
}

.page-investor .ir-contact .cell.padded {
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-investor .ir-contact b {
	color: #4378a6;
}

.page-investor .ir-contact p {
	font-size: 15px;
}

.page-investor .ir-contact a {
	color: currentColor;
	text-decoration: none;
}

.page-investor .splash-holder {
	background-image: url(../images/investor/splash1.jpg);
	background-repeat: no-repeat;
	box-sizing: border-box;
	max-height: 670px;
	background-size: 100% auto;
	background-position: center center;
	margin: 0 auto;
	max-width: 1920px;
}

.page-newsroom .bg-grey-lighter {
	background-color: #17578d;
}

.page-newsroom h1 {
	margin-top: 60px;
	margin-bottom: 45px;
	font-size: 48px;
	letter-spacing: -1px;
}

.page-newsroom .clear {
	clear: both;
}

.page-newsroom .hrnetgroup-waypointbar li.selected {
	color: #55a2e6;
	border-color: #8cb1d1;
}

.page-newsroom .hrnetgroup-waypointbar li.year {
	color: white;
}

.page-newsroom .bgcolor {
	background-color: #4881b3;
}

.page-newsroom .hrnetgroup-holder {
	background-color: #4881b3;
}

.page-newsroom .hrnetgroup-holder h1 {
	margin-top: 110px;
	margin-bottom: 32px;
	max-width: 670px;
	font-size: 58px;
	letter-spacing: -2.4px;
}

.page-newsroom .splash-holder {
	background-image: url(../images/newsroom/splash1.jpg);
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-size: 100% auto;
	background-position: center 32%;
	margin: 0 auto;
	max-height: 680px;
}

.page-newsroom .nr {
	padding-bottom: 45px;
	margin-top: 45px;
}

.page-newsroom .nr ul {
	width: 100%;
	overflow: hidden;
}

.page-newsroom .nr ul a.row {
	cursor: pointer;
}

.page-newsroom .nr ul .row .nr-desc:after {
	transition: background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-newsroom .nr ul .row:hover .nr-desc:after {
	background-color: white;
}

.page-newsroom .nr li p {
	color: white;
}

.page-newsroom .nr .nr-desc {
	font-weight: lighter;
}

.page-newsroom .nr .nr-desc:after {
	opacity: 1;
	background-color: #7097b8;
}

.page-newsroom .nr .nr-day {
	background-color: #11426a;
	color: white;
	box-sizing: border-box;
}

.page-newsroom .nr .nr-month {
	font-weight: lighter;
	background-color: #11426a;
	color: #9fabb9;
	text-transform: uppercase;
}

.page-newsroom .hrnetgroup-holder.innernews {
	background-color: #17578d;
}

.page-newsroom .innernews .bg-grey-lighter {
	margin-bottom: 25px;
	background-color: transparent;
}

.page-newsroom .innernews .nr .nr-day {
	margin-bottom: 1px;
}

.page-newsroom .innernews .nr a {
	font-size: 17px;
	color: #5ab4ff;
	font-weight: bold;
	display: inline;
}

.page-newsroom .innernews .nr .container {
	width: 100%;
	padding: 0;
}

.page-newsroom .nr-description {
	font-weight: lighter;
	font-size: 17px;
}

.page-newsroom .nr-description h2 {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 30px;
	margin-top: 5px;
}

.page-newsroom .nr-description h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: normal;
	letter-spacing: normal;
}

.page-newsroom .nr-description h4 {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: normal;
	letter-spacing: normal;
	text-decoration: underline;
}

.page-newsroom .nr-description ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
	margin-bottom: 15px;
}

.page-newsroom .nr-description ul>li {
	display: list-item;
}

.page-newsroom .nr-description p {
	margin-bottom: 20px;
	line-height: 28px;
}

.page-newsroom .nr-description hr {
	border-color: rgba(255, 255, 255, 0.25);
}

.page-newsroom .nr-description .download-cta {
	margin-top: 5px;
}

.page-newsroom .nr-description .download-cta:before {
	display: inline-block;
	font: normal normal normal;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	content: '\f1c1';
	margin-right: 12px;
	font-size: 16px;
}

.page-newsroom table {
	font-size: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: lighter;
}

.page-newsroom table a {
	font-size: 17px;
	color: inherit;
}

.page-newsroom table tr.heading {
	background-color: #123f66;
}

.page-newsroom table tr th {
	font-weight: normal;
	color: white;
	padding: 15px 25px;
}

.page-newsroom table td {
	padding: 15px 25px;
	background-color: white;
	border-bottom: 1px solid gray;
	color: black;
}

.page-newsroom table td.label {
	background-color: #e5e5e5;
	font-weight: normal;
}

.page-newsroom .backzone {
	margin-top: 30px;
}

.page-newsroom .backzone hr {
	margin-bottom: 30px;
	border-top: 1px solid #4379ff;
	opacity: .5;
}

.page-newsroom .backzone a:before {
	display: inline-block;
	font: normal normal normal;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	content: '\f0a8';
	margin-right: 10px;
}

.page-contact .main-container {
	max-width: 1280px;
}

.page-contact .formsubmitted {
	display: none;
}

.page-contact a {
	text-decoration: none;
	color: inherit;
}

.page-contact #SlideManager {
	transition: background-color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-contact #SlideManager.notready {
	padding-top: 34.375%;
	background-color: black;
}

.page-contact .addresszone {
	font-size: 21px;
	font-weight: lighter;
	position: relative;
	margin-bottom: 30px;
}

.page-contact .addresszone:after {
	display: block;
	width: 70%;
	height: 1px;
	left: 15%;
	background-color: black;
	opacity: .20;
	margin-top: 15px;
}

.page-contact .addressrow {
	padding-top: 120px;
	padding-bottom: 45px;
}

.page-contact .address {
	line-height: 28px;
}

.page-contact .hrnetgroup-holder {
	background-color: #edb15f;
}

.page-contact .hrnetgroup-holder h3 {
	font-size: 21px;
	font-weight: bold;
}

.page-contact label {
	font-weight: normal;
	font-size: 15px;
}

.page-contact .infopieces {
	font-size: 15px;
	margin-top: 20px;
}

.page-contact .infopieces>div {
	display: inline-block;
	margin-right: 15px;
}

.page-contact .infopieces>div:last-child {
	margin-right: 0;
}

.page-contact .email {
	font-weight: normal;
}

.page-contact form input {
	font-size: 17px;
	color: white;
	background-color: transparent;
	box-shadow: none;
	outline: none;
	border: none;
	border-bottom: 1px solid white;
}

.page-contact form input::-webkit-input-placeholder {
	font-weight: lighter;
	font-style: italic;
	color: #eeeeee;
}

.page-contact form input::-moz-placeholder {
	font-weight: lighter;
	font-style: italic;
	color: #eeeeee;
}

.page-contact form input:-ms-input-placeholder {
	font-weight: lighter;
	font-style: italic;
	color: #eeeeee;
}

.page-contact form input::placeholder {
	font-weight: lighter;
	font-style: italic;
	color: #eeeeee;
}

.page-contact form button {
	font-size: 17px;
	color: white;
	background-color: transparent;
	box-shadow: none;
	border: none;
	outline: none;
	display: block;
	cursor: pointer;
	margin-top: 15px;
	text-indent: none;
	padding: 0;
}

.page-contact .subscribe-cta {
	font-size: 17px;
	margin-bottom: 15px;
}

.page-terms .spacer,
.page-privacy .spacer {
	padding-top: 110px;
	padding-bottom: 30px;
	height: 200px;
	background-color: #edb15f;
}

.page-terms .spacer h1,
.page-privacy .spacer h1 {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: normal;
	letter-spacing: -.02em;
	color: #fff;
}

.page-terms .main>.container,
.page-privacy .main>.container {
	padding-top: 45px;
	padding-bottom: 45px;
}

.page-terms .main p,
.page-privacy .main p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.33333;
	letter-spacing: normal;
	margin-bottom: 30px;
}

.page-terms .main a,
.page-privacy .main a {
	color: #558bb9;
}

.btn-reset {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	outline: none;
	cursor: pointer;
}

.input-reset {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1;
}

.counter-reset {
	counter-reset: section;
}

.counter-reset-no:before {
	counter-increment: section;
	content: counter(section);
}

.bg-white {
	background-color: #fff;
}

.overflow-hidden {
	overflow: hidden;
}

.valign-t {
	vertical-align: top;
}

.valign-m {
	vertical-align: middle;
}

.valign-b {
	vertical-align: bottom;
}

.talign-center {
	text-align: center;
}

.talign-left {
	text-align: left;
}

.talign-right {
	text-align: right;
}

.full-height {
	height: 100%;
}

.full-width {
	width: 100%;
}

.img-sharpen {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.tablefix {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.tablefix-cell {
	display: table-cell;
	vertical-align: middle;
}

.tablefix-cell-content {
	position: relative;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.italic {
	font-style: italic;
}

.bold {
	font-style: bold;
}

.underline {
	text-decoration: underline;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
	src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/slick/slick.eot");
	src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
}

@media (-webkit-transform-3d) {
	.carousel-item {
		transition: -webkit-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-item-next,
	.active.carousel-item-right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.carousel-item-prev,
	.active.carousel-item-left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333),
only screen and (min-resolution: 125dpi) {

	.header.is-active .topbar-logo,
	.header.hamburger-open .topbar-logo {
		background-image: url("../images/common/logo-fullcolor@2x.png");
	}

	.topbar-logo {
		background-image: url("../images/common/logo@2x.png");
	}

	.page-home .hrnetgroup-slide-1 .person-1a.is-lazy-loaded {
		background-image: url("../images/home/sprites/person-9-still@2x.png");
	}

	.page-home .hrnetgroup-slide-1 .person-1a.is-lazy-loaded .sprite {
		background-image: url("../images/home/sprites/person-9@2x.png");
	}

	.page-home .hrnetgroup-slide-1 .person-1b.is-lazy-loaded {
		background-image: url("../images/home/individuals/1-1@2x.png");
	}

	.page-home .hrnetgroup-slide-1 .person-1c.is-lazy-loaded {
		background-image: url("../images/home/individuals/1-2@2x.png");
	}

	.page-home .hrnetgroup-slide-1 .person-1d.is-lazy-loaded {
		background-image: url("../images/home/sprites/person-1-still@2x.png");
	}

	.page-home .hrnetgroup-slide-1 .person-1d.is-lazy-loaded .sprite {
		background-image: url("../images/home/sprites/person-1@2x.png");
	}

	.page-home .hrnetgroup-slide-1 .mobile-img {
		background-image: url("../images/home/1/mobile-1@2x.png");
	}

	.page-home .hrnetgroup-slide-2 .clouds-track-bg .cloud-1.is-lazy-loaded {
		background-image: url("../images/home/cloud-3@2x.png");
	}

	.page-home .hrnetgroup-slide-2 .clouds-track-fg .cloud-1.is-lazy-loaded {
		background-image: url("../images/home/cloud-1@2x.png");
	}

	.page-home .hrnetgroup-slide-2 .jet.is-lazy-loaded {
		background-image: url("../images/home/jet@2x.png");
	}

	.page-home .hrnetgroup-slide-2 .person-2a.is-lazy-loaded {
		background-image: url("../images/home/individuals/2-1@2x.png");
	}

	.page-home .hrnetgroup-slide-2 .person-2b.is-lazy-loaded {
		background-image: url("../images/home/individuals/2-2@2x.png");
	}

	.page-home .hrnetgroup-slide-2 .person-2c.is-lazy-loaded {
		background-image: url("../images/home/sprites/person-6-still@2x.png");
	}

	.page-home .hrnetgroup-slide-2 .person-2c.is-lazy-loaded .sprite {
		background-image: url("../images/home/sprites/person-6@2x.png");
	}

	.page-home .hrnetgroup-slide-2 .person-2d.is-lazy-loaded .sprite {
		background-image: url("../images/home/sprites/person-8@2x.png");
	}

	.page-home .hrnetgroup-slide-2 .mobile-img {
		background-image: url("../images/home/2/mobile-2@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .clouds-track-bg .cloud-1.is-lazy-loaded {
		background-image: url("../images/home/cloud-3@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .clouds-track-bg .cloud-2.is-lazy-loaded {
		background-image: url("../images/home/cloud-2@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .clouds-track-fg .cloud-1.is-lazy-loaded {
		background-image: url("../images/home/cloud-1@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .bird-1.is-lazy-loaded {
		background-image: url("../images/home/sprites/bird-1@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .bird-2.is-lazy-loaded {
		background-image: url("../images/home/sprites/bird-2@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .bird-3.is-lazy-loaded {
		background-image: url("../images/home/sprites/bird-1@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .bird-4.is-lazy-loaded {
		background-image: url("../images/home/sprites/bird-2@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .bird-5.is-lazy-loaded {
		background-image: url("../images/home/sprites/bird-1@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .person-3a.is-lazy-loaded {
		background-image: url("../images/home/individuals/3-1@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .person-3b.is-lazy-loaded {
		background-image: url("../images/home/individuals/3-2@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .person-3c.is-lazy-loaded {
		background-image: url("../images/home/sprites/person-7-still@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .person-3c.is-lazy-loaded .sprite {
		background-image: url("../images/home/sprites/person-7@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .person-3d.is-lazy-loaded {
		background-image: url("../images/home/sprites/person-4-still@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .person-3d.is-lazy-loaded .sprite {
		background-image: url("../images/home/sprites/person-4@2x.png");
	}

	.page-home .hrnetgroup-slide-3 .mobile-img {
		background-image: url("../images/home/3/mobile-3@2x.png");
	}

	.page-home .hrnetgroup-slide-4 .clouds-track-bg .cloud-1.is-lazy-loaded {
		background-image: url("../images/home/cloud-3@2x.png");
	}

	.page-home .hrnetgroup-slide-4 .clouds-track-bg .cloud-2.is-lazy-loaded {
		background-image: url("../images/home/cloud-1@2x.png");
	}

	.page-home .hrnetgroup-slide-4 .clouds-track-bg .cloud-3.is-lazy-loaded {
		background-image: url("../images/home/cloud-2@2x.png");
	}

	.page-home .hrnetgroup-slide-4 .clouds-track-fg .cloud-1.is-lazy-loaded {
		background-image: url("../images/home/cloud-3@2x.png");
	}

	.page-home .hrnetgroup-slide-4 .clouds-track-fg .cloud-2.is-lazy-loaded {
		background-image: url("../images/home/cloud-1@2x.png");
	}

	.page-home .hrnetgroup-slide-4 .balloon.is-lazy-loaded {
		background-image: url("../images/home/hotairballoon@2x.png");
	}

	.page-home .hrnetgroup-slide-4 .person-4a.is-lazy-loaded {
		background-image: url("../images/home/individuals/4-2@2x.png");
	}

	.page-home .hrnetgroup-slide-4 .person-4b.is-lazy-loaded {
		background-image: url("../images/home/sprites/person-2-still@2x.png");
	}

	.page-home .hrnetgroup-slide-4 .person-4b.is-lazy-loaded .sprite {
		background-image: url("../images/home/sprites/person-2@2x.png");
	}

	.page-home .hrnetgroup-slide-4 .person-4c.is-lazy-loaded {
		background-image: url("../images/home/individuals/4-1@2x.png");
	}

	.page-home .hrnetgroup-slide-4 .person-4d.is-lazy-loaded {
		background-image: url("../images/home/sprites/person-5-still@2x.png");
	}

	.page-home .hrnetgroup-slide-4 .person-4d.is-lazy-loaded .sprite {
		background-image: url("../images/home/sprites/person-5@2x.png");
	}

	.page-home .hrnetgroup-slide-4 .mobile-img {
		background-image: url("../images/home/4/mobile-4@2x.png");
	}

	.page-home .hrnetgroup-slide-5 .person-5a.is-lazy-loaded {
		background-image: url("../images/home/individuals/5-0@2x.png");
	}

	.page-home .hrnetgroup-slide-5 .mobile-img {
		background-image: url("../images/home/5/mobile-5@2x.png");
	}

	.page-about .sec-glance .icon.focus {
		background-image: url("../images/about/glance/icon-focus@2x.png");
	}

	.page-about .sec-glance .icon.diversified {
		background-image: url("../images/about/glance/icon-diversified@2x.png");
	}

	.page-about .sec-glance .icon.leading {
		background-image: url("../images/about/glance/icon-leading@2x.png");
	}

	.page-about .sec-glance .icon.asia {
		background-image: url("../images/about/glance/icon-asia@2x.png");
	}

	.page-about .sec-glance .icon.growth {
		background-image: url("../images/about/glance/icon-growth@2x.png");
	}

	.page-about .sec-glance .icon.twin {
		background-image: url("../images/about/glance/icon-twin@2x.png");
	}
}

@media (min-width: 576px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.container {
		width: 540px;
		max-width: 100%;
	}

	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}

	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-sm-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-sm-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-sm-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-sm-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-sm-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-sm-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-sm-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-sm-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-sm-0 {
		right: auto;
	}

	.pull-sm-1 {
		right: 8.33333%;
	}

	.pull-sm-2 {
		right: 16.66667%;
	}

	.pull-sm-3 {
		right: 25%;
	}

	.pull-sm-4 {
		right: 33.33333%;
	}

	.pull-sm-5 {
		right: 41.66667%;
	}

	.pull-sm-6 {
		right: 50%;
	}

	.pull-sm-7 {
		right: 58.33333%;
	}

	.pull-sm-8 {
		right: 66.66667%;
	}

	.pull-sm-9 {
		right: 75%;
	}

	.pull-sm-10 {
		right: 83.33333%;
	}

	.pull-sm-11 {
		right: 91.66667%;
	}

	.pull-sm-12 {
		right: 100%;
	}

	.push-sm-0 {
		left: auto;
	}

	.push-sm-1 {
		left: 8.33333%;
	}

	.push-sm-2 {
		left: 16.66667%;
	}

	.push-sm-3 {
		left: 25%;
	}

	.push-sm-4 {
		left: 33.33333%;
	}

	.push-sm-5 {
		left: 41.66667%;
	}

	.push-sm-6 {
		left: 50%;
	}

	.push-sm-7 {
		left: 58.33333%;
	}

	.push-sm-8 {
		left: 66.66667%;
	}

	.push-sm-9 {
		left: 75%;
	}

	.push-sm-10 {
		left: 83.33333%;
	}

	.push-sm-11 {
		left: 91.66667%;
	}

	.push-sm-12 {
		left: 100%;
	}

	.offset-sm-0 {
		margin-left: 0%;
	}

	.offset-sm-1 {
		margin-left: 8.33333%;
	}

	.offset-sm-2 {
		margin-left: 16.66667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333%;
	}

	.offset-sm-5 {
		margin-left: 41.66667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333%;
	}

	.offset-sm-8 {
		margin-left: 66.66667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333%;
	}

	.offset-sm-11 {
		margin-left: 91.66667%;
	}

	.card-deck {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.card-deck .card {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex: 1 0 0;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.card-deck .card:not(:first-child) {
		margin-left: 15px;
	}

	.card-deck .card:not(:last-child) {
		margin-right: 15px;
	}

	.card-group {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.card-group .card {
		-webkit-flex: 1 0 0;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
	}

	.card-group .card+.card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group .card:first-child {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

	.card-group .card:first-child .card-img-top {
		border-top-right-radius: 0;
	}

	.card-group .card:first-child .card-img-bottom {
		border-bottom-right-radius: 0;
	}

	.card-group .card:last-child {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}

	.card-group .card:last-child .card-img-top {
		border-top-left-radius: 0;
	}

	.card-group .card:last-child .card-img-bottom {
		border-bottom-left-radius: 0;
	}

	.card-group .card:not(:first-child):not(:last-child) {
		border-radius: 0;
	}

	.card-group .card:not(:first-child):not(:last-child) .card-img-top,
	.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
		border-radius: 0;
	}

	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
		margin-bottom: .75rem;
	}

	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.flex-sm-first {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.flex-sm-last {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.flex-sm-unordered {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.flex-sm-row {
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-sm-start {
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-sm-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-sm-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-sm-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-sm-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-sm-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.float-sm-left {
		float: left !important;
	}

	.float-sm-right {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}

	.m-sm-0 {
		margin: 0 0 !important;
	}

	.mt-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0 {
		margin-left: 0 !important;
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.m-sm-1 {
		margin: .25rem .25rem !important;
	}

	.mt-sm-1 {
		margin-top: .25rem !important;
	}

	.mr-sm-1 {
		margin-right: .25rem !important;
	}

	.mb-sm-1 {
		margin-bottom: .25rem !important;
	}

	.ml-sm-1 {
		margin-left: .25rem !important;
	}

	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}

	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}

	.m-sm-2 {
		margin: .5rem .5rem !important;
	}

	.mt-sm-2 {
		margin-top: .5rem !important;
	}

	.mr-sm-2 {
		margin-right: .5rem !important;
	}

	.mb-sm-2 {
		margin-bottom: .5rem !important;
	}

	.ml-sm-2 {
		margin-left: .5rem !important;
	}

	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}

	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}

	.m-sm-3 {
		margin: 1rem 1rem !important;
	}

	.mt-sm-3 {
		margin-top: 1rem !important;
	}

	.mr-sm-3 {
		margin-right: 1rem !important;
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}

	.ml-sm-3 {
		margin-left: 1rem !important;
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem 1.5rem !important;
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mr-sm-4 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-sm-4 {
		margin-left: 1.5rem !important;
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem 3rem !important;
	}

	.mt-sm-5 {
		margin-top: 3rem !important;
	}

	.mr-sm-5 {
		margin-right: 3rem !important;
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}

	.ml-sm-5 {
		margin-left: 3rem !important;
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.p-sm-0 {
		padding: 0 0 !important;
	}

	.pt-sm-0 {
		padding-top: 0 !important;
	}

	.pr-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0 {
		padding-bottom: 0 !important;
	}

	.pl-sm-0 {
		padding-left: 0 !important;
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.p-sm-1 {
		padding: .25rem .25rem !important;
	}

	.pt-sm-1 {
		padding-top: .25rem !important;
	}

	.pr-sm-1 {
		padding-right: .25rem !important;
	}

	.pb-sm-1 {
		padding-bottom: .25rem !important;
	}

	.pl-sm-1 {
		padding-left: .25rem !important;
	}

	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}

	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}

	.p-sm-2 {
		padding: .5rem .5rem !important;
	}

	.pt-sm-2 {
		padding-top: .5rem !important;
	}

	.pr-sm-2 {
		padding-right: .5rem !important;
	}

	.pb-sm-2 {
		padding-bottom: .5rem !important;
	}

	.pl-sm-2 {
		padding-left: .5rem !important;
	}

	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}

	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}

	.p-sm-3 {
		padding: 1rem 1rem !important;
	}

	.pt-sm-3 {
		padding-top: 1rem !important;
	}

	.pr-sm-3 {
		padding-right: 1rem !important;
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pl-sm-3 {
		padding-left: 1rem !important;
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem 1.5rem !important;
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pr-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-sm-4 {
		padding-left: 1.5rem !important;
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem 3rem !important;
	}

	.pt-sm-5 {
		padding-top: 3rem !important;
	}

	.pr-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}

	.pl-sm-5 {
		padding-left: 3rem !important;
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-auto {
		margin-left: auto !important;
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}

	.hidden-sm-up {
		display: none !important;
	}

	.c-sm-1 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 8.33333%;
	}

	.c-sm-2 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 16.66667%;
	}

	.c-sm-3 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 25%;
	}

	.c-sm-4 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 33.33333%;
	}

	.c-sm-5 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 41.66667%;
	}

	.c-sm-6 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 50%;
	}

	.c-sm-7 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 58.33333%;
	}

	.c-sm-8 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 66.66667%;
	}

	.c-sm-9 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 75%;
	}

	.c-sm-10 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 83.33333%;
	}

	.c-sm-11 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 91.66667%;
	}

	.c-sm-12 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 100%;
	}

	.page-about .geolines-holder {
		width: 100%;
		left: -15px;
	}

	.page-about .sec-pple h3 {
		font-size: 21px;
	}

	.page-about .sec-pple h4 {
		font-size: 14px;
	}

	.page-about .corporate-info .col2 li {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.page-brands .numberzone {
		display: block;
	}

	.page-brands .mapbg {
		-webkit-transform: scale(0.65, 0.65);
		-ms-transform: scale(0.65, 0.65);
		transform: scale(0.65, 0.65);
	}

	.page-investor .nr .nr-day {
		border-right: 1px solid #17578d;
	}

	.page-investor .financial-highlights .rowcol .cell {
		width: 33.33333%;
	}

	.page-investor .financial-highlights .rowcol .cell:nth-child(2) {
		border-right: 1px solid darkgrey;
	}

	.page-investor .financial-highlights .rowcol .cell:nth-child(3) {
		border-right: none;
	}

	.page-investor .financial-highlights .rowcol .cell:nth-child(4) {
		border-right: 1px solid darkgrey;
	}

	.page-investor .ir-contact .imgcol img {
		margin: 0;
	}

	.page-investor .ir-contact .info {
		display: inline-block;
		margin-right: 15px;
	}

	.page-investor .ir-contact .info:last-child {
		margin-right: 0;
	}

	.page-newsroom .nr .nr-day {
		border-right: 1px solid #7097b8;
	}

	.page-newsroom .innernews .nr .nr-day {
		margin-bottom: 0;
	}

	.page-newsroom .innernews .nr .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.page-newsroom .nr-description {
		padding-left: 15px;
	}

	.page-contact .addresszone {
		margin-bottom: 0;
	}

	.page-contact .addresszone:after {
		display: none;
	}

	.page-contact .addresszone:before {
		position: absolute;
		right: 0;
		width: 1px;
		height: 70%;
		top: 15%;
		background-color: black;
		opacity: .20;
	}

	.page-contact .addressrow>div {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 768px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.container {
		width: 720px;
		max-width: 100%;
	}

	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}

	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-md-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-md-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-md-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-md-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-md-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-md-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-md-0 {
		right: auto;
	}

	.pull-md-1 {
		right: 8.33333%;
	}

	.pull-md-2 {
		right: 16.66667%;
	}

	.pull-md-3 {
		right: 25%;
	}

	.pull-md-4 {
		right: 33.33333%;
	}

	.pull-md-5 {
		right: 41.66667%;
	}

	.pull-md-6 {
		right: 50%;
	}

	.pull-md-7 {
		right: 58.33333%;
	}

	.pull-md-8 {
		right: 66.66667%;
	}

	.pull-md-9 {
		right: 75%;
	}

	.pull-md-10 {
		right: 83.33333%;
	}

	.pull-md-11 {
		right: 91.66667%;
	}

	.pull-md-12 {
		right: 100%;
	}

	.push-md-0 {
		left: auto;
	}

	.push-md-1 {
		left: 8.33333%;
	}

	.push-md-2 {
		left: 16.66667%;
	}

	.push-md-3 {
		left: 25%;
	}

	.push-md-4 {
		left: 33.33333%;
	}

	.push-md-5 {
		left: 41.66667%;
	}

	.push-md-6 {
		left: 50%;
	}

	.push-md-7 {
		left: 58.33333%;
	}

	.push-md-8 {
		left: 66.66667%;
	}

	.push-md-9 {
		left: 75%;
	}

	.push-md-10 {
		left: 83.33333%;
	}

	.push-md-11 {
		left: 91.66667%;
	}

	.push-md-12 {
		left: 100%;
	}

	.offset-md-0 {
		margin-left: 0%;
	}

	.offset-md-1 {
		margin-left: 8.33333%;
	}

	.offset-md-2 {
		margin-left: 16.66667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333%;
	}

	.offset-md-5 {
		margin-left: 41.66667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333%;
	}

	.offset-md-8 {
		margin-left: 66.66667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333%;
	}

	.offset-md-11 {
		margin-left: 91.66667%;
	}

	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.flex-md-first {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.flex-md-last {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.flex-md-unordered {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.flex-md-row {
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-md-start {
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-md-start {
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-md-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-md-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-md-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-md-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-md-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-md-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-md-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-md-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-md-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.float-md-left {
		float: left !important;
	}

	.float-md-right {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}

	.m-md-0 {
		margin: 0 0 !important;
	}

	.mt-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0 {
		margin-left: 0 !important;
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.m-md-1 {
		margin: .25rem .25rem !important;
	}

	.mt-md-1 {
		margin-top: .25rem !important;
	}

	.mr-md-1 {
		margin-right: .25rem !important;
	}

	.mb-md-1 {
		margin-bottom: .25rem !important;
	}

	.ml-md-1 {
		margin-left: .25rem !important;
	}

	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}

	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}

	.m-md-2 {
		margin: .5rem .5rem !important;
	}

	.mt-md-2 {
		margin-top: .5rem !important;
	}

	.mr-md-2 {
		margin-right: .5rem !important;
	}

	.mb-md-2 {
		margin-bottom: .5rem !important;
	}

	.ml-md-2 {
		margin-left: .5rem !important;
	}

	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}

	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}

	.m-md-3 {
		margin: 1rem 1rem !important;
	}

	.mt-md-3 {
		margin-top: 1rem !important;
	}

	.mr-md-3 {
		margin-right: 1rem !important;
	}

	.mb-md-3 {
		margin-bottom: 1rem !important;
	}

	.ml-md-3 {
		margin-left: 1rem !important;
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem 1.5rem !important;
	}

	.mt-md-4 {
		margin-top: 1.5rem !important;
	}

	.mr-md-4 {
		margin-right: 1.5rem !important;
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-4 {
		margin-left: 1.5rem !important;
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem 3rem !important;
	}

	.mt-md-5 {
		margin-top: 3rem !important;
	}

	.mr-md-5 {
		margin-right: 3rem !important;
	}

	.mb-md-5 {
		margin-bottom: 3rem !important;
	}

	.ml-md-5 {
		margin-left: 3rem !important;
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.p-md-0 {
		padding: 0 0 !important;
	}

	.pt-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0 {
		padding-left: 0 !important;
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.p-md-1 {
		padding: .25rem .25rem !important;
	}

	.pt-md-1 {
		padding-top: .25rem !important;
	}

	.pr-md-1 {
		padding-right: .25rem !important;
	}

	.pb-md-1 {
		padding-bottom: .25rem !important;
	}

	.pl-md-1 {
		padding-left: .25rem !important;
	}

	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}

	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}

	.p-md-2 {
		padding: .5rem .5rem !important;
	}

	.pt-md-2 {
		padding-top: .5rem !important;
	}

	.pr-md-2 {
		padding-right: .5rem !important;
	}

	.pb-md-2 {
		padding-bottom: .5rem !important;
	}

	.pl-md-2 {
		padding-left: .5rem !important;
	}

	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}

	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}

	.p-md-3 {
		padding: 1rem 1rem !important;
	}

	.pt-md-3 {
		padding-top: 1rem !important;
	}

	.pr-md-3 {
		padding-right: 1rem !important;
	}

	.pb-md-3 {
		padding-bottom: 1rem !important;
	}

	.pl-md-3 {
		padding-left: 1rem !important;
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem 1.5rem !important;
	}

	.pt-md-4 {
		padding-top: 1.5rem !important;
	}

	.pr-md-4 {
		padding-right: 1.5rem !important;
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-md-4 {
		padding-left: 1.5rem !important;
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem 3rem !important;
	}

	.pt-md-5 {
		padding-top: 3rem !important;
	}

	.pr-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-5 {
		padding-bottom: 3rem !important;
	}

	.pl-md-5 {
		padding-left: 3rem !important;
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto {
		margin-left: auto !important;
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}

	.hidden-md-up {
		display: none !important;
	}

	.c-md-1 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 8.33333%;
	}

	.c-md-2 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 16.66667%;
	}

	.c-md-3 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 25%;
	}

	.c-md-4 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 33.33333%;
	}

	.c-md-5 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 41.66667%;
	}

	.c-md-6 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 50%;
	}

	.c-md-7 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 58.33333%;
	}

	.c-md-8 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 66.66667%;
	}

	.c-md-9 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 75%;
	}

	.c-md-10 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 83.33333%;
	}

	.c-md-11 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 91.66667%;
	}

	.c-md-12 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 100%;
	}

	.header {
		padding: 0 40px;
	}

	.header {
		height: auto;
		overflow: visible;
	}

	.topbar {
		padding-top: 45px;
		height: auto;
	}

	.topbar .hamburger-btn {
		display: none;
	}

	.topbar-logo {
		margin-bottom: 0;
		margin-left: 0;
	}

	.topbar-nav {
		display: inline-block;
		position: relative;
		margin-top: 0;
		position: absolute;
		right: 0;
	}

	.topbar-item {
		display: inline-block;
		margin-left: 15px;
		margin-right: 0;
		margin-bottom: 0;
	}

	.hrnetgroup-waypointbar ul li {
		margin-right: 30px;
	}

	.hrnetgroup-waypointbar.fixed {
		top: 46px;
	}

	.page-home .hrnetgroup-holder {
		height: 100%;
	}

	.page-home #hrnetgroup-slider {
		height: 100%;
	}

	.page-home #hrnetgroup-slider .slick-list {
		height: 100%;
	}

	.page-home #hrnetgroup-slider .slick-track {
		height: 100%;
	}

	.page-home #hrnetgroup-slider .slick-slide {
		height: 100%;
	}

	.page-home .hrnetgroup-slide-desc {
		left: auto;
		bottom: auto;
		padding: 0;
	}

	.page-home .hrnetgroup-slide-desc h3 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.14286;
		letter-spacing: -.01em;
	}

	.page-home .hrnetgroup-slide-desc p {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: normal;
		letter-spacing: -.01em;
	}

	.page-home .hrnetgroup-slide-desc .fa {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: normal;
		letter-spacing: normal;
	}

	.page-home #hrnetgroup-slider-bullet {
		bottom: 50px;
	}

	.page-home .gradient-fg {
		height: 50%;
		bottom: 50%;
		margin-bottom: -190px;
	}

	.page-home .move-holder .mobile-img {
		background-image: none;
	}

	.page-home .clouds-track {
		display: block;
	}

	.page-home .main section {
		padding: 120px 0;
	}

	.page-home .main section img {
		margin-bottom: 0;
	}

	.page-home .hrnetgroup-slide-1 .hrnetgroup-slide-desc {
		background-color: transparent;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 570px;
		height: auto;
		margin-left: -65px;
		margin-top: 204px;
	}

	.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .building-1a {
		transition: opacity 1.9s 0.3s ease-out, -webkit-transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.3s ease-out, transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.3s ease-out, transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .building-1b {
		transition: opacity 1.9s 0.4s ease-out, -webkit-transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.4s ease-out, transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.4s ease-out, transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-1a .fill-1a {
		transition: fill-opacity 1.1s 2.7s ease-out;
	}

	.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .hrnetgroup-slide-desc {
		transition: opacity 1.3s 2.1s ease-out, -webkit-transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity 1.3s 2.1s ease-out, transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity 1.3s 2.1s ease-out, transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .person-1a {
		transition: opacity .8s 1.5s ease-out, -webkit-transform .8s 1.5s ease-out;
		transition: opacity .8s 1.5s ease-out, transform .8s 1.5s ease-out;
		transition: opacity .8s 1.5s ease-out, transform .8s 1.5s ease-out, -webkit-transform .8s 1.5s ease-out;
	}

	.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .person-1b {
		transition: opacity .8s 1.7s ease-out, -webkit-transform .8s 1.7s ease-out;
		transition: opacity .8s 1.7s ease-out, transform .8s 1.7s ease-out;
		transition: opacity .8s 1.7s ease-out, transform .8s 1.7s ease-out, -webkit-transform .8s 1.7s ease-out;
	}

	.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .person-1c {
		transition: opacity .8s 1.9s ease-out, -webkit-transform .8s 1.9s ease-out;
		transition: opacity .8s 1.9s ease-out, transform .8s 1.9s ease-out;
		transition: opacity .8s 1.9s ease-out, transform .8s 1.9s ease-out, -webkit-transform .8s 1.9s ease-out;
	}

	.page-home .hrnetgroup-slide-1.hrnetgroup-slide-animate .person-1d {
		transition: opacity .8s 1.3s ease-out, -webkit-transform .8s 1.3s ease-out;
		transition: opacity .8s 1.3s ease-out, transform .8s 1.3s ease-out;
		transition: opacity .8s 1.3s ease-out, transform .8s 1.3s ease-out, -webkit-transform .8s 1.3s ease-out;
	}

	.page-home .hrnetgroup-slide-2 .jet-track {
		display: block;
	}

	.page-home .hrnetgroup-slide-2 .hrnetgroup-slide-desc {
		background-color: transparent;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 470px;
		height: auto;
		margin-left: 25px;
		margin-top: -150px;
	}

	.page-home .hrnetgroup-slide-2 .person-2d {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 300px;
		height: 512px;
		margin-left: 390px;
		margin-top: -256px;
		top: auto;
		bottom: -80px;
	}

	.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .building-2a {
		transition: opacity 1.9s 0.3s ease-out, -webkit-transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.3s ease-out, transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.3s ease-out, transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .building-2b {
		transition: opacity 1.9s 0.4s ease-out, -webkit-transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.4s ease-out, transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.4s ease-out, transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-2a .number-2a {
		transition: opacity .9s 0.3s ease-out, -webkit-transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.3s ease-out, transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.3s ease-out, transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-2a .number-2b {
		transition: opacity .9s 0.5s ease-out, -webkit-transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.5s ease-out, transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.5s ease-out, transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-2a .fill-2a {
		transition: fill-opacity 1.1s 2.5s ease-out;
	}

	.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .hrnetgroup-slide-desc {
		transition: opacity 1.3s 2.1s ease-out, -webkit-transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity 1.3s 2.1s ease-out, transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity 1.3s 2.1s ease-out, transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .person-2a {
		transition: opacity .8s 1.5s ease-out, -webkit-transform .8s 1.5s ease-out;
		transition: opacity .8s 1.5s ease-out, transform .8s 1.5s ease-out;
		transition: opacity .8s 1.5s ease-out, transform .8s 1.5s ease-out, -webkit-transform .8s 1.5s ease-out;
	}

	.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .person-2b {
		transition: opacity .8s 1.7s ease-out, -webkit-transform .8s 1.7s ease-out;
		transition: opacity .8s 1.7s ease-out, transform .8s 1.7s ease-out;
		transition: opacity .8s 1.7s ease-out, transform .8s 1.7s ease-out, -webkit-transform .8s 1.7s ease-out;
	}

	.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .person-2c {
		transition: opacity .8s 1.9s ease-out, -webkit-transform .8s 1.9s ease-out;
		transition: opacity .8s 1.9s ease-out, transform .8s 1.9s ease-out;
		transition: opacity .8s 1.9s ease-out, transform .8s 1.9s ease-out, -webkit-transform .8s 1.9s ease-out;
	}

	.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .person-2d {
		transition: opacity .8s 1.3s ease-out, -webkit-transform .8s 1.3s ease-out;
		transition: opacity .8s 1.3s ease-out, transform .8s 1.3s ease-out;
		transition: opacity .8s 1.3s ease-out, transform .8s 1.3s ease-out, -webkit-transform .8s 1.3s ease-out;
	}

	.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .floating-logo-2a {
		transition: opacity 1.2s 1.5s ease-out, -webkit-transform 1.2s 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: opacity 1.2s 1.5s ease-out, transform 1.2s 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: opacity 1.2s 1.5s ease-out, transform 1.2s 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .floating-logo-2b {
		transition: opacity 1.2s 1.8s ease-out, -webkit-transform 1.2s 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: opacity 1.2s 1.8s ease-out, transform 1.2s 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: opacity 1.2s 1.8s ease-out, transform 1.2s 1.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-2.hrnetgroup-slide-animate .floating-logo-2c {
		transition: opacity 1.2s 2.1s ease-out, -webkit-transform 1.2s 2.1s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: opacity 1.2s 2.1s ease-out, transform 1.2s 2.1s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: opacity 1.2s 2.1s ease-out, transform 1.2s 2.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s 2.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-3 .birds-track {
		display: block;
	}

	.page-home .hrnetgroup-slide-3 .hrnetgroup-slide-desc {
		background-color: transparent;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 380px;
		height: auto;
		margin-left: 90px;
		margin-top: 130px;
	}

	.page-home .hrnetgroup-slide-3 .hrnetgroup-slide-desc h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.20833;
		letter-spacing: -.01em;
	}

	.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .building-3a {
		transition: opacity 1.9s 0.3s ease-out, -webkit-transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.3s ease-out, transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.3s ease-out, transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .building-3b {
		transition: opacity 1.9s 0.4s ease-out, -webkit-transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.4s ease-out, transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.4s ease-out, transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-3a .number-3a {
		transition: opacity .9s 0.3s ease-out, -webkit-transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.3s ease-out, transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.3s ease-out, transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-3a .number-3b {
		transition: opacity .9s 0.5s ease-out, -webkit-transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.5s ease-out, transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.5s ease-out, transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-3a .fill-3a {
		transition: fill-opacity 1.1s 2.7s ease-out;
	}

	.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .hrnetgroup-slide-desc {
		transition: opacity 1.3s 2.1s ease-out, -webkit-transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity 1.3s 2.1s ease-out, transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity 1.3s 2.1s ease-out, transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .person-3a {
		transition: opacity .8s 1.5s ease-out, -webkit-transform .8s 1.5s ease-out;
		transition: opacity .8s 1.5s ease-out, transform .8s 1.5s ease-out;
		transition: opacity .8s 1.5s ease-out, transform .8s 1.5s ease-out, -webkit-transform .8s 1.5s ease-out;
	}

	.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .person-3b {
		transition: opacity .8s 1.7s ease-out, -webkit-transform .8s 1.7s ease-out;
		transition: opacity .8s 1.7s ease-out, transform .8s 1.7s ease-out;
		transition: opacity .8s 1.7s ease-out, transform .8s 1.7s ease-out, -webkit-transform .8s 1.7s ease-out;
	}

	.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .person-3c {
		transition: opacity .8s 1.9s ease-out, -webkit-transform .8s 1.9s ease-out;
		transition: opacity .8s 1.9s ease-out, transform .8s 1.9s ease-out;
		transition: opacity .8s 1.9s ease-out, transform .8s 1.9s ease-out, -webkit-transform .8s 1.9s ease-out;
	}

	.page-home .hrnetgroup-slide-3.hrnetgroup-slide-animate .person-3d {
		transition: opacity .8s 1.3s ease-out, -webkit-transform .8s 1.3s ease-out;
		transition: opacity .8s 1.3s ease-out, transform .8s 1.3s ease-out;
		transition: opacity .8s 1.3s ease-out, transform .8s 1.3s ease-out, -webkit-transform .8s 1.3s ease-out;
	}

	.page-home .hrnetgroup-slide-4 .move-holder {
		left: -60px;
	}

	.page-home .hrnetgroup-slide-4 .balloon-track {
		display: block;
	}

	.page-home .hrnetgroup-slide-4 .building-4c {
		background-image: none;
	}

	.page-home .hrnetgroup-slide-4 .hrnetgroup-slide-desc {
		background-color: transparent;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 340px;
		height: auto;
		margin-left: 50px;
		margin-top: 160px;
	}

	.page-home .hrnetgroup-slide-4 .hrnetgroup-slide-desc h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.20833;
		letter-spacing: -.01em;
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4a {
		transition: opacity 1.9s 0.3s ease-out, -webkit-transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.3s ease-out, transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.3s ease-out, transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4b {
		transition: opacity 1.9s 0.4s ease-out, -webkit-transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.4s ease-out, transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.4s ease-out, transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active {
		transition: opacity 1.5s 0.6s ease-out, -webkit-transform 1.5s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.5s 0.6s ease-out, transform 1.5s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.5s 0.6s ease-out, transform 1.5s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.5s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4c-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4e-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4g-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4c-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4e-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4g-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4c-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4e-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4g-a line {
		transition: -webkit-transform 1.3s 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 1.3s 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 1.3s 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1.3s 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4c-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4e-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4g-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4c-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4e-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4g-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4c-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4e-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4g-a circle {
		transition: -webkit-transform .7s 2.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: transform .7s 2.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: transform .7s 2.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .7s 2.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4c-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4e-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4g-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4c-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4e-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4g-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4c-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4e-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4g-a {
		transition: -webkit-transform 1.1s 2.1s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 1.1s 2.1s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 1.1s 2.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.1s 2.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4c-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4e-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4g-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4c-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4e-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4g-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4c-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4e-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4g-b line {
		transition: -webkit-transform 1.3s 1.7s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 1.3s 1.7s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 1.3s 1.7s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1.3s 1.7s cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4c-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4e-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #line-4g-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4c-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4e-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #line-4g-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4c-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4e-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #line-4g-b circle {
		transition: -webkit-transform .7s 2.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: transform .7s 2.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: transform .7s 2.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .7s 2.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4c-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4e-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4c.is-active #text-4g-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4c-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4e-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4e.is-active #text-4g-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4c-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4e-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4g.is-active #text-4g-b {
		transition: -webkit-transform 1.1s 2.3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 1.1s 2.3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 1.1s 2.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.1s 2.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active {
		transition: opacity 1.5s 0.7s ease-out, -webkit-transform 1.5s 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.5s 0.7s ease-out, transform 1.5s 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.5s 0.7s ease-out, transform 1.5s 0.7s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.5s 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4d-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4f-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4h-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4d-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4f-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4h-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4d-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4f-a line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4h-a line {
		transition: -webkit-transform 1.3s 1.7s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 1.3s 1.7s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 1.3s 1.7s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1.3s 1.7s cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4d-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4f-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4h-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4d-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4f-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4h-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4d-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4f-a circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4h-a circle {
		transition: -webkit-transform .7s 2.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: transform .7s 2.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: transform .7s 2.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .7s 2.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4d-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4f-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4h-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4d-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4f-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4h-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4d-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4f-a,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4h-a {
		transition: -webkit-transform 1.1s 2.3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 1.1s 2.3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 1.1s 2.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.1s 2.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4d-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4f-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4h-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4d-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4f-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4h-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4d-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4f-b line,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4h-b line {
		transition: -webkit-transform 1.3s 1.9s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 1.3s 1.9s cubic-bezier(0.075, 0.82, 0.165, 1);
		transition: transform 1.3s 1.9s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1.3s 1.9s cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4d-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4f-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #line-4h-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4d-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4f-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #line-4h-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4d-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4f-b circle,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #line-4h-b circle {
		transition: -webkit-transform .7s 2.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: transform .7s 2.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: transform .7s 2.9s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .7s 2.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4d-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4f-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4d.is-active #text-4h-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4d-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4f-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4f.is-active #text-4h-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4d-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4f-b,
	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .building-4h.is-active #text-4h-b {
		transition: -webkit-transform 1.1s 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 1.1s 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 1.1s 2.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.1s 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-4a .number-4a {
		transition: opacity .9s 0.3s ease-out, -webkit-transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.3s ease-out, transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.3s ease-out, transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-4a .number-4b {
		transition: opacity .9s 0.5s ease-out, -webkit-transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.5s ease-out, transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.5s ease-out, transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .9s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-4a .fill-4a {
		transition: fill-opacity 1.1s 2.5s ease-out;
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .hrnetgroup-slide-desc {
		transition: opacity 1.3s 2.1s ease-out, -webkit-transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity 1.3s 2.1s ease-out, transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity 1.3s 2.1s ease-out, transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .person-4a {
		transition: opacity .8s 1.5s ease-out, -webkit-transform .8s 1.5s ease-out;
		transition: opacity .8s 1.5s ease-out, transform .8s 1.5s ease-out;
		transition: opacity .8s 1.5s ease-out, transform .8s 1.5s ease-out, -webkit-transform .8s 1.5s ease-out;
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .person-4b {
		transition: opacity .8s 1.7s ease-out, -webkit-transform .8s 1.7s ease-out;
		transition: opacity .8s 1.7s ease-out, transform .8s 1.7s ease-out;
		transition: opacity .8s 1.7s ease-out, transform .8s 1.7s ease-out, -webkit-transform .8s 1.7s ease-out;
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .person-4c {
		transition: opacity .8s 1.9s ease-out, -webkit-transform .8s 1.9s ease-out;
		transition: opacity .8s 1.9s ease-out, transform .8s 1.9s ease-out;
		transition: opacity .8s 1.9s ease-out, transform .8s 1.9s ease-out, -webkit-transform .8s 1.9s ease-out;
	}

	.page-home .hrnetgroup-slide-4.hrnetgroup-slide-animate .person-4d {
		transition: opacity .8s 1.3s ease-out, -webkit-transform .8s 1.3s ease-out;
		transition: opacity .8s 1.3s ease-out, transform .8s 1.3s ease-out;
		transition: opacity .8s 1.3s ease-out, transform .8s 1.3s ease-out, -webkit-transform .8s 1.3s ease-out;
	}

	.page-home .hrnetgroup-slide-5 .hrnetgroup-slide-desc {
		background-color: transparent;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 720px;
		height: auto;
		margin-left: -360px;
		margin-top: 240px;
	}

	.page-home .hrnetgroup-slide-5 .hrnetgroup-slide-desc h3 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.15;
		letter-spacing: -.01em;
	}

	.page-home .hrnetgroup-slide-5.hrnetgroup-slide-animate .building-5a {
		transition: opacity 1.9s 0.3s ease-out, -webkit-transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.3s ease-out, transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.3s ease-out, transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.9s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-5.hrnetgroup-slide-animate .building-5b {
		transition: opacity 1.9s 0.4s ease-out, -webkit-transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.4s ease-out, transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1.9s 0.4s ease-out, transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.9s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	}

	.page-home .hrnetgroup-slide-5.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-5a .number-5a {
		transition: opacity .9s 0.3s ease-out, -webkit-transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.3s ease-out, transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity .9s 0.3s ease-out, transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform .9s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-5.hrnetgroup-slide-animate .hrnetgroup-slide-title .svg-title-5a .fill-5a {
		transition: fill-opacity 1.1s 2.5s ease-out;
	}

	.page-home .hrnetgroup-slide-5.hrnetgroup-slide-animate .hrnetgroup-slide-desc {
		transition: opacity 1.3s 2.1s ease-out, -webkit-transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity 1.3s 2.1s ease-out, transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: opacity 1.3s 2.1s ease-out, transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1.3s 2.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.page-home .hrnetgroup-slide-5.hrnetgroup-slide-animate .person-5a {
		transition: opacity .8s 1.3s ease-out, -webkit-transform .8s 1.3s ease-out;
		transition: opacity .8s 1.3s ease-out, transform .8s 1.3s ease-out;
		transition: opacity .8s 1.3s ease-out, transform .8s 1.3s ease-out, -webkit-transform .8s 1.3s ease-out;
	}

	.page-home .hrnetgroup-slide-5 .person-5a.is-lazy-loaded {
		background-image: url("../images/home/individuals/5-0.png");
	}

	.page-about .geolines-col {
		display: block;
	}

	.page-about .splashcontclamp {
		max-width: 460px;
		background-color: transparent;
		padding-bottom: 0;
	}

	.page-about .slidecontents {
		margin-top: 15%;
	}

	.page-about .slidecontents:before {
		width: 90%;
	}

	.page-about #SlideVue {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.page-about .sec-splasher .spacerimage {
		min-height: 524px;
	}

	.page-about .sec-splasher .slideimage {
		background-size: cover;
		background-position: 75% center;
		min-height: 524px;
	}

	.page-about .sec-glance .icon {
		margin-left: auto;
		margin-right: 0;
	}

	.page-about .sec-glance-icon {
		margin-bottom: 0;
	}

	.page-about .milestone-range-holder .label {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: normal;
		letter-spacing: normal;
	}

	.page-about #milestone-range .point {
		margin-left: -4px;
		top: 1px;
		width: 9px;
		height: 9px;
	}

	.page-about .sec-pple h3 {
		font-size: 24px;
	}

	.page-about .sec-pple h4 {
		font-size: 17px;
	}

	.page-about .sec-pple p {
		font-size: 16px;
	}

	.page-about .sec-pple .colimg {
		padding-right: 30px;
	}

	.page-about .sec-pple ul img {
		margin: 0 auto 15px;
	}

	.page-about .sec-pple ul li {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.page-about .sec-pple .content img {
		margin: 0 0 15px 0;
	}

	.page-about .sec-corporate .piece {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.page-about .map-dots .dot {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.page-about .slide-manager .geo-icons {
		-webkit-transform: translate(-2.6%, -6%);
		-ms-transform: translate(-2.6%, -6%);
		transform: translate(-2.6%, -6%);
	}

	.page-about .slide-manager .geo-icons>div:nth-child(1) {
		top: 95.5%;
		left: 3%;
	}

	.page-about .slide-manager .geo-icons>div:nth-child(2) {
		top: 46.5%;
		left: 97.5%;
	}

	.page-about .slide-manager .geo-icons>div:nth-child(3) {
		top: 17%;
		left: 77%;
	}

	.page-about .slide-manager .geo-icons>div:nth-child(4) {
		top: -3.5%;
		left: 22%;
	}

	.page-brands .mapbg {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.page-investor .financial-highlights .rowcol .cell {
		border-right: 1px solid darkgrey;
		width: 25%;
	}

	.page-investor .financial-highlights .rowcol .cell:nth-child(3) {
		border-right: 1px solid darkgrey;
	}

	.page-investor .financial-highlights .rowcol .cell:nth-child(4) {
		border-right: none;
	}

	.page-investor .ir-contact .cell h1 {
		font-size: 48px;
	}

	.page-investor .ir-contact .cell.padded {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.page-investor .ir-contact p {
		font-size: 17px;
	}
}

@media only screen and (min-width: 768px) and (min-height: 769px) {
	.page-home #hrnetgroup-slider-bullet {
		bottom: 70px;
	}

	.page-home .hrnetgroup-slide-1 .hrnetgroup-slide-desc {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 570px;
		height: auto;
		margin-left: -65px;
		margin-top: 230px;
	}

	.page-home .hrnetgroup-slide-2 .person-2d {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 300px;
		height: 512px;
		margin-left: 390px;
		margin-top: -256px;
		top: auto;
		bottom: 0;
	}

	.page-home .hrnetgroup-slide-4 .hrnetgroup-slide-desc {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 340px;
		height: auto;
		margin-left: 50px;
		margin-top: 180px;
	}

	.page-home .hrnetgroup-slide-5 .hrnetgroup-slide-desc {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 720px;
		height: auto;
		margin-left: -360px;
		margin-top: 280px;
	}
}

@media (min-width: 992px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.container {
		width: 960px;
		max-width: 100%;
	}

	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}

	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-lg-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-lg-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-lg-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-lg-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-lg-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-lg-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-lg-0 {
		right: auto;
	}

	.pull-lg-1 {
		right: 8.33333%;
	}

	.pull-lg-2 {
		right: 16.66667%;
	}

	.pull-lg-3 {
		right: 25%;
	}

	.pull-lg-4 {
		right: 33.33333%;
	}

	.pull-lg-5 {
		right: 41.66667%;
	}

	.pull-lg-6 {
		right: 50%;
	}

	.pull-lg-7 {
		right: 58.33333%;
	}

	.pull-lg-8 {
		right: 66.66667%;
	}

	.pull-lg-9 {
		right: 75%;
	}

	.pull-lg-10 {
		right: 83.33333%;
	}

	.pull-lg-11 {
		right: 91.66667%;
	}

	.pull-lg-12 {
		right: 100%;
	}

	.push-lg-0 {
		left: auto;
	}

	.push-lg-1 {
		left: 8.33333%;
	}

	.push-lg-2 {
		left: 16.66667%;
	}

	.push-lg-3 {
		left: 25%;
	}

	.push-lg-4 {
		left: 33.33333%;
	}

	.push-lg-5 {
		left: 41.66667%;
	}

	.push-lg-6 {
		left: 50%;
	}

	.push-lg-7 {
		left: 58.33333%;
	}

	.push-lg-8 {
		left: 66.66667%;
	}

	.push-lg-9 {
		left: 75%;
	}

	.push-lg-10 {
		left: 83.33333%;
	}

	.push-lg-11 {
		left: 91.66667%;
	}

	.push-lg-12 {
		left: 100%;
	}

	.offset-lg-0 {
		margin-left: 0%;
	}

	.offset-lg-1 {
		margin-left: 8.33333%;
	}

	.offset-lg-2 {
		margin-left: 16.66667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333%;
	}

	.offset-lg-5 {
		margin-left: 41.66667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333%;
	}

	.offset-lg-8 {
		margin-left: 66.66667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333%;
	}

	.offset-lg-11 {
		margin-left: 91.66667%;
	}

	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.flex-lg-first {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.flex-lg-last {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.flex-lg-unordered {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.flex-lg-row {
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-lg-start {
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-lg-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-lg-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-lg-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-lg-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.float-lg-left {
		float: left !important;
	}

	.float-lg-right {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}

	.m-lg-0 {
		margin: 0 0 !important;
	}

	.mt-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0 {
		margin-left: 0 !important;
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.m-lg-1 {
		margin: .25rem .25rem !important;
	}

	.mt-lg-1 {
		margin-top: .25rem !important;
	}

	.mr-lg-1 {
		margin-right: .25rem !important;
	}

	.mb-lg-1 {
		margin-bottom: .25rem !important;
	}

	.ml-lg-1 {
		margin-left: .25rem !important;
	}

	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}

	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}

	.m-lg-2 {
		margin: .5rem .5rem !important;
	}

	.mt-lg-2 {
		margin-top: .5rem !important;
	}

	.mr-lg-2 {
		margin-right: .5rem !important;
	}

	.mb-lg-2 {
		margin-bottom: .5rem !important;
	}

	.ml-lg-2 {
		margin-left: .5rem !important;
	}

	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}

	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}

	.m-lg-3 {
		margin: 1rem 1rem !important;
	}

	.mt-lg-3 {
		margin-top: 1rem !important;
	}

	.mr-lg-3 {
		margin-right: 1rem !important;
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}

	.ml-lg-3 {
		margin-left: 1rem !important;
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem 1.5rem !important;
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mr-lg-4 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-4 {
		margin-left: 1.5rem !important;
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem 3rem !important;
	}

	.mt-lg-5 {
		margin-top: 3rem !important;
	}

	.mr-lg-5 {
		margin-right: 3rem !important;
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}

	.ml-lg-5 {
		margin-left: 3rem !important;
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.p-lg-0 {
		padding: 0 0 !important;
	}

	.pt-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0 {
		padding-left: 0 !important;
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.p-lg-1 {
		padding: .25rem .25rem !important;
	}

	.pt-lg-1 {
		padding-top: .25rem !important;
	}

	.pr-lg-1 {
		padding-right: .25rem !important;
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important;
	}

	.pl-lg-1 {
		padding-left: .25rem !important;
	}

	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}

	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}

	.p-lg-2 {
		padding: .5rem .5rem !important;
	}

	.pt-lg-2 {
		padding-top: .5rem !important;
	}

	.pr-lg-2 {
		padding-right: .5rem !important;
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important;
	}

	.pl-lg-2 {
		padding-left: .5rem !important;
	}

	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}

	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}

	.p-lg-3 {
		padding: 1rem 1rem !important;
	}

	.pt-lg-3 {
		padding-top: 1rem !important;
	}

	.pr-lg-3 {
		padding-right: 1rem !important;
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pl-lg-3 {
		padding-left: 1rem !important;
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem 1.5rem !important;
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pr-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-lg-4 {
		padding-left: 1.5rem !important;
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem 3rem !important;
	}

	.pt-lg-5 {
		padding-top: 3rem !important;
	}

	.pr-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}

	.pl-lg-5 {
		padding-left: 3rem !important;
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-auto {
		margin-left: auto !important;
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}

	.hidden-lg-up {
		display: none !important;
	}

	.c-lg-1 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 8.33333%;
	}

	.c-lg-2 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 16.66667%;
	}

	.c-lg-3 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 25%;
	}

	.c-lg-4 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 33.33333%;
	}

	.c-lg-5 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 41.66667%;
	}

	.c-lg-6 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 50%;
	}

	.c-lg-7 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 58.33333%;
	}

	.c-lg-8 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 66.66667%;
	}

	.c-lg-9 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 75%;
	}

	.c-lg-10 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 83.33333%;
	}

	.c-lg-11 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 91.66667%;
	}

	.c-lg-12 {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: normal;
		letter-spacing: normal;
		width: 100%;
	}

	.footer .copyright {
		margin-bottom: 0;
	}

	.footer .copyright p {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 2.66667;
		letter-spacing: normal;
	}

	.footer .footer-holder-right {
		float: right;
	}

	.footer .footer-item {
		margin-left: 10px;
		margin-right: 0;
	}

	.footer .footer-link {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer .footer-list-socials {
		margin-left: 15px;
	}

	.page-about .sec-pple ul li {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.page-about .sec-pple ul.firstpplerow li {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.page-about .sec-pple ul.firstpplerow .headerzone:before {
		width: 88%;
	}

	.page-about .sec-corporate .piece {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.page-about .map-dots .dot:nth-child(1) {
		top: 95.5%;
		left: 3%;
	}

	.page-about .map-dots .dot:nth-child(2) {
		top: 46.5%;
		left: 97.5%;
	}

	.page-about .map-dots .dot:nth-child(3) {
		top: 18%;
		left: 78%;
	}

	.page-about .map-dots .dot:nth-child(4) {
		top: -3.5%;
		left: 22%;
	}

	.page-brands .map-dots {
		display: block;
	}

	.page-investor .financial-highlights .rowcol .cell {
		width: 20%;
		box-shadow: none;
	}

	.page-investor .financial-highlights .rowcol .cell:nth-child(4) {
		border-right: 1px solid darkgrey;
	}

	.page-contact .addressrow>div {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1200px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.container {
		width: 1140px;
		max-width: 100%;
	}

	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}

	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xl-2 {
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-xl-3 {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xl-5 {
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-xl-6 {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xl-8 {
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-xl-9 {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xl-11 {
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-xl-12 {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-xl-0 {
		right: auto;
	}

	.pull-xl-1 {
		right: 8.33333%;
	}

	.pull-xl-2 {
		right: 16.66667%;
	}

	.pull-xl-3 {
		right: 25%;
	}

	.pull-xl-4 {
		right: 33.33333%;
	}

	.pull-xl-5 {
		right: 41.66667%;
	}

	.pull-xl-6 {
		right: 50%;
	}

	.pull-xl-7 {
		right: 58.33333%;
	}

	.pull-xl-8 {
		right: 66.66667%;
	}

	.pull-xl-9 {
		right: 75%;
	}

	.pull-xl-10 {
		right: 83.33333%;
	}

	.pull-xl-11 {
		right: 91.66667%;
	}

	.pull-xl-12 {
		right: 100%;
	}

	.push-xl-0 {
		left: auto;
	}

	.push-xl-1 {
		left: 8.33333%;
	}

	.push-xl-2 {
		left: 16.66667%;
	}

	.push-xl-3 {
		left: 25%;
	}

	.push-xl-4 {
		left: 33.33333%;
	}

	.push-xl-5 {
		left: 41.66667%;
	}

	.push-xl-6 {
		left: 50%;
	}

	.push-xl-7 {
		left: 58.33333%;
	}

	.push-xl-8 {
		left: 66.66667%;
	}

	.push-xl-9 {
		left: 75%;
	}

	.push-xl-10 {
		left: 83.33333%;
	}

	.push-xl-11 {
		left: 91.66667%;
	}

	.push-xl-12 {
		left: 100%;
	}

	.offset-xl-0 {
		margin-left: 0%;
	}

	.offset-xl-1 {
		margin-left: 8.33333%;
	}

	.offset-xl-2 {
		margin-left: 16.66667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333%;
	}

	.offset-xl-5 {
		margin-left: 41.66667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333%;
	}

	.offset-xl-8 {
		margin-left: 66.66667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333%;
	}

	.offset-xl-11 {
		margin-left: 91.66667%;
	}

	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.flex-xl-first {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.flex-xl-last {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.flex-xl-unordered {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.flex-xl-row {
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xl-start {
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xl-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xl-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xl-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xl-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-xl-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.float-xl-left {
		float: left !important;
	}

	.float-xl-right {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}

	.m-xl-0 {
		margin: 0 0 !important;
	}

	.mt-xl-0 {
		margin-top: 0 !important;
	}

	.mr-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xl-0 {
		margin-left: 0 !important;
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.m-xl-1 {
		margin: .25rem .25rem !important;
	}

	.mt-xl-1 {
		margin-top: .25rem !important;
	}

	.mr-xl-1 {
		margin-right: .25rem !important;
	}

	.mb-xl-1 {
		margin-bottom: .25rem !important;
	}

	.ml-xl-1 {
		margin-left: .25rem !important;
	}

	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}

	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}

	.m-xl-2 {
		margin: .5rem .5rem !important;
	}

	.mt-xl-2 {
		margin-top: .5rem !important;
	}

	.mr-xl-2 {
		margin-right: .5rem !important;
	}

	.mb-xl-2 {
		margin-bottom: .5rem !important;
	}

	.ml-xl-2 {
		margin-left: .5rem !important;
	}

	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}

	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}

	.m-xl-3 {
		margin: 1rem 1rem !important;
	}

	.mt-xl-3 {
		margin-top: 1rem !important;
	}

	.mr-xl-3 {
		margin-right: 1rem !important;
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}

	.ml-xl-3 {
		margin-left: 1rem !important;
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem 1.5rem !important;
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mr-xl-4 {
		margin-right: 1.5rem !important;
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xl-4 {
		margin-left: 1.5rem !important;
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem 3rem !important;
	}

	.mt-xl-5 {
		margin-top: 3rem !important;
	}

	.mr-xl-5 {
		margin-right: 3rem !important;
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}

	.ml-xl-5 {
		margin-left: 3rem !important;
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.p-xl-0 {
		padding: 0 0 !important;
	}

	.pt-xl-0 {
		padding-top: 0 !important;
	}

	.pr-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xl-0 {
		padding-left: 0 !important;
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.p-xl-1 {
		padding: .25rem .25rem !important;
	}

	.pt-xl-1 {
		padding-top: .25rem !important;
	}

	.pr-xl-1 {
		padding-right: .25rem !important;
	}

	.pb-xl-1 {
		padding-bottom: .25rem !important;
	}

	.pl-xl-1 {
		padding-left: .25rem !important;
	}

	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}

	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}

	.p-xl-2 {
		padding: .5rem .5rem !important;
	}

	.pt-xl-2 {
		padding-top: .5rem !important;
	}

	.pr-xl-2 {
		padding-right: .5rem !important;
	}

	.pb-xl-2 {
		padding-bottom: .5rem !important;
	}

	.pl-xl-2 {
		padding-left: .5rem !important;
	}

	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}

	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}

	.p-xl-3 {
		padding: 1rem 1rem !important;
	}

	.pt-xl-3 {
		padding-top: 1rem !important;
	}

	.pr-xl-3 {
		padding-right: 1rem !important;
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pl-xl-3 {
		padding-left: 1rem !important;
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem 1.5rem !important;
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pr-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xl-4 {
		padding-left: 1.5rem !important;
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem 3rem !important;
	}

	.pt-xl-5 {
		padding-top: 3rem !important;
	}

	.pr-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}

	.pl-xl-5 {
		padding-left: 3rem !important;
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mt-xl-auto {
		margin-top: auto !important;
	}

	.mr-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-auto {
		margin-bottom: auto !important;
	}

	.ml-xl-auto {
		margin-left: auto !important;
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}

	.hidden-xl-up {
		display: none !important;
	}

	.page-about .milestone-brand-img {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1400px) {
	.page-about .geolines-holder {
		top: 85%;
	}
}

@media only screen and (min-height: 769px) {
	.page-home .hrnetgroup-slide-1 .person-1d {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 300px;
		height: 550px;
		margin-left: -700px;
		margin-top: -275px;
		top: auto;
		bottom: 0;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important;
	}

	.menu-droppable {
		overflow: hidden;
		position: relative;
	}

	.menu-droppable>.container-fluid {
		height: 100%;
		position: relative;
	}

	.menu-droppable>.container {
		height: 100%;
		position: relative;
	}

	.menu-droppable[data-index='1'] .mover {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.menu-droppable[data-index='2'] .mover {
		-webkit-transform: translateY(-200%);
		-ms-transform: translateY(-200%);
		transform: translateY(-200%);
	}

	.menu-droppable[data-index='3'] .mover {
		-webkit-transform: translateY(-300%);
		-ms-transform: translateY(-300%);
		transform: translateY(-300%);
	}

	.menu-droppable[data-index='4'] .mover {
		-webkit-transform: translateY(-400%);
		-ms-transform: translateY(-400%);
		transform: translateY(-400%);
	}

	.menu-droppable.menudrop-animated .mover {
		transition: -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.menu-droppable .mover {
		position: relative;
		height: 100%;
	}

	.menu-droppable .mover ul li {
		float: none;
		display: block;
	}

	.menu-droppable.opened {
		height: auto;
	}

	.menu-droppable.opened .mover {
		transition: none;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.menu-droppable {
		height: 49px;
		text-align: center;
	}

	.menu-droppable li.selected:after {
		display: inline-block;
		font: normal normal normal;
		font-family: FontAwesome;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f0d7';
		margin-left: 8px;
	}

	.menu-droppable.opened li.selected:after {
		content: '';
		margin-left: 0;
	}

	.page-home .move-holder .svg-v {
		display: none;
	}

	.page-home .move-holder .person.lazy-bg-img {
		background-image: none;
	}

	.page-home .move-holder .person.lazy-bg-img .sprite {
		background-image: none;
	}

	.page-home .move-holder .floating-logo .brand {
		background-image: none;
	}
}

@media (max-width: 575px) {
	.hidden-xs-down {
		display: none !important;
	}

	.nr a>.container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media print {

	*,
	*::before,
	*::after,
	p::first-letter,
	div::first-letter,
	blockquote::first-letter,
	li::first-letter,
	p::first-line,
	div::first-line,
	blockquote::first-line,
	li::first-line {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.badge {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}

	.visible-print-block {
		display: block !important;
	}

	.visible-print-inline {
		display: inline !important;
	}

	.visible-print-inline-block {
		display: inline-block !important;
	}

	.hidden-print {
		display: none !important;
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes pulsing {
	from {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		border-color: rgba(255, 255, 255, 0.5);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		border-color: rgba(255, 255, 255, 0);
	}
}

@keyframes pulsing {
	from {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		border-color: rgba(255, 255, 255, 0.5);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		border-color: rgba(255, 255, 255, 0);
	}
}

@-webkit-keyframes pulsing2 {
	from {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		border-color: rgba(255, 255, 255, 0.5);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		border-color: rgba(255, 255, 255, 0);
	}
}

@keyframes pulsing2 {
	from {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		border-color: rgba(255, 255, 255, 0.5);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		border-color: rgba(255, 255, 255, 0);
	}
}

@-webkit-keyframes go {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	to {
		-webkit-transform: translate(2px, 0);
		transform: translate(2px, 0);
	}
}

@keyframes go {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	to {
		-webkit-transform: translate(2px, 0);
		transform: translate(2px, 0);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin-mid {
	from {
		-webkit-transform: rotate(-270deg);
		transform: rotate(-270deg);
	}

	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@keyframes spin-mid {
	from {
		-webkit-transform: rotate(-270deg);
		transform: rotate(-270deg);
	}

	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@-webkit-keyframes spin-inverse {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes spin-inverse {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes spin-inverse-mid {
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	to {
		-webkit-transform: rotate(-270deg);
		transform: rotate(-270deg);
	}
}

@keyframes spin-inverse-mid {
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	to {
		-webkit-transform: rotate(-270deg);
		transform: rotate(-270deg);
	}
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes banner-scroll {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -2804px 0;
	}
}

@keyframes banner-scroll {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -2804px 0;
	}
}

@-webkit-keyframes move-x {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	to {
		-webkit-transform: translate(2px, 0);
		transform: translate(2px, 0);
	}
}

@keyframes move-x {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	to {
		-webkit-transform: translate(2px, 0);
		transform: translate(2px, 0);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin-mid {
	from {
		-webkit-transform: rotate(-270deg);
		transform: rotate(-270deg);
	}

	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@keyframes spin-inverse {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes spin-inverse-mid {
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	to {
		-webkit-transform: rotate(-270deg);
		transform: rotate(-270deg);
	}
}

@-webkit-keyframes fly {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	to {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
}

@keyframes fly {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	to {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
}

@-webkit-keyframes move-y {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}

	to {
		-webkit-transform: translate(0, 4px);
		transform: translate(0, 4px);
		opacity: 0.5;
	}
}

@keyframes move-y {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}

	to {
		-webkit-transform: translate(0, 4px);
		transform: translate(0, 4px);
		opacity: 0.5;
	}
}

@-webkit-keyframes person-9 {
	0% {
		background-position: 0px 0px;
	}

	45% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -2850px;
	}
}

@keyframes person-9 {
	0% {
		background-position: 0px 0px;
	}

	45% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -2850px;
	}
}

@-webkit-keyframes person-1 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -6300px;
	}
}

@keyframes person-1 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -6300px;
	}
}

@-webkit-keyframes smoke-move {
	from {
		width: 100%;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	to {
		width: 100%;
		-webkit-transform: translate(150%, 0);
		transform: translate(150%, 0);
	}
}

@keyframes smoke-move {
	from {
		width: 100%;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	to {
		width: 100%;
		-webkit-transform: translate(150%, 0);
		transform: translate(150%, 0);
	}
}

@-webkit-keyframes smoke-trail {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

@keyframes smoke-trail {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

@-webkit-keyframes person-6 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -20235px;
	}
}

@keyframes person-6 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -20235px;
	}
}

@-webkit-keyframes person-8 {
	0% {
		background-position: 0px 0px;
	}

	50% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -15360px;
	}
}

@keyframes person-8 {
	0% {
		background-position: 0px 0px;
	}

	50% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -15360px;
	}
}

@-webkit-keyframes bird-1 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -250px;
	}
}

@keyframes bird-1 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -250px;
	}
}

@-webkit-keyframes bird-2 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -250px;
	}
}

@keyframes bird-2 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -250px;
	}
}

@-webkit-keyframes bird-3 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -250px;
	}
}

@keyframes bird-3 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -250px;
	}
}

@-webkit-keyframes bird-4 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -250px;
	}
}

@keyframes bird-4 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -250px;
	}
}

@-webkit-keyframes bird-5 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -250px;
	}
}

@keyframes bird-5 {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -250px;
	}
}

@-webkit-keyframes person-7 {
	0% {
		background-position: 0px 0px;
	}

	50% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -9280px;
	}
}

@keyframes person-7 {
	0% {
		background-position: 0px 0px;
	}

	50% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -9280px;
	}
}

@-webkit-keyframes person-4 {
	0% {
		background-position: 0px 0px;
	}

	10% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -7350px;
	}
}

@keyframes person-4 {
	0% {
		background-position: 0px 0px;
	}

	10% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -7350px;
	}
}

@-webkit-keyframes balloon-float {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	20% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	90% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}

	100% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}
}

@keyframes balloon-float {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	20% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	90% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}

	100% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}
}

@-webkit-keyframes person-2 {
	0% {
		background-position: 0px 0px;
	}

	75% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -8410px;
	}
}

@keyframes person-2 {
	0% {
		background-position: 0px 0px;
	}

	75% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -8410px;
	}
}

@-webkit-keyframes person-5 {
	0% {
		background-position: 0px 0px;
	}

	40% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -3000px;
	}
}

@keyframes person-5 {
	0% {
		background-position: 0px 0px;
	}

	40% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 0px -3000px;
	}
}