@import url("css-roboto300400500700_swap.css");
	@-webkit-keyframes bounce {
	from,20%,53%,80%,to {
	-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);
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
40%,43% {
	-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
	animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
	-webkit-transform:translate3d(0,-30px,0);
	transform:translate3d(0,-30px,0)
}
70% {
	-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
	animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
	-webkit-transform:translate3d(0,-15px,0);
	transform:translate3d(0,-15px,0)
}
90% {
	-webkit-transform:translate3d(0,-4px,0);
	transform:translate3d(0,-4px,0)
}
}@keyframes bounce {
	from,20%,53%,80%,to {
	-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);
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
40%,43% {
	-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
	animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
	-webkit-transform:translate3d(0,-30px,0);
	transform:translate3d(0,-30px,0)
}
70% {
	-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
	animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);
	-webkit-transform:translate3d(0,-15px,0);
	transform:translate3d(0,-15px,0)
}
90% {
	-webkit-transform:translate3d(0,-4px,0);
	transform:translate3d(0,-4px,0)
}
}.bounce {
	-webkit-animation-name:bounce;
	animation-name:bounce;
	-webkit-transform-origin:center bottom;
	-ms-transform-origin:center bottom;
	transform-origin:center bottom
}
@-webkit-keyframes flash {
	from,50%,to {
	opacity:1
}
25%,75% {
	opacity:0
}
}@keyframes flash {
	from,50%,to {
	opacity:1
}
25%,75% {
	opacity:0
}
}.flash {
	-webkit-animation-name:flash;
	animation-name:flash
}
@-webkit-keyframes pulse {
	from {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
50% {
	-webkit-transform:scale3d(1.05,1.05,1.05);
	transform:scale3d(1.05,1.05,1.05)
}
to {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
}@keyframes pulse {
	from {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
50% {
	-webkit-transform:scale3d(1.05,1.05,1.05);
	transform:scale3d(1.05,1.05,1.05)
}
to {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
}.pulse {
	-webkit-animation-name:pulse;
	animation-name:pulse
}
@-webkit-keyframes rubberBand {
	from {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
30% {
	-webkit-transform:scale3d(1.25,0.75,1);
	transform:scale3d(1.25,0.75,1)
}
40% {
	-webkit-transform:scale3d(0.75,1.25,1);
	transform:scale3d(0.75,1.25,1)
}
50% {
	-webkit-transform:scale3d(1.15,0.85,1);
	transform:scale3d(1.15,0.85,1)
}
65% {
	-webkit-transform:scale3d(0.95,1.05,1);
	transform:scale3d(0.95,1.05,1)
}
75% {
	-webkit-transform:scale3d(1.05,0.95,1);
	transform:scale3d(1.05,0.95,1)
}
to {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
}@keyframes rubberBand {
	from {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
30% {
	-webkit-transform:scale3d(1.25,0.75,1);
	transform:scale3d(1.25,0.75,1)
}
40% {
	-webkit-transform:scale3d(0.75,1.25,1);
	transform:scale3d(0.75,1.25,1)
}
50% {
	-webkit-transform:scale3d(1.15,0.85,1);
	transform:scale3d(1.15,0.85,1)
}
65% {
	-webkit-transform:scale3d(0.95,1.05,1);
	transform:scale3d(0.95,1.05,1)
}
75% {
	-webkit-transform:scale3d(1.05,0.95,1);
	transform:scale3d(1.05,0.95,1)
}
to {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
}.rubberBand {
	-webkit-animation-name:rubberBand;
	animation-name:rubberBand
}
@-webkit-keyframes shake {
	from,to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
10%,30%,50%,70%,90% {
	-webkit-transform:translate3d(-10px,0,0);
	transform:translate3d(-10px,0,0)
}
20%,40%,60%,80% {
	-webkit-transform:translate3d(10px,0,0);
	transform:translate3d(10px,0,0)
}
}@keyframes shake {
	from,to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
10%,30%,50%,70%,90% {
	-webkit-transform:translate3d(-10px,0,0);
	transform:translate3d(-10px,0,0)
}
20%,40%,60%,80% {
	-webkit-transform:translate3d(10px,0,0);
	transform:translate3d(10px,0,0)
}
}.shake {
	-webkit-animation-name:shake;
	animation-name:shake
}
@-webkit-keyframes headShake {
	0% {
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
6.5% {
	-webkit-transform:translateX(-6px) rotateY(-9deg);
	transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
	-webkit-transform:translateX(5px) rotateY(7deg);
	transform:translateX(5px) rotateY(7deg)
}
31.5% {
	-webkit-transform:translateX(-3px) rotateY(-5deg);
	transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
	-webkit-transform:translateX(2px) rotateY(3deg);
	transform:translateX(2px) rotateY(3deg)
}
50% {
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
}@keyframes headShake {
	0% {
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
6.5% {
	-webkit-transform:translateX(-6px) rotateY(-9deg);
	transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
	-webkit-transform:translateX(5px) rotateY(7deg);
	transform:translateX(5px) rotateY(7deg)
}
31.5% {
	-webkit-transform:translateX(-3px) rotateY(-5deg);
	transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
	-webkit-transform:translateX(2px) rotateY(3deg);
	transform:translateX(2px) rotateY(3deg)
}
50% {
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
}.headShake {
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-name:headShake;
	animation-name:headShake
}
@-webkit-keyframes swing {
	20% {
	-webkit-transform:rotate3d(0,0,1,15deg);
	transform:rotate3d(0,0,1,15deg)
}
40% {
	-webkit-transform:rotate3d(0,0,1,-10deg);
	transform:rotate3d(0,0,1,-10deg)
}
60% {
	-webkit-transform:rotate3d(0,0,1,5deg);
	transform:rotate3d(0,0,1,5deg)
}
80% {
	-webkit-transform:rotate3d(0,0,1,-5deg);
	transform:rotate3d(0,0,1,-5deg)
}
to {
	-webkit-transform:rotate3d(0,0,1,0deg);
	transform:rotate3d(0,0,1,0deg)
}
}@keyframes swing {
	20% {
	-webkit-transform:rotate3d(0,0,1,15deg);
	transform:rotate3d(0,0,1,15deg)
}
40% {
	-webkit-transform:rotate3d(0,0,1,-10deg);
	transform:rotate3d(0,0,1,-10deg)
}
60% {
	-webkit-transform:rotate3d(0,0,1,5deg);
	transform:rotate3d(0,0,1,5deg)
}
80% {
	-webkit-transform:rotate3d(0,0,1,-5deg);
	transform:rotate3d(0,0,1,-5deg)
}
to {
	-webkit-transform:rotate3d(0,0,1,0deg);
	transform:rotate3d(0,0,1,0deg)
}
}.swing {
	-webkit-transform-origin:top center;
	-ms-transform-origin:top center;
	transform-origin:top center;
	-webkit-animation-name:swing;
	animation-name:swing
}
@-webkit-keyframes tada {
	from {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
10%,20% {
	-webkit-transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);
	transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg)
}
30%,50%,70%,90% {
	-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
	transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
}
40%,60%,80% {
	-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
	transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
}
to {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
}@keyframes tada {
	from {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
10%,20% {
	-webkit-transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);
	transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg)
}
30%,50%,70%,90% {
	-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
	transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
}
40%,60%,80% {
	-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
	transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
}
to {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
}.tada {
	-webkit-animation-name:tada;
	animation-name:tada
}
@-webkit-keyframes wobble {
	from {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
15% {
	-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
	transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
}
30% {
	-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
	transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)
}
45% {
	-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
	transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
}
60% {
	-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
	transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)
}
75% {
	-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
	transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes wobble {
	from {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
15% {
	-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
	transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
}
30% {
	-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
	transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)
}
45% {
	-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
	transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
}
60% {
	-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
	transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)
}
75% {
	-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
	transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.wobble {
	-webkit-animation-name:wobble;
	animation-name:wobble
}
@-webkit-keyframes jello {
	from,11.1%,to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
22.2% {
	-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
	transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
	-webkit-transform:skewX(6.25deg) skewY(6.25deg);
	transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
	-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
	transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
	-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
	transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
	-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
	transform:skewX(-0.78125deg) skewY(-0.78125deg)
}
77.7% {
	-webkit-transform:skewX(0.39062deg) skewY(0.39062deg);
	transform:skewX(0.39062deg) skewY(0.39062deg)
}
88.8% {
	-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);
	transform:skewX(-0.19531deg) skewY(-0.19531deg)
}
}@keyframes jello {
	from,11.1%,to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
22.2% {
	-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
	transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
	-webkit-transform:skewX(6.25deg) skewY(6.25deg);
	transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
	-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
	transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
	-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
	transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
	-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
	transform:skewX(-0.78125deg) skewY(-0.78125deg)
}
77.7% {
	-webkit-transform:skewX(0.39062deg) skewY(0.39062deg);
	transform:skewX(0.39062deg) skewY(0.39062deg)
}
88.8% {
	-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);
	transform:skewX(-0.19531deg) skewY(-0.19531deg)
}
}.jello {
	-webkit-animation-name:jello;
	animation-name:jello;
	-webkit-transform-origin:center;
	-ms-transform-origin:center;
	transform-origin:center
}
@-webkit-keyframes heartBeat {
	0% {
	-webkit-transform:scale(1);
	transform:scale(1)
}
14% {
	-webkit-transform:scale(1.3);
	transform:scale(1.3)
}
28% {
	-webkit-transform:scale(1);
	transform:scale(1)
}
42% {
	-webkit-transform:scale(1.3);
	transform:scale(1.3)
}
70% {
	-webkit-transform:scale(1);
	transform:scale(1)
}
}@keyframes heartBeat {
	0% {
	-webkit-transform:scale(1);
	transform:scale(1)
}
14% {
	-webkit-transform:scale(1.3);
	transform:scale(1.3)
}
28% {
	-webkit-transform:scale(1);
	transform:scale(1)
}
42% {
	-webkit-transform:scale(1.3);
	transform:scale(1.3)
}
70% {
	-webkit-transform:scale(1);
	transform:scale(1)
}
}.heartBeat {
	-webkit-animation-name:heartBeat;
	animation-name:heartBeat;
	-webkit-animation-duration:1.3s;
	animation-duration:1.3s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out
}
@-webkit-keyframes bounceIn {
	from,20%,40%,60%,80%,to {
	-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)
}
0% {
	opacity:0;
	-webkit-transform:scale3d(0.3,0.3,0.3);
	transform:scale3d(0.3,0.3,0.3)
}
20% {
	-webkit-transform:scale3d(1.1,1.1,1.1);
	transform:scale3d(1.1,1.1,1.1)
}
40% {
	-webkit-transform:scale3d(0.9,0.9,0.9);
	transform:scale3d(0.9,0.9,0.9)
}
60% {
	opacity:1;
	-webkit-transform:scale3d(1.03,1.03,1.03);
	transform:scale3d(1.03,1.03,1.03)
}
80% {
	-webkit-transform:scale3d(0.97,0.97,0.97);
	transform:scale3d(0.97,0.97,0.97)
}
to {
	opacity:1;
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
}@keyframes bounceIn {
	from,20%,40%,60%,80%,to {
	-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)
}
0% {
	opacity:0;
	-webkit-transform:scale3d(0.3,0.3,0.3);
	transform:scale3d(0.3,0.3,0.3)
}
20% {
	-webkit-transform:scale3d(1.1,1.1,1.1);
	transform:scale3d(1.1,1.1,1.1)
}
40% {
	-webkit-transform:scale3d(0.9,0.9,0.9);
	transform:scale3d(0.9,0.9,0.9)
}
60% {
	opacity:1;
	-webkit-transform:scale3d(1.03,1.03,1.03);
	transform:scale3d(1.03,1.03,1.03)
}
80% {
	-webkit-transform:scale3d(0.97,0.97,0.97);
	transform:scale3d(0.97,0.97,0.97)
}
to {
	opacity:1;
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)
}
}.bounceIn {
	-webkit-animation-duration:0.75s;
	animation-duration:0.75s;
	-webkit-animation-name:bounceIn;
	animation-name:bounceIn
}
@-webkit-keyframes bounceInDown {
	from,60%,75%,90%,to {
	-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)
}
0% {
	opacity:0;
	-webkit-transform:translate3d(0,-3000px,0);
	transform:translate3d(0,-3000px,0)
}
60% {
	opacity:1;
	-webkit-transform:translate3d(0,25px,0);
	transform:translate3d(0,25px,0)
}
75% {
	-webkit-transform:translate3d(0,-10px,0);
	transform:translate3d(0,-10px,0)
}
90% {
	-webkit-transform:translate3d(0,5px,0);
	transform:translate3d(0,5px,0)
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes bounceInDown {
	from,60%,75%,90%,to {
	-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)
}
0% {
	opacity:0;
	-webkit-transform:translate3d(0,-3000px,0);
	transform:translate3d(0,-3000px,0)
}
60% {
	opacity:1;
	-webkit-transform:translate3d(0,25px,0);
	transform:translate3d(0,25px,0)
}
75% {
	-webkit-transform:translate3d(0,-10px,0);
	transform:translate3d(0,-10px,0)
}
90% {
	-webkit-transform:translate3d(0,5px,0);
	transform:translate3d(0,5px,0)
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.bounceInDown {
	-webkit-animation-name:bounceInDown;
	animation-name:bounceInDown
}
@-webkit-keyframes bounceInLeft {
	from,60%,75%,90%,to {
	-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)
}
0% {
	opacity:0;
	-webkit-transform:translate3d(-3000px,0,0);
	transform:translate3d(-3000px,0,0)
}
60% {
	opacity:1;
	-webkit-transform:translate3d(25px,0,0);
	transform:translate3d(25px,0,0)
}
75% {
	-webkit-transform:translate3d(-10px,0,0);
	transform:translate3d(-10px,0,0)
}
90% {
	-webkit-transform:translate3d(5px,0,0);
	transform:translate3d(5px,0,0)
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes bounceInLeft {
	from,60%,75%,90%,to {
	-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)
}
0% {
	opacity:0;
	-webkit-transform:translate3d(-3000px,0,0);
	transform:translate3d(-3000px,0,0)
}
60% {
	opacity:1;
	-webkit-transform:translate3d(25px,0,0);
	transform:translate3d(25px,0,0)
}
75% {
	-webkit-transform:translate3d(-10px,0,0);
	transform:translate3d(-10px,0,0)
}
90% {
	-webkit-transform:translate3d(5px,0,0);
	transform:translate3d(5px,0,0)
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.bounceInLeft {
	-webkit-animation-name:bounceInLeft;
	animation-name:bounceInLeft
}
@-webkit-keyframes bounceInRight {
	from,60%,75%,90%,to {
	-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)
}
from {
	opacity:0;
	-webkit-transform:translate3d(3000px,0,0);
	transform:translate3d(3000px,0,0)
}
60% {
	opacity:1;
	-webkit-transform:translate3d(-25px,0,0);
	transform:translate3d(-25px,0,0)
}
75% {
	-webkit-transform:translate3d(10px,0,0);
	transform:translate3d(10px,0,0)
}
90% {
	-webkit-transform:translate3d(-5px,0,0);
	transform:translate3d(-5px,0,0)
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes bounceInRight {
	from,60%,75%,90%,to {
	-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)
}
from {
	opacity:0;
	-webkit-transform:translate3d(3000px,0,0);
	transform:translate3d(3000px,0,0)
}
60% {
	opacity:1;
	-webkit-transform:translate3d(-25px,0,0);
	transform:translate3d(-25px,0,0)
}
75% {
	-webkit-transform:translate3d(10px,0,0);
	transform:translate3d(10px,0,0)
}
90% {
	-webkit-transform:translate3d(-5px,0,0);
	transform:translate3d(-5px,0,0)
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.bounceInRight {
	-webkit-animation-name:bounceInRight;
	animation-name:bounceInRight
}
@-webkit-keyframes bounceInUp {
	from,60%,75%,90%,to {
	-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)
}
from {
	opacity:0;
	-webkit-transform:translate3d(0,3000px,0);
	transform:translate3d(0,3000px,0)
}
60% {
	opacity:1;
	-webkit-transform:translate3d(0,-20px,0);
	transform:translate3d(0,-20px,0)
}
75% {
	-webkit-transform:translate3d(0,10px,0);
	transform:translate3d(0,10px,0)
}
90% {
	-webkit-transform:translate3d(0,-5px,0);
	transform:translate3d(0,-5px,0)
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes bounceInUp {
	from,60%,75%,90%,to {
	-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)
}
from {
	opacity:0;
	-webkit-transform:translate3d(0,3000px,0);
	transform:translate3d(0,3000px,0)
}
60% {
	opacity:1;
	-webkit-transform:translate3d(0,-20px,0);
	transform:translate3d(0,-20px,0)
}
75% {
	-webkit-transform:translate3d(0,10px,0);
	transform:translate3d(0,10px,0)
}
90% {
	-webkit-transform:translate3d(0,-5px,0);
	transform:translate3d(0,-5px,0)
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.bounceInUp {
	-webkit-animation-name:bounceInUp;
	animation-name:bounceInUp
}
@-webkit-keyframes bounceOut {
	20% {
	-webkit-transform:scale3d(0.9,0.9,0.9);
	transform:scale3d(0.9,0.9,0.9)
}
50%,55% {
	opacity:1;
	-webkit-transform:scale3d(1.1,1.1,1.1);
	transform:scale3d(1.1,1.1,1.1)
}
to {
	opacity:0;
	-webkit-transform:scale3d(0.3,0.3,0.3);
	transform:scale3d(0.3,0.3,0.3)
}
}@keyframes bounceOut {
	20% {
	-webkit-transform:scale3d(0.9,0.9,0.9);
	transform:scale3d(0.9,0.9,0.9)
}
50%,55% {
	opacity:1;
	-webkit-transform:scale3d(1.1,1.1,1.1);
	transform:scale3d(1.1,1.1,1.1)
}
to {
	opacity:0;
	-webkit-transform:scale3d(0.3,0.3,0.3);
	transform:scale3d(0.3,0.3,0.3)
}
}.bounceOut {
	-webkit-animation-duration:0.75s;
	animation-duration:0.75s;
	-webkit-animation-name:bounceOut;
	animation-name:bounceOut
}
@-webkit-keyframes bounceOutDown {
	20% {
	-webkit-transform:translate3d(0,10px,0);
	transform:translate3d(0,10px,0)
}
40%,45% {
	opacity:1;
	-webkit-transform:translate3d(0,-20px,0);
	transform:translate3d(0,-20px,0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(0,2000px,0);
	transform:translate3d(0,2000px,0)
}
}@keyframes bounceOutDown {
	20% {
	-webkit-transform:translate3d(0,10px,0);
	transform:translate3d(0,10px,0)
}
40%,45% {
	opacity:1;
	-webkit-transform:translate3d(0,-20px,0);
	transform:translate3d(0,-20px,0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(0,2000px,0);
	transform:translate3d(0,2000px,0)
}
}.bounceOutDown {
	-webkit-animation-name:bounceOutDown;
	animation-name:bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
	20% {
	opacity:1;
	-webkit-transform:translate3d(20px,0,0);
	transform:translate3d(20px,0,0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(-2000px,0,0);
	transform:translate3d(-2000px,0,0)
}
}@keyframes bounceOutLeft {
	20% {
	opacity:1;
	-webkit-transform:translate3d(20px,0,0);
	transform:translate3d(20px,0,0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(-2000px,0,0);
	transform:translate3d(-2000px,0,0)
}
}.bounceOutLeft {
	-webkit-animation-name:bounceOutLeft;
	animation-name:bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
	20% {
	opacity:1;
	-webkit-transform:translate3d(-20px,0,0);
	transform:translate3d(-20px,0,0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(2000px,0,0);
	transform:translate3d(2000px,0,0)
}
}@keyframes bounceOutRight {
	20% {
	opacity:1;
	-webkit-transform:translate3d(-20px,0,0);
	transform:translate3d(-20px,0,0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(2000px,0,0);
	transform:translate3d(2000px,0,0)
}
}.bounceOutRight {
	-webkit-animation-name:bounceOutRight;
	animation-name:bounceOutRight
}
@-webkit-keyframes bounceOutUp {
	20% {
	-webkit-transform:translate3d(0,-10px,0);
	transform:translate3d(0,-10px,0)
}
40%,45% {
	opacity:1;
	-webkit-transform:translate3d(0,20px,0);
	transform:translate3d(0,20px,0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(0,-2000px,0);
	transform:translate3d(0,-2000px,0)
}
}@keyframes bounceOutUp {
	20% {
	-webkit-transform:translate3d(0,-10px,0);
	transform:translate3d(0,-10px,0)
}
40%,45% {
	opacity:1;
	-webkit-transform:translate3d(0,20px,0);
	transform:translate3d(0,20px,0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(0,-2000px,0);
	transform:translate3d(0,-2000px,0)
}
}.bounceOutUp {
	-webkit-animation-name:bounceOutUp;
	animation-name:bounceOutUp
}
@-webkit-keyframes fadeIn {
	from {
	opacity:0
}
to {
	opacity:1
}
}@keyframes fadeIn {
	from {
	opacity:0
}
to {
	opacity:1
}
}.fadeIn {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn
}
@-webkit-keyframes fadeInDown {
	from {
	opacity:0;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes fadeInDown {
	from {
	opacity:0;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.fadeInDown {
	-webkit-animation-name:fadeInDown;
	animation-name:fadeInDown
}
@-webkit-keyframes fadeInDownBig {
	from {
	opacity:0;
	-webkit-transform:translate3d(0,-2000px,0);
	transform:translate3d(0,-2000px,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes fadeInDownBig {
	from {
	opacity:0;
	-webkit-transform:translate3d(0,-2000px,0);
	transform:translate3d(0,-2000px,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.fadeInDownBig {
	-webkit-animation-name:fadeInDownBig;
	animation-name:fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
	from {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes fadeInLeft {
	from {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.fadeInLeft {
	-webkit-animation-name:fadeInLeft;
	animation-name:fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
	from {
	opacity:0;
	-webkit-transform:translate3d(-2000px,0,0);
	transform:translate3d(-2000px,0,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes fadeInLeftBig {
	from {
	opacity:0;
	-webkit-transform:translate3d(-2000px,0,0);
	transform:translate3d(-2000px,0,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.fadeInLeftBig {
	-webkit-animation-name:fadeInLeftBig;
	animation-name:fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
	from {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes fadeInRight {
	from {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.fadeInRight {
	-webkit-animation-name:fadeInRight;
	animation-name:fadeInRight
}
@-webkit-keyframes fadeInRightBig {
	from {
	opacity:0;
	-webkit-transform:translate3d(2000px,0,0);
	transform:translate3d(2000px,0,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes fadeInRightBig {
	from {
	opacity:0;
	-webkit-transform:translate3d(2000px,0,0);
	transform:translate3d(2000px,0,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.fadeInRightBig {
	-webkit-animation-name:fadeInRightBig;
	animation-name:fadeInRightBig
}
@-webkit-keyframes fadeInUp {
	from {
	opacity:0;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes fadeInUp {
	from {
	opacity:0;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.fadeInUp {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp
}
@-webkit-keyframes fadeInUpBig {
	from {
	opacity:0;
	-webkit-transform:translate3d(0,2000px,0);
	transform:translate3d(0,2000px,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes fadeInUpBig {
	from {
	opacity:0;
	-webkit-transform:translate3d(0,2000px,0);
	transform:translate3d(0,2000px,0)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.fadeInUpBig {
	-webkit-animation-name:fadeInUpBig;
	animation-name:fadeInUpBig
}
@-webkit-keyframes fadeOut {
	from {
	opacity:1
}
to {
	opacity:0
}
}@keyframes fadeOut {
	from {
	opacity:1
}
to {
	opacity:0
}
}.fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut
}
@-webkit-keyframes fadeOutDown {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0)
}
}@keyframes fadeOutDown {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0)
}
}.fadeOutDown {
	-webkit-animation-name:fadeOutDown;
	animation-name:fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0,2000px,0);
	transform:translate3d(0,2000px,0)
}
}@keyframes fadeOutDownBig {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0,2000px,0);
	transform:translate3d(0,2000px,0)
}
}.fadeOutDownBig {
	-webkit-animation-name:fadeOutDownBig;
	animation-name:fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0)
}
}@keyframes fadeOutLeft {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0)
}
}.fadeOutLeft {
	-webkit-animation-name:fadeOutLeft;
	animation-name:fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(-2000px,0,0);
	transform:translate3d(-2000px,0,0)
}
}@keyframes fadeOutLeftBig {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(-2000px,0,0);
	transform:translate3d(-2000px,0,0)
}
}.fadeOutLeftBig {
	-webkit-animation-name:fadeOutLeftBig;
	animation-name:fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0)
}
}@keyframes fadeOutRight {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0)
}
}.fadeOutRight {
	-webkit-animation-name:fadeOutRight;
	animation-name:fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(2000px,0,0);
	transform:translate3d(2000px,0,0)
}
}@keyframes fadeOutRightBig {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(2000px,0,0);
	transform:translate3d(2000px,0,0)
}
}.fadeOutRightBig {
	-webkit-animation-name:fadeOutRightBig;
	animation-name:fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
}@keyframes fadeOutUp {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
}.fadeOutUp {
	-webkit-animation-name:fadeOutUp;
	animation-name:fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0,-2000px,0);
	transform:translate3d(0,-2000px,0)
}
}@keyframes fadeOutUpBig {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0,-2000px,0);
	transform:translate3d(0,-2000px,0)
}
}.fadeOutUpBig {
	-webkit-animation-name:fadeOutUpBig;
	animation-name:fadeOutUpBig
}
@-webkit-keyframes flip {
	from {
	-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
	transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out
}
40% {
	-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
	transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out
}
50% {
	-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
	transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
80% {
	-webkit-transform:perspective(400px) scale3d(0.95,0.95,0.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
	transform:perspective(400px) scale3d(0.95,0.95,0.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
to {
	-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
	transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
}@keyframes flip {
	from {
	-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
	transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out
}
40% {
	-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
	transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out
}
50% {
	-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
	transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
80% {
	-webkit-transform:perspective(400px) scale3d(0.95,0.95,0.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
	transform:perspective(400px) scale3d(0.95,0.95,0.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
to {
	-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
	transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
}.animated.flip {
	-webkit-backface-visibility:visible;
	backface-visibility:visible;
	-webkit-animation-name:flip;
	animation-name:flip
}
@-webkit-keyframes flipInX {
	from {
	-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
	transform:perspective(400px) rotate3d(1,0,0,90deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in;
	opacity:0
}
40% {
	-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
	transform:perspective(400px) rotate3d(1,0,0,-20deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
60% {
	-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
	transform:perspective(400px) rotate3d(1,0,0,10deg);
	opacity:1
}
80% {
	-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
	transform:perspective(400px) rotate3d(1,0,0,-5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}@keyframes flipInX {
	from {
	-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
	transform:perspective(400px) rotate3d(1,0,0,90deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in;
	opacity:0
}
40% {
	-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
	transform:perspective(400px) rotate3d(1,0,0,-20deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
60% {
	-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
	transform:perspective(400px) rotate3d(1,0,0,10deg);
	opacity:1
}
80% {
	-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
	transform:perspective(400px) rotate3d(1,0,0,-5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}.flipInX {
	-webkit-backface-visibility:visible !important;
	backface-visibility:visible !important;
	-webkit-animation-name:flipInX;
	animation-name:flipInX
}
@-webkit-keyframes flipInY {
	from {
	-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
	transform:perspective(400px) rotate3d(0,1,0,90deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in;
	opacity:0
}
40% {
	-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
	transform:perspective(400px) rotate3d(0,1,0,-20deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
60% {
	-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
	transform:perspective(400px) rotate3d(0,1,0,10deg);
	opacity:1
}
80% {
	-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
	transform:perspective(400px) rotate3d(0,1,0,-5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}@keyframes flipInY {
	from {
	-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
	transform:perspective(400px) rotate3d(0,1,0,90deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in;
	opacity:0
}
40% {
	-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
	transform:perspective(400px) rotate3d(0,1,0,-20deg);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
60% {
	-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
	transform:perspective(400px) rotate3d(0,1,0,10deg);
	opacity:1
}
80% {
	-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
	transform:perspective(400px) rotate3d(0,1,0,-5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}.flipInY {
	-webkit-backface-visibility:visible !important;
	backface-visibility:visible !important;
	-webkit-animation-name:flipInY;
	animation-name:flipInY
}
@-webkit-keyframes flipOutX {
	from {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
30% {
	-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
	transform:perspective(400px) rotate3d(1,0,0,-20deg);
	opacity:1
}
to {
	-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
	transform:perspective(400px) rotate3d(1,0,0,90deg);
	opacity:0
}
}@keyframes flipOutX {
	from {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
30% {
	-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
	transform:perspective(400px) rotate3d(1,0,0,-20deg);
	opacity:1
}
to {
	-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
	transform:perspective(400px) rotate3d(1,0,0,90deg);
	opacity:0
}
}.flipOutX {
	-webkit-animation-duration:0.75s;
	animation-duration:0.75s;
	-webkit-animation-name:flipOutX;
	animation-name:flipOutX;
	-webkit-backface-visibility:visible !important;
	backface-visibility:visible !important
}
@-webkit-keyframes flipOutY {
	from {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
30% {
	-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);
	transform:perspective(400px) rotate3d(0,1,0,-15deg);
	opacity:1
}
to {
	-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
	transform:perspective(400px) rotate3d(0,1,0,90deg);
	opacity:0
}
}@keyframes flipOutY {
	from {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
30% {
	-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);
	transform:perspective(400px) rotate3d(0,1,0,-15deg);
	opacity:1
}
to {
	-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
	transform:perspective(400px) rotate3d(0,1,0,90deg);
	opacity:0
}
}.flipOutY {
	-webkit-animation-duration:0.75s;
	animation-duration:0.75s;
	-webkit-backface-visibility:visible !important;
	backface-visibility:visible !important;
	-webkit-animation-name:flipOutY;
	animation-name:flipOutY
}
@-webkit-keyframes lightSpeedIn {
	from {
	-webkit-transform:translate3d(100%,0,0) skewX(-30deg);
	transform:translate3d(100%,0,0) skewX(-30deg);
	opacity:0
}
60% {
	-webkit-transform:skewX(20deg);
	transform:skewX(20deg);
	opacity:1
}
80% {
	-webkit-transform:skewX(-5deg);
	transform:skewX(-5deg)
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes lightSpeedIn {
	from {
	-webkit-transform:translate3d(100%,0,0) skewX(-30deg);
	transform:translate3d(100%,0,0) skewX(-30deg);
	opacity:0
}
60% {
	-webkit-transform:skewX(20deg);
	transform:skewX(20deg);
	opacity:1
}
80% {
	-webkit-transform:skewX(-5deg);
	transform:skewX(-5deg)
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.lightSpeedIn {
	-webkit-animation-name:lightSpeedIn;
	animation-name:lightSpeedIn;
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out
}
@-webkit-keyframes lightSpeedOut {
	from {
	opacity:1
}
to {
	-webkit-transform:translate3d(100%,0,0) skewX(30deg);
	transform:translate3d(100%,0,0) skewX(30deg);
	opacity:0
}
}@keyframes lightSpeedOut {
	from {
	opacity:1
}
to {
	-webkit-transform:translate3d(100%,0,0) skewX(30deg);
	transform:translate3d(100%,0,0) skewX(30deg);
	opacity:0
}
}.lightSpeedOut {
	-webkit-animation-name:lightSpeedOut;
	animation-name:lightSpeedOut;
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
@-webkit-keyframes rotateIn {
	from {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:rotate3d(0,0,1,-200deg);
	transform:rotate3d(0,0,1,-200deg);
	opacity:0
}
to {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	opacity:1
}
}@keyframes rotateIn {
	from {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:rotate3d(0,0,1,-200deg);
	transform:rotate3d(0,0,1,-200deg);
	opacity:0
}
to {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	opacity:1
}
}.rotateIn {
	-webkit-animation-name:rotateIn;
	animation-name:rotateIn
}
@-webkit-keyframes rotateInDownLeft {
	from {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate3d(0,0,1,-45deg);
	transform:rotate3d(0,0,1,-45deg);
	opacity:0
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	opacity:1
}
}@keyframes rotateInDownLeft {
	from {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate3d(0,0,1,-45deg);
	transform:rotate3d(0,0,1,-45deg);
	opacity:0
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	opacity:1
}
}.rotateInDownLeft {
	-webkit-animation-name:rotateInDownLeft;
	animation-name:rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
	from {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate3d(0,0,1,45deg);
	transform:rotate3d(0,0,1,45deg);
	opacity:0
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	opacity:1
}
}@keyframes rotateInDownRight {
	from {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate3d(0,0,1,45deg);
	transform:rotate3d(0,0,1,45deg);
	opacity:0
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	opacity:1
}
}.rotateInDownRight {
	-webkit-animation-name:rotateInDownRight;
	animation-name:rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
	from {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate3d(0,0,1,45deg);
	transform:rotate3d(0,0,1,45deg);
	opacity:0
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	opacity:1
}
}@keyframes rotateInUpLeft {
	from {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate3d(0,0,1,45deg);
	transform:rotate3d(0,0,1,45deg);
	opacity:0
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	opacity:1
}
}.rotateInUpLeft {
	-webkit-animation-name:rotateInUpLeft;
	animation-name:rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
	from {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate3d(0,0,1,-90deg);
	transform:rotate3d(0,0,1,-90deg);
	opacity:0
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	opacity:1
}
}@keyframes rotateInUpRight {
	from {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate3d(0,0,1,-90deg);
	transform:rotate3d(0,0,1,-90deg);
	opacity:0
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	opacity:1
}
}.rotateInUpRight {
	-webkit-animation-name:rotateInUpRight;
	animation-name:rotateInUpRight
}
@-webkit-keyframes rotateOut {
	from {
	-webkit-transform-origin:center;
	transform-origin:center;
	opacity:1
}
to {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:rotate3d(0,0,1,200deg);
	transform:rotate3d(0,0,1,200deg);
	opacity:0
}
}@keyframes rotateOut {
	from {
	-webkit-transform-origin:center;
	transform-origin:center;
	opacity:1
}
to {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:rotate3d(0,0,1,200deg);
	transform:rotate3d(0,0,1,200deg);
	opacity:0
}
}.rotateOut {
	-webkit-animation-name:rotateOut;
	animation-name:rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
	from {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	opacity:1
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate3d(0,0,1,45deg);
	transform:rotate3d(0,0,1,45deg);
	opacity:0
}
}@keyframes rotateOutDownLeft {
	from {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	opacity:1
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate3d(0,0,1,45deg);
	transform:rotate3d(0,0,1,45deg);
	opacity:0
}
}.rotateOutDownLeft {
	-webkit-animation-name:rotateOutDownLeft;
	animation-name:rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
	from {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	opacity:1
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate3d(0,0,1,-45deg);
	transform:rotate3d(0,0,1,-45deg);
	opacity:0
}
}@keyframes rotateOutDownRight {
	from {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	opacity:1
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate3d(0,0,1,-45deg);
	transform:rotate3d(0,0,1,-45deg);
	opacity:0
}
}.rotateOutDownRight {
	-webkit-animation-name:rotateOutDownRight;
	animation-name:rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
	from {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	opacity:1
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate3d(0,0,1,-45deg);
	transform:rotate3d(0,0,1,-45deg);
	opacity:0
}
}@keyframes rotateOutUpLeft {
	from {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	opacity:1
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate3d(0,0,1,-45deg);
	transform:rotate3d(0,0,1,-45deg);
	opacity:0
}
}.rotateOutUpLeft {
	-webkit-animation-name:rotateOutUpLeft;
	animation-name:rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
	from {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	opacity:1
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate3d(0,0,1,90deg);
	transform:rotate3d(0,0,1,90deg);
	opacity:0
}
}@keyframes rotateOutUpRight {
	from {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	opacity:1
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate3d(0,0,1,90deg);
	transform:rotate3d(0,0,1,90deg);
	opacity:0
}
}.rotateOutUpRight {
	-webkit-animation-name:rotateOutUpRight;
	animation-name:rotateOutUpRight
}
@-webkit-keyframes hinge {
	0% {
	-webkit-transform-origin:top left;
	transform-origin:top left;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out
}
20%,60% {
	-webkit-transform:rotate3d(0,0,1,80deg);
	transform:rotate3d(0,0,1,80deg);
	-webkit-transform-origin:top left;
	transform-origin:top left;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out
}
40%,80% {
	-webkit-transform:rotate3d(0,0,1,60deg);
	transform:rotate3d(0,0,1,60deg);
	-webkit-transform-origin:top left;
	transform-origin:top left;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	opacity:1
}
to {
	-webkit-transform:translate3d(0,700px,0);
	transform:translate3d(0,700px,0);
	opacity:0
}
}@keyframes hinge {
	0% {
	-webkit-transform-origin:top left;
	transform-origin:top left;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out
}
20%,60% {
	-webkit-transform:rotate3d(0,0,1,80deg);
	transform:rotate3d(0,0,1,80deg);
	-webkit-transform-origin:top left;
	transform-origin:top left;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out
}
40%,80% {
	-webkit-transform:rotate3d(0,0,1,60deg);
	transform:rotate3d(0,0,1,60deg);
	-webkit-transform-origin:top left;
	transform-origin:top left;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	opacity:1
}
to {
	-webkit-transform:translate3d(0,700px,0);
	transform:translate3d(0,700px,0);
	opacity:0
}
}.hinge {
	-webkit-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name:hinge;
	animation-name:hinge
}
@-webkit-keyframes jackInTheBox {
	from {
	opacity:0;
	-webkit-transform:scale(0.1) rotate(30deg);
	transform:scale(0.1) rotate(30deg);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom
}
50% {
	-webkit-transform:rotate(-10deg);
	transform:rotate(-10deg)
}
70% {
	-webkit-transform:rotate(3deg);
	transform:rotate(3deg)
}
to {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1)
}
}@keyframes jackInTheBox {
	from {
	opacity:0;
	-webkit-transform:scale(0.1) rotate(30deg);
	transform:scale(0.1) rotate(30deg);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom
}
50% {
	-webkit-transform:rotate(-10deg);
	transform:rotate(-10deg)
}
70% {
	-webkit-transform:rotate(3deg);
	transform:rotate(3deg)
}
to {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1)
}
}.jackInTheBox {
	-webkit-animation-name:jackInTheBox;
	animation-name:jackInTheBox
}
@-webkit-keyframes rollIn {
	from {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
	transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes rollIn {
	from {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
	transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
}
to {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.rollIn {
	-webkit-animation-name:rollIn;
	animation-name:rollIn
}
@-webkit-keyframes rollOut {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
	transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)
}
}@keyframes rollOut {
	from {
	opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
	transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)
}
}.rollOut {
	-webkit-animation-name:rollOut;
	animation-name:rollOut
}
@-webkit-keyframes zoomIn {
	from {
	opacity:0;
	-webkit-transform:scale3d(0.3,0.3,0.3);
	transform:scale3d(0.3,0.3,0.3)
}
50% {
	opacity:1
}
}@keyframes zoomIn {
	from {
	opacity:0;
	-webkit-transform:scale3d(0.3,0.3,0.3);
	transform:scale3d(0.3,0.3,0.3)
}
50% {
	opacity:1
}
}.zoomIn {
	-webkit-animation-name:zoomIn;
	animation-name:zoomIn
}
@-webkit-keyframes zoomInDown {
	from {
	opacity:0;
	-webkit-transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);
	transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);
	-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)
}
60% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
	-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
	animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
}
}@keyframes zoomInDown {
	from {
	opacity:0;
	-webkit-transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);
	transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);
	-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)
}
60% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
	-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
	animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
}
}.zoomInDown {
	-webkit-animation-name:zoomInDown;
	animation-name:zoomInDown
}
@-webkit-keyframes zoomInLeft {
	from {
	opacity:0;
	-webkit-transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);
	transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);
	-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)
}
60% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(10px,0,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(10px,0,0);
	-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
	animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
}
}@keyframes zoomInLeft {
	from {
	opacity:0;
	-webkit-transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);
	transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);
	-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)
}
60% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(10px,0,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(10px,0,0);
	-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
	animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
}
}.zoomInLeft {
	-webkit-animation-name:zoomInLeft;
	animation-name:zoomInLeft
}
@-webkit-keyframes zoomInRight {
	from {
	opacity:0;
	-webkit-transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);
	transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);
	-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)
}
60% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);
	-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
	animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
}
}@keyframes zoomInRight {
	from {
	opacity:0;
	-webkit-transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);
	transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);
	-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)
}
60% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);
	-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
	animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
}
}.zoomInRight {
	-webkit-animation-name:zoomInRight;
	animation-name:zoomInRight
}
@-webkit-keyframes zoomInUp {
	from {
	opacity:0;
	-webkit-transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);
	transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);
	-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)
}
60% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
	-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
	animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
}
}@keyframes zoomInUp {
	from {
	opacity:0;
	-webkit-transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);
	transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);
	-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)
}
60% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
	-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
	animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
}
}.zoomInUp {
	-webkit-animation-name:zoomInUp;
	animation-name:zoomInUp
}
@-webkit-keyframes zoomOut {
	from {
	opacity:1
}
50% {
	opacity:0;
	-webkit-transform:scale3d(0.3,0.3,0.3);
	transform:scale3d(0.3,0.3,0.3)
}
to {
	opacity:0
}
}@keyframes zoomOut {
	from {
	opacity:1
}
50% {
	opacity:0;
	-webkit-transform:scale3d(0.3,0.3,0.3);
	transform:scale3d(0.3,0.3,0.3)
}
to {
	opacity:0
}
}.zoomOut {
	-webkit-animation-name:zoomOut;
	animation-name:zoomOut
}
@-webkit-keyframes zoomOutDown {
	40% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
	-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)
}
to {
	opacity:0;
	-webkit-transform:scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);
	transform:scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
	animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
}
}@keyframes zoomOutDown {
	40% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);
	-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)
}
to {
	opacity:0;
	-webkit-transform:scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);
	transform:scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
	animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
}
}.zoomOutDown {
	-webkit-animation-name:zoomOutDown;
	animation-name:zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
	40% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(42px,0,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(42px,0,0)
}
to {
	opacity:0;
	-webkit-transform:scale(0.1) translate3d(-2000px,0,0);
	transform:scale(0.1) translate3d(-2000px,0,0);
	-webkit-transform-origin:left center;
	transform-origin:left center
}
}@keyframes zoomOutLeft {
	40% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(42px,0,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(42px,0,0)
}
to {
	opacity:0;
	-webkit-transform:scale(0.1) translate3d(-2000px,0,0);
	transform:scale(0.1) translate3d(-2000px,0,0);
	-webkit-transform-origin:left center;
	transform-origin:left center
}
}.zoomOutLeft {
	-webkit-animation-name:zoomOutLeft;
	animation-name:zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
	40% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0,0)
}
to {
	opacity:0;
	-webkit-transform:scale(0.1) translate3d(2000px,0,0);
	transform:scale(0.1) translate3d(2000px,0,0);
	-webkit-transform-origin:right center;
	transform-origin:right center
}
}@keyframes zoomOutRight {
	40% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0,0)
}
to {
	opacity:0;
	-webkit-transform:scale(0.1) translate3d(2000px,0,0);
	transform:scale(0.1) translate3d(2000px,0,0);
	-webkit-transform-origin:right center;
	transform-origin:right center
}
}.zoomOutRight {
	-webkit-animation-name:zoomOutRight;
	animation-name:zoomOutRight
}
@-webkit-keyframes zoomOutUp {
	40% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
	-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)
}
to {
	opacity:0;
	-webkit-transform:scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);
	transform:scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
	animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
}
}@keyframes zoomOutUp {
	40% {
	opacity:1;
	-webkit-transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
	transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);
	-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)
}
to {
	opacity:0;
	-webkit-transform:scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);
	transform:scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);
	animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)
}
}.zoomOutUp {
	-webkit-animation-name:zoomOutUp;
	animation-name:zoomOutUp
}
@-webkit-keyframes slideInDown {
	from {
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
	visibility:visible
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes slideInDown {
	from {
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
	visibility:visible
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.slideInDown {
	-webkit-animation-name:slideInDown;
	animation-name:slideInDown
}
@-webkit-keyframes clipIn {
	from {
	-webkit-clip-path:polygon(0 0,0 -100%,200% 100%,100% 100%,100% 0);
	clip-path:polygon(0 0,0 -100%,200% 100%,100% 100%,100% 0)
}
to {
	-webkit-clip-path:polygon(0 0,0 100%,0 100%,100% 100%,100% 0);
	clip-path:polygon(0 0,0 100%,0 100%,100% 100%,100% 0)
}
}.clipIn {
	-webkit-animation-name:clipIn;
	animation-name:clipIn
}
@-webkit-keyframes slideInLeft {
	from {
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
	visibility:visible
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes slideInLeft {
	from {
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
	visibility:visible
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.slideInLeft {
	-webkit-animation-name:slideInLeft;
	animation-name:slideInLeft
}
@-webkit-keyframes slideInRight {
	from {
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
	visibility:visible
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes slideInRight {
	from {
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
	visibility:visible
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.slideInRight {
	-webkit-animation-name:slideInRight;
	animation-name:slideInRight
}
@-webkit-keyframes slideInUp {
	from {
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
	visibility:visible
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}@keyframes slideInUp {
	from {
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
	visibility:visible
}
to {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.slideInUp {
	-webkit-animation-name:slideInUp;
	animation-name:slideInUp
}
@-webkit-keyframes slideOutDown {
	from {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0)
}
}@keyframes slideOutDown {
	from {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0)
}
}.slideOutDown {
	-webkit-animation-name:slideOutDown;
	animation-name:slideOutDown
}
@-webkit-keyframes slideOutLeft {
	from {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0)
}
}@keyframes slideOutLeft {
	from {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0)
}
}.slideOutLeft {
	-webkit-animation-name:slideOutLeft;
	animation-name:slideOutLeft
}
@-webkit-keyframes slideOutRight {
	from {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0)
}
}@keyframes slideOutRight {
	from {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0)
}
}.slideOutRight {
	-webkit-animation-name:slideOutRight;
	animation-name:slideOutRight
}
@-webkit-keyframes slideOutUp {
	from {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
}@keyframes slideOutUp {
	from {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
}.slideOutUp {
	-webkit-animation-name:slideOutUp;
	animation-name:slideOutUp
}
.animated {
	-webkit-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.animated.infinite {
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite
}
.animated.delay-1s {
	-webkit-animation-delay:1s;
	animation-delay:1s
}
.animated.delay-2s {
	-webkit-animation-delay:2s;
	animation-delay:2s
}
.animated.delay-3s {
	-webkit-animation-delay:3s;
	animation-delay:3s
}
.animated.delay-4s {
	-webkit-animation-delay:4s;
	animation-delay:4s
}
.animated.delay-5s {
	-webkit-animation-delay:5s;
	animation-delay:5s
}
.animated.fast {
	-webkit-animation-duration:800ms;
	animation-duration:800ms
}
.animated.faster {
	-webkit-animation-duration:500ms;
	animation-duration:500ms
}
.animated.slow {
	-webkit-animation-duration:2s;
	animation-duration:2s
}
.animated.slower {
	-webkit-animation-duration:3s;
	animation-duration:3s
}
@media (print),(prefers-reduced-motion:reduce) {
	.animated {
	-webkit-animation-duration:1ms !important;
	animation-duration:1ms !important;
	-webkit-transition-duration:1ms !important;
	transition-duration:1ms !important;
	-webkit-animation-iteration-count:1 !important;
	animation-iteration-count:1 !important
}
}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos] {
	-webkit-transition-duration:50ms;
	transition-duration:50ms
}
[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate {
	-webkit-transition-delay:50ms;
	transition-delay:50ms
}
[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos] {
	-webkit-transition-duration:.1s;
	transition-duration:.1s
}
[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate {
	-webkit-transition-delay:.1s;
	transition-delay:.1s
}
[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos] {
	-webkit-transition-duration:.15s;
	transition-duration:.15s
}
[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate {
	-webkit-transition-delay:.15s;
	transition-delay:.15s
}
[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos] {
	-webkit-transition-duration:.2s;
	transition-duration:.2s
}
[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate {
	-webkit-transition-delay:.2s;
	transition-delay:.2s
}
[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos] {
	-webkit-transition-duration:.25s;
	transition-duration:.25s
}
[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate {
	-webkit-transition-delay:.25s;
	transition-delay:.25s
}
[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos] {
	-webkit-transition-duration:.3s;
	transition-duration:.3s
}
[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate {
	-webkit-transition-delay:.3s;
	transition-delay:.3s
}
[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos] {
	-webkit-transition-duration:.35s;
	transition-duration:.35s
}
[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate {
	-webkit-transition-delay:.35s;
	transition-delay:.35s
}
[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos] {
	-webkit-transition-duration:.4s;
	transition-duration:.4s
}
[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate {
	-webkit-transition-delay:.4s;
	transition-delay:.4s
}
[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos] {
	-webkit-transition-duration:.45s;
	transition-duration:.45s
}
[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate {
	-webkit-transition-delay:.45s;
	transition-delay:.45s
}
[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos] {
	-webkit-transition-duration:.5s;
	transition-duration:.5s
}
[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate {
	-webkit-transition-delay:.5s;
	transition-delay:.5s
}
[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos] {
	-webkit-transition-duration:.55s;
	transition-duration:.55s
}
[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate {
	-webkit-transition-delay:.55s;
	transition-delay:.55s
}
[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos] {
	-webkit-transition-duration:.6s;
	transition-duration:.6s
}
[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate {
	-webkit-transition-delay:.6s;
	transition-delay:.6s
}
[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos] {
	-webkit-transition-duration:.65s;
	transition-duration:.65s
}
[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate {
	-webkit-transition-delay:.65s;
	transition-delay:.65s
}
[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos] {
	-webkit-transition-duration:.7s;
	transition-duration:.7s
}
[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate {
	-webkit-transition-delay:.7s;
	transition-delay:.7s
}
[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos] {
	-webkit-transition-duration:.75s;
	transition-duration:.75s
}
[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate {
	-webkit-transition-delay:.75s;
	transition-delay:.75s
}
[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos] {
	-webkit-transition-duration:.8s;
	transition-duration:.8s
}
[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate {
	-webkit-transition-delay:.8s;
	transition-delay:.8s
}
[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos] {
	-webkit-transition-duration:.85s;
	transition-duration:.85s
}
[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate {
	-webkit-transition-delay:.85s;
	transition-delay:.85s
}
[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos] {
	-webkit-transition-duration:.9s;
	transition-duration:.9s
}
[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate {
	-webkit-transition-delay:.9s;
	transition-delay:.9s
}
[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos] {
	-webkit-transition-duration:.95s;
	transition-duration:.95s
}
[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate {
	-webkit-transition-delay:.95s;
	transition-delay:.95s
}
[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos] {
	-webkit-transition-duration:1s;
	transition-duration:1s
}
[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate {
	-webkit-transition-delay:1s;
	transition-delay:1s
}
[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos] {
	-webkit-transition-duration:1.05s;
	transition-duration:1.05s
}
[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate {
	-webkit-transition-delay:1.05s;
	transition-delay:1.05s
}
[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos] {
	-webkit-transition-duration:1.1s;
	transition-duration:1.1s
}
[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate {
	-webkit-transition-delay:1.1s;
	transition-delay:1.1s
}
[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos] {
	-webkit-transition-duration:1.15s;
	transition-duration:1.15s
}
[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate {
	-webkit-transition-delay:1.15s;
	transition-delay:1.15s
}
[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos] {
	-webkit-transition-duration:1.2s;
	transition-duration:1.2s
}
[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate {
	-webkit-transition-delay:1.2s;
	transition-delay:1.2s
}
[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos] {
	-webkit-transition-duration:1.25s;
	transition-duration:1.25s
}
[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate {
	-webkit-transition-delay:1.25s;
	transition-delay:1.25s
}
[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos] {
	-webkit-transition-duration:1.3s;
	transition-duration:1.3s
}
[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate {
	-webkit-transition-delay:1.3s;
	transition-delay:1.3s
}
[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos] {
	-webkit-transition-duration:1.35s;
	transition-duration:1.35s
}
[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate {
	-webkit-transition-delay:1.35s;
	transition-delay:1.35s
}
[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos] {
	-webkit-transition-duration:1.4s;
	transition-duration:1.4s
}
[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate {
	-webkit-transition-delay:1.4s;
	transition-delay:1.4s
}
[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos] {
	-webkit-transition-duration:1.45s;
	transition-duration:1.45s
}
[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate {
	-webkit-transition-delay:1.45s;
	transition-delay:1.45s
}
[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos] {
	-webkit-transition-duration:1.5s;
	transition-duration:1.5s
}
[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate {
	-webkit-transition-delay:1.5s;
	transition-delay:1.5s
}
[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos] {
	-webkit-transition-duration:1.55s;
	transition-duration:1.55s
}
[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate {
	-webkit-transition-delay:1.55s;
	transition-delay:1.55s
}
[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos] {
	-webkit-transition-duration:1.6s;
	transition-duration:1.6s
}
[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate {
	-webkit-transition-delay:1.6s;
	transition-delay:1.6s
}
[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos] {
	-webkit-transition-duration:1.65s;
	transition-duration:1.65s
}
[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate {
	-webkit-transition-delay:1.65s;
	transition-delay:1.65s
}
[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos] {
	-webkit-transition-duration:1.7s;
	transition-duration:1.7s
}
[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate {
	-webkit-transition-delay:1.7s;
	transition-delay:1.7s
}
[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos] {
	-webkit-transition-duration:1.75s;
	transition-duration:1.75s
}
[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate {
	-webkit-transition-delay:1.75s;
	transition-delay:1.75s
}
[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos] {
	-webkit-transition-duration:1.8s;
	transition-duration:1.8s
}
[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate {
	-webkit-transition-delay:1.8s;
	transition-delay:1.8s
}
[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos] {
	-webkit-transition-duration:1.85s;
	transition-duration:1.85s
}
[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate {
	-webkit-transition-delay:1.85s;
	transition-delay:1.85s
}
[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos] {
	-webkit-transition-duration:1.9s;
	transition-duration:1.9s
}
[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate {
	-webkit-transition-delay:1.9s;
	transition-delay:1.9s
}
[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos] {
	-webkit-transition-duration:1.95s;
	transition-duration:1.95s
}
[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate {
	-webkit-transition-delay:1.95s;
	transition-delay:1.95s
}
[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos] {
	-webkit-transition-duration:2s;
	transition-duration:2s
}
[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate {
	-webkit-transition-delay:2s;
	transition-delay:2s
}
[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos] {
	-webkit-transition-duration:2.05s;
	transition-duration:2.05s
}
[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate {
	-webkit-transition-delay:2.05s;
	transition-delay:2.05s
}
[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos] {
	-webkit-transition-duration:2.1s;
	transition-duration:2.1s
}
[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate {
	-webkit-transition-delay:2.1s;
	transition-delay:2.1s
}
[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos] {
	-webkit-transition-duration:2.15s;
	transition-duration:2.15s
}
[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate {
	-webkit-transition-delay:2.15s;
	transition-delay:2.15s
}
[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos] {
	-webkit-transition-duration:2.2s;
	transition-duration:2.2s
}
[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate {
	-webkit-transition-delay:2.2s;
	transition-delay:2.2s
}
[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos] {
	-webkit-transition-duration:2.25s;
	transition-duration:2.25s
}
[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate {
	-webkit-transition-delay:2.25s;
	transition-delay:2.25s
}
[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos] {
	-webkit-transition-duration:2.3s;
	transition-duration:2.3s
}
[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate {
	-webkit-transition-delay:2.3s;
	transition-delay:2.3s
}
[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos] {
	-webkit-transition-duration:2.35s;
	transition-duration:2.35s
}
[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate {
	-webkit-transition-delay:2.35s;
	transition-delay:2.35s
}
[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos] {
	-webkit-transition-duration:2.4s;
	transition-duration:2.4s
}
[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate {
	-webkit-transition-delay:2.4s;
	transition-delay:2.4s
}
[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos] {
	-webkit-transition-duration:2.45s;
	transition-duration:2.45s
}
[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate {
	-webkit-transition-delay:2.45s;
	transition-delay:2.45s
}
[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos] {
	-webkit-transition-duration:2.5s;
	transition-duration:2.5s
}
[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate {
	-webkit-transition-delay:2.5s;
	transition-delay:2.5s
}
[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos] {
	-webkit-transition-duration:2.55s;
	transition-duration:2.55s
}
[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate {
	-webkit-transition-delay:2.55s;
	transition-delay:2.55s
}
[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos] {
	-webkit-transition-duration:2.6s;
	transition-duration:2.6s
}
[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate {
	-webkit-transition-delay:2.6s;
	transition-delay:2.6s
}
[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos] {
	-webkit-transition-duration:2.65s;
	transition-duration:2.65s
}
[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate {
	-webkit-transition-delay:2.65s;
	transition-delay:2.65s
}
[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos] {
	-webkit-transition-duration:2.7s;
	transition-duration:2.7s
}
[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate {
	-webkit-transition-delay:2.7s;
	transition-delay:2.7s
}
[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos] {
	-webkit-transition-duration:2.75s;
	transition-duration:2.75s
}
[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate {
	-webkit-transition-delay:2.75s;
	transition-delay:2.75s
}
[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos] {
	-webkit-transition-duration:2.8s;
	transition-duration:2.8s
}
[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate {
	-webkit-transition-delay:2.8s;
	transition-delay:2.8s
}
[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos] {
	-webkit-transition-duration:2.85s;
	transition-duration:2.85s
}
[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate {
	-webkit-transition-delay:2.85s;
	transition-delay:2.85s
}
[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos] {
	-webkit-transition-duration:2.9s;
	transition-duration:2.9s
}
[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate {
	-webkit-transition-delay:2.9s;
	transition-delay:2.9s
}
[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos] {
	-webkit-transition-duration:2.95s;
	transition-duration:2.95s
}
[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate {
	-webkit-transition-delay:2.95s;
	transition-delay:2.95s
}
[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos] {
	-webkit-transition-duration:3s;
	transition-duration:3s
}
[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos] {
	-webkit-transition-delay:0;
	transition-delay:0
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate {
	-webkit-transition-delay:3s;
	transition-delay:3s
}
[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.25,0.25,0.75,0.75);
	transition-timing-function:cubic-bezier(0.25,0.25,0.75,0.75)
}
[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease
}
[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos] {
	-webkit-transition-timing-function:ease-in;
	transition-timing-function:ease-in
}
[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos] {
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos] {
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out
}
[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.6,-0.28,0.735,0.045);
	transition-timing-function:cubic-bezier(0.6,-0.28,0.735,0.045)
}
[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.275);
	transition-timing-function:cubic-bezier(0.175,0.885,0.32,1.275)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.68,-0.55,0.265,1.55);
	transition-timing-function:cubic-bezier(0.68,-0.55,0.265,1.55)
}
[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.47,0,0.745,0.715);
	transition-timing-function:cubic-bezier(0.47,0,0.745,0.715)
}
[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.39,0.575,0.565,1);
	transition-timing-function:cubic-bezier(0.39,0.575,0.565,1)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.445,0.05,0.55,0.95);
	transition-timing-function:cubic-bezier(0.445,0.05,0.55,0.95)
}
[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);
	transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53)
}
[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);
	transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);
	transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);
	transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53)
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);
	transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);
	transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)
}
[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);
	transition-timing-function:cubic-bezier(0.55,0.085,0.68,0.53)
}
[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);
	transition-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);
	transition-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)
}
[data-aos^=fade][data-aos^=fade] {
	opacity:0;
	-webkit-transition-property:opacity,-webkit-transform;
	transition-property:opacity,-webkit-transform;
	transition-property:opacity,transform;
	transition-property:opacity,transform,-webkit-transform
}
[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
[data-aos=fade-up] {
	-webkit-transform:translate3d(0,100px,0);
	transform:translate3d(0,100px,0)
}
[data-aos=fade-down] {
	-webkit-transform:translate3d(0,-100px,0);
	transform:translate3d(0,-100px,0)
}
[data-aos=fade-right] {
	-webkit-transform:translate3d(-100px,0,0);
	transform:translate3d(-100px,0,0)
}
[data-aos=fade-left] {
	-webkit-transform:translate3d(100px,0,0);
	transform:translate3d(100px,0,0)
}
[data-aos=fade-up-right] {
	-webkit-transform:translate3d(-100px,100px,0);
	transform:translate3d(-100px,100px,0)
}
[data-aos=fade-up-left] {
	-webkit-transform:translate3d(100px,100px,0);
	transform:translate3d(100px,100px,0)
}
[data-aos=fade-down-right] {
	-webkit-transform:translate3d(-100px,-100px,0);
	transform:translate3d(-100px,-100px,0)
}
[data-aos=fade-down-left] {
	-webkit-transform:translate3d(100px,-100px,0);
	transform:translate3d(100px,-100px,0)
}
[data-aos^=zoom][data-aos^=zoom] {
	opacity:0;
	-webkit-transition-property:opacity,-webkit-transform;
	transition-property:opacity,-webkit-transform;
	transition-property:opacity,transform;
	transition-property:opacity,transform,-webkit-transform
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity:1;
	-webkit-transform:translateZ(0) scale(1);
	transform:translateZ(0) scale(1)
}
[data-aos=zoom-in] {
	-webkit-transform:scale(0.6);
	-ms-transform:scale(0.6);
	transform:scale(0.6)
}
[data-aos=zoom-in-up] {
	-webkit-transform:translate3d(0,100px,0) scale(0.6);
	transform:translate3d(0,100px,0) scale(0.6)
}
[data-aos=zoom-in-down] {
	-webkit-transform:translate3d(0,-100px,0) scale(0.6);
	transform:translate3d(0,-100px,0) scale(0.6)
}
[data-aos=zoom-in-right] {
	-webkit-transform:translate3d(-100px,0,0) scale(0.6);
	transform:translate3d(-100px,0,0) scale(0.6)
}
[data-aos=zoom-in-left] {
	-webkit-transform:translate3d(100px,0,0) scale(0.6);
	transform:translate3d(100px,0,0) scale(0.6)
}
[data-aos=zoom-out] {
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2)
}
[data-aos=zoom-out-up] {
	-webkit-transform:translate3d(0,100px,0) scale(1.2);
	transform:translate3d(0,100px,0) scale(1.2)
}
[data-aos=zoom-out-down] {
	-webkit-transform:translate3d(0,-100px,0) scale(1.2);
	transform:translate3d(0,-100px,0) scale(1.2)
}
[data-aos=zoom-out-right] {
	-webkit-transform:translate3d(-100px,0,0) scale(1.2);
	transform:translate3d(-100px,0,0) scale(1.2)
}
[data-aos=zoom-out-left] {
	-webkit-transform:translate3d(100px,0,0) scale(1.2);
	transform:translate3d(100px,0,0) scale(1.2)
}
[data-aos^=slide][data-aos^=slide] {
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	transition-property:transform;
	transition-property:transform,-webkit-transform
}
[data-aos^=slide][data-aos^=slide].aos-animate {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
[data-aos=slide-up] {
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0)
}
[data-aos=slide-down] {
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0)
}
[data-aos=slide-right] {
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0)
}
[data-aos=slide-left] {
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0)
}
[data-aos^=flip][data-aos^=flip] {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	transition-property:transform;
	transition-property:transform,-webkit-transform
}
[data-aos=flip-left] {
	-webkit-transform:perspective(2500px) rotateY(-100deg);
	transform:perspective(2500px) rotateY(-100deg)
}
[data-aos=flip-left].aos-animate {
	-webkit-transform:perspective(2500px) rotateY(0);
	transform:perspective(2500px) rotateY(0)
}
[data-aos=flip-right] {
	-webkit-transform:perspective(2500px) rotateY(100deg);
	transform:perspective(2500px) rotateY(100deg)
}
[data-aos=flip-right].aos-animate {
	-webkit-transform:perspective(2500px) rotateY(0);
	transform:perspective(2500px) rotateY(0)
}
[data-aos=flip-up] {
	-webkit-transform:perspective(2500px) rotateX(-100deg);
	transform:perspective(2500px) rotateX(-100deg)
}
[data-aos=flip-up].aos-animate {
	-webkit-transform:perspective(2500px) rotateX(0);
	transform:perspective(2500px) rotateX(0)
}
[data-aos=flip-down] {
	-webkit-transform:perspective(2500px) rotateX(100deg);
	transform:perspective(2500px) rotateX(100deg)
}
[data-aos=flip-down].aos-animate {
	-webkit-transform:perspective(2500px) rotateX(0);
	transform:perspective(2500px) rotateX(0)
}
.fa,.fas,.far,.fal,.fad,.fab {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1
}
.fa-lg {
	font-size:1.33333em;
	line-height:0.75em;
	vertical-align:-.0667em
}
.fa-xs {
	font-size:.75em
}
.fa-sm {
	font-size:.875em
}
.fa-1x {
	font-size:1em
}
.fa-2x {
	font-size:2em
}
.fa-3x {
	font-size:3em
}
.fa-4x {
	font-size:4em
}
.fa-5x {
	font-size:5em
}
.fa-6x {
	font-size:6em
}
.fa-7x {
	font-size:7em
}
.fa-8x {
	font-size:8em
}
.fa-9x {
	font-size:9em
}
.fa-10x {
	font-size:10em
}
.fa-fw {
	text-align:center;
	width:1.25em
}
.fa-ul {
	list-style-type:none;
	margin-left:2.5em;
	padding-left:0
}
.fa-ul>li {
	position:relative
}
.fa-li {
	left:-2em;
	position:absolute;
	text-align:center;
	width:2em;
	line-height:inherit
}
.fa-border {
	border:solid 0.08em #eee;
	border-radius:.1em;
	padding:.2em .25em .15em
}
.fa-pull-left {
	float:left
}
.fa-pull-right {
	float:right
}
.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left {
	margin-right:.3em
}
.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right {
	margin-left:.3em
}
.fa-spin {
	-webkit-animation:fa-spin 2s infinite linear;
	animation:fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation:fa-spin 1s infinite steps(8);
	animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}@keyframes fa-spin {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}.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)
}
.fa-flip-both,.fa-flip-horizontal.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,:root .fa-flip-both {
	-webkit-filter:none;
	filter:none
}
.fa-stack {
	display:inline-block;
	height:2em;
	line-height:2em;
	position:relative;
	vertical-align:middle;
	width:2.5em
}
.fa-stack-1x,.fa-stack-2x {
	left:0;
	position:absolute;
	text-align:center;
	width:100%
}
.fa-stack-1x {
	line-height:inherit
}
.fa-stack-2x {
	font-size:2em
}
.fa-inverse {
	color:#fff
}
.fa-500px:before {
	content:"\f26e"
}
.fa-accessible-icon:before {
	content:"\f368"
}
.fa-accusoft:before {
	content:"\f369"
}
.fa-acquisitions-incorporated:before {
	content:"\f6af"
}
.fa-ad:before {
	content:"\f641"
}
.fa-address-book:before {
	content:"\f2b9"
}
.fa-address-card:before {
	content:"\f2bb"
}
.fa-adjust:before {
	content:"\f042"
}
.fa-adn:before {
	content:"\f170"
}
.fa-adobe:before {
	content:"\f778"
}
.fa-adversal:before {
	content:"\f36a"
}
.fa-affiliatetheme:before {
	content:"\f36b"
}
.fa-air-freshener:before {
	content:"\f5d0"
}
.fa-airbnb:before {
	content:"\f834"
}
.fa-algolia:before {
	content:"\f36c"
}
.fa-align-center:before {
	content:"\f037"
}
.fa-align-justify:before {
	content:"\f039"
}
.fa-align-left:before {
	content:"\f036"
}
.fa-align-right:before {
	content:"\f038"
}
.fa-alipay:before {
	content:"\f642"
}
.fa-allergies:before {
	content:"\f461"
}
.fa-amazon:before {
	content:"\f270"
}
.fa-amazon-pay:before {
	content:"\f42c"
}
.fa-ambulance:before {
	content:"\f0f9"
}
.fa-american-sign-language-interpreting:before {
	content:"\f2a3"
}
.fa-amilia:before {
	content:"\f36d"
}
.fa-anchor:before {
	content:"\f13d"
}
.fa-android:before {
	content:"\f17b"
}
.fa-angellist:before {
	content:"\f209"
}
.fa-angle-double-down:before {
	content:"\f103"
}
.fa-angle-double-left:before {
	content:"\f100"
}
.fa-angle-double-right:before {
	content:"\f101"
}
.fa-angle-double-up:before {
	content:"\f102"
}
.fa-angle-down:before {
	content:"\f107"
}
.fa-angle-left:before {
	content:"\f104"
}
.fa-angle-right:before {
	content:"\f105"
}
.fa-angle-up:before {
	content:"\f106"
}
.fa-angry:before {
	content:"\f556"
}
.fa-angrycreative:before {
	content:"\f36e"
}
.fa-angular:before {
	content:"\f420"
}
.fa-ankh:before {
	content:"\f644"
}
.fa-app-store:before {
	content:"\f36f"
}
.fa-app-store-ios:before {
	content:"\f370"
}
.fa-apper:before {
	content:"\f371"
}
.fa-apple:before {
	content:"\f179"
}
.fa-apple-alt:before {
	content:"\f5d1"
}
.fa-apple-pay:before {
	content:"\f415"
}
.fa-archive:before {
	content:"\f187"
}
.fa-archway:before {
	content:"\f557"
}
.fa-arrow-alt-circle-down:before {
	content:"\f358"
}
.fa-arrow-alt-circle-left:before {
	content:"\f359"
}
.fa-arrow-alt-circle-right:before {
	content:"\f35a"
}
.fa-arrow-alt-circle-up:before {
	content:"\f35b"
}
.fa-arrow-circle-down:before {
	content:"\f0ab"
}
.fa-arrow-circle-left:before {
	content:"\f0a8"
}
.fa-arrow-circle-right:before {
	content:"\f0a9"
}
.fa-arrow-circle-up:before {
	content:"\f0aa"
}
.fa-arrow-down:before {
	content:"\f063"
}
.fa-arrow-left:before {
	content:"\f060"
}
.fa-arrow-right:before {
	content:"\f061"
}
.fa-arrow-up:before {
	content:"\f062"
}
.fa-arrows-alt:before {
	content:"\f0b2"
}
.fa-arrows-alt-h:before {
	content:"\f337"
}
.fa-arrows-alt-v:before {
	content:"\f338"
}
.fa-artstation:before {
	content:"\f77a"
}
.fa-assistive-listening-systems:before {
	content:"\f2a2"
}
.fa-asterisk:before {
	content:"\f069"
}
.fa-asymmetrik:before {
	content:"\f372"
}
.fa-at:before {
	content:"\f1fa"
}
.fa-atlas:before {
	content:"\f558"
}
.fa-atlassian:before {
	content:"\f77b"
}
.fa-atom:before {
	content:"\f5d2"
}
.fa-audible:before {
	content:"\f373"
}
.fa-audio-description:before {
	content:"\f29e"
}
.fa-autoprefixer:before {
	content:"\f41c"
}
.fa-avianex:before {
	content:"\f374"
}
.fa-aviato:before {
	content:"\f421"
}
.fa-award:before {
	content:"\f559"
}
.fa-aws:before {
	content:"\f375"
}
.fa-baby:before {
	content:"\f77c"
}
.fa-baby-carriage:before {
	content:"\f77d"
}
.fa-backspace:before {
	content:"\f55a"
}
.fa-backward:before {
	content:"\f04a"
}
.fa-bacon:before {
	content:"\f7e5"
}
.fa-bacteria:before {
	content:"\f959"
}
.fa-bacterium:before {
	content:"\f95a"
}
.fa-bahai:before {
	content:"\f666"
}
.fa-balance-scale:before {
	content:"\f24e"
}
.fa-balance-scale-left:before {
	content:"\f515"
}
.fa-balance-scale-right:before {
	content:"\f516"
}
.fa-ban:before {
	content:"\f05e"
}
.fa-band-aid:before {
	content:"\f462"
}
.fa-bandcamp:before {
	content:"\f2d5"
}
.fa-barcode:before {
	content:"\f02a"
}
.fa-bars:before {
	content:"\f0c9"
}
.fa-baseball-ball:before {
	content:"\f433"
}
.fa-basketball-ball:before {
	content:"\f434"
}
.fa-bath:before {
	content:"\f2cd"
}
.fa-battery-empty:before {
	content:"\f244"
}
.fa-battery-full:before {
	content:"\f240"
}
.fa-battery-half:before {
	content:"\f242"
}
.fa-battery-quarter:before {
	content:"\f243"
}
.fa-battery-three-quarters:before {
	content:"\f241"
}
.fa-battle-net:before {
	content:"\f835"
}
.fa-bed:before {
	content:"\f236"
}
.fa-beer:before {
	content:"\f0fc"
}
.fa-behance:before {
	content:"\f1b4"
}
.fa-behance-square:before {
	content:"\f1b5"
}
.fa-bell:before {
	content:"\f0f3"
}
.fa-bell-slash:before {
	content:"\f1f6"
}
.fa-bezier-curve:before {
	content:"\f55b"
}
.fa-bible:before {
	content:"\f647"
}
.fa-bicycle:before {
	content:"\f206"
}
.fa-biking:before {
	content:"\f84a"
}
.fa-bimobject:before {
	content:"\f378"
}
.fa-binoculars:before {
	content:"\f1e5"
}
.fa-biohazard:before {
	content:"\f780"
}
.fa-birthday-cake:before {
	content:"\f1fd"
}
.fa-bitbucket:before {
	content:"\f171"
}
.fa-bitcoin:before {
	content:"\f379"
}
.fa-bity:before {
	content:"\f37a"
}
.fa-black-tie:before {
	content:"\f27e"
}
.fa-blackberry:before {
	content:"\f37b"
}
.fa-blender:before {
	content:"\f517"
}
.fa-blender-phone:before {
	content:"\f6b6"
}
.fa-blind:before {
	content:"\f29d"
}
.fa-blog:before {
	content:"\f781"
}
.fa-blogger:before {
	content:"\f37c"
}
.fa-blogger-b:before {
	content:"\f37d"
}
.fa-bluetooth:before {
	content:"\f293"
}
.fa-bluetooth-b:before {
	content:"\f294"
}
.fa-bold:before {
	content:"\f032"
}
.fa-bolt:before {
	content:"\f0e7"
}
.fa-bomb:before {
	content:"\f1e2"
}
.fa-bone:before {
	content:"\f5d7"
}
.fa-bong:before {
	content:"\f55c"
}
.fa-book:before {
	content:"\f02d"
}
.fa-book-dead:before {
	content:"\f6b7"
}
.fa-book-medical:before {
	content:"\f7e6"
}
.fa-book-open:before {
	content:"\f518"
}
.fa-book-reader:before {
	content:"\f5da"
}
.fa-bookmark:before {
	content:"\f02e"
}
.fa-bootstrap:before {
	content:"\f836"
}
.fa-border-all:before {
	content:"\f84c"
}
.fa-border-none:before {
	content:"\f850"
}
.fa-border-style:before {
	content:"\f853"
}
.fa-bowling-ball:before {
	content:"\f436"
}
.fa-box:before {
	content:"\f466"
}
.fa-box-open:before {
	content:"\f49e"
}
.fa-box-tissue:before {
	content:"\f95b"
}
.fa-boxes:before {
	content:"\f468"
}
.fa-braille:before {
	content:"\f2a1"
}
.fa-brain:before {
	content:"\f5dc"
}
.fa-bread-slice:before {
	content:"\f7ec"
}
.fa-briefcase:before {
	content:"\f0b1"
}
.fa-briefcase-medical:before {
	content:"\f469"
}
.fa-broadcast-tower:before {
	content:"\f519"
}
.fa-broom:before {
	content:"\f51a"
}
.fa-brush:before {
	content:"\f55d"
}
.fa-btc:before {
	content:"\f15a"
}
.fa-buffer:before {
	content:"\f837"
}
.fa-bug:before {
	content:"\f188"
}
.fa-building:before {
	content:"\f1ad"
}
.fa-bullhorn:before {
	content:"\f0a1"
}
.fa-bullseye:before {
	content:"\f140"
}
.fa-burn:before {
	content:"\f46a"
}
.fa-buromobelexperte:before {
	content:"\f37f"
}
.fa-bus:before {
	content:"\f207"
}
.fa-bus-alt:before {
	content:"\f55e"
}
.fa-business-time:before {
	content:"\f64a"
}
.fa-buy-n-large:before {
	content:"\f8a6"
}
.fa-buysellads:before {
	content:"\f20d"
}
.fa-calculator:before {
	content:"\f1ec"
}
.fa-calendar:before {
	content:"\f133"
}
.fa-calendar-alt:before {
	content:"\f073"
}
.fa-calendar-check:before {
	content:"\f274"
}
.fa-calendar-day:before {
	content:"\f783"
}
.fa-calendar-minus:before {
	content:"\f272"
}
.fa-calendar-plus:before {
	content:"\f271"
}
.fa-calendar-times:before {
	content:"\f273"
}
.fa-calendar-week:before {
	content:"\f784"
}
.fa-camera:before {
	content:"\f030"
}
.fa-camera-retro:before {
	content:"\f083"
}
.fa-campground:before {
	content:"\f6bb"
}
.fa-canadian-maple-leaf:before {
	content:"\f785"
}
.fa-candy-cane:before {
	content:"\f786"
}
.fa-cannabis:before {
	content:"\f55f"
}
.fa-capsules:before {
	content:"\f46b"
}
.fa-car:before {
	content:"\f1b9"
}
.fa-car-alt:before {
	content:"\f5de"
}
.fa-car-battery:before {
	content:"\f5df"
}
.fa-car-crash:before {
	content:"\f5e1"
}
.fa-car-side:before {
	content:"\f5e4"
}
.fa-caravan:before {
	content:"\f8ff"
}
.fa-caret-down:before {
	content:"\f0d7"
}
.fa-caret-left:before {
	content:"\f0d9"
}
.fa-caret-right:before {
	content:"\f0da"
}
.fa-caret-square-down:before {
	content:"\f150"
}
.fa-caret-square-left:before {
	content:"\f191"
}
.fa-caret-square-right:before {
	content:"\f152"
}
.fa-caret-square-up:before {
	content:"\f151"
}
.fa-caret-up:before {
	content:"\f0d8"
}
.fa-carrot:before {
	content:"\f787"
}
.fa-cart-arrow-down:before {
	content:"\f218"
}
.fa-cart-plus:before {
	content:"\f217"
}
.fa-cash-register:before {
	content:"\f788"
}
.fa-cat:before {
	content:"\f6be"
}
.fa-cc-amazon-pay:before {
	content:"\f42d"
}
.fa-cc-amex:before {
	content:"\f1f3"
}
.fa-cc-apple-pay:before {
	content:"\f416"
}
.fa-cc-diners-club:before {
	content:"\f24c"
}
.fa-cc-discover:before {
	content:"\f1f2"
}
.fa-cc-jcb:before {
	content:"\f24b"
}
.fa-cc-mastercard:before {
	content:"\f1f1"
}
.fa-cc-paypal:before {
	content:"\f1f4"
}
.fa-cc-stripe:before {
	content:"\f1f5"
}
.fa-cc-visa:before {
	content:"\f1f0"
}
.fa-centercode:before {
	content:"\f380"
}
.fa-centos:before {
	content:"\f789"
}
.fa-certificate:before {
	content:"\f0a3"
}
.fa-chair:before {
	content:"\f6c0"
}
.fa-chalkboard:before {
	content:"\f51b"
}
.fa-chalkboard-teacher:before {
	content:"\f51c"
}
.fa-charging-station:before {
	content:"\f5e7"
}
.fa-chart-area:before {
	content:"\f1fe"
}
.fa-chart-bar:before {
	content:"\f080"
}
.fa-chart-line:before {
	content:"\f201"
}
.fa-chart-pie:before {
	content:"\f200"
}
.fa-check:before {
	content:"\f00c"
}
.fa-check-circle:before {
	content:"\f058"
}
.fa-check-double:before {
	content:"\f560"
}
.fa-check-square:before {
	content:"\f14a"
}
.fa-cheese:before {
	content:"\f7ef"
}
.fa-chess:before {
	content:"\f439"
}
.fa-chess-bishop:before {
	content:"\f43a"
}
.fa-chess-board:before {
	content:"\f43c"
}
.fa-chess-king:before {
	content:"\f43f"
}
.fa-chess-knight:before {
	content:"\f441"
}
.fa-chess-pawn:before {
	content:"\f443"
}
.fa-chess-queen:before {
	content:"\f445"
}
.fa-chess-rook:before {
	content:"\f447"
}
.fa-chevron-circle-down:before {
	content:"\f13a"
}
.fa-chevron-circle-left:before {
	content:"\f137"
}
.fa-chevron-circle-right:before {
	content:"\f138"
}
.fa-chevron-circle-up:before {
	content:"\f139"
}
.fa-chevron-down:before {
	content:"\f078"
}
.fa-chevron-left:before {
	content:"\f053"
}
.fa-chevron-right:before {
	content:"\f054"
}
.fa-chevron-up:before {
	content:"\f077"
}
.fa-child:before {
	content:"\f1ae"
}
.fa-chrome:before {
	content:"\f268"
}
.fa-chromecast:before {
	content:"\f838"
}
.fa-church:before {
	content:"\f51d"
}
.fa-circle:before {
	content:"\f111"
}
.fa-circle-notch:before {
	content:"\f1ce"
}
.fa-city:before {
	content:"\f64f"
}
.fa-clinic-medical:before {
	content:"\f7f2"
}
.fa-clipboard:before {
	content:"\f328"
}
.fa-clipboard-check:before {
	content:"\f46c"
}
.fa-clipboard-list:before {
	content:"\f46d"
}
.fa-clock:before {
	content:"\f017"
}
.fa-clone:before {
	content:"\f24d"
}
.fa-closed-captioning:before {
	content:"\f20a"
}
.fa-cloud:before {
	content:"\f0c2"
}
.fa-cloud-download-alt:before {
	content:"\f381"
}
.fa-cloud-meatball:before {
	content:"\f73b"
}
.fa-cloud-moon:before {
	content:"\f6c3"
}
.fa-cloud-moon-rain:before {
	content:"\f73c"
}
.fa-cloud-rain:before {
	content:"\f73d"
}
.fa-cloud-showers-heavy:before {
	content:"\f740"
}
.fa-cloud-sun:before {
	content:"\f6c4"
}
.fa-cloud-sun-rain:before {
	content:"\f743"
}
.fa-cloud-upload-alt:before {
	content:"\f382"
}
.fa-cloudscale:before {
	content:"\f383"
}
.fa-cloudsmith:before {
	content:"\f384"
}
.fa-cloudversify:before {
	content:"\f385"
}
.fa-cocktail:before {
	content:"\f561"
}
.fa-code:before {
	content:"\f121"
}
.fa-code-branch:before {
	content:"\f126"
}
.fa-codepen:before {
	content:"\f1cb"
}
.fa-codiepie:before {
	content:"\f284"
}
.fa-coffee:before {
	content:"\f0f4"
}
.fa-cog:before {
	content:"\f013"
}
.fa-cogs:before {
	content:"\f085"
}
.fa-coins:before {
	content:"\f51e"
}
.fa-columns:before {
	content:"\f0db"
}
.fa-comment:before {
	content:"\f075"
}
.fa-comment-alt:before {
	content:"\f27a"
}
.fa-comment-dollar:before {
	content:"\f651"
}
.fa-comment-dots:before {
	content:"\f4ad"
}
.fa-comment-medical:before {
	content:"\f7f5"
}
.fa-comment-slash:before {
	content:"\f4b3"
}
.fa-comments:before {
	content:"\f086"
}
.fa-comments-dollar:before {
	content:"\f653"
}
.fa-compact-disc:before {
	content:"\f51f"
}
.fa-compass:before {
	content:"\f14e"
}
.fa-compress:before {
	content:"\f066"
}
.fa-compress-alt:before {
	content:"\f422"
}
.fa-compress-arrows-alt:before {
	content:"\f78c"
}
.fa-concierge-bell:before {
	content:"\f562"
}
.fa-confluence:before {
	content:"\f78d"
}
.fa-connectdevelop:before {
	content:"\f20e"
}
.fa-contao:before {
	content:"\f26d"
}
.fa-cookie:before {
	content:"\f563"
}
.fa-cookie-bite:before {
	content:"\f564"
}
.fa-copy:before {
	content:"\f0c5"
}
.fa-copyright:before {
	content:"\f1f9"
}
.fa-cotton-bureau:before {
	content:"\f89e"
}
.fa-couch:before {
	content:"\f4b8"
}
.fa-cpanel:before {
	content:"\f388"
}
.fa-creative-commons:before {
	content:"\f25e"
}
.fa-creative-commons-by:before {
	content:"\f4e7"
}
.fa-creative-commons-nc:before {
	content:"\f4e8"
}
.fa-creative-commons-nc-eu:before {
	content:"\f4e9"
}
.fa-creative-commons-nc-jp:before {
	content:"\f4ea"
}
.fa-creative-commons-nd:before {
	content:"\f4eb"
}
.fa-creative-commons-pd:before {
	content:"\f4ec"
}
.fa-creative-commons-pd-alt:before {
	content:"\f4ed"
}
.fa-creative-commons-remix:before {
	content:"\f4ee"
}
.fa-creative-commons-sa:before {
	content:"\f4ef"
}
.fa-creative-commons-sampling:before {
	content:"\f4f0"
}
.fa-creative-commons-sampling-plus:before {
	content:"\f4f1"
}
.fa-creative-commons-share:before {
	content:"\f4f2"
}
.fa-creative-commons-zero:before {
	content:"\f4f3"
}
.fa-credit-card:before {
	content:"\f09d"
}
.fa-critical-role:before {
	content:"\f6c9"
}
.fa-crop:before {
	content:"\f125"
}
.fa-crop-alt:before {
	content:"\f565"
}
.fa-cross:before {
	content:"\f654"
}
.fa-crosshairs:before {
	content:"\f05b"
}
.fa-crow:before {
	content:"\f520"
}
.fa-crown:before {
	content:"\f521"
}
.fa-crutch:before {
	content:"\f7f7"
}
.fa-css3:before {
	content:"\f13c"
}
.fa-css3-alt:before {
	content:"\f38b"
}
.fa-cube:before {
	content:"\f1b2"
}
.fa-cubes:before {
	content:"\f1b3"
}
.fa-cut:before {
	content:"\f0c4"
}
.fa-cuttlefish:before {
	content:"\f38c"
}
.fa-d-and-d:before {
	content:"\f38d"
}
.fa-d-and-d-beyond:before {
	content:"\f6ca"
}
.fa-dailymotion:before {
	content:"\f952"
}
.fa-dashcube:before {
	content:"\f210"
}
.fa-database:before {
	content:"\f1c0"
}
.fa-deaf:before {
	content:"\f2a4"
}
.fa-deezer:before {
	content:"\f977"
}
.fa-delicious:before {
	content:"\f1a5"
}
.fa-democrat:before {
	content:"\f747"
}
.fa-deploydog:before {
	content:"\f38e"
}
.fa-deskpro:before {
	content:"\f38f"
}
.fa-desktop:before {
	content:"\f108"
}
.fa-dev:before {
	content:"\f6cc"
}
.fa-deviantart:before {
	content:"\f1bd"
}
.fa-dharmachakra:before {
	content:"\f655"
}
.fa-dhl:before {
	content:"\f790"
}
.fa-diagnoses:before {
	content:"\f470"
}
.fa-diaspora:before {
	content:"\f791"
}
.fa-dice:before {
	content:"\f522"
}
.fa-dice-d20:before {
	content:"\f6cf"
}
.fa-dice-d6:before {
	content:"\f6d1"
}
.fa-dice-five:before {
	content:"\f523"
}
.fa-dice-four:before {
	content:"\f524"
}
.fa-dice-one:before {
	content:"\f525"
}
.fa-dice-six:before {
	content:"\f526"
}
.fa-dice-three:before {
	content:"\f527"
}
.fa-dice-two:before {
	content:"\f528"
}
.fa-digg:before {
	content:"\f1a6"
}
.fa-digital-ocean:before {
	content:"\f391"
}
.fa-digital-tachograph:before {
	content:"\f566"
}
.fa-directions:before {
	content:"\f5eb"
}
.fa-discord:before {
	content:"\f392"
}
.fa-discourse:before {
	content:"\f393"
}
.fa-disease:before {
	content:"\f7fa"
}
.fa-divide:before {
	content:"\f529"
}
.fa-dizzy:before {
	content:"\f567"
}
.fa-dna:before {
	content:"\f471"
}
.fa-dochub:before {
	content:"\f394"
}
.fa-docker:before {
	content:"\f395"
}
.fa-dog:before {
	content:"\f6d3"
}
.fa-dollar-sign:before {
	content:"\f155"
}
.fa-dolly:before {
	content:"\f472"
}
.fa-dolly-flatbed:before {
	content:"\f474"
}
.fa-donate:before {
	content:"\f4b9"
}
.fa-door-closed:before {
	content:"\f52a"
}
.fa-door-open:before {
	content:"\f52b"
}
.fa-dot-circle:before {
	content:"\f192"
}
.fa-dove:before {
	content:"\f4ba"
}
.fa-download:before {
	content:"\f019"
}
.fa-draft2digital:before {
	content:"\f396"
}
.fa-drafting-compass:before {
	content:"\f568"
}
.fa-dragon:before {
	content:"\f6d5"
}
.fa-draw-polygon:before {
	content:"\f5ee"
}
.fa-dribbble:before {
	content:"\f17d"
}
.fa-dribbble-square:before {
	content:"\f397"
}
.fa-dropbox:before {
	content:"\f16b"
}
.fa-drum:before {
	content:"\f569"
}
.fa-drum-steelpan:before {
	content:"\f56a"
}
.fa-drumstick-bite:before {
	content:"\f6d7"
}
.fa-drupal:before {
	content:"\f1a9"
}
.fa-dumbbell:before {
	content:"\f44b"
}
.fa-dumpster:before {
	content:"\f793"
}
.fa-dumpster-fire:before {
	content:"\f794"
}
.fa-dungeon:before {
	content:"\f6d9"
}
.fa-dyalog:before {
	content:"\f399"
}
.fa-earlybirds:before {
	content:"\f39a"
}
.fa-ebay:before {
	content:"\f4f4"
}
.fa-edge:before {
	content:"\f282"
}
.fa-edge-legacy:before {
	content:"\f978"
}
.fa-edit:before {
	content:"\f044"
}
.fa-egg:before {
	content:"\f7fb"
}
.fa-eject:before {
	content:"\f052"
}
.fa-elementor:before {
	content:"\f430"
}
.fa-ellipsis-h:before {
	content:"\f141"
}
.fa-ellipsis-v:before {
	content:"\f142"
}
.fa-ello:before {
	content:"\f5f1"
}
.fa-ember:before {
	content:"\f423"
}
.fa-empire:before {
	content:"\f1d1"
}
.fa-envelope:before {
	content:"\f0e0"
}
.fa-envelope-open:before {
	content:"\f2b6"
}
.fa-envelope-open-text:before {
	content:"\f658"
}
.fa-envelope-square:before {
	content:"\f199"
}
.fa-envira:before {
	content:"\f299"
}
.fa-equals:before {
	content:"\f52c"
}
.fa-eraser:before {
	content:"\f12d"
}
.fa-erlang:before {
	content:"\f39d"
}
.fa-ethereum:before {
	content:"\f42e"
}
.fa-ethernet:before {
	content:"\f796"
}
.fa-etsy:before {
	content:"\f2d7"
}
.fa-euro-sign:before {
	content:"\f153"
}
.fa-evernote:before {
	content:"\f839"
}
.fa-exchange-alt:before {
	content:"\f362"
}
.fa-exclamation:before {
	content:"\f12a"
}
.fa-exclamation-circle:before {
	content:"\f06a"
}
.fa-exclamation-triangle:before {
	content:"\f071"
}
.fa-expand:before {
	content:"\f065"
}
.fa-expand-alt:before {
	content:"\f424"
}
.fa-expand-arrows-alt:before {
	content:"\f31e"
}
.fa-expeditedssl:before {
	content:"\f23e"
}
.fa-external-link-alt:before {
	content:"\f35d"
}
.fa-external-link-square-alt:before {
	content:"\f360"
}
.fa-eye:before {
	content:"\f06e"
}
.fa-eye-dropper:before {
	content:"\f1fb"
}
.fa-eye-slash:before {
	content:"\f070"
}
.fa-facebook:before {
	content:"\f09a"
}
.fa-facebook-f:before {
	content:"\f39e"
}
.fa-facebook-messenger:before {
	content:"\f39f"
}
.fa-facebook-square:before {
	content:"\f082"
}
.fa-fan:before {
	content:"\f863"
}
.fa-fantasy-flight-games:before {
	content:"\f6dc"
}
.fa-fast-backward:before {
	content:"\f049"
}
.fa-fast-forward:before {
	content:"\f050"
}
.fa-faucet:before {
	content:"\f905"
}
.fa-fax:before {
	content:"\f1ac"
}
.fa-feather:before {
	content:"\f52d"
}
.fa-feather-alt:before {
	content:"\f56b"
}
.fa-fedex:before {
	content:"\f797"
}
.fa-fedora:before {
	content:"\f798"
}
.fa-female:before {
	content:"\f182"
}
.fa-fighter-jet:before {
	content:"\f0fb"
}
.fa-figma:before {
	content:"\f799"
}
.fa-file:before {
	content:"\f15b"
}
.fa-file-alt:before {
	content:"\f15c"
}
.fa-file-archive:before {
	content:"\f1c6"
}
.fa-file-audio:before {
	content:"\f1c7"
}
.fa-file-code:before {
	content:"\f1c9"
}
.fa-file-contract:before {
	content:"\f56c"
}
.fa-file-csv:before {
	content:"\f6dd"
}
.fa-file-download:before {
	content:"\f56d"
}
.fa-file-excel:before {
	content:"\f1c3"
}
.fa-file-export:before {
	content:"\f56e"
}
.fa-file-image:before {
	content:"\f1c5"
}
.fa-file-import:before {
	content:"\f56f"
}
.fa-file-invoice:before {
	content:"\f570"
}
.fa-file-invoice-dollar:before {
	content:"\f571"
}
.fa-file-medical:before {
	content:"\f477"
}
.fa-file-medical-alt:before {
	content:"\f478"
}
.fa-file-pdf:before {
	content:"\f1c1"
}
.fa-file-powerpoint:before {
	content:"\f1c4"
}
.fa-file-prescription:before {
	content:"\f572"
}
.fa-file-signature:before {
	content:"\f573"
}
.fa-file-upload:before {
	content:"\f574"
}
.fa-file-video:before {
	content:"\f1c8"
}
.fa-file-word:before {
	content:"\f1c2"
}
.fa-fill:before {
	content:"\f575"
}
.fa-fill-drip:before {
	content:"\f576"
}
.fa-film:before {
	content:"\f008"
}
.fa-filter:before {
	content:"\f0b0"
}
.fa-fingerprint:before {
	content:"\f577"
}
.fa-fire:before {
	content:"\f06d"
}
.fa-fire-alt:before {
	content:"\f7e4"
}
.fa-fire-extinguisher:before {
	content:"\f134"
}
.fa-firefox:before {
	content:"\f269"
}
.fa-firefox-browser:before {
	content:"\f907"
}
.fa-first-aid:before {
	content:"\f479"
}
.fa-first-order:before {
	content:"\f2b0"
}
.fa-first-order-alt:before {
	content:"\f50a"
}
.fa-firstdraft:before {
	content:"\f3a1"
}
.fa-fish:before {
	content:"\f578"
}
.fa-fist-raised:before {
	content:"\f6de"
}
.fa-flag:before {
	content:"\f024"
}
.fa-flag-checkered:before {
	content:"\f11e"
}
.fa-flag-usa:before {
	content:"\f74d"
}
.fa-flask:before {
	content:"\f0c3"
}
.fa-flickr:before {
	content:"\f16e"
}
.fa-flipboard:before {
	content:"\f44d"
}
.fa-flushed:before {
	content:"\f579"
}
.fa-fly:before {
	content:"\f417"
}
.fa-folder:before {
	content:"\f07b"
}
.fa-folder-minus:before {
	content:"\f65d"
}
.fa-folder-open:before {
	content:"\f07c"
}
.fa-folder-plus:before {
	content:"\f65e"
}
.fa-font:before {
	content:"\f031"
}
.fa-font-awesome:before {
	content:"\f2b4"
}
.fa-font-awesome-alt:before {
	content:"\f35c"
}
.fa-font-awesome-flag:before {
	content:"\f425"
}
.fa-font-awesome-logo-full:before {
	content:"\f4e6"
}
.fa-fonticons:before {
	content:"\f280"
}
.fa-fonticons-fi:before {
	content:"\f3a2"
}
.fa-football-ball:before {
	content:"\f44e"
}
.fa-fort-awesome:before {
	content:"\f286"
}
.fa-fort-awesome-alt:before {
	content:"\f3a3"
}
.fa-forumbee:before {
	content:"\f211"
}
.fa-forward:before {
	content:"\f04e"
}
.fa-foursquare:before {
	content:"\f180"
}
.fa-free-code-camp:before {
	content:"\f2c5"
}
.fa-freebsd:before {
	content:"\f3a4"
}
.fa-frog:before {
	content:"\f52e"
}
.fa-frown:before {
	content:"\f119"
}
.fa-frown-open:before {
	content:"\f57a"
}
.fa-fulcrum:before {
	content:"\f50b"
}
.fa-funnel-dollar:before {
	content:"\f662"
}
.fa-futbol:before {
	content:"\f1e3"
}
.fa-galactic-republic:before {
	content:"\f50c"
}
.fa-galactic-senate:before {
	content:"\f50d"
}
.fa-gamepad:before {
	content:"\f11b"
}
.fa-gas-pump:before {
	content:"\f52f"
}
.fa-gavel:before {
	content:"\f0e3"
}
.fa-gem:before {
	content:"\f3a5"
}
.fa-genderless:before {
	content:"\f22d"
}
.fa-get-pocket:before {
	content:"\f265"
}
.fa-gg:before {
	content:"\f260"
}
.fa-gg-circle:before {
	content:"\f261"
}
.fa-ghost:before {
	content:"\f6e2"
}
.fa-gift:before {
	content:"\f06b"
}
.fa-gifts:before {
	content:"\f79c"
}
.fa-git:before {
	content:"\f1d3"
}
.fa-git-alt:before {
	content:"\f841"
}
.fa-git-square:before {
	content:"\f1d2"
}
.fa-github:before {
	content:"\f09b"
}
.fa-github-alt:before {
	content:"\f113"
}
.fa-github-square:before {
	content:"\f092"
}
.fa-gitkraken:before {
	content:"\f3a6"
}
.fa-gitlab:before {
	content:"\f296"
}
.fa-gitter:before {
	content:"\f426"
}
.fa-glass-cheers:before {
	content:"\f79f"
}
.fa-glass-martini:before {
	content:"\f000"
}
.fa-glass-martini-alt:before {
	content:"\f57b"
}
.fa-glass-whiskey:before {
	content:"\f7a0"
}
.fa-glasses:before {
	content:"\f530"
}
.fa-glide:before {
	content:"\f2a5"
}
.fa-glide-g:before {
	content:"\f2a6"
}
.fa-globe:before {
	content:"\f0ac"
}
.fa-globe-africa:before {
	content:"\f57c"
}
.fa-globe-americas:before {
	content:"\f57d"
}
.fa-globe-asia:before {
	content:"\f57e"
}
.fa-globe-europe:before {
	content:"\f7a2"
}
.fa-gofore:before {
	content:"\f3a7"
}
.fa-golf-ball:before {
	content:"\f450"
}
.fa-goodreads:before {
	content:"\f3a8"
}
.fa-goodreads-g:before {
	content:"\f3a9"
}
.fa-google:before {
	content:"\f1a0"
}
.fa-google-drive:before {
	content:"\f3aa"
}
.fa-google-pay:before {
	content:"\f979"
}
.fa-google-play:before {
	content:"\f3ab"
}
.fa-google-plus:before {
	content:"\f2b3"
}
.fa-google-plus-g:before {
	content:"\f0d5"
}
.fa-google-plus-square:before {
	content:"\f0d4"
}
.fa-google-wallet:before {
	content:"\f1ee"
}
.fa-gopuram:before {
	content:"\f664"
}
.fa-graduation-cap:before {
	content:"\f19d"
}
.fa-gratipay:before {
	content:"\f184"
}
.fa-grav:before {
	content:"\f2d6"
}
.fa-greater-than:before {
	content:"\f531"
}
.fa-greater-than-equal:before {
	content:"\f532"
}
.fa-grimace:before {
	content:"\f57f"
}
.fa-grin:before {
	content:"\f580"
}
.fa-grin-alt:before {
	content:"\f581"
}
.fa-grin-beam:before {
	content:"\f582"
}
.fa-grin-beam-sweat:before {
	content:"\f583"
}
.fa-grin-hearts:before {
	content:"\f584"
}
.fa-grin-squint:before {
	content:"\f585"
}
.fa-grin-squint-tears:before {
	content:"\f586"
}
.fa-grin-stars:before {
	content:"\f587"
}
.fa-grin-tears:before {
	content:"\f588"
}
.fa-grin-tongue:before {
	content:"\f589"
}
.fa-grin-tongue-squint:before {
	content:"\f58a"
}
.fa-grin-tongue-wink:before {
	content:"\f58b"
}
.fa-grin-wink:before {
	content:"\f58c"
}
.fa-grip-horizontal:before {
	content:"\f58d"
}
.fa-grip-lines:before {
	content:"\f7a4"
}
.fa-grip-lines-vertical:before {
	content:"\f7a5"
}
.fa-grip-vertical:before {
	content:"\f58e"
}
.fa-gripfire:before {
	content:"\f3ac"
}
.fa-grunt:before {
	content:"\f3ad"
}
.fa-guitar:before {
	content:"\f7a6"
}
.fa-gulp:before {
	content:"\f3ae"
}
.fa-h-square:before {
	content:"\f0fd"
}
.fa-hacker-news:before {
	content:"\f1d4"
}
.fa-hacker-news-square:before {
	content:"\f3af"
}
.fa-hackerrank:before {
	content:"\f5f7"
}
.fa-hamburger:before {
	content:"\f805"
}
.fa-hammer:before {
	content:"\f6e3"
}
.fa-hamsa:before {
	content:"\f665"
}
.fa-hand-holding:before {
	content:"\f4bd"
}
.fa-hand-holding-heart:before {
	content:"\f4be"
}
.fa-hand-holding-medical:before {
	content:"\f95c"
}
.fa-hand-holding-usd:before {
	content:"\f4c0"
}
.fa-hand-holding-water:before {
	content:"\f4c1"
}
.fa-hand-lizard:before {
	content:"\f258"
}
.fa-hand-middle-finger:before {
	content:"\f806"
}
.fa-hand-paper:before {
	content:"\f256"
}
.fa-hand-peace:before {
	content:"\f25b"
}
.fa-hand-point-down:before {
	content:"\f0a7"
}
.fa-hand-point-left:before {
	content:"\f0a5"
}
.fa-hand-point-right:before {
	content:"\f0a4"
}
.fa-hand-point-up:before {
	content:"\f0a6"
}
.fa-hand-pointer:before {
	content:"\f25a"
}
.fa-hand-rock:before {
	content:"\f255"
}
.fa-hand-scissors:before {
	content:"\f257"
}
.fa-hand-sparkles:before {
	content:"\f95d"
}
.fa-hand-spock:before {
	content:"\f259"
}
.fa-hands:before {
	content:"\f4c2"
}
.fa-hands-helping:before {
	content:"\f4c4"
}
.fa-hands-wash:before {
	content:"\f95e"
}
.fa-handshake:before {
	content:"\f2b5"
}
.fa-handshake-alt-slash:before {
	content:"\f95f"
}
.fa-handshake-slash:before {
	content:"\f960"
}
.fa-hanukiah:before {
	content:"\f6e6"
}
.fa-hard-hat:before {
	content:"\f807"
}
.fa-hashtag:before {
	content:"\f292"
}
.fa-hat-cowboy:before {
	content:"\f8c0"
}
.fa-hat-cowboy-side:before {
	content:"\f8c1"
}
.fa-hat-wizard:before {
	content:"\f6e8"
}
.fa-hdd:before {
	content:"\f0a0"
}
.fa-head-side-cough:before {
	content:"\f961"
}
.fa-head-side-cough-slash:before {
	content:"\f962"
}
.fa-head-side-mask:before {
	content:"\f963"
}
.fa-head-side-virus:before {
	content:"\f964"
}
.fa-heading:before {
	content:"\f1dc"
}
.fa-headphones:before {
	content:"\f025"
}
.fa-headphones-alt:before {
	content:"\f58f"
}
.fa-headset:before {
	content:"\f590"
}
.fa-heart:before {
	content:"\f004"
}
.fa-heart-broken:before {
	content:"\f7a9"
}
.fa-heartbeat:before {
	content:"\f21e"
}
.fa-helicopter:before {
	content:"\f533"
}
.fa-highlighter:before {
	content:"\f591"
}
.fa-hiking:before {
	content:"\f6ec"
}
.fa-hippo:before {
	content:"\f6ed"
}
.fa-hips:before {
	content:"\f452"
}
.fa-hire-a-helper:before {
	content:"\f3b0"
}
.fa-history:before {
	content:"\f1da"
}
.fa-hockey-puck:before {
	content:"\f453"
}
.fa-holly-berry:before {
	content:"\f7aa"
}
.fa-home:before {
	content:"\f015"
}
.fa-hooli:before {
	content:"\f427"
}
.fa-hornbill:before {
	content:"\f592"
}
.fa-horse:before {
	content:"\f6f0"
}
.fa-horse-head:before {
	content:"\f7ab"
}
.fa-hospital:before {
	content:"\f0f8"
}
.fa-hospital-alt:before {
	content:"\f47d"
}
.fa-hospital-symbol:before {
	content:"\f47e"
}
.fa-hospital-user:before {
	content:"\f80d"
}
.fa-hot-tub:before {
	content:"\f593"
}
.fa-hotdog:before {
	content:"\f80f"
}
.fa-hotel:before {
	content:"\f594"
}
.fa-hotjar:before {
	content:"\f3b1"
}
.fa-hourglass:before {
	content:"\f254"
}
.fa-hourglass-end:before {
	content:"\f253"
}
.fa-hourglass-half:before {
	content:"\f252"
}
.fa-hourglass-start:before {
	content:"\f251"
}
.fa-house-damage:before {
	content:"\f6f1"
}
.fa-house-user:before {
	content:"\f965"
}
.fa-houzz:before {
	content:"\f27c"
}
.fa-hryvnia:before {
	content:"\f6f2"
}
.fa-html5:before {
	content:"\f13b"
}
.fa-hubspot:before {
	content:"\f3b2"
}
.fa-i-cursor:before {
	content:"\f246"
}
.fa-ice-cream:before {
	content:"\f810"
}
.fa-icicles:before {
	content:"\f7ad"
}
.fa-icons:before {
	content:"\f86d"
}
.fa-id-badge:before {
	content:"\f2c1"
}
.fa-id-card:before {
	content:"\f2c2"
}
.fa-id-card-alt:before {
	content:"\f47f"
}
.fa-ideal:before {
	content:"\f913"
}
.fa-igloo:before {
	content:"\f7ae"
}
.fa-image:before {
	content:"\f03e"
}
.fa-images:before {
	content:"\f302"
}
.fa-imdb:before {
	content:"\f2d8"
}
.fa-inbox:before {
	content:"\f01c"
}
.fa-indent:before {
	content:"\f03c"
}
.fa-industry:before {
	content:"\f275"
}
.fa-infinity:before {
	content:"\f534"
}
.fa-info:before {
	content:"\f129"
}
.fa-info-circle:before {
	content:"\f05a"
}
.fa-instagram:before {
	content:"\f16d"
}
.fa-instagram-square:before {
	content:"\f955"
}
.fa-intercom:before {
	content:"\f7af"
}
.fa-internet-explorer:before {
	content:"\f26b"
}
.fa-invision:before {
	content:"\f7b0"
}
.fa-ioxhost:before {
	content:"\f208"
}
.fa-italic:before {
	content:"\f033"
}
.fa-itch-io:before {
	content:"\f83a"
}
.fa-itunes:before {
	content:"\f3b4"
}
.fa-itunes-note:before {
	content:"\f3b5"
}
.fa-java:before {
	content:"\f4e4"
}
.fa-jedi:before {
	content:"\f669"
}
.fa-jedi-order:before {
	content:"\f50e"
}
.fa-jenkins:before {
	content:"\f3b6"
}
.fa-jira:before {
	content:"\f7b1"
}
.fa-joget:before {
	content:"\f3b7"
}
.fa-joint:before {
	content:"\f595"
}
.fa-joomla:before {
	content:"\f1aa"
}
.fa-journal-whills:before {
	content:"\f66a"
}
.fa-js:before {
	content:"\f3b8"
}
.fa-js-square:before {
	content:"\f3b9"
}
.fa-jsfiddle:before {
	content:"\f1cc"
}
.fa-kaaba:before {
	content:"\f66b"
}
.fa-kaggle:before {
	content:"\f5fa"
}
.fa-key:before {
	content:"\f084"
}
.fa-keybase:before {
	content:"\f4f5"
}
.fa-keyboard:before {
	content:"\f11c"
}
.fa-keycdn:before {
	content:"\f3ba"
}
.fa-khanda:before {
	content:"\f66d"
}
.fa-kickstarter:before {
	content:"\f3bb"
}
.fa-kickstarter-k:before {
	content:"\f3bc"
}
.fa-kiss:before {
	content:"\f596"
}
.fa-kiss-beam:before {
	content:"\f597"
}
.fa-kiss-wink-heart:before {
	content:"\f598"
}
.fa-kiwi-bird:before {
	content:"\f535"
}
.fa-korvue:before {
	content:"\f42f"
}
.fa-landmark:before {
	content:"\f66f"
}
.fa-language:before {
	content:"\f1ab"
}
.fa-laptop:before {
	content:"\f109"
}
.fa-laptop-code:before {
	content:"\f5fc"
}
.fa-laptop-house:before {
	content:"\f966"
}
.fa-laptop-medical:before {
	content:"\f812"
}
.fa-laravel:before {
	content:"\f3bd"
}
.fa-lastfm:before {
	content:"\f202"
}
.fa-lastfm-square:before {
	content:"\f203"
}
.fa-laugh:before {
	content:"\f599"
}
.fa-laugh-beam:before {
	content:"\f59a"
}
.fa-laugh-squint:before {
	content:"\f59b"
}
.fa-laugh-wink:before {
	content:"\f59c"
}
.fa-layer-group:before {
	content:"\f5fd"
}
.fa-leaf:before {
	content:"\f06c"
}
.fa-leanpub:before {
	content:"\f212"
}
.fa-lemon:before {
	content:"\f094"
}
.fa-less:before {
	content:"\f41d"
}
.fa-less-than:before {
	content:"\f536"
}
.fa-less-than-equal:before {
	content:"\f537"
}
.fa-level-down-alt:before {
	content:"\f3be"
}
.fa-level-up-alt:before {
	content:"\f3bf"
}
.fa-life-ring:before {
	content:"\f1cd"
}
.fa-lightbulb:before {
	content:"\f0eb"
}
.fa-line:before {
	content:"\f3c0"
}
.fa-link:before {
	content:"\f0c1"
}
.fa-linkedin:before {
	content:"\f08c"
}
.fa-linkedin-in:before {
	content:"\f0e1"
}
.fa-linode:before {
	content:"\f2b8"
}
.fa-linux:before {
	content:"\f17c"
}
.fa-lira-sign:before {
	content:"\f195"
}
.fa-list:before {
	content:"\f03a"
}
.fa-list-alt:before {
	content:"\f022"
}
.fa-list-ol:before {
	content:"\f0cb"
}
.fa-list-ul:before {
	content:"\f0ca"
}
.fa-location-arrow:before {
	content:"\f124"
}
.fa-lock:before {
	content:"\f023"
}
.fa-lock-open:before {
	content:"\f3c1"
}
.fa-long-arrow-alt-down:before {
	content:"\f309"
}
.fa-long-arrow-alt-left:before {
	content:"\f30a"
}
.fa-long-arrow-alt-right:before {
	content:"\f30b"
}
.fa-long-arrow-alt-up:before {
	content:"\f30c"
}
.fa-low-vision:before {
	content:"\f2a8"
}
.fa-luggage-cart:before {
	content:"\f59d"
}
.fa-lungs:before {
	content:"\f604"
}
.fa-lungs-virus:before {
	content:"\f967"
}
.fa-lyft:before {
	content:"\f3c3"
}
.fa-magento:before {
	content:"\f3c4"
}
.fa-magic:before {
	content:"\f0d0"
}
.fa-magnet:before {
	content:"\f076"
}
.fa-mail-bulk:before {
	content:"\f674"
}
.fa-mailchimp:before {
	content:"\f59e"
}
.fa-male:before {
	content:"\f183"
}
.fa-mandalorian:before {
	content:"\f50f"
}
.fa-map:before {
	content:"\f279"
}
.fa-map-marked:before {
	content:"\f59f"
}
.fa-map-marked-alt:before {
	content:"\f5a0"
}
.fa-map-marker:before {
	content:"\f041"
}
.fa-map-marker-alt:before {
	content:"\f3c5"
}
.fa-map-pin:before {
	content:"\f276"
}
.fa-map-signs:before {
	content:"\f277"
}
.fa-markdown:before {
	content:"\f60f"
}
.fa-marker:before {
	content:"\f5a1"
}
.fa-mars:before {
	content:"\f222"
}
.fa-mars-double:before {
	content:"\f227"
}
.fa-mars-stroke:before {
	content:"\f229"
}
.fa-mars-stroke-h:before {
	content:"\f22b"
}
.fa-mars-stroke-v:before {
	content:"\f22a"
}
.fa-mask:before {
	content:"\f6fa"
}
.fa-mastodon:before {
	content:"\f4f6"
}
.fa-maxcdn:before {
	content:"\f136"
}
.fa-mdb:before {
	content:"\f8ca"
}
.fa-medal:before {
	content:"\f5a2"
}
.fa-medapps:before {
	content:"\f3c6"
}
.fa-medium:before {
	content:"\f23a"
}
.fa-medium-m:before {
	content:"\f3c7"
}
.fa-medkit:before {
	content:"\f0fa"
}
.fa-medrt:before {
	content:"\f3c8"
}
.fa-meetup:before {
	content:"\f2e0"
}
.fa-megaport:before {
	content:"\f5a3"
}
.fa-meh:before {
	content:"\f11a"
}
.fa-meh-blank:before {
	content:"\f5a4"
}
.fa-meh-rolling-eyes:before {
	content:"\f5a5"
}
.fa-memory:before {
	content:"\f538"
}
.fa-mendeley:before {
	content:"\f7b3"
}
.fa-menorah:before {
	content:"\f676"
}
.fa-mercury:before {
	content:"\f223"
}
.fa-meteor:before {
	content:"\f753"
}
.fa-microblog:before {
	content:"\f91a"
}
.fa-microchip:before {
	content:"\f2db"
}
.fa-microphone:before {
	content:"\f130"
}
.fa-microphone-alt:before {
	content:"\f3c9"
}
.fa-microphone-alt-slash:before {
	content:"\f539"
}
.fa-microphone-slash:before {
	content:"\f131"
}
.fa-microscope:before {
	content:"\f610"
}
.fa-microsoft:before {
	content:"\f3ca"
}
.fa-minus:before {
	content:"\f068"
}
.fa-minus-circle:before {
	content:"\f056"
}
.fa-minus-square:before {
	content:"\f146"
}
.fa-mitten:before {
	content:"\f7b5"
}
.fa-mix:before {
	content:"\f3cb"
}
.fa-mixcloud:before {
	content:"\f289"
}
.fa-mixer:before {
	content:"\f956"
}
.fa-mizuni:before {
	content:"\f3cc"
}
.fa-mobile:before {
	content:"\f10b"
}
.fa-mobile-alt:before {
	content:"\f3cd"
}
.fa-modx:before {
	content:"\f285"
}
.fa-monero:before {
	content:"\f3d0"
}
.fa-money-bill:before {
	content:"\f0d6"
}
.fa-money-bill-alt:before {
	content:"\f3d1"
}
.fa-money-bill-wave:before {
	content:"\f53a"
}
.fa-money-bill-wave-alt:before {
	content:"\f53b"
}
.fa-money-check:before {
	content:"\f53c"
}
.fa-money-check-alt:before {
	content:"\f53d"
}
.fa-monument:before {
	content:"\f5a6"
}
.fa-moon:before {
	content:"\f186"
}
.fa-mortar-pestle:before {
	content:"\f5a7"
}
.fa-mosque:before {
	content:"\f678"
}
.fa-motorcycle:before {
	content:"\f21c"
}
.fa-mountain:before {
	content:"\f6fc"
}
.fa-mouse:before {
	content:"\f8cc"
}
.fa-mouse-pointer:before {
	content:"\f245"
}
.fa-mug-hot:before {
	content:"\f7b6"
}
.fa-music:before {
	content:"\f001"
}
.fa-napster:before {
	content:"\f3d2"
}
.fa-neos:before {
	content:"\f612"
}
.fa-network-wired:before {
	content:"\f6ff"
}
.fa-neuter:before {
	content:"\f22c"
}
.fa-newspaper:before {
	content:"\f1ea"
}
.fa-nimblr:before {
	content:"\f5a8"
}
.fa-node:before {
	content:"\f419"
}
.fa-node-js:before {
	content:"\f3d3"
}
.fa-not-equal:before {
	content:"\f53e"
}
.fa-notes-medical:before {
	content:"\f481"
}
.fa-npm:before {
	content:"\f3d4"
}
.fa-ns8:before {
	content:"\f3d5"
}
.fa-nutritionix:before {
	content:"\f3d6"
}
.fa-object-group:before {
	content:"\f247"
}
.fa-object-ungroup:before {
	content:"\f248"
}
.fa-odnoklassniki:before {
	content:"\f263"
}
.fa-odnoklassniki-square:before {
	content:"\f264"
}
.fa-oil-can:before {
	content:"\f613"
}
.fa-old-republic:before {
	content:"\f510"
}
.fa-om:before {
	content:"\f679"
}
.fa-opencart:before {
	content:"\f23d"
}
.fa-openid:before {
	content:"\f19b"
}
.fa-opera:before {
	content:"\f26a"
}
.fa-optin-monster:before {
	content:"\f23c"
}
.fa-orcid:before {
	content:"\f8d2"
}
.fa-osi:before {
	content:"\f41a"
}
.fa-otter:before {
	content:"\f700"
}
.fa-outdent:before {
	content:"\f03b"
}
.fa-page4:before {
	content:"\f3d7"
}
.fa-pagelines:before {
	content:"\f18c"
}
.fa-pager:before {
	content:"\f815"
}
.fa-paint-brush:before {
	content:"\f1fc"
}
.fa-paint-roller:before {
	content:"\f5aa"
}
.fa-palette:before {
	content:"\f53f"
}
.fa-palfed:before {
	content:"\f3d8"
}
.fa-pallet:before {
	content:"\f482"
}
.fa-paper-plane:before {
	content:"\f1d8"
}
.fa-paperclip:before {
	content:"\f0c6"
}
.fa-parachute-box:before {
	content:"\f4cd"
}
.fa-paragraph:before {
	content:"\f1dd"
}
.fa-parking:before {
	content:"\f540"
}
.fa-passport:before {
	content:"\f5ab"
}
.fa-pastafarianism:before {
	content:"\f67b"
}
.fa-paste:before {
	content:"\f0ea"
}
.fa-patreon:before {
	content:"\f3d9"
}
.fa-pause:before {
	content:"\f04c"
}
.fa-pause-circle:before {
	content:"\f28b"
}
.fa-paw:before {
	content:"\f1b0"
}
.fa-paypal:before {
	content:"\f1ed"
}
.fa-peace:before {
	content:"\f67c"
}
.fa-pen:before {
	content:"\f304"
}
.fa-pen-alt:before {
	content:"\f305"
}
.fa-pen-fancy:before {
	content:"\f5ac"
}
.fa-pen-nib:before {
	content:"\f5ad"
}
.fa-pen-square:before {
	content:"\f14b"
}
.fa-pencil-alt:before {
	content:"\f303"
}
.fa-pencil-ruler:before {
	content:"\f5ae"
}
.fa-penny-arcade:before {
	content:"\f704"
}
.fa-people-arrows:before {
	content:"\f968"
}
.fa-people-carry:before {
	content:"\f4ce"
}
.fa-pepper-hot:before {
	content:"\f816"
}
.fa-percent:before {
	content:"\f295"
}
.fa-percentage:before {
	content:"\f541"
}
.fa-periscope:before {
	content:"\f3da"
}
.fa-person-booth:before {
	content:"\f756"
}
.fa-phabricator:before {
	content:"\f3db"
}
.fa-phoenix-framework:before {
	content:"\f3dc"
}
.fa-phoenix-squadron:before {
	content:"\f511"
}
.fa-phone:before {
	content:"\f095"
}
.fa-phone-alt:before {
	content:"\f879"
}
.fa-phone-slash:before {
	content:"\f3dd"
}
.fa-phone-square:before {
	content:"\f098"
}
.fa-phone-square-alt:before {
	content:"\f87b"
}
.fa-phone-volume:before {
	content:"\f2a0"
}
.fa-photo-video:before {
	content:"\f87c"
}
.fa-php:before {
	content:"\f457"
}
.fa-pied-piper:before {
	content:"\f2ae"
}
.fa-pied-piper-alt:before {
	content:"\f1a8"
}
.fa-pied-piper-hat:before {
	content:"\f4e5"
}
.fa-pied-piper-pp:before {
	content:"\f1a7"
}
.fa-pied-piper-square:before {
	content:"\f91e"
}
.fa-piggy-bank:before {
	content:"\f4d3"
}
.fa-pills:before {
	content:"\f484"
}
.fa-pinterest:before {
	content:"\f0d2"
}
.fa-pinterest-p:before {
	content:"\f231"
}
.fa-pinterest-square:before {
	content:"\f0d3"
}
.fa-pizza-slice:before {
	content:"\f818"
}
.fa-place-of-worship:before {
	content:"\f67f"
}
.fa-plane:before {
	content:"\f072"
}
.fa-plane-arrival:before {
	content:"\f5af"
}
.fa-plane-departure:before {
	content:"\f5b0"
}
.fa-plane-slash:before {
	content:"\f969"
}
.fa-play:before {
	content:"\f04b"
}
.fa-play-circle:before {
	content:"\f144"
}
.fa-playstation:before {
	content:"\f3df"
}
.fa-plug:before {
	content:"\f1e6"
}
.fa-plus:before {
	content:"\f067"
}
.fa-plus-circle:before {
	content:"\f055"
}
.fa-plus-square:before {
	content:"\f0fe"
}
.fa-podcast:before {
	content:"\f2ce"
}
.fa-poll:before {
	content:"\f681"
}
.fa-poll-h:before {
	content:"\f682"
}
.fa-poo:before {
	content:"\f2fe"
}
.fa-poo-storm:before {
	content:"\f75a"
}
.fa-poop:before {
	content:"\f619"
}
.fa-portrait:before {
	content:"\f3e0"
}
.fa-pound-sign:before {
	content:"\f154"
}
.fa-power-off:before {
	content:"\f011"
}
.fa-pray:before {
	content:"\f683"
}
.fa-praying-hands:before {
	content:"\f684"
}
.fa-prescription:before {
	content:"\f5b1"
}
.fa-prescription-bottle:before {
	content:"\f485"
}
.fa-prescription-bottle-alt:before {
	content:"\f486"
}
.fa-print:before {
	content:"\f02f"
}
.fa-procedures:before {
	content:"\f487"
}
.fa-product-hunt:before {
	content:"\f288"
}
.fa-project-diagram:before {
	content:"\f542"
}
.fa-pump-medical:before {
	content:"\f96a"
}
.fa-pump-soap:before {
	content:"\f96b"
}
.fa-pushed:before {
	content:"\f3e1"
}
.fa-puzzle-piece:before {
	content:"\f12e"
}
.fa-python:before {
	content:"\f3e2"
}
.fa-qq:before {
	content:"\f1d6"
}
.fa-qrcode:before {
	content:"\f029"
}
.fa-question:before {
	content:"\f128"
}
.fa-question-circle:before {
	content:"\f059"
}
.fa-quidditch:before {
	content:"\f458"
}
.fa-quinscape:before {
	content:"\f459"
}
.fa-quora:before {
	content:"\f2c4"
}
.fa-quote-left:before {
	content:"\f10d"
}
.fa-quote-right:before {
	content:"\f10e"
}
.fa-quran:before {
	content:"\f687"
}
.fa-r-project:before {
	content:"\f4f7"
}
.fa-radiation:before {
	content:"\f7b9"
}
.fa-radiation-alt:before {
	content:"\f7ba"
}
.fa-rainbow:before {
	content:"\f75b"
}
.fa-random:before {
	content:"\f074"
}
.fa-raspberry-pi:before {
	content:"\f7bb"
}
.fa-ravelry:before {
	content:"\f2d9"
}
.fa-react:before {
	content:"\f41b"
}
.fa-reacteurope:before {
	content:"\f75d"
}
.fa-readme:before {
	content:"\f4d5"
}
.fa-rebel:before {
	content:"\f1d0"
}
.fa-receipt:before {
	content:"\f543"
}
.fa-record-vinyl:before {
	content:"\f8d9"
}
.fa-recycle:before {
	content:"\f1b8"
}
.fa-red-river:before {
	content:"\f3e3"
}
.fa-reddit:before {
	content:"\f1a1"
}
.fa-reddit-alien:before {
	content:"\f281"
}
.fa-reddit-square:before {
	content:"\f1a2"
}
.fa-redhat:before {
	content:"\f7bc"
}
.fa-redo:before {
	content:"\f01e"
}
.fa-redo-alt:before {
	content:"\f2f9"
}
.fa-registered:before {
	content:"\f25d"
}
.fa-remove-format:before {
	content:"\f87d"
}
.fa-renren:before {
	content:"\f18b"
}
.fa-reply:before {
	content:"\f3e5"
}
.fa-reply-all:before {
	content:"\f122"
}
.fa-replyd:before {
	content:"\f3e6"
}
.fa-republican:before {
	content:"\f75e"
}
.fa-researchgate:before {
	content:"\f4f8"
}
.fa-resolving:before {
	content:"\f3e7"
}
.fa-restroom:before {
	content:"\f7bd"
}
.fa-retweet:before {
	content:"\f079"
}
.fa-rev:before {
	content:"\f5b2"
}
.fa-ribbon:before {
	content:"\f4d6"
}
.fa-ring:before {
	content:"\f70b"
}
.fa-road:before {
	content:"\f018"
}
.fa-robot:before {
	content:"\f544"
}
.fa-rocket:before {
	content:"\f135"
}
.fa-rocketchat:before {
	content:"\f3e8"
}
.fa-rockrms:before {
	content:"\f3e9"
}
.fa-route:before {
	content:"\f4d7"
}
.fa-rss:before {
	content:"\f09e"
}
.fa-rss-square:before {
	content:"\f143"
}
.fa-ruble-sign:before {
	content:"\f158"
}
.fa-ruler:before {
	content:"\f545"
}
.fa-ruler-combined:before {
	content:"\f546"
}
.fa-ruler-horizontal:before {
	content:"\f547"
}
.fa-ruler-vertical:before {
	content:"\f548"
}
.fa-running:before {
	content:"\f70c"
}
.fa-rupee-sign:before {
	content:"\f156"
}
.fa-rust:before {
	content:"\f97a"
}
.fa-sad-cry:before {
	content:"\f5b3"
}
.fa-sad-tear:before {
	content:"\f5b4"
}
.fa-safari:before {
	content:"\f267"
}
.fa-salesforce:before {
	content:"\f83b"
}
.fa-sass:before {
	content:"\f41e"
}
.fa-satellite:before {
	content:"\f7bf"
}
.fa-satellite-dish:before {
	content:"\f7c0"
}
.fa-save:before {
	content:"\f0c7"
}
.fa-schlix:before {
	content:"\f3ea"
}
.fa-school:before {
	content:"\f549"
}
.fa-screwdriver:before {
	content:"\f54a"
}
.fa-scribd:before {
	content:"\f28a"
}
.fa-scroll:before {
	content:"\f70e"
}
.fa-sd-card:before {
	content:"\f7c2"
}
.fa-search:before {
	content:"\f002"
}
.fa-search-dollar:before {
	content:"\f688"
}
.fa-search-location:before {
	content:"\f689"
}
.fa-search-minus:before {
	content:"\f010"
}
.fa-search-plus:before {
	content:"\f00e"
}
.fa-searchengin:before {
	content:"\f3eb"
}
.fa-seedling:before {
	content:"\f4d8"
}
.fa-sellcast:before {
	content:"\f2da"
}
.fa-sellsy:before {
	content:"\f213"
}
.fa-server:before {
	content:"\f233"
}
.fa-servicestack:before {
	content:"\f3ec"
}
.fa-shapes:before {
	content:"\f61f"
}
.fa-share:before {
	content:"\f064"
}
.fa-share-alt:before {
	content:"\f1e0"
}
.fa-share-alt-square:before {
	content:"\f1e1"
}
.fa-share-square:before {
	content:"\f14d"
}
.fa-shekel-sign:before {
	content:"\f20b"
}
.fa-shield-alt:before {
	content:"\f3ed"
}
.fa-shield-virus:before {
	content:"\f96c"
}
.fa-ship:before {
	content:"\f21a"
}
.fa-shipping-fast:before {
	content:"\f48b"
}
.fa-shirtsinbulk:before {
	content:"\f214"
}
.fa-shoe-prints:before {
	content:"\f54b"
}
.fa-shopify:before {
	content:"\f957"
}
.fa-shopping-bag:before {
	content:"\f290"
}
.fa-shopping-basket:before {
	content:"\f291"
}
.fa-shopping-cart:before {
	content:"\f07a"
}
.fa-shopware:before {
	content:"\f5b5"
}
.fa-shower:before {
	content:"\f2cc"
}
.fa-shuttle-van:before {
	content:"\f5b6"
}
.fa-sign:before {
	content:"\f4d9"
}
.fa-sign-in-alt:before {
	content:"\f2f6"
}
.fa-sign-language:before {
	content:"\f2a7"
}
.fa-sign-out-alt:before {
	content:"\f2f5"
}
.fa-signal:before {
	content:"\f012"
}
.fa-signature:before {
	content:"\f5b7"
}
.fa-sim-card:before {
	content:"\f7c4"
}
.fa-simplybuilt:before {
	content:"\f215"
}
.fa-sink:before {
	content:"\f96d"
}
.fa-sistrix:before {
	content:"\f3ee"
}
.fa-sitemap:before {
	content:"\f0e8"
}
.fa-sith:before {
	content:"\f512"
}
.fa-skating:before {
	content:"\f7c5"
}
.fa-sketch:before {
	content:"\f7c6"
}
.fa-skiing:before {
	content:"\f7c9"
}
.fa-skiing-nordic:before {
	content:"\f7ca"
}
.fa-skull:before {
	content:"\f54c"
}
.fa-skull-crossbones:before {
	content:"\f714"
}
.fa-skyatlas:before {
	content:"\f216"
}
.fa-skype:before {
	content:"\f17e"
}
.fa-slack:before {
	content:"\f198"
}
.fa-slack-hash:before {
	content:"\f3ef"
}
.fa-slash:before {
	content:"\f715"
}
.fa-sleigh:before {
	content:"\f7cc"
}
.fa-sliders-h:before {
	content:"\f1de"
}
.fa-slideshare:before {
	content:"\f1e7"
}
.fa-smile:before {
	content:"\f118"
}
.fa-smile-beam:before {
	content:"\f5b8"
}
.fa-smile-wink:before {
	content:"\f4da"
}
.fa-smog:before {
	content:"\f75f"
}
.fa-smoking:before {
	content:"\f48d"
}
.fa-smoking-ban:before {
	content:"\f54d"
}
.fa-sms:before {
	content:"\f7cd"
}
.fa-snapchat:before {
	content:"\f2ab"
}
.fa-snapchat-ghost:before {
	content:"\f2ac"
}
.fa-snapchat-square:before {
	content:"\f2ad"
}
.fa-snowboarding:before {
	content:"\f7ce"
}
.fa-snowflake:before {
	content:"\f2dc"
}
.fa-snowman:before {
	content:"\f7d0"
}
.fa-snowplow:before {
	content:"\f7d2"
}
.fa-soap:before {
	content:"\f96e"
}
.fa-socks:before {
	content:"\f696"
}
.fa-solar-panel:before {
	content:"\f5ba"
}
.fa-sort:before {
	content:"\f0dc"
}
.fa-sort-alpha-down:before {
	content:"\f15d"
}
.fa-sort-alpha-down-alt:before {
	content:"\f881"
}
.fa-sort-alpha-up:before {
	content:"\f15e"
}
.fa-sort-alpha-up-alt:before {
	content:"\f882"
}
.fa-sort-amount-down:before {
	content:"\f160"
}
.fa-sort-amount-down-alt:before {
	content:"\f884"
}
.fa-sort-amount-up:before {
	content:"\f161"
}
.fa-sort-amount-up-alt:before {
	content:"\f885"
}
.fa-sort-down:before {
	content:"\f0dd"
}
.fa-sort-numeric-down:before {
	content:"\f162"
}
.fa-sort-numeric-down-alt:before {
	content:"\f886"
}
.fa-sort-numeric-up:before {
	content:"\f163"
}
.fa-sort-numeric-up-alt:before {
	content:"\f887"
}
.fa-sort-up:before {
	content:"\f0de"
}
.fa-soundcloud:before {
	content:"\f1be"
}
.fa-sourcetree:before {
	content:"\f7d3"
}
.fa-spa:before {
	content:"\f5bb"
}
.fa-space-shuttle:before {
	content:"\f197"
}
.fa-speakap:before {
	content:"\f3f3"
}
.fa-speaker-deck:before {
	content:"\f83c"
}
.fa-spell-check:before {
	content:"\f891"
}
.fa-spider:before {
	content:"\f717"
}
.fa-spinner:before {
	content:"\f110"
}
.fa-splotch:before {
	content:"\f5bc"
}
.fa-spotify:before {
	content:"\f1bc"
}
.fa-spray-can:before {
	content:"\f5bd"
}
.fa-square:before {
	content:"\f0c8"
}
.fa-square-full:before {
	content:"\f45c"
}
.fa-square-root-alt:before {
	content:"\f698"
}
.fa-squarespace:before {
	content:"\f5be"
}
.fa-stack-exchange:before {
	content:"\f18d"
}
.fa-stack-overflow:before {
	content:"\f16c"
}
.fa-stackpath:before {
	content:"\f842"
}
.fa-stamp:before {
	content:"\f5bf"
}
.fa-star:before {
	content:"\f005"
}
.fa-star-and-crescent:before {
	content:"\f699"
}
.fa-star-half:before {
	content:"\f089"
}
.fa-star-half-alt:before {
	content:"\f5c0"
}
.fa-star-of-david:before {
	content:"\f69a"
}
.fa-star-of-life:before {
	content:"\f621"
}
.fa-staylinked:before {
	content:"\f3f5"
}
.fa-steam:before {
	content:"\f1b6"
}
.fa-steam-square:before {
	content:"\f1b7"
}
.fa-steam-symbol:before {
	content:"\f3f6"
}
.fa-step-backward:before {
	content:"\f048"
}
.fa-step-forward:before {
	content:"\f051"
}
.fa-stethoscope:before {
	content:"\f0f1"
}
.fa-sticker-mule:before {
	content:"\f3f7"
}
.fa-sticky-note:before {
	content:"\f249"
}
.fa-stop:before {
	content:"\f04d"
}
.fa-stop-circle:before {
	content:"\f28d"
}
.fa-stopwatch:before {
	content:"\f2f2"
}
.fa-stopwatch-20:before {
	content:"\f96f"
}
.fa-store:before {
	content:"\f54e"
}
.fa-store-alt:before {
	content:"\f54f"
}
.fa-store-alt-slash:before {
	content:"\f970"
}
.fa-store-slash:before {
	content:"\f971"
}
.fa-strava:before {
	content:"\f428"
}
.fa-stream:before {
	content:"\f550"
}
.fa-street-view:before {
	content:"\f21d"
}
.fa-strikethrough:before {
	content:"\f0cc"
}
.fa-stripe:before {
	content:"\f429"
}
.fa-stripe-s:before {
	content:"\f42a"
}
.fa-stroopwafel:before {
	content:"\f551"
}
.fa-studiovinari:before {
	content:"\f3f8"
}
.fa-stumbleupon:before {
	content:"\f1a4"
}
.fa-stumbleupon-circle:before {
	content:"\f1a3"
}
.fa-subscript:before {
	content:"\f12c"
}
.fa-subway:before {
	content:"\f239"
}
.fa-suitcase:before {
	content:"\f0f2"
}
.fa-suitcase-rolling:before {
	content:"\f5c1"
}
.fa-sun:before {
	content:"\f185"
}
.fa-superpowers:before {
	content:"\f2dd"
}
.fa-superscript:before {
	content:"\f12b"
}
.fa-supple:before {
	content:"\f3f9"
}
.fa-surprise:before {
	content:"\f5c2"
}
.fa-suse:before {
	content:"\f7d6"
}
.fa-swatchbook:before {
	content:"\f5c3"
}
.fa-swift:before {
	content:"\f8e1"
}
.fa-swimmer:before {
	content:"\f5c4"
}
.fa-swimming-pool:before {
	content:"\f5c5"
}
.fa-symfony:before {
	content:"\f83d"
}
.fa-synagogue:before {
	content:"\f69b"
}
.fa-sync:before {
	content:"\f021"
}
.fa-sync-alt:before {
	content:"\f2f1"
}
.fa-syringe:before {
	content:"\f48e"
}
.fa-table:before {
	content:"\f0ce"
}
.fa-table-tennis:before {
	content:"\f45d"
}
.fa-tablet:before {
	content:"\f10a"
}
.fa-tablet-alt:before {
	content:"\f3fa"
}
.fa-tablets:before {
	content:"\f490"
}
.fa-tachometer-alt:before {
	content:"\f3fd"
}
.fa-tag:before {
	content:"\f02b"
}
.fa-tags:before {
	content:"\f02c"
}
.fa-tape:before {
	content:"\f4db"
}
.fa-tasks:before {
	content:"\f0ae"
}
.fa-taxi:before {
	content:"\f1ba"
}
.fa-teamspeak:before {
	content:"\f4f9"
}
.fa-teeth:before {
	content:"\f62e"
}
.fa-teeth-open:before {
	content:"\f62f"
}
.fa-telegram:before {
	content:"\f2c6"
}
.fa-telegram-plane:before {
	content:"\f3fe"
}
.fa-temperature-high:before {
	content:"\f769"
}
.fa-temperature-low:before {
	content:"\f76b"
}
.fa-tencent-weibo:before {
	content:"\f1d5"
}
.fa-tenge:before {
	content:"\f7d7"
}
.fa-terminal:before {
	content:"\f120"
}
.fa-text-height:before {
	content:"\f034"
}
.fa-text-width:before {
	content:"\f035"
}
.fa-th:before {
	content:"\f00a"
}
.fa-th-large:before {
	content:"\f009"
}
.fa-th-list:before {
	content:"\f00b"
}
.fa-the-red-yeti:before {
	content:"\f69d"
}
.fa-theater-masks:before {
	content:"\f630"
}
.fa-themeco:before {
	content:"\f5c6"
}
.fa-themeisle:before {
	content:"\f2b2"
}
.fa-thermometer:before {
	content:"\f491"
}
.fa-thermometer-empty:before {
	content:"\f2cb"
}
.fa-thermometer-full:before {
	content:"\f2c7"
}
.fa-thermometer-half:before {
	content:"\f2c9"
}
.fa-thermometer-quarter:before {
	content:"\f2ca"
}
.fa-thermometer-three-quarters:before {
	content:"\f2c8"
}
.fa-think-peaks:before {
	content:"\f731"
}
.fa-thumbs-down:before {
	content:"\f165"
}
.fa-thumbs-up:before {
	content:"\f164"
}
.fa-thumbtack:before {
	content:"\f08d"
}
.fa-ticket-alt:before {
	content:"\f3ff"
}
.fa-tiktok:before {
	content:"\f97b"
}
.fa-times:before {
	content:"\f00d"
}
.fa-times-circle:before {
	content:"\f057"
}
.fa-tint:before {
	content:"\f043"
}
.fa-tint-slash:before {
	content:"\f5c7"
}
.fa-tired:before {
	content:"\f5c8"
}
.fa-toggle-off:before {
	content:"\f204"
}
.fa-toggle-on:before {
	content:"\f205"
}
.fa-toilet:before {
	content:"\f7d8"
}
.fa-toilet-paper:before {
	content:"\f71e"
}
.fa-toilet-paper-slash:before {
	content:"\f972"
}
.fa-toolbox:before {
	content:"\f552"
}
.fa-tools:before {
	content:"\f7d9"
}
.fa-tooth:before {
	content:"\f5c9"
}
.fa-torah:before {
	content:"\f6a0"
}
.fa-torii-gate:before {
	content:"\f6a1"
}
.fa-tractor:before {
	content:"\f722"
}
.fa-trade-federation:before {
	content:"\f513"
}
.fa-trademark:before {
	content:"\f25c"
}
.fa-traffic-light:before {
	content:"\f637"
}
.fa-trailer:before {
	content:"\f941"
}
.fa-train:before {
	content:"\f238"
}
.fa-tram:before {
	content:"\f7da"
}
.fa-transgender:before {
	content:"\f224"
}
.fa-transgender-alt:before {
	content:"\f225"
}
.fa-trash:before {
	content:"\f1f8"
}
.fa-trash-alt:before {
	content:"\f2ed"
}
.fa-trash-restore:before {
	content:"\f829"
}
.fa-trash-restore-alt:before {
	content:"\f82a"
}
.fa-tree:before {
	content:"\f1bb"
}
.fa-trello:before {
	content:"\f181"
}
.fa-tripadvisor:before {
	content:"\f262"
}
.fa-trophy:before {
	content:"\f091"
}
.fa-truck:before {
	content:"\f0d1"
}
.fa-truck-loading:before {
	content:"\f4de"
}
.fa-truck-monster:before {
	content:"\f63b"
}
.fa-truck-moving:before {
	content:"\f4df"
}
.fa-truck-pickup:before {
	content:"\f63c"
}
.fa-tshirt:before {
	content:"\f553"
}
.fa-tty:before {
	content:"\f1e4"
}
.fa-tumblr:before {
	content:"\f173"
}
.fa-tumblr-square:before {
	content:"\f174"
}
.fa-tv:before {
	content:"\f26c"
}
.fa-twitch:before {
	content:"\f1e8"
}
.fa-twitter:before {
	content:"\f099"
}
.fa-twitter-square:before {
	content:"\f081"
}
.fa-typo3:before {
	content:"\f42b"
}
.fa-uber:before {
	content:"\f402"
}
.fa-ubuntu:before {
	content:"\f7df"
}
.fa-uikit:before {
	content:"\f403"
}
.fa-umbraco:before {
	content:"\f8e8"
}
.fa-umbrella:before {
	content:"\f0e9"
}
.fa-umbrella-beach:before {
	content:"\f5ca"
}
.fa-underline:before {
	content:"\f0cd"
}
.fa-undo:before {
	content:"\f0e2"
}
.fa-undo-alt:before {
	content:"\f2ea"
}
.fa-uniregistry:before {
	content:"\f404"
}
.fa-unity:before {
	content:"\f949"
}
.fa-universal-access:before {
	content:"\f29a"
}
.fa-university:before {
	content:"\f19c"
}
.fa-unlink:before {
	content:"\f127"
}
.fa-unlock:before {
	content:"\f09c"
}
.fa-unlock-alt:before {
	content:"\f13e"
}
.fa-unsplash:before {
	content:"\f97c"
}
.fa-untappd:before {
	content:"\f405"
}
.fa-upload:before {
	content:"\f093"
}
.fa-ups:before {
	content:"\f7e0"
}
.fa-usb:before {
	content:"\f287"
}
.fa-user:before {
	content:"\f007"
}
.fa-user-alt:before {
	content:"\f406"
}
.fa-user-alt-slash:before {
	content:"\f4fa"
}
.fa-user-astronaut:before {
	content:"\f4fb"
}
.fa-user-check:before {
	content:"\f4fc"
}
.fa-user-circle:before {
	content:"\f2bd"
}
.fa-user-clock:before {
	content:"\f4fd"
}
.fa-user-cog:before {
	content:"\f4fe"
}
.fa-user-edit:before {
	content:"\f4ff"
}
.fa-user-friends:before {
	content:"\f500"
}
.fa-user-graduate:before {
	content:"\f501"
}
.fa-user-injured:before {
	content:"\f728"
}
.fa-user-lock:before {
	content:"\f502"
}
.fa-user-md:before {
	content:"\f0f0"
}
.fa-user-minus:before {
	content:"\f503"
}
.fa-user-ninja:before {
	content:"\f504"
}
.fa-user-nurse:before {
	content:"\f82f"
}
.fa-user-plus:before {
	content:"\f234"
}
.fa-user-secret:before {
	content:"\f21b"
}
.fa-user-shield:before {
	content:"\f505"
}
.fa-user-slash:before {
	content:"\f506"
}
.fa-user-tag:before {
	content:"\f507"
}
.fa-user-tie:before {
	content:"\f508"
}
.fa-user-times:before {
	content:"\f235"
}
.fa-users:before {
	content:"\f0c0"
}
.fa-users-cog:before {
	content:"\f509"
}
.fa-users-slash:before {
	content:"\f973"
}
.fa-usps:before {
	content:"\f7e1"
}
.fa-ussunnah:before {
	content:"\f407"
}
.fa-utensil-spoon:before {
	content:"\f2e5"
}
.fa-utensils:before {
	content:"\f2e7"
}
.fa-vaadin:before {
	content:"\f408"
}
.fa-vector-square:before {
	content:"\f5cb"
}
.fa-venus:before {
	content:"\f221"
}
.fa-venus-double:before {
	content:"\f226"
}
.fa-venus-mars:before {
	content:"\f228"
}
.fa-viacoin:before {
	content:"\f237"
}
.fa-viadeo:before {
	content:"\f2a9"
}
.fa-viadeo-square:before {
	content:"\f2aa"
}
.fa-vial:before {
	content:"\f492"
}
.fa-vials:before {
	content:"\f493"
}
.fa-viber:before {
	content:"\f409"
}
.fa-video:before {
	content:"\f03d"
}
.fa-video-slash:before {
	content:"\f4e2"
}
.fa-vihara:before {
	content:"\f6a7"
}
.fa-vimeo:before {
	content:"\f40a"
}
.fa-vimeo-square:before {
	content:"\f194"
}
.fa-vimeo-v:before {
	content:"\f27d"
}
.fa-vine:before {
	content:"\f1ca"
}
.fa-virus:before {
	content:"\f974"
}
.fa-virus-slash:before {
	content:"\f975"
}
.fa-viruses:before {
	content:"\f976"
}
.fa-vk:before {
	content:"\f189"
}
.fa-vnv:before {
	content:"\f40b"
}
.fa-voicemail:before {
	content:"\f897"
}
.fa-volleyball-ball:before {
	content:"\f45f"
}
.fa-volume-down:before {
	content:"\f027"
}
.fa-volume-mute:before {
	content:"\f6a9"
}
.fa-volume-off:before {
	content:"\f026"
}
.fa-volume-up:before {
	content:"\f028"
}
.fa-vote-yea:before {
	content:"\f772"
}
.fa-vr-cardboard:before {
	content:"\f729"
}
.fa-vuejs:before {
	content:"\f41f"
}
.fa-walking:before {
	content:"\f554"
}
.fa-wallet:before {
	content:"\f555"
}
.fa-warehouse:before {
	content:"\f494"
}
.fa-water:before {
	content:"\f773"
}
.fa-wave-square:before {
	content:"\f83e"
}
.fa-waze:before {
	content:"\f83f"
}
.fa-weebly:before {
	content:"\f5cc"
}
.fa-weibo:before {
	content:"\f18a"
}
.fa-weight:before {
	content:"\f496"
}
.fa-weight-hanging:before {
	content:"\f5cd"
}
.fa-weixin:before {
	content:"\f1d7"
}
.fa-whatsapp:before {
	content:"\f232"
}
.fa-whatsapp-square:before {
	content:"\f40c"
}
.fa-wheelchair:before {
	content:"\f193"
}
.fa-whmcs:before {
	content:"\f40d"
}
.fa-wifi:before {
	content:"\f1eb"
}
.fa-wikipedia-w:before {
	content:"\f266"
}
.fa-wind:before {
	content:"\f72e"
}
.fa-window-close:before {
	content:"\f410"
}
.fa-window-maximize:before {
	content:"\f2d0"
}
.fa-window-minimize:before {
	content:"\f2d1"
}
.fa-window-restore:before {
	content:"\f2d2"
}
.fa-windows:before {
	content:"\f17a"
}
.fa-wine-bottle:before {
	content:"\f72f"
}
.fa-wine-glass:before {
	content:"\f4e3"
}
.fa-wine-glass-alt:before {
	content:"\f5ce"
}
.fa-wix:before {
	content:"\f5cf"
}
.fa-wizards-of-the-coast:before {
	content:"\f730"
}
.fa-wolf-pack-battalion:before {
	content:"\f514"
}
.fa-won-sign:before {
	content:"\f159"
}
.fa-wordpress:before {
	content:"\f19a"
}
.fa-wordpress-simple:before {
	content:"\f411"
}
.fa-wpbeginner:before {
	content:"\f297"
}
.fa-wpexplorer:before {
	content:"\f2de"
}
.fa-wpforms:before {
	content:"\f298"
}
.fa-wpressr:before {
	content:"\f3e4"
}
.fa-wrench:before {
	content:"\f0ad"
}
.fa-x-ray:before {
	content:"\f497"
}
.fa-xbox:before {
	content:"\f412"
}
.fa-xing:before {
	content:"\f168"
}
.fa-xing-square:before {
	content:"\f169"
}
.fa-y-combinator:before {
	content:"\f23b"
}
.fa-yahoo:before {
	content:"\f19e"
}
.fa-yammer:before {
	content:"\f840"
}
.fa-yandex:before {
	content:"\f413"
}
.fa-yandex-international:before {
	content:"\f414"
}
.fa-yarn:before {
	content:"\f7e3"
}
.fa-yelp:before {
	content:"\f1e9"
}
.fa-yen-sign:before {
	content:"\f157"
}
.fa-yin-yang:before {
	content:"\f6ad"
}
.fa-yoast:before {
	content:"\f2b1"
}
.fa-youtube:before {
	content:"\f167"
}
.fa-youtube-square:before {
	content:"\f431"
}
.fa-zhihu:before {
	content:"\f63f"
}
.sr-only {
	border:0;
	clip:rect(0,0,0,0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.sr-only-focusable:active,.sr-only-focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto
}
@font-face {
	font-family:'Font Awesome 5 Brands';
	font-style:normal;
	font-weight:400;
	font-display:block;
	src:url("../font/fa-brands-400.eot");
	src:url("../fonts/fa-brands-400.eot#iefix") format("embedded-opentype"),url("../fonts/fa-brands-400.woff2") format("woff2"),url("../fonts/fa-brands-400.woff") format("woff"),url("../fonts/fa-brands-400.ttf") format("truetype"),url("../fonts/fa-brands-400.svg#fontawesome") format("svg")
}
.fab {
	font-family:'Font Awesome 5 Brands';
	font-weight:400
}
@font-face {
	font-family:'Font Awesome 5 Free';
	font-style:normal;
	font-weight:400;
	font-display:block;
	src:url("../fonts/fa-regular-400.eot");
	src:url("../fonts/fa-regular-400.eot#iefix") format("embedded-opentype"),url("../fonts/fa-regular-400.woff2") format("woff2"),url("../fonts/fa-regular-400.woff") format("woff"),url("../fonts/fa-regular-400.ttf") format("truetype"),url("../fonts/fa-regular-400.svg#fontawesome") format("svg")
}
.far {
	font-family:'Font Awesome 5 Free';
	font-weight:400
}
@font-face {
	font-family:'Font Awesome 5 Free';
	font-style:normal;
	font-weight:900;
	font-display:block;
	src:url("../fonts/fa-solid-900.eot");
	src:url("../fonts/fa-solid-900.eot#iefix") format("embedded-opentype"),url("../fonts/fa-solid-900.woff2") format("woff2"),url("../fonts/fa-solid-900.woff") format("woff"),url("../fonts/fa-solid-900.ttf") format("truetype"),url("../fonts/fa-solid-900.svg#fontawesome") format("svg")
}
.fa,.fas {
	font-family:'Font Awesome 5 Free';
	font-weight:900
}
.jcf-radio {
	vertical-align:middle;
	display:inline-block;
	position:relative;
	overflow:hidden;
	cursor:default;
	background:#fff;
	border:1px solid #777;
	border-radius:9px;
	margin:0 3px 0 0;
	height:16px;
	width:16px
}
.jcf-radio span {
	display:none;
	position:absolute;
	top:3px;
	left:3px;
	right:3px;
	bottom:3px;
	background:#777;
	border-radius:100%
}
.jcf-radio input[type="radio"] {
	position:absolute;
	height:100%;
	width:100%;
	border:0;
	margin:0;
	left:0;
	top:0
}
.jcf-radio.jcf-checked span {
	display:block
}
.jcf-checkbox {
	vertical-align:middle;
	display:inline-block;
	position:relative;
	overflow:hidden;
	cursor:default;
	background:#fff;
	border:1px solid #777;
	margin:0 3px 0 0;
	height:16px;
	width:16px
}
.jcf-checkbox span {
	position:absolute;
	display:none;
	height:4px;
	width:8px;
	top:50%;
	left:50%;
	margin:-7px 0 0 -6px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483,M12=0.7071067811865467,M21=-0.7071067811865467,M22=0.7071067811865483,SizingMethod='auto expand')"
}
:root .jcf-checkbox span {
	margin:-4px 0 0 -5px
}
.jcf-checkbox input[type="checkbox"] {
	position:absolute;
	width:100%;
	height:100%;
	border:0;
	margin:0;
	left:0;
	top:0
}
.jcf-checkbox.jcf-checked span {
	display:block
}
.jcf-button {
	display:inline-block;
	vertical-align:top;
	position:relative;
	overflow:hidden;
	border:1px solid #777;
	background:#fff;
	margin:0 10px 10px 0;
	padding:5px 10px
}
.jcf-button .jcf-real-element {
	position:absolute;
	min-height:100%;
	min-width:100%;
	outline:none;
	opacity:0;
	padding:0;
	margin:0;
	border:0;
	bottom:0;
	right:0;
	left:0;
	top:0
}
.jcf-file {
	display:inline-block;
	white-space:nowrap;
	position:relative;
	overflow:hidden;
	background:#fff
}
.jcf-file .jcf-real-element {
	position:absolute;
	font-size:200px;
	height:200px;
	margin:0;
	right:0;
	top:0
}
.jcf-file .jcf-fake-input {
	display:inline-block;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align:top;
	overflow:hidden;
	border:1px solid #777;
	padding:0 8px;
	font-size:13px;
	line-height:28px;
	height:28px;
	width:125px
}
.jcf-file .jcf-upload-button {
	display:inline-block;
	vertical-align:top;
	white-space:nowrap;
	overflow:hidden;
	border:1px solid #777;
	margin:0 0 0 -1px;
	padding:0 10px;
	line-height:28px;
	height:28px
}
.jcf-scrollable-wrapper {
	box-sizing:content-box;
	position:relative
}
.jcf-scrollbar-vertical {
	position:absolute;
	cursor:default;
	background:#e3e3e3;
	width:14px;
	bottom:0;
	right:0;
	top:0
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background:#bbb;
	height:14px;
	width:14px;
	left:0;
	top:0
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top:auto;
	bottom:0
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background:#888;
	height:1px;
	width:14px
}
.jcf-scrollbar-horizontal {
	position:absolute;
	background:#e3e3e3;
	right:auto;
	top:auto;
	left:0;
	bottom:0;
	width:1px;
	height:14px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	background:#bbb;
	height:14px;
	width:14px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left:auto;
	right:0
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display:inline-block;
	position:relative;
	height:14px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position:absolute;
	background:#888;
	height:14px
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility:hidden
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background:#e3e3e3
}
.jcf-select {
	display:inline-block;
	vertical-align:top;
	position:relative;
	border:1px solid #777;
	background:#fff;
	margin:0 0 12px;
	min-width:150px;
	height:26px
}
.jcf-select select {
	z-index:1;
	left:0;
	top:0
}
.jcf-select .jcf-select-text {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	cursor:default;
	display:block;
	font-size:13px;
	line-height:26px;
	margin:0 35px 0 8px
}
.jcf-select .jcf-select-opener {
	position:absolute;
	text-align:center;
	background:#aaa;
	width:26px;
	bottom:0;
	right:0;
	top:0
}
body>.jcf-select-drop {
	position:absolute;
	margin:-1px 0 0;
	z-index:9999
}
body>.jcf-select-drop.jcf-drop-flipped {
	margin:1px 0 0
}
.jcf-select .jcf-select-drop {
	position:absolute;
	margin-top:0px;
	z-index:9999;
	top:100%;
	left:-1px;
	right:-1px
}
.jcf-select .jcf-drop-flipped {
	bottom:100%;
	top:auto
}
.jcf-select.jcf-compact-multiple {
	max-width:220px
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display:inline-block;
	padding-top:2px;
	content:'...'
}
.jcf-select-drop .jcf-select-drop-content {
	border:1px solid #f00
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background:none
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background:#e6e6e6;
	color:#000
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display:inline-block;
	content:'';
	height:4px;
	width:8px;
	margin:-7px 5px 0 -3px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483,M12=0.7071067811865467,M21=-0.7071067811865467,M22=0.7071067811865483,SizingMethod='auto expand')"
}
.jcf-list-box {
	overflow:hidden;
	display:inline-block;
	border:1px solid #b8c3c9;
	min-width:200px;
	margin:0 15px
}
.jcf-list {
	display:inline-block;
	vertical-align:top;
	position:relative;
	background:#fff;
	line-height:14px;
	font-size:12px;
	width:100%
}
.jcf-list .jcf-list-content {
	vertical-align:top;
	display:inline-block;
	overflow:auto;
	width:100%
}
.jcf-list ul {
	list-style:none;
	padding:0;
	margin:0
}
.jcf-list ul li {
	overflow:hidden;
	display:block
}
.jcf-list .jcf-overflow {
	overflow:auto
}
.jcf-list .jcf-option {
	white-space:nowrap;
	overflow:hidden;
	cursor:default;
	display:block;
	padding:5px 9px;
	color:#656565;
	min-height:14px;
	height:1%
}
.jcf-list .jcf-disabled {
	background:#fff !important;
	color:#aaa !important
}
.jcf-select-drop .jcf-hover,.jcf-list-box .jcf-selected {
	background:#e6e6e6;
	color:#000
}
.jcf-list .jcf-optgroup-caption {
	white-space:nowrap;
	font-weight:bold;
	display:block;
	padding:5px 9px;
	cursor:default;
	color:#000
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left:30px
}
.jcf-textarea {
	border:1px solid #b8c3c9;
	box-sizing:content-box;
	display:inline-block;
	position:relative
}
.jcf-textarea .jcf-scrollbar-horizontal {
	display:none;
	height:0
}
.jcf-textarea textarea {
	padding:8px 10px;
	border:none;
	margin:0
}
.jcf-textarea .jcf-resize {
	position:absolute;
	text-align:center;
	cursor:se-resize;
	background:#e3e3e3;
	font-weight:bold;
	line-height:15px;
	text-indent:1px;
	font-size:12px;
	height:15px;
	width:14px;
	bottom:0;
	right:0
}
.jcf-textarea .jcf-resize:before {
	border:1px solid #000;
	border-width:0 1px 1px 0;
	display:block;
	margin:4px 0 0 3px;
	width:6px;
	height:6px;
	content:''
}
.jcf-number {
	display:inline-block;
	position:relative;
	height:32px
}
.jcf-number input::-webkit-inner-spin-button,.jcf-number input::-webkit-outer-spin-button {
	-webkit-appearance:none
}
.jcf-number input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:textfield;
	appearance:none;
	border-radius:0;
	box-sizing:border-box;
	border:1px solid #777;
	padding:3px 27px 3px 7px;
	margin:0;
	height:100%
}
.jcf-number .jcf-btn-dec,.jcf-number .jcf-btn-inc {
	position:absolute;
	background:#aaa;
	width:20px;
	height:15px;
	right:1px;
	top:1px
}
.jcf-number .jcf-btn-dec {
	top:auto;
	bottom:1px
}
.jcf-number .jcf-btn-dec:hover,.jcf-number .jcf-btn-inc:hover {
	background:#e6e6e6
}
.jcf-number.jcf-disabled .jcf-btn-dec:hover,.jcf-number.jcf-disabled .jcf-btn-inc:hover {
	background:#aaa
}
.jcf-number .jcf-btn-dec:before,.jcf-number .jcf-btn-inc:before {
	position:absolute;
	content:'';
	width:0;
	height:0;
	top:50%;
	left:50%;
	margin:-6px 0 0 -4px;
	border:4px solid #aaa;
	border-color:transparent transparent #000 transparent
}
.jcf-number .jcf-btn-dec:before {
	margin:-1px 0 0 -4px;
	border-color:#000 transparent transparent transparent
}
.jcf-number.jcf-disabled .jcf-btn-dec:before,.jcf-number.jcf-disabled .jcf-btn-inc:before,.jcf-number .jcf-btn-dec.jcf-disabled:before,.jcf-number .jcf-btn-inc.jcf-disabled:before {
	opacity:0.3
}
.jcf-number.jcf-disabled input {
	background:#ddd
}
.jcf-range {
	display:inline-block;
	min-width:200px;
	margin:0 10px;
	width:130px
}
.jcf-range .jcf-range-track {
	margin:0 20px 0 0;
	position:relative;
	display:block;
	height:10px
}
.jcf-range .jcf-range-wrapper {
	position:relative;
	background:#e5e5e5;
	border-radius:5px;
	display:block;
	margin:5px 0
}
.jcf-range.jcf-vertical {
	min-width:0;
	width:auto
}
.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin:0;
	width:10px;
	height:auto;
	padding:20px 0 0
}
.jcf-range.jcf-vertical .jcf-range-track {
	height:180px;
	width:10px
}
.jcf-range.jcf-vertical .jcf-range-handle {
	left:-5px;
	top:auto
}
.jcf-range .jcf-range-display-wrapper {
	position:absolute;
	min-height:10px;
	min-width:10px;
	left:10px;
	right:10px
}
.jcf-range .jcf-range-display {
	border-radius:5px;
	position:absolute;
	background:#888;
	width:10px;
	height:10px
}
.jcf-range .jcf-range-display.jcf-range-min {
	margin:0 0 0 -10px;
	padding:0 0 0 10px
}
.jcf-range .jcf-range-display.jcf-range-max {
	margin:0 -10px 0 0;
	padding:0 10px 0 0
}
.jcf-range.jcf-vertical .jcf-range-display-wrapper {
	left:auto;
	right:auto;
	top:10px;
	bottom:10px
}
.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
	margin:0 0 -10px;
	padding:0 0 10px
}
.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
	margin:-10px 0 0;
	padding:10px 0 0
}
.jcf-range .jcf-range-handle {
	position:absolute;
	background:#aaa;
	border-radius:19px;
	width:19px;
	height:19px;
	margin:-4px 0 0;
	z-index:1;
	top:0;
	left:0
}
.jcf-range .jcf-range-mark {
	position:absolute;
	overflow:hidden;
	background:#000;
	width:1px;
	height:3px;
	top:-7px;
	margin:0 0 0 9px
}
.jcf-range.jcf-vertical .jcf-range-mark {
	margin:0 0 9px;
	left:14px;
	top:auto;
	width:3px;
	height:1px
}
.jcf-range .jcf-active-handle {
	z-index:2
}
.jcf-range.jcf-disabled {
	background:none !important;
	opacity:0.3
}
.jcf-disabled {
	background:#ddd !important
}
.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:0.8
}
.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:none !important;
	-webkit-backface-visibility:hidden
}
.mfp-container {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	box-sizing:border-box
}
.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle
}
.mfp-align-top .mfp-container:before {
	display:none
}
.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
	width:100%;
	cursor:auto
}
.mfp-ajax-cur {
	cursor:progress
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:-webkit-zoom-out;
	cursor:zoom-out
}
.mfp-zoom {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor:auto
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.mfp-loading.mfp-figure {
	display:none
}
.mfp-hide {
	display:none !important
}
.mfp-preloader {
	color:#CCC;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-0.8em;
	left:8px;
	right:8px;
	z-index:1044
}
.mfp-preloader a {
	color:#CCC
}
.mfp-preloader a:hover {
	color:#FFF
}
.mfp-s-ready .mfp-preloader {
	display:none
}
.mfp-s-error .mfp-content {
	display:none
}
button.mfp-close,button.mfp-arrow {
	overflow:visible;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:none;
	padding:0;
	z-index:1046;
	box-shadow:none;
	-ms-touch-action:manipulation;
	touch-action:manipulation
}
button::-moz-focus-inner {
	padding:0;
	border:0
}
.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:0.65;
	padding:0 0 18px 10px;
	color:#FFF;
	font-style:normal;
	font-size:28px;
	font-family:Arial,Baskerville,monospace
}
.mfp-close:hover,.mfp-close:focus {
	opacity:1
}
.mfp-close:active {
	top:1px
}
.mfp-close-btn-in .mfp-close {
	color:#333
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
	color:#FFF;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%
}
.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#CCC;
	font-size:12px;
	line-height:18px;
	white-space:nowrap
}
.mfp-arrow {
	position:absolute;
	opacity:0.65;
	margin:0;
	top:50%;
	margin-top:-55px;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:transparent
}
.mfp-arrow:active {
	margin-top:-54px
}
.mfp-arrow:hover,.mfp-arrow:focus {
	opacity:1
}
.mfp-arrow:before,.mfp-arrow:after {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	margin-top:35px;
	margin-left:35px;
	border:medium inset transparent
}
.mfp-arrow:after {
	border-top-width:13px;
	border-bottom-width:13px;
	top:8px
}
.mfp-arrow:before {
	border-top-width:21px;
	border-bottom-width:21px;
	opacity:0.7
}
.mfp-arrow-left {
	left:0
}
.mfp-arrow-left:after {
	border-right:17px solid #FFF;
	margin-left:31px
}
.mfp-arrow-left:before {
	margin-left:25px;
	border-right:27px solid #3F3F3F
}
.mfp-arrow-right {
	right:0
}
.mfp-arrow-right:after {
	border-left:17px solid #FFF;
	margin-left:39px
}
.mfp-arrow-right:before {
	border-left:27px solid #3F3F3F
}
.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px
}
.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px
}
.mfp-iframe-holder .mfp-close {
	top:-40px
}
.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%
}
.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0,0,0,0.6);
	background:#000
}
img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0 40px;
	margin:0 auto
}
.mfp-figure {
	line-height:0
}
.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0,0,0,0.6);
	background:#444
}
.mfp-figure small {
	color:#BDBDBD;
	display:block;
	font-size:12px;
	line-height:14px
}
.mfp-figure figure {
	margin:0
}
.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto
}
.mfp-title {
	text-align:left;
	line-height:18px;
	color:#F3F3F3;
	word-wrap:break-word;
	padding-right:36px
}
.mfp-image-holder .mfp-content {
	max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor:pointer
}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
	padding-left:0;
	padding-right:0
}
.mfp-img-mobile img.mfp-img {
	padding:0
}
.mfp-img-mobile .mfp-figure:after {
	top:0;
	bottom:0
}
.mfp-img-mobile .mfp-figure small {
	display:inline;
	margin-left:5px
}
.mfp-img-mobile .mfp-bottom-bar {
	background:rgba(0,0,0,0.6);
	bottom:0;
	margin:0;
	top:auto;
	padding:3px 5px;
	position:fixed;
	box-sizing:border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding:0
}
.mfp-img-mobile .mfp-counter {
	right:5px;
	top:3px
}
.mfp-img-mobile .mfp-close {
	top:0;
	right:0;
	width:35px;
	height:35px;
	line-height:35px;
	background:rgba(0,0,0,0.6);
	position:fixed;
	text-align:center;
	padding:0
}
}@media all and (max-width:900px) {
	.mfp-arrow {
	-webkit-transform:scale(0.75);
	-ms-transform:scale(0.75);
	transform:scale(0.75)
}
.mfp-arrow-left {
	-webkit-transform-origin:0;
	-ms-transform-origin:0;
	transform-origin:0
}
.mfp-arrow-right {
	-webkit-transform-origin:100%;
	-ms-transform-origin:100%;
	transform-origin:100%
}
.mfp-container {
	padding-left:6px;
	padding-right:6px
}
}.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;
	margin-left:auto;
	margin-right:auto
}
.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
}
#wpadminbar {
	top:auto;
	bottom:0;
	display:none
}
.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg {
	opacity:0;
	-webkit-backface-visibility:hidden;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity:1
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity:.8
}
.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity:0
}
.mfp-close-btn-in .mfp-close {
	display:none
}
* {
	box-sizing:border-box
}
html {
	height:100%
}
body {
	margin:0;
	padding-top:88px
}
@media (max-width:768px) {
	body {
	padding-top:100px
}
}.container-layout {
	
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	max-width:1200px;
	padding:15px 20px;
	margin:0 auto
}
.services .container-layout {
	-webkit-flex-wrap:initial;
	-ms-flex-wrap:initial;
	flex-wrap:initial
}
.site-footer .container-layout {
	max-width:1250px
}
.site-header .container-layout {
	max-width:1250px
}
.resources .container-layout {
	max-width:900px
}
.resources .container-layout p {
	width:100%;
}
@media (max-width:992px) {
	.resources .container-layout {
	padding:0 35px
}
}@media (max-width:600px) {
	.resources .container-layout {
	padding:0 15px
}
}@media (max-width:1200px) {
	.container-layout {
	max-width:1140px
}
}@media (max-width:992px) {
	.container-layout {
	max-width:960px;
	padding:0 15px
}
}@media (max-width:768px) {
	.container-layout {
	max-width:720px
}
}@media (max-width:600px) {
	.container-layout {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	max-width:540px; padding-top:30px;
}
}.section {
	padding:0px 0
}
@media (max-width:768px) {
	.section {
	padding:10px 0
}
}.layout-content {
	min-height:40vh
}
@media (max-width:768px) {
	.layout-content {
	min-height:auto
}
}.back-to-top {
	display:none;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:99;
	border:none;
	outline:none;
	background-color:#184a75;
	color:#fff;
	cursor:pointer;
	padding:15px;
	border-radius:8px;
	font-size:1.8rem;
	-webkit-transition:all .5s;
	transition:all .5s
}
.back-to-top-show {
	display:block
}
.back-to-top:hover {
	background-color:#10395d
}
.back-to-top a {
	color:#fff
}
html {
	font-size:62.5%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
body {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem;
	line-height:1.4em;
	color:#454545
}
@media (max-width:1200px) {
	body {
	font-size:calc(1.285rem + .2625vw)
}
}body .white {
	color:#cecece
}
h1 {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:2.5rem;
	line-height:1em;
	letter-spacing:0;
	color:#191919;
	margin:0 0 30px
}
@media (max-width:1200px) {
	h1 {
	font-size:calc(1.675rem + 3.1875vw)
}
}h1.white {
	color:#fff
}
.column-text h1 {
	font-size:3.8rem
}
@media (max-width:1200px) {
	.column-text h1 {
	font-size:calc(1.505rem + 1.9125vw)
}
}h2 {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:2.8rem;
	line-height:1.2em;
	letter-spacing:0;
	color:#000; text-align:left;
	margin:0 0 10px
}
@media (max-width:1200px) {
	h2 {
	font-size:calc(1.505rem + 1.9125vw)
}
}h2.white {
	color:#fff
}
h3 {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:2.6rem;
	color:#1c1c1c;
	margin:0 0 30px;
	line-height:1.2em
}
@media (max-width:1200px) {
	h3 {
	font-size:calc(1.385rem + 1.0125vw)
}
}h3.white {
	color:#fff
}
.call-out h3 {
	font-size:2.2rem
}
@media (max-width:1200px) {
	.call-out h3 {
	font-size:calc(1.345rem + .7125vw)
}
}.key-message h3 {
	margin-bottom:0
}
h4 {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:2rem;
	color:#454545;
	margin:0 0 30px;
	line-height:1.4em; text-align:left;
}
@media (max-width:1200px) {
	h4 {
	font-size:calc(1.345rem + .7125vw)
}
}h4.white {
	color:#cecece
}
h5 {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.8rem;
	color:#1c1c1c;
	margin:0 0 20px;
	line-height:1em
}
@media (max-width:1200px) {
	h5 {
	font-size:calc(1.305rem + .4125vw)
}
}h5.white {
	color:#fff
}
h6 {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem;
	color:#1c1c1c;
	margin:0 0 20px;
	line-height:1em
}
@media (max-width:1200px) {
	h6 {
	font-size:calc(1.285rem + .2625vw)
}
}h6.white {
	color:#cecece
}
p {
	margin:0 0 20px; font-size:16px; margin-top:15px;
}
a {
	color:#184a75
}
strong,b {
	font-family:"Roboto",sans-serif;
	font-weight:700;
}
strong *,b * {
	font-family:"Roboto",sans-serif;
	font-weight:700
}
.feature-module ul,.column-text ul {
	list-style:none;
	margin:0 0 20px;
	padding:0
}
.feature-module ul li,.column-text ul li {
	padding-left:20px;
	position:relative
}
.feature-module ul li:before,.column-text ul li:before {
	content:'';
	position:absolute;
	left:0;
	top:8px;
	width:9px;
	height:9px;
	background:url(../fonts/icon-list.svg)
}
blockquote {
	padding:0;
	position:relative;
	margin:75px 0
}
blockquote:after {
	position:absolute;
	content:'';
	background:url("../fonts/icon-quote.svg");
	height:50px;
	width:50px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	bottom:-60px;
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	right:0
}
blockquote:before {
	position:absolute;
	content:'';
	background:url("../fonts/icon-quote.svg");
	height:50px;
	width:50px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	top:-60px;
	left:0
}
.content-404-wrapper .container-layout {
	min-height:50vh;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.content-404-wrapper .content-404-data {
	width:100%;
	max-width:700px;
	margin:40px auto;
	text-align:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.content-404-wrapper .content-404-data h2 {
	font-size:10rem;
	line-height:1.1em;
	color:#989898
}
@media (max-width:1200px) {
	.content-404-wrapper .content-404-data h2 {
	font-size:calc(2.125rem + 6.5625vw)
}
}@media (max-width:1200px) {
	.content-404-wrapper .content-404-data h2 {
	font-size:7rem
}
}@media (max-width:1200px) and (max-width:1200px) {
	.content-404-wrapper .content-404-data h2 {
	font-size:calc(1.825rem + 4.3125vw)
}
}.content-404-wrapper .content-404-data .description {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:3rem;
	margin-bottom:40px
}
@media (max-width:1200px) {
	.content-404-wrapper .content-404-data .description {
	font-size:calc(1.425rem + 1.3125vw)
}
}@media (max-width:1200px) {
	.content-404-wrapper .content-404-data .description {
	font-size:2.5rem
}
}@media (max-width:1200px) and (max-width:1200px) {
	.content-404-wrapper .content-404-data .description {
	font-size:calc(1.375rem + .9375vw)
}
}.breadcrumbs {
	background:#f0f0f0;
	padding:10px 0;
	font-family:"Roboto",sans-serif;
	font-weight:400;
	font-size:1.3rem;
	color:#000
}
@media (max-width:1200px) {
	.breadcrumbs {
	font-size:calc(1.255rem + .0375vw)
}
}.breadcrumbs .container-layout {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row
}
.breadcrumbs .breadcrumbs-separator {
	margin:0 5px
}
.breadcrumbs a {
	color:#000;
	text-decoration:none
}
.breadcrumbs .current-item {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	color:#000
}
.button {
	font-family:"Roboto",sans-serif;
	font-weight:400;
	font-size:2.2rem;
	line-height:1em;
	text-decoration:none;
	width:100%;
	max-width:280px;
	min-width:150px;
	display:inline-block;
	text-align:center;
	cursor:pointer
}
@media (max-width:1200px) {
	.button {
	font-size:calc(1.345rem + .7125vw)
}
}.button-mini {
	font-size:1.8rem;
	width:100%;
	max-width:200px;
	min-width:150px
}
@media (max-width:1200px) {
	.button-mini {
	font-size:calc(1.305rem + .4125vw)
}
}.button-blue {
	position: relative;
    color: #fff;
    background: -webkit-linear-gradient(325deg,#184a75 85%,#10395d 15%);
    background: linear-gradient(125deg,#184a75 85%,#10395d 15%);
    background-size: 200% 100%;
    background-position: left bottom;
    padding: 18px 0;
    width: 100px;
    font-size: 14px;
    border-radius: 34px;
    text-indent: 0;
    overflow: hidden;
    -webkit-transition: .7s;
    transition: .7s;
    margin-top: 20px;
}
.button-blue:after {
	text-indent:0;
	position:absolute;
	content:"";
	background-image:url("../fonts/arrow.svg");
	width:25px;
	height:20px;
	background-size:25px 20px;
	background-repeat:no-repeat;
	right:-60px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition:1.2s;
	transition:1.2s
}
.button-blue:hover {
	text-indent:-40px;
	background-position:right bottom
}
.button-blue:hover:after {
	text-indent:0;
	opacity:1;
	right:20px
}
.button-blue:active {
	background:#10395d
}
.button-blue-mini:after {
	width:20px;
	height:20px;
	background-size:20px 20px
}
.button-blue-mini:hover {
	text-indent:-30px
}
.button-blue-mini:hover:after {
	right:12px !important
}
.button-red {
	position:relative;
	color:#fff;
	background:-webkit-linear-gradient(325deg,#d9261e 85%,#c12c25 15%);
	background:linear-gradient(125deg,#d9261e 85%,#c12c25 15%);
	background-size:200% 100%;
	background-position:left bottom;
	padding:18px 0;
	border-radius:34px;
	text-indent:0;
	overflow:hidden;
	-webkit-transition:.7s;
	transition:.7s
}
.button-red:after {
	text-indent:0;
	position:absolute;
	content:"";
	background-image:url("../fonts/arrow.svg");
	width:25px;
	height:20px;
	background-size:25px 20px;
	background-repeat:no-repeat;
	right:-60px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition:1.2s;
	transition:1.2s
}
.button-red:active {
	background:#c12c25
}
.button-red:hover {
	text-indent:-40px;
	background-position:right bottom
}
.button-red:hover:after {
	text-indent:0;
	opacity:1;
	right:20px
}
.button-red-mini:after {
	width:20px;
	height:20px;
	background-size:20px 20px
}
.button-red-mini:hover {
	text-indent:-30px
}
.button-red-mini:hover:after {
	right:12px !important
}
.button-read-more {
	font-size:1.8rem;
	position:relative;
	color:#184a75;
	width:100%;
	max-width:175px;
	text-align:left
}
@media (max-width:1200px) {
	.button-read-more {
	font-size:calc(1.305rem + .4125vw)
}
}.button-read-more:after {
	position:absolute;
	content:'';
	background:url("../fonts/read-more.svg") no-repeat;
	background-size:contain;
	text-indent:0;
	width:20px;
	height:12px;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	margin-top:1px;
	-webkit-transition:1s;
	transition:1s
}
.button-read-more:hover {
	color:#10395d
}
.button-read-more:hover:after {
	right:-10px
}
.button-read-more.button-reduce:hover {
	text-indent:0 !important
}
.button-contact-uss {
	padding:16px 0;
	border-radius:18px;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.button-contact-uss {
	font-size:calc(1.285rem + .2625vw)
}
}.button-contact-uss:after {
	width:15px;
	height:15px;
	background-size:15px 15px;
	right:-20px
}
.button-contact-uss:hover {
	text-indent:-25px
}
.button-contact-uss:hover:after {
	right:10px
}
.button-reduce {
	font-size:1.6rem !important
}
@media (max-width:1200px) {
	.button-reduce {
	font-size:calc(1.285rem + .2625vw) !important
}
}.button-reduce:hover {
	text-indent:-60px !important
}
.button-resources {
	position:relative;
	color:#fff;
	background-color:#184a75;
	padding:18px 0;
	border-radius:34px;
	-webkit-transition:.7s;
	transition:.7s
}
.button-resources:hover {
	background-color:#10395d
}
.button-resources:before {
	position:relative;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f04b";
	margin-right:15px;
	vertical-align:top
}
.site-footer {
	background:#2c3a45;
	color:#fff;
	padding:90px 0 60px 0
}
@media (max-width:768px) {
	.site-footer {
	padding:60px 0
}
}.site-footer .footer-region {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%
}
@media (max-width:992px) {
	.site-footer .footer-region {
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
}@media (max-width:768px) {
	.site-footer .footer-region-1 {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.site-footer .footer-region-2 {
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end;
	margin:60px 0 20px 0
}
@media (max-width:992px) {
	.site-footer .footer-region-2 {
	margin:40px 0;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
}@media (max-width:600px) {
	.site-footer .footer-region-2 {
	margin:20px 0;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
}@media (max-width:992px) {
	.site-footer .footer-region-3 {
	-webkit-box-orient:vertical;
	-webkit-box-direction:reverse;
	-webkit-flex-direction:column-reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse
}
}.site-footer .footer-logo-wrapper {
	width:18.5%
}
@media (max-width:768px) {
	.site-footer .footer-logo-wrapper {
	width:30%
}
}.site-footer .footer-logo-wrapper .footer-logo {
	background-image:url("../fonts/sai-footer-logo.svg");
	background-repeat:no-repeat;
	background-size:195px 30px;
	background-position:center center;
	width:195px;
	height:30px
}
.site-footer .footer-main-menu {
	width:48.5%
}
@media (max-width:992px) {
	.site-footer .footer-main-menu {
	width:70%
}
}@media (max-width:768px) {
	.site-footer .footer-main-menu {
	width:100%;
	margin:30px 0 0
}
}.site-footer .footer-main-menu ul {
	list-style-type:none
}
.site-footer .footer-main-menu ul.menu {
	padding:0;
	margin:0 10px;
	text-align:left;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:992px) {
	.site-footer .footer-main-menu ul.menu {
	margin:0
}
}@media (max-width:600px) {
	.site-footer .footer-main-menu ul.menu {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.site-footer .footer-main-menu ul.menu li.menu-item {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width:28%
}
@media (max-width:600px) {
	.site-footer .footer-main-menu ul.menu li.menu-item {
	width:100%;
	margin:0 0 20px 0
}
}.site-footer .footer-main-menu ul.menu li.menu-item a {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.2rem;
	line-height:1em
}
@media (max-width:600px) {
	.site-footer .footer-main-menu ul.menu li.menu-item a {
	display:inline-block;
	width:90%;
	position:relative
}
}@media (max-width:600px) {
	.site-footer .footer-main-menu ul.menu li.menu-item a:after {
	content:url("../fonts/footer-dropdown-arrow.svg");
	font-size:1.2rem;
	position:absolute;
	right:-10%;
	-webkit-transform:rotateX(-180deg);
	transform:rotateX(-180deg)
}
}.site-footer .footer-main-menu ul.sub-menu {
	padding:0;
	margin:30px 0 0 0
}
@media (max-width:600px) {
	.site-footer .footer-main-menu ul.sub-menu {
	display:none;
	margin:20px 0 0 0
}
}.site-footer .footer-main-menu ul.sub-menu li.menu-item {
	display:block;
	margin:0;
	text-align:left;
	width:100%
}
@media (max-width:600px) {
	.site-footer .footer-main-menu ul.sub-menu li.menu-item {
	margin:0
}
}.site-footer .footer-main-menu ul.sub-menu li.menu-item a {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem;
	line-height:1em;
	text-decoration:none;
	margin-bottom:10px;
	display:inline-block;
	width:100%
}
@media (max-width:1200px) {
	.site-footer .footer-main-menu ul.sub-menu li.menu-item a {
	font-size:calc(1.285rem + .2625vw)
}
}.site-footer .footer-main-menu ul li a {
	color:#fff;
	text-decoration:none
}
.site-footer .footer-main-menu ul li a:hover {
	color:#8b8b8b
}
.site-footer .footer-newsletter {
	width:28.5%;
	color:#fff
}
@media (max-width:992px) {
	.site-footer .footer-newsletter {
	margin:20px 0;
	width:100%
}
}@media (max-width:768px) {
	.site-footer .footer-newsletter {
	width:100%
}
}.site-footer .footer-newsletter div {
	color:#fff
}
.site-footer .footer-social-menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:left
}
.site-footer .footer-social-menu ul li {
	display:inline-block;
	margin:0 10px;
	vertical-align:top
}
@media (max-width:992px) {
	.site-footer .footer-social-menu ul li {
	margin:0 20px 0 0
}
}.site-footer .footer-social-menu ul li a {
	color:#fff;
	text-decoration:none
}
.site-footer .footer-social-menu ul li a:hover {
	color:#8b8b8b
}
.site-footer .footer-copyright {
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}
@media (max-width:600px) {
	.site-footer .footer-copyright {
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start
}
}.site-footer .footer-copyright div,.site-footer .footer-copyright p {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem;
	line-height:1em;
	color:#fff;
	margin-bottom:0
}
.site-footer .footer-copyright .text-widget {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem;
	line-height:1em;
	color:#fff
}
@media (max-width:992px) {
	.site-footer .footer-secondary-menu {
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center;
	margin-bottom:20px
}
}@media (max-width:600px) {
	.site-footer .footer-secondary-menu {
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start
}
}.site-footer .footer-secondary-menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:left
}
.site-footer .footer-secondary-menu ul li {
	display:inline-block;
	margin:0 10px;
	vertical-align:top
}
@media (max-width:600px) {
	.site-footer .footer-secondary-menu ul li {
	display:block;
	margin:0 0 5px 0
}
}.site-footer .footer-secondary-menu ul li a {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem;
	color:#fff;
	text-decoration:none
}
.site-footer .footer-secondary-menu ul li a:hover {
	color:#8b8b8b
}
.site-header.header-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	width:100%;
	left:0;
	background:#fcfcfc
}
.site-header.headroom {
	will-change:transform;
	-webkit-transition:-webkit-transform 200ms linear;
	transition:-webkit-transform 200ms linear;
	transition:transform 200ms linear;
	transition:transform 200ms linear,-webkit-transform 200ms linear
}
.site-header.headroom--pinned {
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%)
}
.site-header.headroom--unpinned {
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%)
}
.site-header .header-logo {
	background-image:url("../fonts/sai-logo.svg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	width:200px;
	height:50px
}
@media (max-width:1200px) {
	.site-header .header-logo {
	width:150px;
	height:40px
}
}@media (max-width:992px) {
	.site-header .header-logo {
	width:175px;
	height:40px
}
}.site-header .header-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:992px) {
	.site-header .header-content-holder {
	padding:30px 0
}
}.site-header .right-panel {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:calc(100% - 200px)
}
@media (max-width:1200px) {
	.site-header .right-panel {
	width:calc(100% - 150px)
}
}@media (max-width:992px) {
	.site-header .right-panel {
	width:35px
}
}.site-header .right-panel-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row
}
@media (max-width:992px) {
	.site-header .right-panel-wrap {
	max-height:0;
	overflow:hidden;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:calc(100vh - 100px);
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	background:#f5f5f5;
	-webkit-transition:all .5s ease-in;
	transition:all .5s ease-in
}
}.site-header .right-panel .nav-controls {
	cursor:pointer;
	display:none
}
@media (max-width:992px) {
	.site-header .right-panel .nav-controls {
	display:block
}
}.site-header .right-panel .nav-controls .bar-1,.site-header .right-panel .nav-controls .bar-2,.site-header .right-panel .nav-controls .bar-3 {
	width:35px;
	height:5px;
	background-color:#323e44;
	margin:6px 0;
	-webkit-transition:.4s;
	transition:.4s
}
.site-header .right-panel .nav-controls.change .bar-1 {
	-webkit-transform:rotate(-45deg) translate(-11px,6px);
	-ms-transform:rotate(-45deg) translate(-11px,6px);
	transform:rotate(-45deg) translate(-11px,6px)
}
.site-header .right-panel .nav-controls.change .bar-2 {
	opacity:0
}
.site-header .right-panel .nav-controls.change .bar-3 {
	-webkit-transform:rotate(45deg) translate(-10px,-5px);
	-ms-transform:rotate(45deg) translate(-10px,-5px);
	transform:rotate(45deg) translate(-10px,-5px)
}
.site-header .right-panel .nav-controls.change ~ .right-panel-wrap {
	min-height:100vh;
	max-height:100vh;
	height:auto;
	display:inline-block;
	width:100%;
	overflow-y:scroll;
	overflow-x:hidden
}
.site-header .right-panel .header-content-left-holder {
	width:70%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
@media (max-width:992px) {
	.site-header .right-panel .header-content-left-holder {
	width:100%;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	height:auto;
	background:#fff
}
}.site-header .right-panel .header-content-right-holder {
	width:30%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	height:90px
}
@media (max-width:992px) {
	.site-header .right-panel .header-content-right-holder {
	width:100%;
	height:auto;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	padding:20px 15px
}
}.main-menu {
	margin:0 35px
}
@media (max-width:1200px) {
	.main-menu {
	margin:0 13px
}
}.main-menu ul.menu {
	padding:0;
	margin:0
}
.main-menu ul.menu>li {
	display:inline-block;
	margin-right:10px;
	padding:34px 0;
	cursor:pointer
}
.main-menu ul.menu>li:last-of-type {
	margin-right:0
}
.main-menu ul.menu>li>a {
	text-decoration:none;
	position:relative;
	display:block;
	color:#5a5a5a;
	font-family:"Roboto",sans-serif;
	font-weight:400
}
.main-menu ul.menu>li>a:focus {
	color:#184a75;
	text-shadow:0 0 0.5px #184a75,0 0 0.5px #184a75,0 0 0.5px #184a75
}
.main-menu ul.menu>li>a:focus:before {
	visibility:visible;
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	transform:scaleX(1)
}
.main-menu ul.menu>li>a:before {
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	bottom:-3px;
	left:0;
	background:#184a75;
	visibility:hidden;
	border-radius:5px;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transition:.3s linear;
	transition:.3s linear
}
.main-menu ul.menu>li:hover>a {
	color:#184a75;
	text-shadow:0 0 0.5px #184a75,0 0 0.5px #184a75,0 0 0.5px #184a75
}
.main-menu ul.menu>li:hover>a:before {
	visibility:visible;
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	transform:scaleX(1)
}
.main-menu ul.menu>li.single-level>ul.sub-menu {
	width:280px;
	background:#f5f5f5
}
.main-menu ul.menu>li.single-level>ul.sub-menu:after {
	display:none
}
.main-menu ul.menu>li.single-level>ul.sub-menu>li {
	display:block;
	max-width:none
}
.main-menu ul.menu>li.single-level>ul.sub-menu>li>a {
	color:#5a5a5a
}
.main-menu ul.menu>li.single-level>ul.sub-menu>li:hover {
	background:none
}
.main-menu ul.menu>li.single-level>ul.sub-menu>li:hover>a {
	color:#184a75
}
.main-menu ul.menu>li>ul.sub-menu {
	position:absolute;
	display:none;
	width:100%;
	max-width:992px;
	top:90px;
	padding:0
}
.main-menu ul.menu>li>ul.sub-menu:after {
	position:absolute;
	content:'';
	background:#f5f5f5;
	left:0;
	top:0;
	bottom:0;
	right:-500px;
	z-index:-1
}
.main-menu ul.menu>li>ul.sub-menu>li {
	display:inline-block;
	vertical-align:top;
	padding:15px;
	max-width:35%
}
.main-menu ul.menu>li>ul.sub-menu>li>a {
	display:block;
	text-decoration:none;
	color:#5a5a5a;
	font-family:"Roboto",sans-serif;
	font-weight:400
}
.main-menu ul.menu>li>ul.sub-menu>li:hover {
	color:#fff;
	background:#313e44
}
.main-menu ul.menu>li>ul.sub-menu>li:hover>a {
	color:#fff
}
.main-menu ul.menu>li>ul.sub-menu>li.single-level>ul.sub-menu {
	width:100%;
	padding:0;
	background:#fff;
	max-height:80vh;
	overflow-y:scroll;
	max-width:1120px
}
.main-menu ul.menu>li>ul.sub-menu>li.single-level>ul.sub-menu>li {
	display:block;
	width:100%;
	padding:15px
}
.main-menu ul.menu>li>ul.sub-menu>li.single-level>ul.sub-menu>li>a {
	color:#000
}
.main-menu ul.menu>li>ul.sub-menu>li.single-level>ul.sub-menu>li:hover {
	background:none
}
.main-menu ul.menu>li>ul.sub-menu>li.single-level>ul.sub-menu>li:hover>a {
	color:#184a75
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu {
	position:absolute;
	width:100%;
	left:0;
	top:100%;
	list-style:none;
	margin:0;
	padding:20px 30px;
	background:#fff;
	box-shadow:0 7px 6px rgba(0,0,0,0.29);
	max-width:1120px;
	display:none;
	max-height:80vh;
	overflow-y:scroll
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li {
	width:23.5%;
	float:left;
	padding-right:30px
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	color:#000;
	text-decoration:none
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li.bold>a {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	color:#000
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li:hover {
	background:transparent
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
	color:#184a75
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu {
	position:relative;
	box-shadow:none;
	top:0;
	left:0;
	padding-left:0;
	list-style:none;
	margin-left:0;
	padding-bottom:50px
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu li {
	display:block;
	padding:5px 0;
	width:100%
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu li.view-all {
	margin:40px 0
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu li.view-all a {
	font-size:1.8rem;
	font-family:"Roboto",sans-serif;
	font-weight:400;
	width:100%;
	max-width:200px;
	min-width:150px;
	position:relative;
	color:#fff;
	background:-webkit-linear-gradient(325deg,#184a75 85%,#10395d 15%);
	background:linear-gradient(125deg,#184a75 85%,#10395d 15%);
	background-size:200% 100%;
	background-position:left bottom;
	padding:15px 0;
	border-radius:34px;
	text-indent:0;
	-webkit-transition:1s;
	transition:1s;
	display:inline-block;
	text-align:center
}
@media (max-width:1200px) {
	.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu li.view-all a {
	font-size:calc(1.305rem + .4125vw)
}
}.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu li.view-all a:after {
	text-indent:0;
	position:absolute;
	content:"";
	background-image:url("../fonts/arrow.svg");
	width:20px;
	height:20px;
	background-size:20px 20px;
	background-repeat:no-repeat;
	opacity:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition:1s;
	transition:1s
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu li.view-all a:hover {
	color:#fff;
	text-indent:-20px;
	background-position:right bottom
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu li.view-all a:hover:after {
	text-indent:0;
	opacity:1;
	right:12px !important
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu li a {
	text-decoration:none;
	color:#5a5a5a;
	display:block;
}
.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu li:hover a {
	color:#000;
	font-weight:bold
}
@media (max-width:992px) {
	.main-menu {
	margin:0;
	width:100%;
	background:#f5f5f5
}
.main-menu ul.menu>li {
	display:block;
	margin:0;
	padding:0;
	position:relative
}
.main-menu ul.menu>li>a {
	display:inline-block;
	margin:25px 45px 25px 15px;
	font-size:1.8rem
}
.main-menu ul.menu>li>a:before {
	display:none
}
.main-menu ul.menu>li:hover,.main-menu ul.menu>li:focus {
	background:#323e44
}
.main-menu ul.menu>li:hover>a,.main-menu ul.menu>li:focus>a {
	color:#fff
}
.main-menu ul.menu>li.menu-item-has-children:after {
	position:absolute;
	content:'';
	top:33px;
	right:15px;
	width:15px;
	height:9px;
	background:url(../fonts/arrow-dropdown.svg) no-repeat;
	background-size:contain;
	-webkit-transition:-webkit-transform .25s ease-in;
	transition:-webkit-transform .25s ease-in;
	transition:transform .25s ease-in;
	transition:transform .25s ease-in,-webkit-transform .25s ease-in
}
.main-menu ul.menu>li.menu-item-has-children:hover:after,.main-menu ul.menu>li.menu-item-has-children:focus:after {
	background:url(../images/arrow-dropdown-white.png) no-repeat;
	background-size:contain
}
.main-menu ul.menu>li.menu-item-has-children.active {
	background:#323e44
}
.main-menu ul.menu>li.menu-item-has-children.active:after {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.main-menu ul.menu>li.single-level>ul.sub-menu {
	width:auto
}
.main-menu ul.menu>li.single-level>ul.sub-menu>li:hover {
	color:#fff;
	background:none
}
.main-menu ul.menu>li.single-level>ul.sub-menu>li:hover>a {
	color:#000
}
.main-menu ul.menu>li>ul.sub-menu {
	position:static;
	padding:15px 0;
	background:#e2e2e2;
	white-space:normal
}
.main-menu ul.menu>li>ul.sub-menu:after {
	display:none
}
.main-menu ul.menu>li>ul.sub-menu>li {
	display:block;
	padding:0;
	margin-bottom:15px;
	position:relative;
	max-width:none
}
.main-menu ul.menu>li>ul.sub-menu>li.menu-item-has-children:after {
	position:absolute;
	content:'';
	top:26px;
	right:15px;
	width:15px;
	height:9px;
	background:url(../images/arrow-dropdown.svg) no-repeat;
	background-size:contain;
	-webkit-transition:-webkit-transform .25s ease-in;
	transition:-webkit-transform .25s ease-in;
	transition:transform .25s ease-in;
	transition:transform .25s ease-in,-webkit-transform .25s ease-in
}
.main-menu ul.menu>li>ul.sub-menu>li>a {
	display:inline-block;
	text-decoration:none;
	color:#5a5a5a;
	font-family:"Roboto",sans-serif;
	font-weight:700;
	margin:18px 45px 18px 15px;
	position:relative;
	font-size:1.8rem
}
.main-menu ul.menu>li>ul.sub-menu>li:hover {
	color:#fff;
	background:none
}
.main-menu ul.menu>li>ul.sub-menu>li:hover>a {
	color:#000
}
.main-menu ul.menu>li>ul.sub-menu>li.menu-item-has-children.active:after {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.main-menu ul.menu>li>ul.sub-menu>li.single-level>ul.sub-menu.sub-menu,.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu {
	position:static;
	padding:10px 0;
	background:none;
	box-shadow:none;
	width:auto
}
.main-menu ul.menu>li>ul.sub-menu>li.single-level>ul.sub-menu.sub-menu>li,.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li {
	width:100%;
	float:none;
	margin-bottom:16px;
	padding:0
}
.main-menu ul.menu>li>ul.sub-menu>li.single-level>ul.sub-menu.sub-menu>li>a,.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
	display:block;
	padding:5px 15px
}
.main-menu ul.menu>li>ul.sub-menu>li.single-level>ul.sub-menu.sub-menu>li ul.sub-menu,.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu {
	padding-bottom:0
}
.main-menu ul.menu>li>ul.sub-menu>li.single-level>ul.sub-menu.sub-menu>li ul.sub-menu li,.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu li {
	display:block;
	padding:0;
	width:100%
}
.main-menu ul.menu>li>ul.sub-menu>li.single-level>ul.sub-menu.sub-menu>li ul.sub-menu li a,.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu li a {
	text-decoration:none;
	display:block;
	padding:5px 15px
}
.main-menu ul.menu>li>ul.sub-menu>li.single-level>ul.sub-menu.sub-menu>li ul.sub-menu li:hover a,.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu li:hover a {
	color:#000;
	font-weight:bold
}
.main-menu ul.menu>li>ul.sub-menu>li.single-level>ul.sub-menu.sub-menu>li ul.sub-menu li.view-all,.main-menu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li ul.sub-menu li.view-all {
	margin:30px 15px
}
}.other-sites-menu.show-mobile {
	display:none
}
@media (max-width:992px) {
	.other-sites-menu.show-mobile {
	display:block;
	width:100%;
	background:#f8f8f8
}
}.menu-other-sites-container {
	display:none;
	width:300px;
	position:absolute;
	top:90px;
	background:#f8f8f8;
	right:0
}
@media (max-width:992px) {
	.menu-other-sites-container {
	position:relative;
	width:100%;
	top:0
}
}.menu-other-sites-container .menu {
	padding:0;
	margin:0
}
@media (max-width:992px) {
	.menu-other-sites-container .menu {
	padding-bottom:10px
}
}.menu-other-sites-container .menu li {
	list-style-type:none;
	margin-top:20px
}
.menu-other-sites-container .menu li:first-of-type {
	border-bottom:1px solid rgba(0,0,0,0.57)
}
.menu-other-sites-container .menu li a {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.4rem;
	text-decoration:none;
	color:#000;
	display:inline-block;
	margin:0 20px
}
@media (max-width:1200px) {
	.menu-other-sites-container .menu li a {
	font-size:calc(1.265rem + .1125vw)
}
}.menu-other-sites-container .menu li a span {
	color:#000
}
.menu-other-sites-container .menu li a:hover span {
	color:#000
}
.menu-other-sites-container .menu li .sub-menu {
	padding:0;
	margin:0;
	margin-bottom:20px
}
.menu-other-sites-container .menu li .sub-menu li {
	margin:10px 20px;
	width:100%
}
@media (max-width:600px) {
	.menu-other-sites-container .menu li .sub-menu li {
	width:95%
}
}.menu-other-sites-container .menu li .sub-menu li:first-of-type {
	border-bottom:none
}
.menu-other-sites-container .menu li .sub-menu li a {
	margin:0;
	width:55%;
	display:inline-block;
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.menu-other-sites-container .menu li .sub-menu li a {
	font-size:calc(1.285rem + .2625vw)
}
}.menu-other-sites-container .menu li .sub-menu li a img {
	max-height:20px
}
.menu-other-sites-container .menu li .sub-menu li a span {
	vertical-align:middle
}
.menu-other-sites-container .menu li .sub-menu li .sub-menu {
	display:inline-block;
	width:30%;
	text-align:right;
	margin-bottom:0
}
@media (max-width:992px) {
	.menu-other-sites-container .menu li .sub-menu li .sub-menu {
	width:40%
}
}.menu-other-sites-container .menu li .sub-menu li .sub-menu li {
	display:inline-block;
	margin:0;
	width:auto
}
.menu-other-sites-container .menu li .sub-menu li .sub-menu li:first-of-type:before {
	display:none
}
.menu-other-sites-container .menu li .sub-menu li .sub-menu li:before {
	content:"|";
	margin:0 8px 0 3px;
	color:#8e8e8e;
	font-size:1.8rem
}
@media (max-width:1200px) {
	.menu-other-sites-container .menu li .sub-menu li .sub-menu li:before {
	font-size:calc(1.305rem + .4125vw)
}
}.menu-other-sites-container .menu li .sub-menu li .sub-menu li a {
	font-family:"Roboto",sans-serif;
	font-weight:400;
	font-size:1.4rem;
	color:#8e8e8e;
	width:auto
}
@media (max-width:1200px) {
	.menu-other-sites-container .menu li .sub-menu li .sub-menu li a {
	font-size:calc(1.265rem + .1125vw)
}
}.menu-other-sites-container .menu li .sub-menu li .sub-menu li a:hover {
	color:#000
}
.menu-other-sites-container .menu li .sub-menu li .sub-menu li a:first-of-type:before {
	display:none
}
.other-sites {
	margin:0 20px;
	padding:0 10px;
	height:90px;
	position:relative;
	cursor:pointer;
	-webkit-transition:all .4s;
	transition:all .4s
}
@media (max-width:1200px) {
	.other-sites {
	margin:0 5px;
	padding:0 5px
}
}@media (max-width:992px) {
	.other-sites {
	padding:0 15px;
	margin:0;
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start
}
}.other-sites.show-desktop {
	display:block
}
@media (max-width:992px) {
	.other-sites.show-desktop {
	display:none
}
}.other-sites.show-mobile {
	display:none
}
@media (max-width:992px) {
	.other-sites.show-mobile {
	display:block;
	z-index:1111
}
}.other-sites:hover {
	background:#184a75
}
.other-sites:hover .world-icon:before {
	background-image:url("../fonts/global-white.svg")
}
.other-sites:hover span {
	color:#fff
}
.other-sites:hover i {
	color:#fff
}
.other-sites .world-icon {
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	cursor:pointer;
	z-index:1
}
.other-sites .world-icon span {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.4rem;
	padding:0 5px
}
@media (max-width:1200px) {
	.other-sites .world-icon span {
	font-size:calc(1.265rem + .1125vw)
}
}@media (max-width:1200px) {
	.other-sites .world-icon span {
	padding:0
}
}@media (max-width:992px) {
	.other-sites .world-icon span {
	padding:0 5px
}
}.other-sites .world-icon:before {
	content:'';
	background-image:url("../fonts/global.svg");
	background-size:20px 20px;
	display:inline-block;
	width:20px;
	height:20px;
	cursor:pointer;
	background-position:center center;
	vertical-align:middle
}
@media (max-width:1200px) {
	.other-sites .world-icon:before {
	background-size:15px 15px;
	width:15px;
	height:15px
}
}@media (max-width:992px) {
	.other-sites .world-icon:before {
	background-size:20px 20px;
	width:20px;
	height:20px
}
}.other-sites .world-icon i {
	cursor:pointer;
	font-size:1.4rem
}
@media (max-width:1200px) {
	.other-sites .world-icon i {
	font-size:calc(1.265rem + .1125vw)
}
}@media (max-width:1200px) {
	.other-sites .world-icon i {
	font-size:1.1rem
}
}@media (max-width:992px) {
	.other-sites .world-icon i {
	font-size:1.4rem
}
}@media (max-width:992px) and (max-width:1200px) {
	.other-sites .world-icon i {
	font-size:calc(1.265rem + .1125vw)
}
}.search-ajax-results {
	display:none;
	background:#fff;
	padding:20px;
	height:0
}
.search-ajax-results .search-content-holder-nothing {
	background:transparent;
	margin:0
}
.search-widget .search-ajax-results {
	position:absolute;
	width:100%;
	text-align:left;
	padding:20px 40px;
	top:65px
}
.search-module .search-ajax-results {
	position:absolute;
	width:100%;
	text-align:left;
	padding:20px 40px;
	top:65px
}
.search-ajax-results.open {
	display:block;
	height:auto;
	z-index:11;
	text-align:left
}
.search-ajax-results .search-content-item-ajax-wrapper {
	padding:10px 0
}
.search-ajax-results .search-content-item-ajax {
	width:100%
}
.search-ajax-results .search-content-item-ajax .search-content-item-ajax-link {
	width:100%
}
.search-ajax-results .search-content-item-ajax .search-content-item-ajax-link a {
	width:100%
}
.search-navigation {
	position:relative
}
@media (max-width:992px) {
	.search-navigation {
	position:absolute;
	right:0;
	text-align:right;
	top:36px;
	width:100%
}
}.search-navigation.show-desktop {
	display:block
}
@media (max-width:992px) {
	.search-navigation.show-desktop {
	display:none
}
}.search-navigation.show-mobile {
	display:none
}
@media (max-width:992px) {
	.search-navigation.show-mobile {
	display:block
}
}.search-navigation .fa-search {
	font-size:2.2rem;
	cursor:pointer
}
@media (max-width:1200px) {
	.search-navigation .fa-search {
	font-size:calc(1.345rem + .7125vw)
}
}@media (max-width:992px) {
	.search-navigation .fa-search {
	margin-right:15px
}
}.search-navigation-form-wrapper {
	position:absolute;
	right:0;
	width:0;
	height:65px;
	background:#f0f0f0;
	top:-20px;
	z-index:1;
	border:none;
	visibility:hidden;
	opacity:0;
	-webkit-transition:.4s all ease-in;
	transition:.4s all ease-in
}
@media (max-width:992px) {
	.search-navigation-form-wrapper {
	background:#fff
}
}.search-navigation-form-wrapper.open {
	width:390px;
	visibility:visible;
	opacity:1
}
@media (max-width:1200px) {
	.search-navigation-form-wrapper.open {
	width:250px
}
}@media (max-width:992px) {
	.search-navigation-form-wrapper.open {
	width:100%;
	z-index:1112
}
}.search-navigation-form-wrapper .fa-search {
	font-size:2.2rem;
	position:absolute;
	top:50%;
	left:10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	display:none
}
@media (max-width:1200px) {
	.search-navigation-form-wrapper .fa-search {
	font-size:calc(1.345rem + .7125vw)
}
}.search-navigation-form-wrapper .fa-search.open {
	display:block
}
.search-navigation-form-wrapper .fa-times {
	font-size:2.2rem;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	cursor:pointer;
	display:none
}
@media (max-width:1200px) {
	.search-navigation-form-wrapper .fa-times {
	font-size:calc(1.345rem + .7125vw)
}
}@media (max-width:992px) {
	.search-navigation-form-wrapper .fa-times {
	right:16px
}
}.search-navigation-form-wrapper .fa-times.open {
	display:block
}
.search-navigation .screen-reader-text {
	display:none
}
.search-navigation #s {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem;
	width:100%;
	height:65px;
	border:none;
	background:#f0f0f0;
	padding-left:45px
}
@media (max-width:1200px) {
	.search-navigation #s {
	font-size:calc(1.285rem + .2625vw)
}
}.search-navigation #s::-webkit-input-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-navigation #s::-webkit-input-placeholder {
	font-size:calc(1.285rem + .2625vw)
}
}.search-navigation #s:-moz-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-navigation #s:-moz-placeholder {
	font-size:calc(1.285rem + .2625vw)
}
}.search-navigation #s::-moz-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-navigation #s::-moz-placeholder {
	font-size:calc(1.285rem + .2625vw)
}
}.search-navigation #s:-ms-input-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-navigation #s:-ms-input-placeholder {
	font-size:calc(1.285rem + .2625vw)
}
}@media (max-width:992px) {
	.search-navigation #s {
	background:#fff
}
}.search-navigation #s:focus {
	outline-width:0;
	border:1px solid #2979c3
}
.search-navigation #s:active {
	outline-width:0;
	border:1px solid #2979c3
}
.search-navigation #s::-ms-clear {
	display:none
}
.search-navigation #searchsubmit {
	display:none
}
.search-content-header {
	max-width:830px;
	margin:0 auto;
	padding:70px 15px 0 15px;
	text-align:center
}
@media (max-width:600px) {
	.search-content-header {
	padding:40px 15px 0 15px
}
}.search-content-header h2 {
	font-size:3.8rem;
	line-height:1.1em
}
@media (max-width:1200px) {
	.search-content-header h2 {
	font-size:calc(1.505rem + 1.9125vw)
}
}.search-content-header .search-widget {
	position:relative
}
.search-content-header .search-widget .screen-reader-text {
	position:absolute;
	top:17px;
	left:17px;
	font-size:0
}
@media (max-width:600px) {
	.search-content-header .search-widget .screen-reader-text {
	top:22px
}
}.search-content-header .search-widget .screen-reader-text:before {
	font-family:"Font Awesome 5 Free";
	font-weight:600;
	content:'\f002';
	color:#184a75;
	font-size:3rem;
	line-height:1.1em
}
@media (max-width:1200px) {
	.search-content-header .search-widget .screen-reader-text:before {
	font-size:calc(1.425rem + 1.3125vw)
}
}.search-content-header .search-widget #s {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem;
	line-height:1.1em;
	width:100%;
	height:65px;
	border-radius:16px;
	background:#f2f2f2;
	border:none;
	padding-left:55px;
	color:#01050d
}
@media (max-width:1200px) {
	.search-content-header .search-widget #s {
	font-size:calc(1.285rem + .2625vw)
}
}.search-content-header .search-widget #s::-webkit-input-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-content-header .search-widget #s::-webkit-input-placeholder {
	font-size:calc(1.285rem + .2625vw)
}
}.search-content-header .search-widget #s:-moz-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-content-header .search-widget #s:-moz-placeholder {
	font-size:calc(1.285rem + .2625vw)
}
}.search-content-header .search-widget #s::-moz-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-content-header .search-widget #s::-moz-placeholder {
	font-size:calc(1.285rem + .2625vw)
}
}.search-content-header .search-widget #s:-ms-input-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-content-header .search-widget #s:-ms-input-placeholder {
	font-size:calc(1.285rem + .2625vw)
}
}.search-content-header .search-widget #s:focus {
	outline-width:0;
	border:1px solid #2979c3
}
.search-content-header .search-widget #s:active {
	outline-width:0;
	border:1px solid #2979c3
}
.search-content-header .search-widget #s::-ms-clear {
	display:none
}
.search-content-header .search-widget #searchsubmit {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem;
	line-height:1.1em;
	position:absolute;
	right:5px;
	top:5px;
	height:56px;
	border-radius:16px;
	width:125px;
	border:none;
	color:#fff;
	background:#184a75;
	cursor:pointer
}
@media (max-width:1200px) {
	.search-content-header .search-widget #searchsubmit {
	font-size:calc(1.285rem + .2625vw)
}
}@media (max-width:600px) {
	.search-content-header .search-widget #searchsubmit {
	position:relative;
	top:20px
}
}.search-content-body {
	width:100%;
	margin:40px 0
}
@media (max-width:600px) {
	.search-content-body .container-layout {
	max-width:none
}
}.search-content-holder-nothing {
	background:#f8f8f8;
	width:100%;
	padding:30px;
	margin:30px 0
}
.search-body-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%
}
@media (max-width:768px) {
	.search-body-content-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.search-body-content-left {
	width:25%;
	background:#323e44;
	padding:30px
}
@media (max-width:768px) {
	.search-body-content-left {
	width:100%;
	background:#fff;
	padding:0;
	margin-bottom:30px
}
}.search-body-content-left .filter-by {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem;
	line-height:1.1em;
	color:#fff
}
@media (max-width:1200px) {
	.search-body-content-left .filter-by {
	font-size:calc(1.285rem + .2625vw)
}
}@media (max-width:768px) {
	.search-body-content-left .filter-by {
	color:#000;
	margin:15px 0 10px 0
}
}.search-body-content-left .search-filter-wrapper {
	margin:0;
	padding:20px 0;
	list-style-type:none
}
@media (max-width:768px) {
	.search-body-content-left .search-filter-wrapper {
	display:none
}
}.search-body-content-left .search-filter-wrapper .search-filter-item {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:2.2rem;
	color:#f0f0f0;
	margin-bottom:20px;
	line-height:1.3em;
	cursor:pointer
}
@media (max-width:1200px) {
	.search-body-content-left .search-filter-wrapper .search-filter-item {
	font-size:calc(1.345rem + .7125vw)
}
}@media (max-width:768px) {
	.search-body-content-left .search-filter-wrapper .search-filter-item {
	padding-left:15px
}
}.search-body-content-left .search-filter-wrapper .search-filter-item.filter-by {
	display:none
}
@media (max-width:768px) {
	.search-body-content-left .search-filter-wrapper .search-filter-item.filter-by {
	display:block
}
}.search-body-content-left .search-filter-wrapper .search-filter-item.active {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	border-left:3px solid #d9261e;
	margin-left:-15px;
	padding-left:12px
}
@media (max-width:768px) {
	.search-body-content-left .search-filter-wrapper .search-filter-item.active {
	border-left:0;
	margin-left:0;
	padding-left:15px
}
}.search-body-content-left .search-filter-wrapper-select {
	display:none;
	width:100%
}
@media (max-width:768px) {
	.search-body-content-left .search-filter-wrapper-select {
	display:block
}
}.search-body-content-left .jcf-select {
	display:none !important;
	border:1px solid rgba(0,0,0,0.57);
	height:50px;
	width:100%
}
@media (max-width:768px) {
	.search-body-content-left .jcf-select {
	display:block !important
}
}.search-body-content-left .jcf-select-opener {
	display:none
}
.search-body-content-left .jcf-select-text {
	display:none;
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem;
	width:100% !important;
	position:relative;
	cursor:pointer;
	padding-left:15px;
	margin-top:13px;
	margin-left:0
}
@media (max-width:1200px) {
	.search-body-content-left .jcf-select-text {
	font-size:calc(1.285rem + .2625vw)
}
}@media (max-width:768px) {
	.search-body-content-left .jcf-select-text {
	display:block
}
}.search-body-content-left .jcf-select-text:after {
	content:'';
	background:url(../fonts/arrow-dropdown.svg) no-repeat;
	height:20px;
	width:20px;
	background-size:20px 20px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	margin-left:20px;
	right:15px
}
.search-body-content-left .jcf-select-drop-content {
	border:none
}
.search-body-content-left .jcf-option-search-filter-select-item {
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-body-content-left .jcf-option-search-filter-select-item {
	font-size:calc(1.285rem + .2625vw)
}
}.search-body-content-left .jcf-select-drop {
	width:100% !important;
	left:0;
	right:0;
	border:1px solid rgba(0,0,0,0.57)
}
.search-body-content-left .jcf-select-drop ul {
	padding:0;
	margin:0;
	list-style-type:none
}
.search-body-content-left .jcf-select-drop ul li {
	padding:10px 0
}
.search-body-content-left .jcf-select-drop ul li span {
	width:100%;
	display:inline-block;
	padding-left:15px;
	cursor:pointer;
	background:transparent;
	font-size:1.6rem;
	color:#000
}
@media (max-width:1200px) {
	.search-body-content-left .jcf-select-drop ul li span {
	font-size:calc(1.285rem + .2625vw)
}
}.search-body-content-left .jcf-select-drop ul li span.jcf-option-level-1 {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-body-content-left .jcf-select-drop ul li span.jcf-option-level-1 {
	font-size:calc(1.285rem + .2625vw)
}
}.search-body-content-right {
	width:75%;
	background:#f8f8f8;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:768px) {
	.search-body-content-right {
	width:100%
}
}.search-content-item-wrapper {
	word-break:break-word;
	padding:30px 30px 10px 30px
}
@media (max-width:768px) {
	.search-content-item-wrapper {
	padding:30px 15px
}
}.search-content-item-wrapper:last-of-type {
	padding:30px
}
@media (max-width:768px) {
	.search-content-item-wrapper:last-of-type {
	padding:30px 15px
}
}.search-content-item-heading {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.8rem;
	line-height:1.1em;
	margin-bottom:10px;
	color:#1c1c1c
}
@media (max-width:1200px) {
	.search-content-item-heading {
	font-size:calc(1.305rem + .4125vw)
}
}.search-content-item-heading .search-highlight {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.8rem;
	line-height:1.1em;
	color:#1c1c1c
}
@media (max-width:1200px) {
	.search-content-item-heading .search-highlight {
	font-size:calc(1.305rem + .4125vw)
}
}.search-content-item-link {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem;
	line-height:1.1em;
	color:#184a75;
	margin-bottom:10px
}
@media (max-width:1200px) {
	.search-content-item-link {
	font-size:calc(1.285rem + .2625vw)
}
}.search-content-item-link .search-highlight {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.6rem;
	line-height:1.1em;
	color:#184a75
}
@media (max-width:1200px) {
	.search-content-item-link .search-highlight {
	font-size:calc(1.285rem + .2625vw)
}
}.search-pagination {
	background:#f0f0f0;
	width:100%;
	padding:20px 0;
	text-align:center
}
.search-pagination span {
	padding:0 30px;
	vertical-align:text-bottom;
	font-size:1.4rem
}
@media (max-width:1200px) {
	.search-pagination span {
	font-size:calc(1.265rem + .1125vw)
}
}.search-pagination strong {
	font-size:1.4rem
}
@media (max-width:1200px) {
	.search-pagination strong {
	font-size:calc(1.265rem + .1125vw)
}
}.search-pagination i {
	color:#000;
	font-size:2rem;
	line-height:1.1em
}
@media (max-width:1200px) {
	.search-pagination i {
	font-size:calc(1.325rem + .5625vw)
}
}.social-share-wrapper {
	position:fixed;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	right:0;
	z-index:1000000000;
	width:52px;
	background:#f0f0f0;
	border-radius:16px 16px 0 16px
}
@media (max-width:992px) {
	.resources .social-share-wrapper {
	mix-blend-mode:multiply
}
}.social-share-wrapper:hover .social-share-image {
	box-shadow:0 5px 6px rgba(0,0,0,0.29)
}
.social-share-wrapper .social-share-image {
	position:relative;
	background:#808081;
	height:52px;
	width:100%;
	border-radius:16px 16px 0 16px;
	cursor:pointer;
	-webkit-transition:.3s all;
	transition:.3s all
}
.resources .social-share-wrapper .social-share-image {
	background:#d9261e !important
}
.social-share-wrapper .social-share-image.red {
	background:#d9261e
}
.social-share-wrapper .social-share-image:hover {
	background:#d9261e
}
.social-share-wrapper .social-share-image:active {
	background:#d9261e
}
.social-share-wrapper .social-share-image:before {
	content:'';
	position:absolute;
	left:52%;
	top:48%;
	width:20px;
	height:20px;
	background:url(../fonts/share.svg);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background-size:20px 20px;
	background-repeat:no-repeat
}
.social-share-wrapper .social-share-icons {
	display:none;
	width:100%;
	background:#f0f0f0;
	padding:10px 0;
	border-radius:0 0 0 16px
}
.resources .social-share-wrapper .social-share-icons {
	display:block !important
}
.social-share-wrapper .social-share-icons .icon-wrapper {
	padding:10px 0
}
.social-share-wrapper .social-share-icons .icon-wrapper .icon {
	background-size:contain !important;
	height:15px;
	background-repeat:no-repeat !important;
	background-position:center !important
}
.social-share-wrapper .social-share-icons .icon-wrapper .facebook-icon {
	background:url(../fonts/facebook-grey.svg)
}
.social-share-wrapper .social-share-icons .icon-wrapper .facebook-icon:hover {
	background:url(../fonts/facebook-blue.svg)
}
.social-share-wrapper .social-share-icons .icon-wrapper .twitter-icon {
	background:url(../fonts/twitter-grey.svg)
}
.social-share-wrapper .social-share-icons .icon-wrapper .twitter-icon:hover {
	background:url(../fonts/twitter-blue.svg)
}
.social-share-wrapper .social-share-icons .icon-wrapper .linkedin-icon {
	background:url(../fonts/linkedin-grey.svg)
}
.social-share-wrapper .social-share-icons .icon-wrapper .linkedin-icon:hover {
	background:url(../fonts/linkedin-blue.svg)
}
.social-share-wrapper .social-share-icons .icon-wrapper .email-icon {
	background:url(../fonts/mail-grey.svg)
}
.social-share-wrapper .social-share-icons .icon-wrapper .email-icon:hover {
	background:url(../fonts/mail-blue.svg)
}
.social-share-wrapper .social-share-icons .icon-wrapper .wechat-icon {
	background:url(../fonts/wechat-grey.svg);
	min-height:20px;
}
.social-share-wrapper .social-share-icons .icon-wrapper .wechat-icon:hover {
	background:url(../fonts/wechat-blue.svg)
}
.accordion-module-outer-content-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%
}
@media (max-width:768px) {
	.accordion-module-outer-content-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.accordion-module-content-left {
	width:36%
}
@media (max-width:768px) {
	.accordion-module-content-left {
	width:100%
}
}.accordion-module-content-right {
	width:60%
}
@media (max-width:768px) {
	.accordion-module-content-right {
	width:100%;
	margin-top:30px
}
}.accordion-module .accordion-item {
	border-top:1px solid rgba(0,0,0,0.57)
}
.accordion-module .accordion-item:last-of-type {
	border-bottom:1px solid rgba(0,0,0,0.57)
}
.accordion-module .accordion-item-heading {
	font-family:"Roboto",sans-serif;
	font-weight:400;
	font-size:2.8rem;
	line-height:1.2em;
	color:rgba(0,0,0,0.37);
	cursor:pointer;
	position:relative;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:5px
}
@media (max-width:1200px) {
	.accordion-module .accordion-item-heading {
	font-size:calc(1.405rem + 1.1625vw)
}
}.accordion-module .accordion-item-heading:before {
	content:'';
	background:url(../fonts/plus.svg) no-repeat;
	height:20px;
	width:20px;
	background-size:20px 20px;
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%)
}
.accordion-module .accordion-item-description {
	padding-left:40px;
	display:none
}
.accordion-module .accordion-item-description .wrap {
	padding-bottom:20px
}
.accordion-module .accordion-item-description p {
	margin:0
}
.accordion-module .accordion-open .accordion-item-heading {
	color:#000
}
.accordion-module .accordion-open .accordion-item-heading:before {
	background:url(../fonts/minus.svg) no-repeat;
	background-size:20px 20px
}
.call-out-outer-content-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#fbfbfb;
	box-shadow:0 16px 36px rgba(0,0,0,0.37);
	border-radius:16px 16px 0 16px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%
}
@media (max-width:600px) {
	.call-out-outer-content-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	background-color:transparent;
	box-shadow:none
}
}.call-out-content-left {
	width:40%;
	min-height:425px;
	background-size:cover;
	background-position:center center;
	border-radius:16px 0 0 16px;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch
}
@media (max-width:600px) {
	.call-out-content-left {
	width:90%;
	min-height:250px;
	height:auto;
	border-radius:16px 16px 0 16px;
	background-repeat:no-repeat;
	z-index:1;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}
}.call-out-content-right {
	width:60%;
	padding:35px
}
@media (max-width:600px) {
	.call-out-content-right {
	width:100%;
	padding:30px 30px 40px 30px;
	background-color:#fbfbfb;
	box-shadow:0 16px 36px rgba(0,0,0,0.37);
	border-radius:16px 16px 0 16px;
	margin-top:-26%;
	padding-top:32%
}
}.call-out .main-description {
	margin-bottom:30px;
	display:inline-block;
	width:100%
}
.call-to-action-content-wrapper {
	width:100%;
	background-image:url(../fonts/leaf1.svg);
	background-repeat:no-repeat;
	background-color:#1a265d;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:90px 45px;
	border-radius:34px 34px 0 34px;
	background-position:-530px;
	background-size:100% 120%
}
@media (max-width:768px) {
	.call-to-action-content-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	padding:60px 15px;
	background-position:-5% 70px;
	background-size:200% 100%;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left
}
}.call-to-action-content-left {
	width:60%
}
@media (max-width:768px) {
	.call-to-action-content-left {
	margin-bottom:30px
}
}@media (max-width:600px) {
	.call-to-action-content-left {
	width:100%
}
}.call-to-action-content-separator {
	width:10%
}
@media (max-width:600px) {
	.call-to-action-content-separator {
	display:none
}
}.call-to-action-content-right {
	width:30%
}
@media (max-width:600px) {
	.call-to-action-content-right {
	width:100%
}
}.case-studies-header-content-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid rgba(0,0,0,0.57);
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:600px) {
	.case-studies-header-content-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.case-studies-header-left {
	width:70%
}
@media (max-width:600px) {
	.case-studies-header-left {
	width:100%;
	margin-bottom:20px
}
}.case-studies-header-left h2 {
	margin-bottom:0
}
.case-studies-header-right {
	width:30%;
	text-align:right
}
@media (max-width:600px) {
	.case-studies-header-right {
	width:100%;
	text-align:left
}
}.case-studies-body-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	width:105%;
	margin:50px -15px 0 -15px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media (max-width:600px) {
	.case-studies-body-content-holder {
	margin:30px 0;
	width:100%
}
}.case-studies-content-module-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:50%;
	padding:0 15px 30px;
	color:#000;
	text-decoration:none;
	position:relative;
	top:0;
	-webkit-transition:.4s all;
	transition:.4s all
}
.case-studies-content-module-item:hover {
	top:-5px
}
@media (max-width:768px) {
	.case-studies-content-module-item {
	width:100%
}
}@media (max-width:600px) {
	.case-studies-content-module-item {
	padding:0;
	width:100%
}
}.case-studies-content-module-item-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:600px) {
	.case-studies-content-module-item-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	margin-bottom:20px
}
}.case-studies-content-module-image {
	width:40%;
	min-height:165px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	border-radius:6px 6px 0 6px;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch
}
@media (max-width:768px) {
	.case-studies-content-module-image {
	min-height:200px
}
}@media (max-width:600px) {
	.case-studies-content-module-image {
	min-height:250px;
	width:100%;
	border-radius:16px 16px 0 16px
}
}.case-studies-content-module-wrapper {
	width:55%;
	position:relative;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch
}
@media (max-width:600px) {
	.case-studies-content-module-wrapper {
	width:100%;
	margin-top:25px
}
}.case-studies-content-module-wrapper .main-heading {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.6rem;
	line-height:1.4em;
	margin-bottom:15px
}
@media (max-width:1200px) {
	.case-studies-content-module-wrapper .main-heading {
	font-size:calc(1.285rem + .2625vw)
}
}.case-studies-content-module-wrapper .main-description {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem;
	line-height:1.4em;
	padding-bottom:40px
}
@media (max-width:1200px) {
	.case-studies-content-module-wrapper .main-description {
	font-size:calc(1.285rem + .2625vw)
}
}@media (max-width:600px) {
	.case-studies-content-module-wrapper .main-description {
	padding-bottom:20px
}
}.case-studies-content-module-wrapper .post-time-wrapper {
	position:absolute;
	bottom:0;
	width:100%
}
@media (max-width:600px) {
	.case-studies-content-module-wrapper .post-time-wrapper {
	position:relative;
	bottom:auto
}
}.case-studies-content-module-wrapper .post-time {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem
}
.column-text-holder {
	width:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:992px) {
	.column-text-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.column-text-item {
	width:100%
}
.column-text-item h1,.column-text-item h2,.column-text-item h3 {
	margin-top:20px
}
.column-text-item.col-50 {
	width:47%
}
@media (max-width:992px) {
	.column-text-item.col-50 {
	width:100%
}
}.column-text-item.col-30 {
	width:30.5%
}
@media (max-width:992px) {
	.column-text-item.col-30 {
	width:100%
}
}.company-search .container-layout {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
.company-search-intro {
	margin-bottom:40px
}
.company-search-form .form-element {
	float:left;
	width:40%;
	padding-right:35px
}
@media (max-width:600px) {
	.company-search-form .form-element {
	float:none;
	width:100%;
	padding:0;
	margin-bottom:15px
}
}.company-search-form .form-element label {
	display:block;
	margin-bottom:20px;
	font-family:"Roboto",sans-serif;
	font-weight:500
}
.company-search-form .form-element input {
	border:1px solid rgba(0,0,0,0.57);
	border-radius:3px;
	color:#b1b1b1;
	font-size:1.6rem;
	line-height:1.5;
	width:100%;
	padding:12px
}
.company-search-form .form-element input::-webkit-input-placeholder {
	color:#b1b1b1
}
.company-search-form .form-element input:-moz-placeholder {
	color:#b1b1b1
}
.company-search-form .form-element input::-moz-placeholder {
	color:#b1b1b1
}
.company-search-form .form-element input:-ms-input-placeholder {
	color:#b1b1b1
}
.company-search-form .form-element .error {
	display:none
}
.company-search-form .button {
	display:inline-block;
	width:auto;
	margin-top:38px;
	padding:16px 0;
	border-radius:18px;
	font-size:1.6rem;
	border:none
}
@media (max-width:600px) {
	.company-search-form .button {
	margin-top:20px
}
}.company-search-form .button:after {
	width:15px;
	height:15px;
	background-size:15px 15px;
	right:-20px
}
.company-search-form .button:hover {
	text-indent:-25px
}
.company-search-form .button:hover:after {
	right:10px
}
@media (max-width:600px) {
	.company-search-overview {
	margin:0 -15px
}
}.company-search-overview-header {
	margin-bottom:30px
}
.company-search-overview .company-row {
	overflow:hidden
}
@media (max-width:600px) {
	.company-search-overview .company-row {
	padding:15px
}
}.company-search-overview .company-row.company-header {
	border-bottom:1px solid rgba(0,0,0,0.57)
}
@media (max-width:600px) {
	.company-search-overview .company-row.company-header {
	display:none
}
}.company-search-overview .company-row.company-header .company-col {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.8rem
}
@media (max-width:1200px) {
	.company-search-overview .company-row.company-header .company-col {
	font-size:calc(1.305rem + .4125vw)
}
}.company-search-overview .company-row.company-body:hover {
	background:#f5f5f5
}
.company-search-overview .company-row .company-col {
	float:left;
	padding:15px 15px 15px 0
}
@media (max-width:600px) {
	.company-search-overview .company-row .company-col {
	float:none;
	padding:8px 0
}
.company-search-overview .company-row .company-col.hasNoValue {
	display:none
}
}.company-search-overview .company-row .company-col a {
	color:#184a75
}
.company-search-overview .company-row .company-col.company-name {
	width:35%
}
@media (max-width:600px) {
	.company-search-overview .company-row .company-col.company-name {
	width:100%;
	font-size:2rem;
	font-family:"Roboto",sans-serif;
	font-weight:700
}
}@media (max-width:600px) and (max-width:600px) {
	.company-search-overview .company-row .company-col.company-name a {
	pointer-events:none;
	text-decoration:none
}
}.company-search-overview .company-row .company-col.company-division {
	width:25%
}
@media (max-width:600px) {
	.company-search-overview .company-row .company-col.company-division {
	width:100%
}
}.company-search-overview .company-row .company-col.company-country {
	width:25%
}
@media (max-width:600px) {
	.company-search-overview .company-row .company-col.company-country {
	width:100%
}
}.company-search-overview .company-row .company-col.company-sic {
	width:15%
}
@media (max-width:600px) {
	.company-search-overview .company-row .company-col.company-sic {
	width:100%
}
}.company-search-overview .company-row .mobile-view-details {
	display:none
}
@media (max-width:600px) {
	.company-search-overview .company-row .mobile-view-details {
	display:block;
	font-family:"Roboto",sans-serif;
	font-weight:500;
	text-transform:uppercase;
	text-align:right
}
}.company-search-overview .company-row .mobile-division,.company-search-overview .company-row .mobile-country,.company-search-overview .company-row .mobile-sic {
	display:none
}
@media (max-width:600px) {
	.company-search-overview .company-row .mobile-division,.company-search-overview .company-row .mobile-country,.company-search-overview .company-row .mobile-sic {
	display:inline-block;
	font-family:"Roboto",sans-serif;
	font-weight:500
}
}.company-search-details .company-details-header,.company-search-details .company-details-footer {
	font-size:1.8rem;
	font-family:"Roboto",sans-serif;
	font-weight:700;
	padding:20px 0
}
@media (max-width:1200px) {
	.company-search-details .company-details-header,.company-search-details .company-details-footer {
	font-size:calc(1.305rem + .4125vw)
}
}.company-search-details .company-details-header a,.company-search-details .company-details-footer a {
	text-decoration:none
}
.company-search-details .company-details-header a:hover,.company-search-details .company-details-footer a:hover {
	text-decoration:underline
}
.company-search-details .company-details-header {
	border-bottom:1px solid rgba(0,0,0,0.57);
	margin-bottom:30px
}
.company-search-details .company-details-footer {
	margin-top:30px
}
.company-search-details .company-details-row {
	margin-bottom:20px
}
.company-search-details .title {
	display:block;
	font-family:"Roboto",sans-serif;
	font-weight:700
}
.company-search-details .company-details-top {
	overflow:hidden
}
.company-search-details .company-details-top .company-details-name {
	float:left;
	width:80%;
	font-size:2.6rem;
	line-height:1.231;
	text-transform:uppercase
}
@media (max-width:1200px) {
	.company-search-details .company-details-top .company-details-name {
	font-size:calc(1.385rem + 1.0125vw)
}
}.company-search-details .company-details-top .company-details-sic {
	float:left;
	width:20%;
	background:#f5f5f5;
	padding:10px;
	text-align:center
}
.company-search-details .company-contact-block span {
	display:block
}
.contact-us-popup-main-wrapper .mfp-close {
	display:none
}
.contact-us-popup-main-wrapper .contact-close-popup {
	position:absolute;
	right:30px;
	top:15px;
	width:20px;
	height:20px;
	cursor:pointer
}
.contact-us-popup-main-wrapper .contact-close-popup:before,.contact-us-popup-main-wrapper .contact-close-popup:after {
	position:absolute;
	left:15px;
	content:'';
	height:23px;
	width:2px;
	background-color:rgba(0,0,0,0.57)
}
.contact-us-popup-main-wrapper .contact-close-popup:before {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.contact-us-popup-main-wrapper .contact-close-popup:after {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.contact-us-popup-content-holder {
	position:relative;
	padding:30px;
	background:white;
	width:100%;
	border-radius:36px 36px 0 36px;
	border:1px solid rgba(0,0,0,0.57)
}
.contact-us-form .contact-us-form-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:992px) {
	.contact-us-form .contact-us-form-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.contact-us-form .contact-us-form-left {
	width:30%
}
@media (max-width:992px) {
	.contact-us-form .contact-us-form-left {
	width:100%
}
}.contact-us-form .contact-us-form-left .contact-us-logo {
	background-image:url("../fonts/sai-logo.svg");
	background-repeat:no-repeat;
	background-size:200px 40px;
	background-position:center center;
	width:200px;
	height:40px;
	margin-bottom:20px
}
.contact-us-form .contact-us-form-left h3 {
	font-size:3.8rem;
	font-family:"Roboto",sans-serif;
	font-weight:700;
	line-height:1.1em;
	margin-bottom:20px
}
@media (max-width:1200px) {
	.contact-us-form .contact-us-form-left h3 {
	font-size:calc(1.505rem + 1.9125vw)
}
}.contact-us-form .contact-us-form-right {
	width:65%
}
@media (max-width:992px) {
	.contact-us-form .contact-us-form-right {
	width:100%
}
}.content-icon-module-outer-content-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:100%
}
.content-icon-module-intro {
	width:75%;
	text-align:center;
	margin-bottom:30px
}
.content-icon-module-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:space-evenly;
	-webkit-justify-content:space-evenly;
	-ms-flex-pack:space-evenly;
	justify-content:space-evenly;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:50px;
	width:100%
}
.content-icon-item {
	width:31.5%;
	position:relative;
	text-align:center;
	margin-bottom:60px
}
@media (max-width:992px) {
	.content-icon-item {
	width:48.5%
}
}@media (max-width:600px) {
	.content-icon-item {
	width:100%
}
}.content-icon-item:hover .content-icon-item-heading {
	color:#184a75
}
.content-icon-item:hover .content-icon-item-description {
	color:#000
}
.content-icon-item-content-wrapper {
	padding-bottom:100px
}
@media (max-width:600px) {
	.content-icon-item-content-wrapper {
	padding-bottom:10px
}
}.content-icon-item-image-wrapper {
	display:inline-block
}
.content-icon-item-image {
	min-width:75px;
	min-height:75px;
	background-size:75px 75px;
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:35px
}
.content-icon-item-heading {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:2.6rem;
	line-height:1.1em
}
@media (max-width:1200px) {
	.content-icon-item-heading {
	font-size:calc(1.385rem + 1.0125vw)
}
}.content-icon-item-description {
	margin-top:30px
}
.content-icon-item-more-info {
	position:absolute;
	bottom:30px;
	width:100%
}
@media (max-width:600px) {
	.content-icon-item-more-info {
	position:relative;
	bottom:auto;
	margin-top:30px
}
}.popup-item-content .mfp-close {
	display:none
}
.popup-item-content .close-popup {
	position:absolute;
	right:20px;
	top:10px;
	width:20px;
	height:20px;
	cursor:pointer
}
.popup-item-content .close-popup:before,.popup-item-content .close-popup:after {
	position:absolute;
	left:15px;
	content:'';
	height:23px;
	width:2px;
	background-color:rgba(0,0,0,0.57)
}
.popup-item-content .close-popup:before {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.popup-item-content .close-popup:after {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.popup-item-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	background:#f5f5f5;
	position:relative;
	border-radius:16px 16px 0 16px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:100%
}
@media (max-width:600px) {
	.popup-item-content-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.popup-item-content-left {
	width:35%;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:425px;
	border-radius:16px 0 0 16px;
	background-position:center;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch
}
@media (max-width:600px) {
	.popup-item-content-left {
	width:100%;
	min-height:250px;
	border-radius:16px 16px 0 0
}
}.popup-item-content-right {
	width:65%
}
@media (max-width:600px) {
	.popup-item-content-right {
	width:100%
}
}.popup-item-content-right-wrapper {
	padding:50px
}
@media (max-width:600px) {
	.popup-item-content-right-wrapper {
	padding:30px
}
}.popup-item-content-right.right-100 {
	width:100%
}
.popup-item-content-heading {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:3.8rem;
	line-height:1.2em;
	margin-bottom:20px;
	color:#000
}
@media (max-width:1200px) {
	.popup-item-content-heading {
	font-size:calc(1.505rem + 1.9125vw)
}
}.cta-search {
	margin:80px 0;
	width:100%
}
@media (max-width:600px) {
	.cta-search {
	margin:50px 0
}
}.cta-search-holder {
	width:100%;
	background-image:url(../fonts/leaf1.svg);
	background-repeat:no-repeat;
	background-color:#323e44;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:90px 45px;
	border-radius:34px 34px 0 34px;
	background-position:-530px;
	background-size:100% 120%
}
@media (max-width:768px) {
	.cta-search-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	padding:60px 15px;
	background-position:-5% 70px;
	background-size:200% 100%;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left
}
}.cta-search-left {
	width:60%
}
@media (max-width:768px) {
	.cta-search-left {
	margin-bottom:30px
}
}@media (max-width:600px) {
	.cta-search-left {
	width:100%
}
}.cta-search-left .search-heading {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:3.8rem;
	color:#fff;
	line-height:1.2em
}
@media (max-width:1200px) {
	.cta-search-left .search-heading {
	font-size:calc(1.505rem + 1.9125vw)
}
}.cta-search-separator {
	width:10%
}
@media (max-width:600px) {
	.cta-search-separator {
	display:none
}
}.cta-search-right {
	width:30%
}
@media (max-width:600px) {
	.cta-search-right {
	width:100%
}
}.cta-with-blue-button-content-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	background-color:#323e44;
	padding:60px 90px;
	border-radius:34px 34px 0 34px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative;
	overflow:hidden
}
.cta-with-blue-button-content-wrapper:before {
	content:'';
	position:absolute;
	left:-100px;
	top:0;
	background-image:url("../fonts/leaf1.svg");
	background-repeat:no-repeat;
	height:265px;
	width:265px;
	background-size:265px 265px
}
@media (max-width:768px) {
	.cta-with-blue-button-content-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	padding:60px 15px
}
}@media (max-width:600px) {
	.cta-with-blue-button-content-wrapper {
	border-radius:16px 16px 0 16px
}
}.cta-with-blue-button-content-left {
	width:60%;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center;
	z-index:1
}
@media (max-width:768px) {
	.cta-with-blue-button-content-left {
	width:100%;
	margin-bottom:20px;
	text-align:center
}
}.cta-with-blue-button-content-left .cta-with-blue-button-heading {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:2.2rem;
	line-height:1.4em;
	color:#fff
}
@media (max-width:1200px) {
	.cta-with-blue-button-content-left .cta-with-blue-button-heading {
	font-size:calc(1.345rem + .7125vw)
}
}.cta-with-blue-button-content-right {
	width:35%
}
@media (max-width:768px) {
	.cta-with-blue-button-content-right {
	width:100%;
	text-align:center
}
}.dynamic-content-overview {
	padding-bottom:20px
}
.dynamic-content-overview-holder {
	width:100%
}
.dynamic-content-overview-items-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	padding:40px 0 0;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -15px;
	width:100%
}
@media (max-width:992px) {
	.dynamic-content-overview-items-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	margin:0
}
}.dynamic-content-overview-items-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:33.33%;
	padding:0 15px 30px
}
@media (max-width:992px) {
	.dynamic-content-overview-items-wrap {
	width:100%;
	padding:0 0 30px
}
}.dynamic-content-overview-module-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	width:100%;
	height:100%;
	position:relative;
	background:#f0f0f0;
	border-radius:16px 16px 0 16px
}
@media (max-width:992px) {
	.dynamic-content-overview-module-item {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row
}
}@media (max-width:600px) {
	.dynamic-content-overview-module-item {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.dynamic-content-overview-module-image {
	display:block;
	min-height:250px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	border-radius:16px 16px 0 0
}
@media (max-width:992px) {
	.dynamic-content-overview-module-image {
	width:40%;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch;
	border-radius:16px 0 0 16px
}
}@media (max-width:600px) {
	.dynamic-content-overview-module-image {
	width:100%;
	border-radius:16px 16px 0 0
}
}.dynamic-content-overview-module-wrapper {
	padding:20px
}
@media (max-width:992px) {
	.dynamic-content-overview-module-wrapper {
	width:60%;
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start
}
}@media (max-width:600px) {
	.dynamic-content-overview-module-wrapper {
	width:100%
}
}.dynamic-content-overview-module-wrapper .main-heading {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:2.8rem;
	line-height:1.1em;
	color:#000
}
@media (max-width:1200px) {
	.dynamic-content-overview-module-wrapper .main-heading {
	font-size:calc(1.405rem + 1.1625vw)
}
}.dynamic-content-overview-module-wrapper .main-description {
	padding-bottom:80px;
	padding-top:30px
}
@media (max-width:992px) {
	.dynamic-content-overview-module-wrapper .main-description {
	padding-bottom:70px
}
}.dynamic-content-overview-module-wrapper .link-to {
	position:absolute;
	bottom:30px;
	width:100%
}
@media (max-width:992px) {
	.dynamic-content-overview-module-wrapper .link-to {
	left:40%;
	margin-left:25px;
	bottom:25px;
	width:50%
}
}@media (max-width:600px) {
	.dynamic-content-overview-module-wrapper .link-to {
	left:auto;
	margin-left:0;
	width:100%
}
}.faq-content-holder {
	max-width:900px;
	margin:0 auto;
	text-align:center
}
.faq-content-header-holder {
	margin-bottom:40px
}
.faq-content-header-holder h2 {
	margin-bottom:20px
}
.faq-content-header-holder .main-description {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:2.6rem;
	line-height:1.2em
}
@media (max-width:1200px) {
	.faq-content-header-holder .main-description {
	font-size:calc(1.385rem + 1.0125vw)
}
}.faq-content-body-holder .faq-item {
	border-top:1px solid rgba(0,0,0,0.57);
	text-align:left
}
.faq-content-body-holder .faq-item:last-of-type {
	border-bottom:1px solid rgba(0,0,0,0.57)
}
.faq-content-body-holder .faq-item-heading {
	font-family:"Roboto",sans-serif;
	font-weight:400;
	font-size:2.8rem;
	line-height:1.2em;
	color:rgba(0,0,0,0.37);
	cursor:pointer;
	position:relative;
	padding-left:40px;
	padding-top:20px;
	padding-bottom:20px
}
@media (max-width:1200px) {
	.faq-content-body-holder .faq-item-heading {
	font-size:calc(1.405rem + 1.1625vw)
}
}@media (max-width:600px) {
	.faq-content-body-holder .faq-item-heading {
	padding-left:5px
}
}.faq-content-body-holder .faq-item-description {
	padding-left:40px;
	display:none
}
.faq-content-body-holder .faq-item-description p {
	margin:0
}
.faq-content-body-holder .faq-item-description .wrap {
	padding-bottom:20px
}
@media (max-width:600px) {
	.faq-content-body-holder .faq-item-description {
	padding-left:5px
}
}.faq-content-body-holder .accordion-open .faq-item-heading {
	color:#000
}
.feature-module .container-layout {
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.feature-module-image {
	width:40%;
	height:565px;
	background-size:cover;
	background-position:center;
	border-radius:35px 35px 0 35px;
	overflow:hidden;
	position:relative
}
@media (max-width:992px) {
	.feature-module-image {
	width:45%;
	height:500px
}
}@media (max-width:768px) {
	.feature-module-image {
	width:45%;
	height:480px
}
}@media (max-width:600px) {
	.feature-module-image {
	width:100%;
	height:450px;
	margin-bottom:40px;
	border-radius:16px 16px 0 16px
}
}.feature-module-image .image-overlay {
	position:absolute;
	content:'';
	width:110%;
	height:110%;
	right:-5%;
	top:-5%;
	background:#fff
}
.feature-module-text {
	width:55%;
	-webkit-animation-delay:.75s;
	animation-delay:.75s
}
@media (max-width:992px) {
	.feature-module-text {
	width:50%
}
}@media (max-width:600px) {
	.feature-module-text {
	width:100%
}
}.feature-module-text .button {
	margin-top:30px
}
@media (max-width:600px) {
	.feature-module-text .button {
	margin-top:15px
}
}.feature-text-positional {
	padding-top:5%
}
@media (max-width:768px) {
	.feature-text-positional {
	padding-top:30px
}
}.feature-text-positional-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
	position:relative;
	width:100%
}
@media (max-width:768px) {
	.feature-text-positional-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.feature-text-positional-text {
	width:70%;
	padding:100px 65px;
	background-image:url(../fonts/leaf1.svg);
	background-repeat:no-repeat;
	background-color:#323e44;
	background-position:430px 125px;
	background-size:100% 120%;
	margin-top:-5%;
	margin-bottom:5%;
	border-radius:16px 16px 0 16px
}
@media (max-width:768px) {
	.feature-text-positional-text {
	width:100%;
	padding:30px 30px 40px 30px;
	margin-top:-15%;
	padding-top:22%
}
}.feature-text-positional-image {
	width:70%;
	min-height:460px;
	background-repeat:no-repeat;
	background-size:cover;
	margin-left:-30%;
	border-radius:16px 16px 0 16px
}
@media (max-width:768px) {
	.feature-text-positional-image {
	width:90%;
	margin-left:0;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center;
	min-height:320px;
	z-index:1
}
}@media (max-width:600px) {
	.feature-text-positional-image {
	min-height:250px
}
}.feature-text-positional .main-description {
	margin-bottom:30px
}
.featured-resources-module {
	background-color:#323e44;
	padding:60px 0;
	color:#fff
}
.featured-resources-module-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:768px) {
	.featured-resources-module-content-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.featured-resources-module-content-left {
	width:50%;
	padding-right:10px;
	border-right:1px solid #6a6a6a
}
@media (max-width:768px) {
	.featured-resources-module-content-left {
	width:100%;
	border-right:0
}
}.featured-resources-module-content-right {
	width:50%
}
@media (max-width:768px) {
	.featured-resources-module-content-right {
	width:100%
}
}.featured-resources-item {
	width:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	text-decoration:none;
	color:#fff
}
.featured-resources-item:hover .main-heading span {
	background-size:100% 2px
}
.featured-resources-module-content-right .featured-resources-item:last-of-type {
	border-bottom:0
}
.featured-resources-module-content-right .featured-resources-item {
	border-bottom:1px solid #6a6a6a
}
.featured-resources-item .resource-classification {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.2rem;
	line-height:1.3em;
	color:#cfcfcf;
	margin-bottom:15px
}
.featured-resources-item .main-heading {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:2.8rem;
	line-height:1.3em;
	color:#fff;
	position:relative
}
@media (max-width:1200px) {
	.featured-resources-item .main-heading {
	font-size:calc(1.405rem + 1.1625vw)
}
}.featured-resources-item .main-heading span {
	text-decoration:none;
	display:inline;
	background-image:-webkit-linear-gradient(top,transparent 20%,#fff 21%);
	background-image:linear-gradient(to bottom,transparent 20%,#fff 21%);
	background-position:0 1.05em;
	background-repeat:no-repeat;
	background-size:0% 2px
}
.featured-resources-module-content-right .featured-resources-item .main-heading {
	font-size:1.6rem
}
@media (max-width:1200px) {
	.featured-resources-module-content-right .featured-resources-item .main-heading {
	font-size:calc(1.285rem + .2625vw)
}
}.featured-resources-item .main-description {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem;
	line-height:1.3em;
	color:#e6e6e6;
	margin-top:15px
}
@media (max-width:1200px) {
	.featured-resources-item .main-description {
	font-size:calc(1.285rem + .2625vw)
}
}@media (max-width:768px) {
	.featured-resources-item .main-description {
	margin-bottom:30px
}
}.featured-resources-module-content-right .featured-resources-item-wrapper {
	padding:10px 0 10px 10px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:768px) {
	.featured-resources-module-content-right .featured-resources-item-wrapper {
	padding:10px 0
}
}.featured-resources-item-image {
	min-height:110px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	border-radius:6px 6px 0 6px
}
@media (max-width:768px) {
	.featured-resources-item-image {
	min-height:150px
}
}.featured-resources-module-content-left .featured-resources-item-image {
	min-height:365px;
	margin-bottom:30px
}
.featured-resources-module-content-right .featured-resources-item-image {
	width:35%
}
.featured-resources-module-content-right .featured-resources-item-content-wrapper {
	width:60%
}
.get-in-touch-header-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:100%
}
@media (max-width:600px) {
	.get-in-touch-header-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.get-in-touch-header-left {
	width:48%
}
@media (max-width:600px) {
	.get-in-touch-header-left {
	width:100%
}
}.get-in-touch-header-left h2 {
	margin-bottom:0
}
.get-in-touch-header-right {
	width:48%;
	text-align:right
}
@media (max-width:600px) {
	.get-in-touch-header-right {
	margin-top:30px;
	width:100%;
	text-align:left
}
}.get-in-touch-header-right .jcf-select {
	min-width:300px;
	height:50px;
	border:1px solid rgba(0,0,0,0.57);
	text-align:left;
	cursor:pointer;
	margin-bottom:0
}
@media (max-width:600px) {
	.get-in-touch-header-right .jcf-select {
	width:100%
}
}.get-in-touch-header-right .jcf-select .jcf-select-opener {
	cursor:pointer;
	background:transparent;
	margin-top:13px;
	margin-right:10px
}
.get-in-touch-header-right .jcf-select .jcf-select-opener:after {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f078"
}
.get-in-touch-header-right .jcf-select .jcf-select-text {
	cursor:pointer;
	margin-top:12px;
	margin-left:15px
}
.get-in-touch-header-right .jcf-select .jcf-select-text span {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.6rem;
	line-height:1.1em
}
@media (max-width:1200px) {
	.get-in-touch-header-right .jcf-select .jcf-select-text span {
	font-size:calc(1.285rem + .2625vw)
}
}.get-in-touch-header-right .jcf-select .jcf-select-drop-content {
	border:1px solid rgba(0,0,0,0.57);
	cursor:pointer
}
.get-in-touch-header-right .jcf-select .jcf-option {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem;
	line-height:1.1em;
	margin:10px 6px;
	cursor:pointer;
	color:#000
}
@media (max-width:1200px) {
	.get-in-touch-header-right .jcf-select .jcf-option {
	font-size:calc(1.285rem + .2625vw)
}
}.get-in-touch-header-right .jcf-select .jcf-option:hover {
	color:#000
}
.get-in-touch-header-right .jcf-select .jcf-hover {
	background:transparent
}
.get-in-touch-content-holder {
	margin:50px -15px 0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	width:110%;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media (max-width:600px) {
	.get-in-touch-content-holder {
	width:100%;
	margin:50px 0 0
}
}.get-in-touch-item-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:33.33%;
	padding:0 15px 50px
}
@media (max-width:992px) {
	.get-in-touch-item-wrap {
	width:50%
}
}@media (max-width:600px) {
	.get-in-touch-item-wrap {
	width:100%;
	padding:0 0 30px
}
}.get-in-touch-item {
	border-top:4px solid #184a75;
	width:100%;
	padding-top:20px;
	position:relative;
	padding-bottom:100px
}
.get-in-touch-contact-button-wrapper {
	position:absolute;
	bottom:20px;
	width:100%;
	margin:25px 0 0
}
.header-module {
	padding:10px 0
}
@media (max-width:768px) {
	.header-module {
	padding:45px 0
}
}.header-module h1,.header-module h3,.header-module p {
	margin-bottom:10px
}
.header-module h1:last-child,.header-module h3:last-child,.header-module p:last-child {
	margin-bottom:0
}
.hero-banner .container-layout {
	max-width:1360px
}
.hero-banner-container {
	position:relative;
	width:100%
}
.hero-banner-holder {
	width:100%;
	opacity:0;
	visibility:hidden;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease
}
.hero-banner-holder.slick-initialized {
	visibility:visible;
	opacity:1
}
.hero-banner-holder .banner-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	position:relative;
	overflow:hidden;
	padding:60px 70px;
	border-radius:16px 16px 0 16px;
	background-position:center;
	background-size:cover;
	min-height:530px;
	max-height:530px
}
@media (max-width:600px) {
	.hero-banner-holder .banner-wrap {
	padding:50px 15px
}
}.hero-banner-holder .banner-wrap:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.45)
}
.hero-banner-holder .banner-text {
	position:absolute;
	z-index:5;
	color:#fff;
	width:55%;
	bottom:50px
}
@media (max-width:600px) {
	.hero-banner-holder .banner-text {
	width:90%
}
}.hero-banner-holder .banner-text h1,.hero-banner-holder .banner-text h4 {
	color:#fff
}
.hero-banner-pagination {
	position:absolute;
	bottom:20px;
	right:20px;
	padding:0 35px;
	height:25px
}
@media (max-width:600px) {
	.hero-banner-pagination {
	height:auto;
	padding:0
}
}.hero-banner-pagination .slick-arrow {
	position:absolute;
	content:'';
	width:25px;
	height:25px;
	border-radius:25px;
	border:1px solid #707070;
	background:none;
	font-size:0;
	cursor:pointer
}
@media (max-width:600px) {
	.hero-banner-pagination .slick-arrow {
	display:none !important
}
}.hero-banner-pagination .slick-arrow:after {
	position:absolute;
	content:'';
	width:7px;
	height:7px;
	border-style:solid;
	border-color:#707070;
	border-width:0 1px 1px 0;
	top:7px
}
.hero-banner-pagination .slick-arrow:hover {
	border-color:#ffff
}
.hero-banner-pagination .slick-arrow:hover:after {
	border-color:#ffff
}
.hero-banner-pagination .slick-arrow.slick-prev {
	left:0
}
.hero-banner-pagination .slick-arrow.slick-prev:after {
	-webkit-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
	left:9px
}
.hero-banner-pagination .slick-arrow.slick-next {
	right:0
}
.hero-banner-pagination .slick-arrow.slick-next:after {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	right:9px
}
.hero-banner-pagination .slick-dots {
	list-style:none;
	margin-top:-10px;
	padding:7px 0;
	text-align:center
}
.hero-banner-pagination .slick-dots li {
	display:inline-block;
	margin:0 2px
}
.hero-banner-pagination .slick-dots li button {
	font-size:0;
	display:block;
	position:relative;
	width:10px;
	padding:0;
	height:10px;
	background:#707070;
	border:none;
	border-radius:10px;
	cursor:pointer
}
.hero-banner-pagination .slick-dots li button:hover {
	background:#fff
}
.hero-banner-pagination .slick-dots li button:after {
	width:5px;
	height:5px
}
.hero-banner-pagination .slick-dots li.slick-active button {
	background:#fff
}
.hero-team-member-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-align-content:center;
	-ms-flex-line-pack:center;
	align-content:center;
	width:100%
}
@media (max-width:600px) {
	.hero-team-member-content-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.hero-team-member-content-left {
	width:35%;
	min-height:480px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch;
	border-radius:16px 16px 0 16px
}
@media (max-width:768px) {
	.hero-team-member-content-left {
	min-height:350px
}
}@media (max-width:600px) {
	.hero-team-member-content-left {
	min-height:250px;
	width:100%;
	background-size:contain;
	margin-bottom:20px
}
}.hero-team-member-content-right {
	width:60%;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}
@media (max-width:600px) {
	.hero-team-member-content-right {
	width:100%;
	text-align:center
}
}.hero-team-member-content-right .team-member-name {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:2.6rem;
	line-height:1.2em;
	color:#1c1c1c;
	margin-bottom:5px
}
@media (max-width:1200px) {
	.hero-team-member-content-right .team-member-name {
	font-size:calc(1.385rem + 1.0125vw)
}
}.hero-team-member-content-right .team-member-role {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.8rem;
	line-height:1.2em;
	color:#000
}
@media (max-width:1200px) {
	.hero-team-member-content-right .team-member-role {
	font-size:calc(1.305rem + .4125vw)
}
}.hero-team-member-content-right .team-member-divider {
	position:relative;
	margin:15px 0;
	display:inline-block;
	width:100%
}
.hero-team-member-content-right .team-member-divider:before {
	content:'';
	width:8%;
	border-bottom:1px solid rgba(0,0,0,0.57);
	position:absolute;
	left:0;
	top:50%;
	z-index:1
}
@media (max-width:600px) {
	.hero-team-member-content-right .team-member-divider:before {
	width:10%;
	left:50%;
	-webkit-transform:translateX(-25px);
	-ms-transform:translateX(-25px);
	transform:translateX(-25px)
}
}.hero-team-member-content-right .team-member-description {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem;
	line-height:1.3em;
	color:#454545;
	margin-bottom:15px
}
@media (max-width:1200px) {
	.hero-team-member-content-right .team-member-description {
	font-size:calc(1.285rem + .2625vw)
}
}.how-it-works-module-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin:50px 0 30px 0;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
@media (max-width:600px) {
	.how-it-works-module-content-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	margin:30px 0
}
}.how-it-works-module-content-left {
	width:45%
}
@media (max-width:600px) {
	.how-it-works-module-content-left {
	width:100%
}
}.how-it-works-module-content-right {
	width:45%
}
@media (max-width:600px) {
	.how-it-works-module-content-right {
	width:100%
}
}@media (max-width:600px) {
	.how-it-works-module-content-right .content-item-wrap:last-of-type {
	border-bottom:0
}
}.how-it-works-module-content-separator {
	width:1px;
	background:rgba(0,0,0,0.57);
	height:100%;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch;
	margin-top:-15px
}
@media (max-width:600px) {
	.how-it-works-module-content-separator {
	display:none
}
}.how-it-works-module .content-item-wrap {
	margin-bottom:35px
}
@media (max-width:600px) {
	.how-it-works-module .content-item-wrap {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid rgba(0,0,0,0.57)
}
}.how-it-works-module .content-item-wrap h3 {
	margin-bottom:15px
}
.iframe-module-content-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:100%;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:relative;
	height:0;
	padding-bottom:51%
}
.iframe-module-content-wrapper iframe {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0
}
.image-heading-description-bg {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:465px;
	margin-bottom:40px
}
.image-slider-container {
	position:relative;
	width:100%; margin-top:110px;
}
.image-slider-holder {
	width:100%
}
.image-slider-holder:after {
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	right:0;
	left:30%;
	background:#f9f9fa;
	z-index:-1
}
@media (max-width:600px) {
	.image-slider-holder:after {
	display:none
}
}.image-slider-holder .slick-track {
	display:-webkit-box !important;
	display:-webkit-flex !important;
	display:-ms-flexbox !important;
	display:flex !important
}
.image-slider-holder .slider-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	height:inherit !important;
	position:relative;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding:50px 0
}
@media (max-width:600px) {
	.image-slider-holder .slider-wrap {
	padding:0;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	background:#f9f9fa;
	border-radius:16px 0 0 16px
}
}.image-slider-holder .slider-image {
	width:45%;
	min-height:380px;
	position:relative;
	z-index:5;
	border-radius:35px 0 0 35px;
	overflow:hidden;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch
}
@media (max-width:600px) {
	.image-slider-holder .slider-image {
	min-height:300px;
	-webkit-align-self:unset;
	-ms-flex-item-align:unset;
	align-self:unset;
	width:100%;
	border-radius:16px 0 0 16px
}
}.image-slider-holder .slider-image img {
	width:100%;
	height:auto
}
.image-slider-holder .slider-text {
	padding:30px 40px;
	width:55%;
	margin-left:auto;
	-webkit-animation-duration:1s;
	animation-duration:1s
}
@media (max-width:600px) {
	.image-slider-holder .slider-text {
	width:100%;
	padding:50px 15px
}
}.image-slider-pagination {
	position:absolute;
	bottom:20px;
	right:20px;
	padding:0 35px;
	height:25px
}
@media (max-width:600px) {
	.image-slider-pagination {
	height:auto;
	padding:0
}
}.image-slider-pagination .slick-arrow {
	position:absolute;
	content:'';
	width:25px;
	height:25px;
	border-radius:25px;
	border:1px solid #707070;
	background:none;
	font-size:0;
	cursor:pointer
}
@media (max-width:600px) {
	.image-slider-pagination .slick-arrow {
	display:none !important
}
}.image-slider-pagination .slick-arrow:after {
	position:absolute;
	content:'';
	width:7px;
	height:7px;
	border-style:solid;
	border-color:#707070;
	border-width:0 1px 1px 0;
	top:7px
}
.image-slider-pagination .slick-arrow.slick-prev {
	left:0
}
.image-slider-pagination .slick-arrow.slick-prev:after {
	-webkit-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
	left:9px
}
.image-slider-pagination .slick-arrow.slick-next {
	right:0
}
.image-slider-pagination .slick-arrow.slick-next:after {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	right:9px
}
.image-slider-pagination .slick-dots {
	list-style:none;
	margin-top:-10px;
	padding:7px 0;
	text-align:center
}
.image-slider-pagination .slick-dots li {
	display:inline-block;
	margin:0 2px
}
.image-slider-pagination .slick-dots li button {
	font-size:0;
	display:block;
	position:relative;
	width:10px;
	padding:0;
	height:10px;
	background:#cececf;
	border:none;
	border-radius:10px;
	cursor:pointer
}
.image-slider-pagination .slick-dots li button:hover {
	background:#191919
}
.image-slider-pagination .slick-dots li button:after {
	width:5px;
	height:5px
}
.image-slider-pagination .slick-dots li.slick-active button {
	background:#191919
}
.image-text {
	margin-bottom:30px
}
@media (max-width:992px) {
	.image-text {
	margin-bottom:0
}
}.image-text-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:992px) {
	.image-text-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.image-text-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	width:31.5%;
	position:relative
}
.image-text-item.col-100 {
	width:100%;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row
}
@media (max-width:768px) {
	.image-text-item.col-100 {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.image-text-item.col-50 {
	width:47.5%
}
@media (max-width:992px) {
	.image-text-item.col-50 {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%
}
}@media (max-width:600px) {
	.image-text-item.col-50 {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.image-text-item.col-30 {
	margin-bottom:30px
}
@media (max-width:992px) {
	.image-text-item.col-30 {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	margin-bottom:0
}
}@media (max-width:600px) {
	.image-text-item.col-30 {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	margin-bottom:30px
}
}.image-text-item .image-text-heading h2 {
	font-size:2.8rem;
	margin-bottom:15px
}
@media (max-width:1200px) {
	.image-text-item .image-text-heading h2 {
	font-size:calc(1.405rem + 1.1625vw)
}
}.image-text-item .link-to-wrapper {
	position:absolute;
	bottom:-50px
}
@media (max-width:992px) {
	.image-text-item .link-to-wrapper {
	position:relative;
	margin-top:35px;
	bottom:0;
	left:0
}
}@media (max-width:600px) {
	.image-text-item .link-to-wrapper {
	position:relative;
	margin-top:30px;
	margin-bottom:40px
}
}.image-text-image {
	min-height:315px;
	background-size:cover;
	background-position:center;
	border-radius:16px 16px 0 16px;
	margin-bottom:30px;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch
}
@media (max-width:768px) {
	.image-text-image {
	min-height:250px
}
}.col-100 .image-text-image {
	width:40%
}
@media (max-width:768px) {
	.col-100 .image-text-image {
	width:100%
}
}@media (max-width:992px) {
	.col-50 .image-text-image {
	width:40%
}
}@media (max-width:600px) {
	.col-50 .image-text-image {
	width:100%
}
}@media (max-width:992px) {
	.col-30 .image-text-image {
	width:40%
}
}@media (max-width:600px) {
	.col-30 .image-text-image {
	width:100%
}
}.col-100 .image-text-content-wrapper {
	width:60%;
	padding:40px 25px;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}
@media (max-width:768px) {
	.col-100 .image-text-content-wrapper {
	width:100%;
	padding:0
}
}@media (max-width:992px) {
	.col-50 .image-text-content-wrapper {
	width:60%;
	padding:40px 25px
}
}@media (max-width:600px) {
	.col-50 .image-text-content-wrapper {
	width:100%;
	padding:0
}
}@media (max-width:992px) {
	.col-30 .image-text-content-wrapper {
	width:60%;
	padding:40px 25px
}
}@media (max-width:600px) {
	.col-30 .image-text-content-wrapper {
	width:100%;
	padding:0
}
}.inline-footer-module {
	padding:0 0 40px
}
@media (max-width:768px) {
	.inline-footer-module {
	padding-bottom:30px
}
}.inline-footer-module h1,.inline-footer-module h2,.inline-footer-module h3,.inline-footer-module p {
	margin-bottom:30px
}
.inline-footer-module h1:last-child,.inline-footer-module h2:last-child,.inline-footer-module h3:last-child,.inline-footer-module p:last-child {
	margin-bottom:0
}
.inline-header-module {
	padding:40px 0 0
}
@media (max-width:768px) {
	.inline-header-module {
	padding-top:30px
}
}.inline-header-module h1,.inline-header-module h2,.inline-header-module h3,.inline-header-module p {
	margin-bottom:30px
}
.inline-header-module h1:last-child,.inline-header-module h2:last-child,.inline-header-module h3:last-child,.inline-header-module p:last-child {
	margin-bottom:0
}
.key-benefits-intro-content {
	max-width:800px;
	margin:0 auto;
	text-align:center
}
.key-benefits-content-holder {
	margin:40px -15px 0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	width:100%;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media (max-width:1200px) {
	.key-benefits-content-holder {
	margin:40px 0 0
}
}.key-benefits-content-item-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:33.33%;
	padding:0 15px 50px;
	border-radius:16px 16px 0 16px
}
@media (max-width:992px) {
	.key-benefits-content-item-wrap {
	width:50%
}
}@media (max-width:600px) {
	.key-benefits-content-item-wrap {
	width:100%;
	padding:0 0 30px
}
}.key-benefits-content-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	background:#f8f8f8;
	width:100%;
	text-align:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-radius:16px 16px 0 16px;
	padding:40px 20px;
	box-shadow:0 13px 20px rgba(0,0,0,0.29)
}
.key-benefits-content-item h3 {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:2.8rem;
	line-height:1.1em
}
@media (max-width:1200px) {
	.key-benefits-content-item h3 {
	font-size:calc(1.405rem + 1.1625vw)
}
}.key-benefits-item-description {
	width:100%
}
.key-message.animate-data .key-message-content-image:before {
	content:"";
	left:50%
}
@media (max-width:768px) {
	.key-message.animate-data .key-message-content-image:before {
	left:60%
}
}@media (max-width:600px) {
	.key-message.animate-data .key-message-content-image:before {
	left:150%
}
}.key-message.animate-data .key-message-content-wrapper {
	opacity:1
}
.key-message-content-image {
	padding:70px;
	min-height:420px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	border-radius:16px 16px 0 16px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
	-webkit-transition:all 4s;
	transition:all 4s
}
@media (max-width:600px) {
	.key-message-content-image {
	padding:60px 15px;
	min-height:380px
}
}.key-message-content-image:before {
	content:"";
	position:absolute;
	top:-250%;
	left:-210%;
	width:200%;
	height:1000%;
	background:rgba(0,0,0,0.57);
	border-radius:16px 16px 0 16px;
	-webkit-transform:skew(45deg);
	-ms-transform:skew(45deg);
	transform:skew(45deg);
	-webkit-transition:all 4s;
	transition:all 4s
}
.key-message-content-wrapper {
	z-index:1;
	opacity:0;
	-webkit-transition:2s;
	transition:2s
}
.latest-blog-header-content-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid rgba(0,0,0,0.57);
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:600px) {
	.latest-blog-header-content-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.latest-blog-header-left {
	width:70%
}
@media (max-width:600px) {
	.latest-blog-header-left {
	width:100%;
	margin-bottom:20px
}
}.latest-blog-header-left h2 {
	margin-bottom:0
}
.latest-blog-header-right {
	width:30%;
	text-align:right
}
@media (max-width:600px) {
	.latest-blog-header-right {
	width:100%;
	text-align:left
}
}.latest-blog-body-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	width:105%;
	margin:50px -15px 0 -15px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media (max-width:600px) {
	.latest-blog-body-content-holder {
	margin:30px 0;
	width:100%
}
}.latest-blog-content-module-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:33.33%;
	padding:0 15px 30px
}
@media (max-width:992px) {
	.latest-blog-content-module-wrap {
	width:50%
}
}@media (max-width:600px) {
	.latest-blog-content-module-wrap {
	width:100%;
	padding:0 0 30px
}
}.latest-blog-content-module-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	height:100%;
	width:100%;
	position:relative;
	text-decoration:none;
	-webkit-transition:.4s all;
	transition:.4s all;
	top:0;
	color:#000
}
.latest-blog-content-module-item:hover {
	top:-5px
}
.latest-blog-content-module-image {
	background-position:center;
	background-size:cover;
	min-height:235px;
	background-repeat:no-repeat;
	border-radius:16px 16px 0 16px
}
@media (max-width:992px) {
	.latest-blog-content-module-image {
	min-height:300px
}
}@media (max-width:768px) {
	.latest-blog-content-module-image {
	min-height:250px
}
}.latest-blog-content-module-wrapper {
	margin-top:25px
}
.latest-blog-content-module-wrapper .category {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem;
	line-height:1.3em;
	color:#184a75;
	margin-bottom:10px
}
.latest-blog-content-module-wrapper .main-heading {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.6rem;
	line-height:1.3em
}
@media (max-width:1200px) {
	.latest-blog-content-module-wrapper .main-heading {
	font-size:calc(1.285rem + .2625vw)
}
}.latest-blog-content-module-wrapper .main-description {
	padding-bottom:60px;
	padding-top:30px
}
@media (max-width:600px) {
	.latest-blog-content-module-wrapper .main-description {
	padding:30px 0
}
}.latest-blog-content-module-wrapper .post-date-wrapper {
	position:absolute;
	bottom:0;
	width:100%
}
@media (max-width:600px) {
	.latest-blog-content-module-wrapper .post-date-wrapper {
	position:relative
}
}.latest-blog-content-module-wrapper .post-date-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	width:100%
}
.latest-blog-content-module-wrapper .post-date-data {
	margin-right:5px;
	font-family:"Roboto",sans-serif;
	font-weight:400;
	font-size:1.2rem
}
.latest-blog-content-module-wrapper .post-time {
	display:inline-block;
	margin-left:5px;
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem
}
.latest-news-header-content-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid rgba(0,0,0,0.57);
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:600px) {
	.latest-news-header-content-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.latest-news-header-left {
	width:70%
}
@media (max-width:600px) {
	.latest-news-header-left {
	width:100%;
	margin-bottom:20px
}
}.latest-news-header-left h2 {
	margin-bottom:0
}
.latest-news-header-right {
	width:30%;
	text-align:right
}
@media (max-width:600px) {
	.latest-news-header-right {
	width:100%;
	text-align:left
}
}.latest-news-body-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	width:105%;
	margin:50px -15px 0 -15px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media (max-width:600px) {
	.latest-news-body-content-holder {
	margin:30px 0;
	width:100%
}
}.latest-news-content-module-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:25%;
	padding:0 15px 30px
}
@media (max-width:992px) {
	.latest-news-content-module-wrap {
	width:50%
}
}@media (max-width:600px) {
	.latest-news-content-module-wrap {
	width:100%;
	padding:0 0 30px
}
}.latest-news-content-module-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	height:100%;
	width:100%;
	position:relative;
	text-decoration:none;
	-webkit-transition:.4s all;
	transition:.4s all;
	top:0;
	color:#000
}
.latest-news-content-module-item:hover {
	top:-5px
}
.latest-news-content-module-image {
	background-position:center;
	background-size:cover;
	min-height:180px;
	background-repeat:no-repeat;
	border-radius:16px 16px 0 16px
}
@media (max-width:992px) {
	.latest-news-content-module-image {
	min-height:300px
}
}@media (max-width:768px) {
	.latest-news-content-module-image {
	min-height:250px
}
}.latest-news-content-module-wrapper {
	margin-top:25px
}
.latest-news-content-module-wrapper .category {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem;
	line-height:1.3em;
	color:#184a75;
	margin-bottom:10px
}
.latest-news-content-module-wrapper .main-heading {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.6rem;
	line-height:1.3em
}
@media (max-width:1200px) {
	.latest-news-content-module-wrapper .main-heading {
	font-size:calc(1.285rem + .2625vw)
}
}.latest-news-content-module-wrapper .main-description {
	padding-bottom:60px;
	padding-top:30px
}
@media (max-width:600px) {
	.latest-news-content-module-wrapper .main-description {
	padding:30px 0
}
}.latest-news-content-module-wrapper .post-date-wrapper {
	position:absolute;
	bottom:0;
	width:100%
}
@media (max-width:600px) {
	.latest-news-content-module-wrapper .post-date-wrapper {
	position:relative
}
}.latest-news-content-module-wrapper .post-date-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	width:100%
}
.latest-news-content-module-wrapper .post-date-data {
	font-family:"Roboto",sans-serif;
	font-weight:400;
	font-size:1.2rem;
	margin-right:5px
}
.latest-news-content-module-wrapper .post-time {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem;
	display:inline-block;
	margin-left:5px
}
.leadership-intro-module-holder {
	width:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:600px) {
	.leadership-intro-module-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.leadership-intro-module-left {
	width:40%;
	min-height:425px;
	background-size:cover;
	background-position:center center;
	border-radius:16px 16px 0 16px;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch
}
@media (max-width:600px) {
	.leadership-intro-module-left {
	min-height:250px;
	width:90%;
	height:auto;
	border-radius:16px 16px 0 16px;
	background-repeat:no-repeat;
	z-index:1;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}
}.leadership-intro-module-right {
	width:60%;
	padding:50px;
	margin:20px 0;
	background:#f8f8f8;
	box-shadow:0 16px 36px rgba(0,0,0,0.12);
	border-radius:0 16px 0 0
}
@media (max-width:600px) {
	.leadership-intro-module-right {
	width:100%;
	padding:30px 30px 40px 30px;
	background-color:#f8f8f8;
	box-shadow:0 16px 36px rgba(0,0,0,0.37);
	border-radius:16px 16px 0 16px;
	margin-top:-26%;
	padding-top:32%
}
}.leadership-intro-module-right .main-description {
	margin-bottom:30px
}
.leadgen-content-gated-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:100%
}
@media (max-width:768px) {
	.leadgen-content-gated-content-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:reverse;
	-webkit-flex-direction:column-reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse
}
}.leadgen-content-gated-content-left {
	width:60%;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}
@media (max-width:600px) {
	.leadgen-content-gated-content-left {
	width:100%
}
}.leadgen-content-gated-content-left .link-wrapper {
	display:inline-block;
	width:100%;
	margin-top:25px
}
.leadgen-content-gated-content-right {
	width:35%;
	max-height:418px;
	min-height:418px;
	max-width:295px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch;
	border-radius:16px 16px 0 16px;
	box-shadow:6px 10px 16px rgba(0,0,0,0.37)
}
@media (max-width:768px) {
	.leadgen-content-gated-content-right {
	width:100%;
	margin-bottom:40px;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}
}.left-right-cta-text-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:600px) {
	.left-right-cta-text-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.left-right-cta-text-holder.right {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
@media (max-width:600px) {
	.left-right-cta-text-holder.right {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.left-right-cta-text-left {
	width:46%;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center;
	background-color:#323e44;
	border-radius:34px 34px 0 34px;
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:100%;
	overflow:hidden
}
.left-right-cta-text-left:before {
	content:'';
	position:absolute;
	background-image:url(../fonts/leaf1.svg);
	background-repeat:no-repeat;
	background-position:center;
	height:300px;
	width:300px;
	background-size:300px 300px;
	bottom:-140px;
	left:-140px
}
@media (max-width:600px) {
	.left-right-cta-text-left {
	width:100%;
	min-height:300px;
	margin-bottom:30px
}
}.left-right-cta-text-left-content-wrapper {
	width:100%;
	text-align:center;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center;
	padding:30px;
	position:relative
}
.left-right-cta-text-left-content-wrapper .cta-heading {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:2.8rem;
	color:#fff;
	line-height:1.4em;
	margin-bottom:40px
}
@media (max-width:1200px) {
	.left-right-cta-text-left-content-wrapper .cta-heading {
	font-size:calc(1.405rem + 1.1625vw)
}
}.left-right-cta-text-right {
	width:46%;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}
@media (max-width:600px) {
	.left-right-cta-text-right {
	width:100%
}
}.left-right-image-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:600px) {
	.left-right-image-content-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.left-right-image-content-holder.right {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
@media (max-width:600px) {
	.left-right-image-content-holder.right {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.left-right-image-content-bg {
	width:46%;
	border-radius:16px 16px 0 16px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover
}
@media (max-width:600px) {
	.left-right-image-content-bg {
	width:100%;
	min-height:300px;
	margin-bottom:30px
}
}.left-right-image-content-data {
	width:46%
}
@media (max-width:600px) {
	.left-right-image-content-data {
	width:100%
}
}.logo-header-module .logo-header-image-content-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom:30px
}
.logo-header-module .logo-header-image-content-wrapper .logo-image {
	background-repeat:no-repeat;
	background-position:left;
	background-size:contain;
	min-height:80px;
	width:15%;
	margin-right:10px
}
@media (max-width:768px) {
	.logo-header-module .logo-header-image-content-wrapper .logo-image {
	width:25%
}
}@media (max-width:600px) {
	.logo-header-module .logo-header-image-content-wrapper .logo-image {
	width:40%
}
}.logo-header-module .logo-header-image-content-wrapper .logo-separator {
	margin-right:25px
}
.logo-header-module .logo-header-image-content-wrapper .logo-content {
	width:80%
}
@media (max-width:768px) {
	.logo-header-module .logo-header-image-content-wrapper .logo-content {
	width:75%
}
}@media (max-width:600px) {
	.logo-header-module .logo-header-image-content-wrapper .logo-content {
	width:60%
}
}.logo-header-module h1,.logo-header-module h3,.logo-header-module p {
	margin-bottom:30px
}
.logo-header-module h1:last-child,.logo-header-module h3:last-child,.logo-header-module p:last-child {
	margin-bottom:0
}
.logo-module .logo-module-header,.logo-module .logo-slider {
	width:100%
}
.logo-module .logo-slider-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.logo-module .slick-track {
	display:-webkit-box !important;
	display:-webkit-flex !important;
	display:-ms-flexbox !important;
	display:flex !important
}
.logo-module .slick-slide {
	height:inherit !important
}
.logo-module .logo-slide {
	width:20%;
	padding:0 15px 30px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	min-height:150px
}
@media (max-width:768px) {
	.logo-module .logo-slide {
	width:33.33%
}
}@media (max-width:600px) {
	.logo-module .logo-slide {
	min-height:auto
}
}.logo-module .logo-slide img {
	width:100%;
	height:auto;
	max-width:130px
}
@media (max-width:600px) {
	.logo-module .logo-slide img {
	width:100%
}
}.normal-team-member {
	padding-bottom:0
}
.normal-team-member-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:105%;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -15px
}
.normal-team-member-content-item-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:33.33%;
	padding:0 15px 30px;
	position:relative
}
@media (max-width:992px) {
	.normal-team-member-content-item-wrapper {
	width:50%
}
}@media (max-width:600px) {
	.normal-team-member-content-item-wrapper {
	width:100%;
	text-align:center
}
}.normal-team-member-content-item {
	padding-bottom:60px
}
@media (max-width:600px) {
	.normal-team-member-content-item {
	padding-bottom:10px
}
}.normal-team-member-item-image {
	min-height:400px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch;
	border-radius:16px 16px 0 16px;
	margin-bottom:30px
}
@media (max-width:768px) {
	.normal-team-member-item-image {
	min-height:350px
}
}@media (max-width:600px) {
	.normal-team-member-item-image {
	min-height:250px;
	width:100%;
	background-size:contain;
	margin-bottom:20px
}
}.normal-team-member .normal-member-name {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:2.6rem;
	line-height:1.2em;
	color:#1c1c1c;
	margin-bottom:5px
}
@media (max-width:1200px) {
	.normal-team-member .normal-member-name {
	font-size:calc(1.385rem + 1.0125vw)
}
}.normal-team-member .normal-member-role {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.8rem;
	line-height:1.2em;
	color:#000
}
@media (max-width:1200px) {
	.normal-team-member .normal-member-role {
	font-size:calc(1.305rem + .4125vw)
}
}.normal-team-member .normal-member-divider {
	position:relative;
	margin:15px 0;
	display:inline-block;
	width:100%
}
.normal-team-member .normal-member-divider:before {
	content:'';
	width:8%;
	border-bottom:1px solid rgba(0,0,0,0.57);
	position:absolute;
	left:0;
	top:50%;
	z-index:1
}
@media (max-width:600px) {
	.normal-team-member .normal-member-divider:before {
	width:10%;
	left:50%;
	-webkit-transform:translateX(-25px);
	-ms-transform:translateX(-25px);
	transform:translateX(-25px)
}
}.normal-team-member .normal-member-description {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem;
	line-height:1.3em;
	color:#454545;
	margin-bottom:15px
}
@media (max-width:1200px) {
	.normal-team-member .normal-member-description {
	font-size:calc(1.285rem + .2625vw)
}
}.normal-team-member .normal-member-linkedin-link {
	position:absolute;
	bottom:35px
}
@media (max-width:600px) {
	.normal-team-member .normal-member-linkedin-link {
	position:relative;
	bottom:0
}
}.offices-module {
	background:#f0f0f0;
	padding:75px 0
}
@media (max-width:768px) {
	.offices-module {
	padding:50px 0
}
}.offices-header-wrapper {
	width:100%
}
.offices-content-holder {
	margin:20px -15px 0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	width:110%;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media (max-width:600px) {
	.offices-content-holder {
	width:100%;
	margin:20px 0 0
}
}.offices-item-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:33.33%;
	padding:0 15px 50px
}
@media (max-width:992px) {
	.offices-item-wrap {
	width:50%
}
}@media (max-width:600px) {
	.offices-item-wrap {
	width:100%;
	padding:0 0 30px
}
}.offices-item h5 {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.4rem;
	line-height:1.1em;
	margin-bottom:50px
}
@media (max-width:1200px) {
	.offices-item h5 {
	font-size:calc(1.265rem + .1125vw)
}
}.offices-item h4 {
	font-family:"Roboto",sans-serif;
	font-weight:500
}
.process-step-module {
	padding:40px 0 0
}
.process-step-intro-content-wrapper {
	max-width:800px;
	margin:0 auto;
	text-align:center
}
.process-step-content-holder {
	margin:40px -15px 0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	width:100%;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:1200px) {
	.process-step-content-holder {
	margin:40px 0 0
}
}.process-step-item-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:33.33%;
	padding:0 15px 20px;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch;
	position:relative
}
@media (max-width:992px) {
	.process-step-item-wrap {
	width:50%
}
}@media (max-width:600px) {
	.process-step-item-wrap {
	width:100%;
	padding:0
}
}.process-step-item-wrap:nth-of-type(3n) .process-step-content-item {
	border-right:0
}
@media (max-width:992px) {
	.process-step-item-wrap:nth-of-type(3n) .process-step-content-item {
	border-right:1px solid rgba(0,0,0,0.57)
}
}.process-step-item-wrap:last-of-type .process-step-content-item {
	border-right:0
}
@media (max-width:992px) {
	.process-step-item-wrap:nth-of-type(2n) .process-step-content-item {
	border-right:0
}
}.process-step-content-item {
	border-right:1px solid rgba(0,0,0,0.57);
	padding:25px 25px 110px 0;
	position:relative;
	width:100%
}
@media (max-width:600px) {
	.process-step-content-item {
	padding:25px 0;
	border-right:0
}
}.process-step-content-item .step-number {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	margin-bottom:10px;
	color:#000
}
.process-step-content-item .item-description {
	margin-bottom:20px
}
.process-step-content-item .link-wrapper {
	width:75%;
	position:absolute;
	bottom:30px
}
@media (max-width:600px) {
	.process-step-content-item .link-wrapper {
	position:relative;
	bottom:auto;
	width:100%;
	text-align:center
}
}.quote-content {
	position:relative;
	margin-bottom:60px
}
.quote-content:after {
	position:absolute;
	content:'';
	background:url("../fonts/icon-quote.svg");
	height:50px;
	width:50px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	bottom:-60px;
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	right:0
}
.quote-content:before {
	position:absolute;
	content:'';
	background:url("../fonts/icon-quote.svg");
	height:50px;
	width:50px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	top:-60px;
	left:0
}
.related-content-module {
	background:#f0f0f0;
	margin:40px 0
}
.related-content-module:last-child {
	margin-bottom:0
}
@media (max-width:768px) {
	.related-content-module {
	margin:30px 0
}
.related-content-module:last-child {
	margin-bottom:0
}
}.related-content-module-outer-content-wrapper {
	width:100%
}
.related-content-module-intro {
	margin-bottom:40px
}
.related-content-module-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	margin:0 -15px
}
@media (max-width:992px) {
	.related-content-module-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	margin:0
}
}.related-content-module-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:33.33%;
	padding:0 15px 30px
}
@media (max-width:992px) {
	.related-content-module-wrap {
	width:100%;
	padding:0 0 30px
}
}.related-content-module-item {
	width:100%;
	height:100%;
	background:#fff;
	background-size:200% 100%;
	background-position:left bottom;
	-webkit-transition:1s;
	transition:1s;
	border-radius:16px 16px 0 16px;
	position:relative;
	overflow:hidden;
	z-index:1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
@media (max-width:992px) {
	.related-content-module-item {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	border-radius:16px 16px 0 16px
}
}@media (max-width:600px) {
	.related-content-module-item {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.related-content-module-item:after {
	content:"";
	position:absolute;
	top:0;
	left:-10%;
	width:500%;
	height:1000%;
	background:#184a75;
	z-index:-1;
	-webkit-transform-origin:0% 0%;
	-ms-transform-origin:0% 0%;
	transform-origin:0% 0%;
	-webkit-transform:translateY(7%) translateX(-10%) rotate(45deg);
	-ms-transform:translateY(7%) translateX(-10%) rotate(45deg);
	transform:translateY(7%) translateX(-10%) rotate(45deg);
	-webkit-transition:-webkit-transform 1.3s ease-in-out;
	transition:-webkit-transform 1.3s ease-in-out;
	transition:transform 1.3s ease-in-out;
	transition:transform 1.3s ease-in-out,-webkit-transform 1.3s ease-in-out
}
@media (max-width:992px) {
	.related-content-module-item:after {
	left:40%
}
}@media (max-width:600px) {
	.related-content-module-item:after {
	left:-10%
}
}.related-content-module-item:hover:after {
	-webkit-transform:translateY(-10%) translateX(-10%) rotate(45deg);
	-ms-transform:translateY(-10%) translateX(-10%) rotate(45deg);
	transform:translateY(-10%) translateX(-10%) rotate(45deg)
}
@media (max-width:992px) {
	.related-content-module-item:hover:after {
	-webkit-transform:translateY(-40%) translateX(-10%) rotate(45deg);
	-ms-transform:translateY(-40%) translateX(-10%) rotate(45deg);
	transform:translateY(-40%) translateX(-10%) rotate(45deg)
}
}@media (max-width:600px) {
	.related-content-module-item:hover:after {
	-webkit-transform:translateY(-20%) translateX(-10%) rotate(45deg);
	-ms-transform:translateY(-20%) translateX(-10%) rotate(45deg);
	transform:translateY(-20%) translateX(-10%) rotate(45deg)
}
}.related-content-module-item:hover .main-heading {
	color:#fff
}
.related-content-module-item:hover .main-description {
	color:#fff
}
.related-content-module-item:hover .category {
	color:#fff
}
.related-content-module-item:hover .link-to a {
	color:#fff
}
.related-content-module-item:hover .link-to a:after {
	color:#fff
}
.related-content-module-item .main-heading {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:2.8rem;
	line-height:1.1em;
	color:#000;
	-webkit-transition:color 1.3s ease-in-out;
	transition:color 1.3s ease-in-out;
	min-height:60px;
}
@media (max-width:1200px) {
	.related-content-module-item .main-heading {
	font-size:calc(1.405rem + 1.1625vw)
}
}.related-content-module-item .main-description {
	padding-bottom:60px;
	padding-top:30px;
	-webkit-transition:color 1.3s ease-in-out;
	transition:color 1.3s ease-in-out
}
.related-content-module-item .category {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.2rem;
	line-height:1.1em;
	color:rgba(0,0,0,0.29);
	margin-top:15px;
	-webkit-transition:color 1.3s ease-in-out;
	transition:color 1.3s ease-in-out
}
.related-content-module-item .link-to {
	position:absolute;
	bottom:30px;
	width:100%
}
@media (max-width:992px) {
	.related-content-module-item .link-to {
	left:40%;
	margin-left:25px
}
}@media (max-width:600px) {
	.related-content-module-item .link-to {
	left:auto;
	margin-left:0
}
}.related-content-module-item .link-to a {
	-webkit-transition:color 1.3s ease-in-out;
	transition:color 1.3s ease-in-out
}
.related-content-module-image {
	min-height:250px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	border-radius:16px 16px 0 0
}
@media (max-width:992px) {
	.related-content-module-image {
	width:40%;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch;
	border-radius:16px 0 0 16px
}
}@media (max-width:600px) {
	.related-content-module-image {
	width:100%;
	border-radius:16px 16px 0 0
}
}.related-content-module-wrapper {
	padding:20px
}
@media (max-width:992px) {
	.related-content-module-wrapper {
	width:60%;
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start;
	border-radius:0 16px 0 0
}
}@media (max-width:600px) {
	.related-content-module-wrapper {
	width:100%
}
}.resources-overview-filter-header-content-wrapper {
	width:100%;
	border-bottom:1px solid #000
}
.resources-overview-filter-body-filter-content-holder {
	margin-top:40px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:768px) {
	.resources-overview-filter-body-filter-content-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.resources-overview-filter-body-filter-left {
	width:50%
}
@media (max-width:768px) {
	.resources-overview-filter-body-filter-left {
	width:100%
}
}.resources-overview-filter-body-filter-right {
	width:50%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:768px) {
	.resources-overview-filter-body-filter-right {
	width:100%;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.resources-overview-filter .jcf-select {
	width:48%;
	height:50px;
	border:1px solid rgba(0,0,0,0.57);
	text-align:left;
	cursor:pointer;
	margin-bottom:0;
	border-radius:5px
}
@media (max-width:768px) {
	.resources-overview-filter .jcf-select {
	width:100%;
	margin-bottom:15px
}
}.resources-overview-filter .jcf-select .jcf-select-opener {
	cursor:pointer;
	background:transparent;
	margin-top:13px;
	margin-right:10px
}
.resources-overview-filter .jcf-select .jcf-select-opener:after {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f078"
}
.resources-overview-filter .jcf-select .jcf-select-text {
	cursor:pointer;
	margin-top:12px;
	margin-left:15px
}
.resources-overview-filter .jcf-select .jcf-select-text span {
	font-family:"Roboto",sans-serif;
	font-weight:400;
	font-size:1.6rem;
	line-height:1.1em;
	color:#000
}
@media (max-width:1200px) {
	.resources-overview-filter .jcf-select .jcf-select-text span {
	font-size:calc(1.285rem + .2625vw)
}
}.resources-overview-filter .jcf-select .jcf-select-drop-content {
	border:1px solid rgba(0,0,0,0.57);
	cursor:pointer
}
.resources-overview-filter .jcf-select .jcf-option {
	font-family:"Roboto",sans-serif;
	font-weight:400;
	font-size:1.6rem;
	line-height:1.1em;
	margin:10px 6px;
	cursor:pointer;
	color:#000
}
@media (max-width:1200px) {
	.resources-overview-filter .jcf-select .jcf-option {
	font-size:calc(1.285rem + .2625vw)
}
}.resources-overview-filter .jcf-select .jcf-option:hover {
	color:#000
}
.resources-overview-filter .jcf-select .jcf-hover {
	background:transparent
}
.resources-overview-filter-body-content-holder {
	width:100%;
	margin:40px 0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.resources-overview-filter-body-content-holder.no-content-found {
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start
}
.resources-overview-filter-body-item {
	width:31.2%;
	padding-bottom:35px;
	margin-bottom:50px;
	text-decoration:none;
	color:#000;
	border-bottom:1px solid rgba(0,0,0,0.57)
}
@media (max-width:768px) {
	.resources-overview-filter-body-item {
	width:46.5%
}
}@media (max-width:600px) {
	.resources-overview-filter-body-item {
	width:100%
}
}.resources-overview-filter-body-item .gutter-sizer {
	width:10%
}
@media (max-width:768px) {
	.resources-overview-filter-body-item .gutter-sizer {
	width:15%
}
}@media (max-width:600px) {
	.resources-overview-filter-body-item .gutter-sizer {
	width:0%
}
}.resources-overview-filter-body-item .main-heading {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.8rem;
	line-height:1.2em;
	color:#000
}
@media (max-width:1200px) {
	.resources-overview-filter-body-item .main-heading {
	font-size:calc(1.305rem + .4125vw)
}
}.featured-resources-module-content-right .resources-overview-filter-body-item .main-heading {
	font-size:1.6rem
}
@media (max-width:1200px) {
	.featured-resources-module-content-right .resources-overview-filter-body-item .main-heading {
	font-size:calc(1.285rem + .2625vw)
}
}.resources-overview-filter-body-item .main-description {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem;
	line-height:1.3em;
	color:#000;
	margin-top:15px
}
@media (max-width:1200px) {
	.resources-overview-filter-body-item .main-description {
	font-size:calc(1.285rem + .2625vw)
}
}.resources-overview-filter-body-item .post-date-wrapper {
	position:relative;
	margin-top:30px
}
.resources-overview-filter-body-item .post-date-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	width:100%
}
.resources-overview-filter-body-item .post-date-data {
	font-family:"Roboto",sans-serif;
	font-weight:400;
	font-size:1.2rem;
	margin-right:5px
}
.resources-overview-filter-body-item .post-time {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem;
	display:inline-block;
	margin-left:5px
}
.resources-overview-filter-body-item .on-demand-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom:15px
}
.resources-overview-filter-body-item .on-demand-wrapper .on-demand-left .fa-play-circle {
	font-size:1.4rem
}
@media (max-width:1200px) {
	.resources-overview-filter-body-item .on-demand-wrapper .on-demand-left .fa-play-circle {
	font-size:calc(1.265rem + .1125vw)
}
}.resources-overview-filter-body-item .on-demand-wrapper .on-demand-right {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem;
	line-height:1.3em;
	margin-left:5px
}
.resources-overview-filter-body-item .event-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	margin-bottom:15px
}
.resources-overview-filter-body-item .event-wrapper .event-left .fa-calendar-alt {
	font-size:1.4rem
}
@media (max-width:1200px) {
	.resources-overview-filter-body-item .event-wrapper .event-left .fa-calendar-alt {
	font-size:calc(1.265rem + .1125vw)
}
}.resources-overview-filter-body-item .event-wrapper .event-right {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem;
	line-height:1.3em;
	margin-left:5px
}
.resources-overview-filter-body-item-image {
	min-height:235px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-bottom:25px;
	border-radius:6px 6px 0 6px
}
.whitepaper .resources-overview-filter-body-item-image {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	max-width:295px;
	min-height:418px;
	max-height:418px;
	box-shadow:6px 10px 16px rgba(0,0,0,0.37);
	margin:0 auto 40px auto
}
@media (max-width:768px) {
	.whitepaper .resources-overview-filter-body-item-image {
	width:100%;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}
}.resources-overview-filter .load-more-wrapper {
	width:100%;
	text-align:center
}
.resources-header {
	margin:55px 0 0 0;
	width:100%
}
.resources-intro-holder {
	width:100%
}
.resources-reading-time {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem;
	margin-bottom:10px
}
@media (max-width:1200px) {
	.resources-reading-time {
	font-size:calc(1.285rem + .2625vw)
}
}.resources-reading-time .rt-time {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.resources-reading-time .rt-time {
	font-size:calc(1.285rem + .2625vw)
}
}.resources-heading {
	font-size:3.8rem
}
@media (max-width:1200px) {
	.resources-heading {
	font-size:calc(1.505rem + 1.9125vw)
}
}.resources-heading h1 {
	font-size:3.8rem;
	margin-bottom:15px
}
@media (max-width:1200px) {
	.resources-heading h1 {
	font-size:calc(1.505rem + 1.9125vw)
}
}.resources-author-date-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%
}
.resources-author-job-title-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	border-bottom:1px solid #2b2b2b;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#434343
}
@media (max-width:600px) {
	.resources-author-job-title-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.resources-date {
	margin-right:10px;
	color:#434343
}
@media (max-width:600px) {
	.resources .md-dash {
	display:none
}
}@media (max-width:600px) {
	.resources .comma {
	display:none
}
}.resources-author {
	margin-left:10px;
	color:#434343;
	vertical-align:middle
}
@media (max-width:600px) {
	.resources-author {
	margin-left:0
}
}.resources-author img {
	vertical-align:middle;
	margin-top:-3px;
	margin-right:3px;
	margin-left:0
}
.resources-job-title {
	margin-left:5px;
	color:#434343
}
@media (max-width:600px) {
	.resources-job-title {
	margin-left:0
}
}.resources-classification-label-value span {
	font-family:"Roboto",sans-serif;
	font-weight:700
}
.resources .related-content-module .container-layout {
	max-width:1180px
}
.resources-webinar-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:100%;
	padding-bottom:50px;
	border-bottom:1px solid #2b2b2b
}
@media (max-width:600px) {
	.resources-webinar-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.resources-webinar-left {
	width:70%;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}
@media (max-width:768px) {
	.resources-webinar-left {
	width:60%
}
}@media (max-width:600px) {
	.resources-webinar-left {
	width:100%
}
}.resources-webinar-right {
	width:25%;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}
@media (max-width:768px) {
	.resources-webinar-right {
	width:35%
}
}@media (max-width:600px) {
	.resources-webinar-right {
	width:100%;
	margin-top:20px
}
}.resources-presenter-label {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.8rem;
	line-height:1.4em;
	color:#000;
	margin-bottom:10px
}
@media (max-width:1200px) {
	.resources-presenter-label {
	font-size:calc(1.305rem + .4125vw)
}
}.resources-presenter-image {
	background-size:cover;
	width:160px;
	height:160px;
	max-width:160px;
	max-height:160px;
	background-repeat:no-repeat;
	background-position:center;
	border-radius:6px 6px 0 6px
}
.resources-presenter-name {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem;
	line-height:1.4em;
	margin-top:10px
}
@media (max-width:1200px) {
	.resources-presenter-name {
	font-size:calc(1.285rem + .2625vw)
}
}.resources-presenter-name a {
	vertical-align:middle
}
.resources-presenter-name a img {
	vertical-align:middle;
	margin-top:-5px;
	margin-left:5px
}
.resources-webinar-link {
	margin-top:40px
}
@media (max-width:768px) {
	.resources-webinar-link {
	margin-top:20px
}
}.resources-logo {
	background-image:url("../fonts/sai-logo.svg");
	background-repeat:no-repeat;
	background-size:200px 40px;
	background-position:center center;
	width:200px;
	height:40px;
	margin-bottom:20px
}
.resources-close-popup {
	position:absolute;
	right:30px;
	top:25px;
	width:20px;
	height:20px;
	cursor:pointer
}
.resources-close-popup:before,.resources-close-popup:after {
	position:absolute;
	left:15px;
	content:'';
	height:23px;
	width:2px;
	background-color:rgba(0,0,0,0.57)
}
.resources-close-popup:before {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.resources-close-popup:after {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.resources-iframe-popup-holder {
	position:relative;
	padding:30px;
	background:white;
	width:100%;
	border-radius:36px 36px 0 36px;
	border:1px solid rgba(0,0,0,0.57);
	max-width:600px;
	margin:0 auto
}
.resources-whitepaper-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-align-content:center;
	-ms-flex-line-pack:center;
	align-content:center;
	margin-bottom:40px
}
@media (max-width:600px) {
	.resources-whitepaper-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	margin-bottom:20px
}
}.resources-whitepaper-left {
	width:35%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	max-width:295px;
	min-height:418px;
	max-height:418px;
	box-shadow:6px 10px 16px rgba(0,0,0,0.37)
}
@media (max-width:768px) {
	.resources-whitepaper-left {
	width:100%;
	margin-bottom:55px;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}
}.resources-whitepaper-right {
	width:60%
}
@media (max-width:600px) {
	.resources-whitepaper-right {
	width:100%
}
}@media (max-width:600px) {
	.resources-whitepaper-link {
	text-align:center
}
}.search-module {
	margin:30px 0
}
.search-module-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
@media (max-width:768px) {
	.search-module-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.search-module-left {
	width:35%
}
@media (max-width:768px) {
	.search-module-left {
	width:100%;
	margin-bottom:30px
}
}.search-module-left h2 {
	margin-bottom:10px
}
.search-module-right {
	width:60%;
	position:relative
}
@media (max-width:768px) {
	.search-module-right {
	width:100%
}
}@media (max-width:600px) {
	.search-module-right {
	text-align:center
}
}.search-module-right .screen-reader-text {
	position:absolute;
	top:17px;
	left:17px;
	font-size:0
}
@media (max-width:600px) {
	.search-module-right .screen-reader-text {
	top:22px
}
}.search-module-right .screen-reader-text:before {
	font-family:"Font Awesome 5 Free";
	font-weight:600;
	content:'\f002';
	color:#184a75;
	font-size:3rem;
	line-height:1.1em
}
@media (max-width:1200px) {
	.search-module-right .screen-reader-text:before {
	font-size:calc(1.425rem + 1.3125vw)
}
}.search-module-right #s {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem;
	line-height:1.1em;
	width:100%;
	height:65px;
	border-radius:16px;
	background:#f2f2f2;
	border:none;
	padding-left:55px;
	color:#01050d
}
@media (max-width:1200px) {
	.search-module-right #s {
	font-size:calc(1.285rem + .2625vw)
}
}.search-module-right #s::-webkit-input-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-module-right #s::-webkit-input-placeholder {
	font-size:calc(1.285rem + .2625vw)
}
}.search-module-right #s:-moz-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-module-right #s:-moz-placeholder {
	font-size:calc(1.285rem + .2625vw)
}
}.search-module-right #s::-moz-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-module-right #s::-moz-placeholder {
	font-size:calc(1.285rem + .2625vw)
}
}.search-module-right #s:-ms-input-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-module-right #s:-ms-input-placeholder {
	font-size:calc(1.285rem + .2625vw)
}
}.search-module-right #s:focus {
	outline-width:0;
	border:1px solid #2979c3
}
.search-module-right #s:active {
	outline-width:0;
	border:1px solid #2979c3
}
@media (max-width:768px) {
	.search-module-right #s {
	margin-bottom:30px
}
}@media (max-width:600px) {
	.search-module-right #s {
	margin-bottom:0
}
}.search-module-right #searchsubmit {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	font-size:1.6rem;
	line-height:1.1em;
	position:absolute;
	right:5px;
	top:5px;
	height:56px;
	border-radius:16px;
	width:125px;
	border:none;
	color:#fff;
	background:#184a75;
	cursor:pointer
}
@media (max-width:1200px) {
	.search-module-right #searchsubmit {
	font-size:calc(1.285rem + .2625vw)
}
}@media (max-width:600px) {
	.search-module-right #searchsubmit {
	position:relative;
	top:20px;
	margin-bottom:30px
}
}.search-module .search-module-form-wrapper {
	margin-bottom:10px
}
.search-module .suggested-keywords {
	margin:0;
	padding:0;
	list-style-type:none
}
.search-module .suggested-keywords .keyword {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem;
	line-height:1.2em;
	display:inline-block;
	color:#909090;
	vertical-align:middle
}
.search-module .suggested-keywords .keyword a {
	color:#909090;
	text-decoration:none
}
.search-module .suggested-keywords .keyword a:hover {
	text-decoration:underline
}
.search-module .suggested-keywords .keyword:after {
	content:'|';
	margin-left:5px;
	margin-right:2px;
	color:#505050;
	vertical-align:top;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.search-module .suggested-keywords .keyword:after {
	font-size:calc(1.285rem + .2625vw)
}
}.search-module .suggested-keywords .keyword:last-of-type:after {
	display:none
}
.search-module .suggested-keywords .keyword:first-of-type {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.2rem;
	line-height:1.2em;
	color:#1d1d1d;
	margin-right:10px
}
.search-module .suggested-keywords .keyword:first-of-type:after {
	display:none
}
.services {
	background-color:#f7f7f7;
	padding:200px 0 80px 0;
	margin-top:-160px;
	margin-bottom:50px
}
.services-block {
	width:100%
}
.services-intro-description {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:2.2rem
}
@media (max-width:1200px) {
	.services-intro-description {
	font-size:calc(1.345rem + .7125vw)
}
}.services-slider-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-top:50px
}
@media (max-width:992px) {
	.services-slider-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}@media (max-width:600px) {
	.services-slider-holder {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row
}
}.services .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
	-webkit-transform:scale(0.75,0.85);
	-ms-transform:scale(0.75,0.85);
	transform:scale(0.75,0.85);
	-webkit-transition:-webkit-transform .5s;
	transition:-webkit-transform .5s;
	transition:transform .5s;
	transition:transform .5s,-webkit-transform .5s
}
.services .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1)
}
.services-slide {
	width:31.5%;
	cursor:pointer;
	-webkit-transition:.5s all;
	transition:.5s all;
	background-color:#fff;
	box-shadow:0 0 33px -3px rgba(0,0,0,0.37);
	border-radius:16px 16px 0 16px;
	position:relative;
	top:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
@media (max-width:992px) {
	.services-slide {
	width:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	margin-bottom:25px;
	-webkit-transition:none;
	transition:none;
	box-shadow:none
}
}@media (max-width:600px) {
	.services-slide {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.services-slide:hover {
	top:-15px
}
@media (max-width:992px) {
	.services-slide:hover {
	top:0
}
}.services-slide.slick-slide {
	margin-left:-25px;
	margin-right:10px;
	-webkit-transform:scale(0.75,0.85);
	-ms-transform:scale(0.75,0.85);
	transform:scale(0.75,0.85);
	-webkit-transition:-webkit-transform .5s;
	transition:-webkit-transform .5s;
	transition:transform .5s;
	transition:transform .5s,-webkit-transform .5s;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
@media (max-width:600px) {
	.services-slide.slick-slide {
	height:auto
}
}.services-slide.slick-center {
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1)
}
.services-image-wrapper {
	width:100%;
	background-repeat:no-repeat;
	border-radius:16px 16px 0 0;
	min-height:245px;
	background-position:center;
	background-size:cover
}
@media (max-width:992px) {
	.services-image-wrapper {
	width:40%;
	border-radius:16px 0 0 16px
}
}@media (max-width:600px) {
	.services-image-wrapper {
	width:100%;
	height:auto;
	border-radius:16px 16px 0 0
}
}.services-item-content-wrapper {
	padding:40px 25px 100px 25px
}
@media (max-width:992px) {
	.services-item-content-wrapper {
	border-radius:0 16px 16px 0;
	width:60%;
	padding:40px 25px
}
}@media (max-width:600px) {
	.services-item-content-wrapper {
	border-radius:0 0 0 16px;
	box-shadow:none;
	width:100%
}
}.services-item-heading h3 {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:2.2rem
}
@media (max-width:1200px) {
	.services-item-heading h3 {
	font-size:calc(1.345rem + .7125vw)
}
}.services-item-description {
	min-height:125px;
	line-height:1.5em;
	margin-bottom:30px
}
@media (max-width:992px) {
	.services-item-description {
	min-height:100px
}
}.services-item-link {
	position:absolute;
	bottom:30px;
	width:100%
}
@media (max-width:992px) {
	.services-item-link {
	position:relative;
	bottom:auto
}
}.services-slider-pagination {
	margin-top:20px;
	display:inline-block;
	width:100%
}
.services-slider-pagination .slick-dots {
	list-style:none;
	margin:0;
	padding:7px 0;
	text-align:center
}
.services-slider-pagination .slick-dots li {
	display:inline-block;
	margin:0 2px
}
.services-slider-pagination .slick-dots li button {
	font-size:0;
	display:block;
	position:relative;
	width:10px;
	padding:0;
	height:10px;
	background:#c7c7c7;
	border:none;
	border-radius:10px;
	cursor:pointer
}
.services-slider-pagination .slick-dots li button:hover {
	background:#2e2e2e
}
.services-slider-pagination .slick-dots li button:after {
	width:5px;
	height:5px
}
.services-slider-pagination .slick-dots li.slick-active button {
	background:#2e2e2e
}
.standard-mark-download-module-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%
}
@media (max-width:768px) {
	.standard-mark-download-module-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.standard-mark-download-module-left {
	width:40%;
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start
}
@media (max-width:768px) {
	.standard-mark-download-module-left {
	width:100%
}
}.standard-mark-download-module-left .standard-mark-data-wrapper {
	width:80%;
	border:1px solid rgba(0,0,0,0.57)
}
@media (max-width:768px) {
	.standard-mark-download-module-left .standard-mark-data-wrapper {
	display:none
}
}.standard-mark-download-module-left .standard-mark-data-wrapper .standard-mark-item {
	padding-left:20px;
	padding-top:20px;
	padding-right:20px
}
.standard-mark-download-module-left .standard-mark-data-wrapper .standard-mark-item:last-of-type {
	padding-bottom:20px
}
.standard-mark-download-module-left .standard-mark-data-wrapper .standard-mark-item-heading {
	width:90%;
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:2.6rem;
	line-height:1.1em;
	margin-bottom:15px;
	cursor:pointer;
	position:relative
}
@media (max-width:1200px) {
	.standard-mark-download-module-left .standard-mark-data-wrapper .standard-mark-item-heading {
	font-size:calc(1.385rem + 1.0125vw)
}
}@media (max-width:992px) {
	.standard-mark-download-module-left .standard-mark-data-wrapper .standard-mark-item-heading {
	font-size:2rem
}
}@media (max-width:992px) and (max-width:1200px) {
	.standard-mark-download-module-left .standard-mark-data-wrapper .standard-mark-item-heading {
	font-size:calc(1.325rem + .5625vw)
}
}.standard-mark-download-module-left .standard-mark-data-wrapper .standard-mark-item-heading:after {
	content:'';
	background:url(../fonts/arrow-dropdown.svg) no-repeat;
	height:20px;
	width:20px;
	background-size:20px 20px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	margin-left:20px
}
.standard-mark-download-module-left .standard-mark-data-wrapper .standard-mark-item-image-name a {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.6rem;
	text-decoration:none
}
@media (max-width:1200px) {
	.standard-mark-download-module-left .standard-mark-data-wrapper .standard-mark-item-image-name a {
	font-size:calc(1.285rem + .2625vw)
}
}.standard-mark-download-module-left .standard-mark-data-wrapper .standard-mark-item-image-name a span {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem
}
@media (max-width:1200px) {
	.standard-mark-download-module-left .standard-mark-data-wrapper .standard-mark-item-image-name a span {
	font-size:calc(1.285rem + .2625vw)
}
}.standard-mark-download-module-left .standard-mark-data-wrapper .accordion-close .standard-mark-item-image-name-content-wrapper {
	height:0;
	-webkit-transition:height 1s ease-out;
	transition:height 1s ease-out;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	transform:scaleY(0)
}
.standard-mark-download-module-left .standard-mark-data-wrapper .accordion-open .standard-mark-item-heading:after {
	-webkit-transform:rotateX(-180deg);
	transform:rotateX(-180deg);
	top:20%
}
.standard-mark-download-module-left .standard-mark-data-wrapper .accordion-open .standard-mark-item-image-name-content-wrapper {
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	transform:scaleY(1);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	transform-origin:top;
	-webkit-transition:-webkit-transform .4s ease;
	transition:-webkit-transform .4s ease;
	transition:transform .4s ease;
	transition:transform .4s ease,-webkit-transform .4s ease
}
.standard-mark-download-module-right {
	width:60%
}
@media (max-width:768px) {
	.standard-mark-download-module-right {
	width:100%
}
}.standard-mark-download-module-right .select-options {
	display:none;
	position:relative;
	margin:25px 0 25px 0
}
@media (max-width:768px) {
	.standard-mark-download-module-right .select-options {
	display:block
}
}.standard-mark-download-module-right .jcf-select-drop-content {
	position:absolute;
	background:#fff;
	width:100%;
	left:0;
	border:1px solid rgba(0,0,0,0.57);
	border-top:none;
	top:50px
}
.standard-mark-download-module-right .jcf-select {
	width:100%;
	border:1px solid rgba(0,0,0,0.57);
	display:inline-block;
	height:50px
}
.standard-mark-download-module-right .jcf-select-text {
	font-family:"Roboto",sans-serif;
	font-weight:500;
	width:100% !important;
	position:relative;
	cursor:pointer;
	padding-left:15px;
	margin-top:13px;
	display:inline-block
}
.standard-mark-download-module-right .jcf-select-text:after {
	content:'';
	background:url(../fonts/arrow-dropdown.svg) no-repeat;
	height:20px;
	width:20px;
	background-size:20px 20px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	margin-left:20px;
	right:15px
}
.standard-mark-download-module-right .jcf-select-drop {
	width:100% !important
}
.standard-mark-download-module-right .jcf-select-drop ul {
	padding:0;
	margin:0;
	list-style-type:none
}
.standard-mark-download-module-right .jcf-select-drop ul li {
	padding:10px 0
}
.standard-mark-download-module-right .jcf-select-drop ul li span {
	width:100%;
	display:inline-block;
	padding-left:15px
}
.standard-mark-download-module-right .jcf-select-drop ul li span.jcf-option-level-1 {
	font-family:"Roboto",sans-serif;
	font-weight:500
}
.standard-mark-download-module-right .jcf-select-drop ul li span.jcf-option-level-2 {
	cursor:pointer
}
.standard-mark-download-module-right-intro {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:30px
}
.standard-mark-download-module-right-intro-image {
	width:15%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch
}
@media (max-width:992px) {
	.standard-mark-download-module-right-intro-image {
	margin-right:20px
}
}.standard-mark-download-module-right-intro-content {
	width:80%
}
.standard-mark-download-module-right-intro-content h2 {
	margin-bottom:15px
}
.standard-mark-download-module-right-intro-content h4 {
	margin-bottom:0
}
.standard-mark-download-module-right-body .access-code-form {
	width:80%;
	display:none
}
@media (max-width:768px) {
	.standard-mark-download-module-right-body .access-code-form {
	width:100%
}
}.standard-mark-download-module-right-body form .form-content {
	margin:20px 0
}
.standard-mark-download-module-right-body form .form-element {
	margin:25px 0
}
.standard-mark-download-module-right-body form .input-text {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem;
	width:100%;
	height:50px;
	border-radius:3px;
	padding:0 15px;
	border:1px solid rgba(0,0,0,0.57)
}
@media (max-width:1200px) {
	.standard-mark-download-module-right-body form .input-text {
	font-size:calc(1.285rem + .2625vw)
}
}.standard-mark-download-module-right-body form .input-text::-webkit-input-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:300
}
.standard-mark-download-module-right-body form .input-text:-moz-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:300
}
.standard-mark-download-module-right-body form .input-text::-moz-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:300
}
.standard-mark-download-module-right-body form .input-text:-ms-input-placeholder {
	font-family:"Roboto",sans-serif;
	font-weight:300
}
.standard-mark-download-module-right-body form .error {
	display:none;
	margin-top:5px;
	font-size:1.2rem;
	color:#d9261e;
	font-family:"Roboto",sans-serif;
	font-weight:300
}
.standard-mark-download-module-right-body form input[type=checkbox] {
	display:none
}
.standard-mark-download-module-right-body form label p {
	padding-left:30px;
	display:inline-block;
	margin-bottom:0
}
.standard-mark-download-module-right-body form label div {
	display:inline-block
}
@media (max-width:600px) {
	.standard-mark-download-module-right-body form label div {
	margin-top:5px
}
}.standard-mark-download-module-right-body form #agreement-label {
	padding-left:30px
}
.standard-mark-download-module-right-body form label:before {
	content:url("../fonts/checkbox.svg");
	position:absolute;
	z-index:100;
	margin-left:-30px
}
.standard-mark-download-module-right-body form input:checked+label:before {
	content:url("../fonts/checkbox-active.svg")
}
.standard-marks-logo {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:49%;
	float:left;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
@media (max-width:600px) {
	.standard-marks-logo {
	width:100%
}
}.standard-marks-logo img {
	max-height:750px
}
@media (max-width:768px) {
	.standard-marks-logo img {
	max-width:200px
}
}@media (max-width:600px) {
	.standard-marks-logo img {
	max-width:505px;
	height:auto
}
}.standard-marks-description {
	width:50%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding-left:40px
}
@media (max-width:600px) {
	.standard-marks-description {
	text-align:center;
	width:100%;
	padding:40px 0
}
}.testimonial-block {
	box-shadow:0 16px 20px rgba(0,0,0,0.29);
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	border-radius:16px 16px 0 16px
}
@media (max-width:600px) {
	.testimonial-block {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	border-radius:16px 16px 0 0;
	box-shadow:none
}
}.testimonial-heading {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	position:relative;
	width:45%;
	background:#323e44;
	border-radius:16px 0 0 16px;
	padding:50px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:600px) {
	.testimonial-heading {
	width:100%;
	padding:40px 15px;
	border-radius:16px 16px 0 0
}
}.testimonial-heading h4 {
	color:#cecece
}
.testimonial-heading:after {
	content:'';
	position:absolute;
	background:url(../images/mask.png) no-repeat;
	left:0;
	bottom:0;
	width:450px;
	height:430px
}
@media (max-width:600px) {
	.testimonial-heading:after {
	width:225px;
	height:215px;
	background-size:contain
}
}.testimonial-slider {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:55%;
	padding:10px 10px 10px 0;
	background:#f0f0f0;
	position:relative;
	border-radius:0 16px 0 0
}
@media (max-width:600px) {
	.testimonial-slider {
	width:100%;
	padding:0;
	border-radius:0
}
}.testimonial-slider-holder {
	width:100%;
	background:#fff;
	border-radius:0 16px 0 0;
	position:relative
}
@media (max-width:600px) {
	.testimonial-slider-holder {
	border-radius:0;
	background:none
}
}.testimonial-slider-holder:after {
	content:'';
	position:absolute;
	width:78px;
	height:76px;
	background:url(../images/icon-quote.svg) no-repeat;
	background-size:contain;
	right:45px;
	top:-50px
}
@media (max-width:600px) {
	.testimonial-slider-holder:after {
	background:url(../fonts/icon-quote-gray.svg) no-repeat;
	background-size:contain
}
}.testimonial .slick-track {
	display:-webkit-box !important;
	display:-webkit-flex !important;
	display:-ms-flexbox !important;
	display:flex !important
}
.testimonial-slide {
	display:-webkit-box !important;
	display:-webkit-flex !important;
	display:-ms-flexbox !important;
	display:flex !important;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	height:inherit !important;
	padding:50px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:600px) {
	.testimonial-slide {
	padding:60px 15px
}
}.testimonial-slide blockquote {
	margin:0;
	padding:0
}
.testimonial-slide blockquote:after {
	display:none
}
.testimonial-slide blockquote:before {
	display:none
}
.testimonial-slide q {
	quotes:none
}
.testimonial-slide cite {
	font-style:normal
}
.testimonial-slide cite .customer-logo {
	display:inline-block;
	vertical-align:middle;
	margin:15px 10px 15px 0;
	max-width:130px
}
@media (max-width:600px) {
	.testimonial-slide cite .customer-logo {
	max-width:75px
}
}.testimonial-slide cite .customer-logo img {
	width:100%;
	height:auto
}
.testimonial-slide cite .customer-details {
	display:inline-block;
	width:calc(100% - 145px);
	vertical-align:middle
}
@media (max-width:600px) {
	.testimonial-slide cite .customer-details {
	width:calc(100% - 90px)
}
}.testimonial-slide cite .customer-details strong {
	font-family:"Roboto",sans-serif;
	font-weight:500
}
.testimonial-slider-pagination {
	position:absolute;
	bottom:20px;
	right:20px;
	padding:0 35px;
	height:25px
}
@media (max-width:600px) {
	.testimonial-slider-pagination {
	height:auto;
	padding:0;
	width:100%;
	left:0;
	right:auto
}
}.testimonial-slider-pagination .slick-arrow {
	position:absolute;
	content:'';
	width:25px;
	height:25px;
	border-radius:25px;
	border:1px solid #c7c7c7;
	background:none;
	font-size:0;
	cursor:pointer
}
@media (max-width:600px) {
	.testimonial-slider-pagination .slick-arrow {
	display:none !important
}
}.testimonial-slider-pagination .slick-arrow:after {
	position:absolute;
	content:'';
	width:7px;
	height:7px;
	border-style:solid;
	border-color:#c7c7c7;
	border-width:0 1px 1px 0;
	top:7px
}
.testimonial-slider-pagination .slick-arrow:hover {
	border-color:#2e2e2e
}
.testimonial-slider-pagination .slick-arrow:hover:after {
	border-color:#2e2e2e
}
.testimonial-slider-pagination .slick-arrow.slick-prev {
	left:0
}
.testimonial-slider-pagination .slick-arrow.slick-prev:after {
	-webkit-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
	left:9px
}
.testimonial-slider-pagination .slick-arrow.slick-next {
	right:0
}
.testimonial-slider-pagination .slick-arrow.slick-next:after {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	right:9px
}
.testimonial-slider-pagination .slick-dots {
	list-style:none;
	margin-top:-10px;
	padding:7px 0;
	text-align:center
}
.testimonial-slider-pagination .slick-dots li {
	display:inline-block;
	margin:0 3px
}
.testimonial-slider-pagination .slick-dots li button {
	font-size:0;
	display:block;
	position:relative;
	width:10px;
	padding:0;
	height:10px;
	background:#c7c7c7;
	border:none;
	border-radius:10px;
	cursor:pointer
}
.testimonial-slider-pagination .slick-dots li button:hover {
	background:#2e2e2e
}
.testimonial-slider-pagination .slick-dots li button:after {
	width:5px;
	height:5px
}
.testimonial-slider-pagination .slick-dots li.slick-active button {
	background:#2e2e2e
}
.training-item-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:30px 0;
	margin:0 -10px
}
@media (max-width:600px) {
	.training-item-wrapper {
	margin:0
}
}.training-item {
	padding:0 10px;
	margin-bottom:25px;
	width:25%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
@media (max-width:992px) {
	.training-item {
	width:33.33%
}
}@media (max-width:600px) {
	.training-item {
	width:100%;
	padding:0;
	display:none
}
.training-item:nth-child(-n+4) {
	display:block
}
}.training-item-wrap {
	display:block;
	text-decoration:none;
	background-color:#fafafa;
	border-radius:16px 16px 0 16px;
	box-shadow:0 0 18px -3px rgba(0,0,0,0.2);
	padding:20px 13px;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in;
	position:relative;
	bottom:0;
	left:0;
	color:#5a5a5a
}
.training-item-wrap h5,.training-item-wrap p {
	-webkit-transition:color .3s ease-in-out;
	transition:color .3s ease-in-out
}
.training-item-wrap:hover {
	background-color:#184a75;
	color:#fff
}
.training-item-wrap:hover h5,.training-item-wrap:hover p {
	color:#fff
}
.training-item-wrap:focus {
	bottom:-4px;
	left:-4px;
	background-color:#184a75;
	color:#fff;
	box-shadow:none;
	-webkit-transition-duration:.15s;
	transition-duration:.15s;
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out
}
.training-item-wrap:focus h5,.training-item-wrap:focus p {
	color:#fff
}
.training-cta {
	width:100%;
	text-align:center
}
.video-popup {
	margin:50px 0;
	padding:5% 0
}
.video-popup.vertical {
	margin:0;
	padding:40px 0
}
.video-popup-content-holder {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.vertical .video-popup-content-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
@media (max-width:768px) {
	.video-popup-content-holder {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.video-popup-content-left {
	width:70%;
	min-height:375px;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:1;
	margin-right:35px;
	border-radius:16px 16px 0 16px;
	position:relative
}
.vertical .video-popup-content-left {
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center;
	margin-right:0;
	border-radius:0
}
@media (max-width:768px) {
	.video-popup-content-left {
	min-height:320px;
	width:90%;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center;
	margin-right:0
}
}@media (max-width:600px) {
	.video-popup-content-left {
	min-height:250px
}
}.video-popup-content-left:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.57);
	border-radius:16px 16px 0 16px
}
.vertical .video-popup-content-left:before {
	border-radius:0
}
.video-popup-content-right {
	width:90%;
	padding:100px 40px;
	background:#f0f0f0;
	margin-top:-5%;
	margin-bottom:-5%;
	margin-left:-40%;
	padding-left:40%;
	border-radius:16px 16px 0 16px
}
.vertical .video-popup-content-right {
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center;
	margin-top:-5%;
	margin-bottom:0;
	padding:95px 40px 60px 40px;
	margin-left:0;
	text-align:center
}
@media (max-width:768px) {
	.vertical .video-popup-content-right {
	width:100%;
	padding:30px 30px 40px 30px;
	margin-top:-22%;
	padding-top:28%;
	margin-left:0
}
}@media (max-width:768px) {
	.video-popup-content-right {
	width:100%;
	padding:30px 30px 40px 30px;
	margin-top:-22%;
	padding-top:28%;
	margin-left:0
}
}.video-popup-content-play-button {
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.video-popup-iframe iframe {
	padding:50px;
	background:#f5f5f5;
	border-radius:16px 16px 0 16px
}
@media (max-width:600px) {
	.video-popup-iframe iframe {
	padding:30px
}
}.video-popup-iframe .mfp-close {
	color:rgba(0,0,0,0.57);
	top:-5px;
	right:5px;
	opacity:1;
	font-size:30px
}
.webinar-header-content-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid rgba(0,0,0,0.57);
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:600px) {
	.webinar-header-content-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.webinar-header-left {
	width:70%
}
@media (max-width:600px) {
	.webinar-header-left {
	width:100%;
	margin-bottom:20px
}
}.webinar-header-left h2 {
	margin-bottom:0
}
.webinar-header-right {
	width:30%;
	text-align:right
}
@media (max-width:600px) {
	.webinar-header-right {
	width:100%;
	text-align:left
}
}.webinar-body-content-holder {
	width:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	margin:50px 0 0 0;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.webinar-body-content-left {
	width:40%;
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start
}
@media (max-width:768px) {
	.webinar-body-content-left {
	width:100%
}
}.webinar-body-content-right {
	width:55%;
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start
}
@media (max-width:768px) {
	.webinar-body-content-right {
	width:100%
}
}.webinar-content-module-item {
	width:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	text-decoration:none;
	color:#000;
	-webkit-transition:.4s all;
	transition:.4s all;
	position:relative;
	top:0
}
.webinar-body-content-right .webinar-content-module-item {
	padding:0 0 30px
}
.webinar-content-module-item:hover {
	top:-5px
}
@media (max-width:768px) {
	.webinar-content-module-item {
	padding:0 0 30px
}
}@media (max-width:600px) {
	.webinar-content-module-item {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.webinar-body-content-left .webinar-content-module-item {
	width:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
@media (max-width:768px) {
	.webinar-body-content-left .webinar-content-module-item {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
}@media (max-width:600px) {
	.webinar-body-content-left .webinar-content-module-item {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.webinar-content-module-item .main-heading {
	font-family:"Roboto",sans-serif;
	font-weight:700;
	font-size:1.6rem;
	line-height:1.3em;
	margin-top:10px
}
@media (max-width:1200px) {
	.webinar-content-module-item .main-heading {
	font-size:calc(1.285rem + .2625vw)
}
}.webinar-content-module-item .main-description {
	margin-top:10px
}
.webinar-content-module-item .on-demand-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.webinar-content-module-item .on-demand-wrapper .on-demand-left .fa-play-circle {
	font-size:1.4rem
}
@media (max-width:1200px) {
	.webinar-content-module-item .on-demand-wrapper .on-demand-left .fa-play-circle {
	font-size:calc(1.265rem + .1125vw)
}
}.webinar-content-module-item .on-demand-wrapper .on-demand-right {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem;
	line-height:1.3em;
	margin-left:5px
}
.webinar-content-module-item .event-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.webinar-content-module-item .event-wrapper .event-left .fa-calendar-alt {
	font-size:1.4rem
}
@media (max-width:1200px) {
	.webinar-content-module-item .event-wrapper .event-left .fa-calendar-alt {
	font-size:calc(1.265rem + .1125vw)
}
}.webinar-content-module-item .event-wrapper .event-right {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.2rem;
	line-height:1.3em;
	margin-left:5px
}
.webinar-content-module-image {
	width:40%;
	min-height:200px;
	border-radius:6px 6px 0 6px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center
}
@media (max-width:600px) {
	.webinar-content-module-image {
	min-height:250px;
	width:100%;
	border-radius:16px 16px 0 16px;
	margin-bottom:20px
}
}.webinar-body-content-left .webinar-content-module-image {
	width:100%;
	min-height:300px;
	margin-bottom:20px;
	border-radius:16px 16px 0 16px
}
@media (max-width:768px) {
	.webinar-body-content-left .webinar-content-module-image {
	width:40%;
	min-height:200px;
	border-radius:6px 6px 0 6px;
	margin-bottom:0
}
}@media (max-width:600px) {
	.webinar-body-content-left .webinar-content-module-image {
	min-height:250px;
	width:100%;
	border-radius:16px 16px 0 16px;
	margin-bottom:20px
}
}.webinar-content-module-wrapper {
	width:55%
}
@media (max-width:600px) {
	.webinar-content-module-wrapper {
	width:100%
}
}.webinar-body-content-left .webinar-content-module-wrapper {
	width:100%
}
@media (max-width:768px) {
	.webinar-body-content-left .webinar-content-module-wrapper {
	width:55%
}
}@media (max-width:600px) {
	.webinar-body-content-left .webinar-content-module-wrapper {
	width:100%
}
}.what-we-do-content-wrapper {
	background-image:url(../fonts/leaf1.svg);
	background-repeat:no-repeat;
	background-color:#323e44;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:60px 90px;
	border-radius:34px 34px 0 34px;
	background-position:-530px;
	background-size:100% 120%;
	width:100%
}
@media (max-width:768px) {
	.what-we-do-content-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	padding:60px 15px;
	background-position:-5% 70px;
	background-size:200% 100%;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:left;
	-webkit-justify-content:left;
	-ms-flex-pack:left;
	justify-content:left
}
}@media (max-width:600px) {
	.what-we-do-content-wrapper {
	border-radius:16px 16px 0 16px
}
}.what-we-do-content-left {
	width:30%
}
@media (max-width:768px) {
	.what-we-do-content-left {
	margin-bottom:30px
}
}@media (max-width:600px) {
	.what-we-do-content-left {
	width:100%
}
}.what-we-do-content-left h2 {
	margin:0
}
.what-we-do-content-separator {
	width:10%
}
@media (max-width:600px) {
	.what-we-do-content-separator {
	display:none
}
}.what-we-do-content-right {
	width:60%
}
@media (max-width:600px) {
	.what-we-do-content-right {
	width:100%
}
}.what-we-do .main-description {
	font-size:2.6rem;
	color:#fff;
	line-height:1.2em
}
@media (max-width:1200px) {
	.what-we-do .main-description {
	font-size:calc(1.385rem + 1.0125vw)
}
}.what-we-do .description-separator {
	height:1px;
	width:10%;
	background:#fff;
	margin:30px 0
}
.whitepaper-header-content-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid rgba(0,0,0,0.57);
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width:600px) {
	.whitepaper-header-content-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
}.whitepaper-header-left {
	width:70%
}
@media (max-width:600px) {
	.whitepaper-header-left {
	width:100%;
	margin-bottom:20px
}
}.whitepaper-header-left h2 {
	margin-bottom:0
}
.whitepaper-header-right {
	width:30%;
	text-align:right
}
@media (max-width:600px) {
	.whitepaper-header-right {
	width:100%;
	text-align:left
}
}.whitepaper-body-content-holder {
	width:100%
}
.whitepaper-content-module-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	width:100%;
	padding:40px 20px;
	text-decoration:none;
	-webkit-transition:.3s all;
	transition:.3s all
}
.whitepaper-content-module-item:hover {
	background-color:#f7f7f7
}
.whitepaper-content-module-item-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	width:100%;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.whitepaper-content-module-item-icon {
	width:5%;
	background-image:url("../fonts/whitepaper-ph.svg");
	background-repeat:no-repeat;
	background-size:contain;
	min-height:50px
}
@media (max-width:768px) {
	.whitepaper-content-module-item-icon {
	width:10%
}
}.whitepaper-content-module-item-data {
	width:95%;
	margin-left:20px
}
@media (max-width:768px) {
	.whitepaper-content-module-item-data {
	width:90%
}
}.whitepaper-content-module-item-data .main-heading {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:2.8rem;
	line-height:1.4em;
	color:#000;
	margin-bottom:20px
}
@media (max-width:1200px) {
	.whitepaper-content-module-item-data .main-heading {
	font-size:calc(1.405rem + 1.1625vw)
}
}.whitepaper-content-module-item-data .main-description {
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:1.6rem;
	line-height:1.4em;
	color:#000
}
@media (max-width:1200px) {
	.whitepaper-content-module-item-data .main-description {
	font-size:calc(1.285rem + .2625vw)
}
}