<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(648,1): run-time error CSS1019: Unexpected token, found '@charset'
(648,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(648,17): run-time error CSS1019: Unexpected token, found ';'
(1211,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(2090,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
(3688,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3689,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3696,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3697,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	background: #fff; /* 1 */
	color: #000; /* 2 */
	font-size: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 4 */
	-ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
	outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
	margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
	quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
	content: '';
	content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
	padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
	margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Grids generated by Gridset: https://gridsetapp.com */

@media only screen and (max-width:766px) {

/* Mobile grid: 2 column / gutter: 0% ---------------------------------------- */

[class*=" m1"],[class^=m1],[class*=" m2"],[class^=m2],.m-all{display:block;float:left;margin-right:-100%;}

/* Mobile grid spans ----- */

.m1,.m2{width:50%;}.m-all{width:100%;margin-left:0;margin-right:0;clear:left;}

/* Mobile grid padding ----- */

[class*=" m-pad"],[class^=m-pad],[class~=m-padfull],[class~=m-padinfull],[class~=m-padfull],[class~=m-padinfull]{padding-left:0%;padding-right:0%;left:-0%;}.m-pad,.m-padfull{position:relative;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}.m-padin[class~=m-padin],.m-padinfull[class~=m-padinfull]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;}

/* Mobile grid relationships ----- */

[class*=" m2"],[class^=m2]{margin-left:50%;}
.m1,[class*=m1-],.m-all,[class*=" m1-"],[class^=m1-],.m1,[class*=" m1-"] [class*=" m1-"],[class^=m1-] [class*=" m1-"],[class*=" m1-"] [class^=m1-],[class^=m1-] [class^=m1-],[class*=" m1-"] .m1,[class^=m1-] .m1,[class*=" m2-"] [class*=" m2-"],[class^=m2-] [class*=" m2-"],[class*=" m2-"] [class^=m2-],[class^=m2-] [class^=m2-],[class*=" m2-"] .m2,[class^=m2-] .m2{margin-left:0;clear:left;}

/* Mobile grid floats ----- */

[class*=" m-float"][class*=" m-float"],[class^=m-float][class^=m-float]{margin-left:0%;margin-right:0%;}
.m-floatright[class~=m-floatright],.m-floatright[class~=m-floatright]+.m-floatright[class~=m-floatright]{float:right;margin-right:0;clear:right;}
.m-floatleft[class~=m-floatleft]{float:left;margin-left:0;}

/* Mobile clearing ----- */

.m2+[class*=" m2"],.m2+[class^=m2],[class*=-m2]+[class*=" m2"],[class*=-m2]+[class^=m2],.m-clear{clear:left;}
.m-overlap[class*=overlap]{clear:none;}

/* Mobile hiding ----- */

.m-hide{display:none !important;}.m-show{display:block !important;}

}

@media only screen and (min-width:767px) and (max-width:1024px) {

/* Tablet Portrait grid: 12 column / gutter: 0% ---------------------------------------- */

[class*=" t1"],[class^=t1],[class*=" t2"],[class^=t2],[class*=" t3"],[class^=t3],[class*=" t4"],[class^=t4],[class*=" t5"],[class^=t5],[class*=" t6"],[class^=t6],[class*=" t7"],[class^=t7],[class*=" t8"],[class^=t8],[class*=" t9"],[class^=t9],[class*=" t10"],[class^=t10],[class*=" t11"],[class^=t11],[class*=" t12"],[class^=t12],.t-all{display:block;float:left;margin-right:-100%;}

/* Tablet Portrait grid spans ----- */

.t1,.t2,.t3,.t4,.t5,.t6,.t7,.t8,.t9,.t10,.t11,.t12{width:8.32790091%;}.t1-t11 .t1,.t1-t11 .t2,.t1-t11 .t3,.t1-t11 .t4,.t1-t11 .t5,.t1-t11 .t6,.t1-t11 .t7,.t1-t11 .t8,.t1-t11 .t9,.t1-t11 .t10,.t1-t11 .t11,.t2-t12 .t2,.t2-t12 .t3,.t2-t12 .t4,.t2-t12 .t5,.t2-t12 .t6,.t2-t12 .t7,.t2-t12 .t8,.t2-t12 .t9,.t2-t12 .t10,.t2-t12 .t11,.t2-t12 .t12{width:9.09090909%;}.t1-t10 .t1,.t1-t10 .t2,.t1-t10 .t3,.t1-t10 .t4,.t1-t10 .t5,.t1-t10 .t6,.t1-t10 .t7,.t1-t10 .t8,.t1-t10 .t9,.t1-t10 .t10,.t2-t11 .t2,.t2-t11 .t3,.t2-t11 .t4,.t2-t11 .t5,.t2-t11 .t6,.t2-t11 .t7,.t2-t11 .t8,.t2-t11 .t9,.t2-t11 .t10,.t2-t11 .t11,.t3-t12 .t3,.t3-t12 .t4,.t3-t12 .t5,.t3-t12 .t6,.t3-t12 .t7,.t3-t12 .t8,.t3-t12 .t9,.t3-t12 .t10,.t3-t12 .t11,.t3-t12 .t12{width:10%;}.t1-t9 .t1,.t1-t9 .t2,.t1-t9 .t3,.t1-t9 .t4,.t1-t9 .t5,.t1-t9 .t6,.t1-t9 .t7,.t1-t9 .t8,.t1-t9 .t9,.t2-t10 .t2,.t2-t10 .t3,.t2-t10 .t4,.t2-t10 .t5,.t2-t10 .t6,.t2-t10 .t7,.t2-t10 .t8,.t2-t10 .t9,.t2-t10 .t10,.t3-t11 .t3,.t3-t11 .t4,.t3-t11 .t5,.t3-t11 .t6,.t3-t11 .t7,.t3-t11 .t8,.t3-t11 .t9,.t3-t11 .t10,.t3-t11 .t11,.t4-t12 .t4,.t4-t12 .t5,.t4-t12 .t6,.t4-t12 .t7,.t4-t12 .t8,.t4-t12 .t9,.t4-t12 .t10,.t4-t12 .t11,.t4-t12 .t12{width:11.11111111%;}.t1-t8 .t1,.t1-t8 .t2,.t1-t8 .t3,.t1-t8 .t4,.t1-t8 .t5,.t1-t8 .t6,.t1-t8 .t7,.t1-t8 .t8,.t2-t9 .t2,.t2-t9 .t3,.t2-t9 .t4,.t2-t9 .t5,.t2-t9 .t6,.t2-t9 .t7,.t2-t9 .t8,.t2-t9 .t9,.t3-t10 .t3,.t3-t10 .t4,.t3-t10 .t5,.t3-t10 .t6,.t3-t10 .t7,.t3-t10 .t8,.t3-t10 .t9,.t3-t10 .t10,.t4-t11 .t4,.t4-t11 .t5,.t4-t11 .t6,.t4-t11 .t7,.t4-t11 .t8,.t4-t11 .t9,.t4-t11 .t10,.t4-t11 .t11,.t5-t12 .t5,.t5-t12 .t6,.t5-t12 .t7,.t5-t12 .t8,.t5-t12 .t9,.t5-t12 .t10,.t5-t12 .t11,.t5-t12 .t12{width:12.5%;}.t1-t7 .t1,.t1-t7 .t2,.t1-t7 .t3,.t1-t7 .t4,.t1-t7 .t5,.t1-t7 .t6,.t1-t7 .t7,.t2-t8 .t2,.t2-t8 .t3,.t2-t8 .t4,.t2-t8 .t5,.t2-t8 .t6,.t2-t8 .t7,.t2-t8 .t8,.t3-t9 .t3,.t3-t9 .t4,.t3-t9 .t5,.t3-t9 .t6,.t3-t9 .t7,.t3-t9 .t8,.t3-t9 .t9,.t4-t10 .t4,.t4-t10 .t5,.t4-t10 .t6,.t4-t10 .t7,.t4-t10 .t8,.t4-t10 .t9,.t4-t10 .t10,.t5-t11 .t5,.t5-t11 .t6,.t5-t11 .t7,.t5-t11 .t8,.t5-t11 .t9,.t5-t11 .t10,.t5-t11 .t11,.t6-t12 .t6,.t6-t12 .t7,.t6-t12 .t8,.t6-t12 .t9,.t6-t12 .t10,.t6-t12 .t11,.t6-t12 .t12{width:14.28571429%;}.t1-t2,.t2-t3,.t3-t4,.t4-t5,.t5-t6,.t6-t7,.t7-t8,.t8-t9,.t9-t10,.t10-t11,.t11-t12{width:16.65580183%;}.t1-t6 .t1,.t1-t6 .t2,.t1-t6 .t3,.t1-t6 .t4,.t1-t6 .t5,.t1-t6 .t6,.t2-t7 .t2,.t2-t7 .t3,.t2-t7 .t4,.t2-t7 .t5,.t2-t7 .t6,.t2-t7 .t7,.t3-t8 .t3,.t3-t8 .t4,.t3-t8 .t5,.t3-t8 .t6,.t3-t8 .t7,.t3-t8 .t8,.t4-t9 .t4,.t4-t9 .t5,.t4-t9 .t6,.t4-t9 .t7,.t4-t9 .t8,.t4-t9 .t9,.t5-t10 .t5,.t5-t10 .t6,.t5-t10 .t7,.t5-t10 .t8,.t5-t10 .t9,.t5-t10 .t10,.t6-t11 .t6,.t6-t11 .t7,.t6-t11 .t8,.t6-t11 .t9,.t6-t11 .t10,.t6-t11 .t11,.t7-t12 .t7,.t7-t12 .t8,.t7-t12 .t9,.t7-t12 .t10,.t7-t12 .t11,.t7-t12 .t12{width:16.66666667%;}.t1-t11 .t1-t2,.t1-t11 .t2-t3,.t1-t11 .t3-t4,.t1-t11 .t4-t5,.t1-t11 .t5-t6,.t1-t11 .t6-t7,.t1-t11 .t7-t8,.t1-t11 .t8-t9,.t1-t11 .t9-t10,.t1-t11 .t10-t11,.t2-t12 .t2-t3,.t2-t12 .t3-t4,.t2-t12 .t4-t5,.t2-t12 .t5-t6,.t2-t12 .t6-t7,.t2-t12 .t7-t8,.t2-t12 .t8-t9,.t2-t12 .t9-t10,.t2-t12 .t10-t11,.t2-t12 .t11-t12{width:18.18181819%;}.t1-t5 .t1,.t1-t5 .t2,.t1-t5 .t3,.t1-t5 .t4,.t1-t5 .t5,.t1-t10 .t1-t2,.t1-t10 .t2-t3,.t1-t10 .t3-t4,.t1-t10 .t4-t5,.t1-t10 .t5-t6,.t1-t10 .t6-t7,.t1-t10 .t7-t8,.t1-t10 .t8-t9,.t1-t10 .t9-t10,.t2-t6 .t2,.t2-t6 .t3,.t2-t6 .t4,.t2-t6 .t5,.t2-t6 .t6,.t2-t11 .t2-t3,.t2-t11 .t3-t4,.t2-t11 .t4-t5,.t2-t11 .t5-t6,.t2-t11 .t6-t7,.t2-t11 .t7-t8,.t2-t11 .t8-t9,.t2-t11 .t9-t10,.t2-t11 .t10-t11,.t3-t7 .t3,.t3-t7 .t4,.t3-t7 .t5,.t3-t7 .t6,.t3-t7 .t7,.t3-t12 .t3-t4,.t3-t12 .t4-t5,.t3-t12 .t5-t6,.t3-t12 .t6-t7,.t3-t12 .t7-t8,.t3-t12 .t8-t9,.t3-t12 .t9-t10,.t3-t12 .t10-t11,.t3-t12 .t11-t12,.t4-t8 .t4,.t4-t8 .t5,.t4-t8 .t6,.t4-t8 .t7,.t4-t8 .t8,.t5-t9 .t5,.t5-t9 .t6,.t5-t9 .t7,.t5-t9 .t8,.t5-t9 .t9,.t6-t10 .t6,.t6-t10 .t7,.t6-t10 .t8,.t6-t10 .t9,.t6-t10 .t10,.t7-t11 .t7,.t7-t11 .t8,.t7-t11 .t9,.t7-t11 .t10,.t7-t11 .t11,.t8-t12 .t8,.t8-t12 .t9,.t8-t12 .t10,.t8-t12 .t11,.t8-t12 .t12{width:20%;}.t1-t9 .t1-t2,.t1-t9 .t2-t3,.t1-t9 .t3-t4,.t1-t9 .t4-t5,.t1-t9 .t5-t6,.t1-t9 .t6-t7,.t1-t9 .t7-t8,.t1-t9 .t8-t9,.t2-t10 .t2-t3,.t2-t10 .t3-t4,.t2-t10 .t4-t5,.t2-t10 .t5-t6,.t2-t10 .t6-t7,.t2-t10 .t7-t8,.t2-t10 .t8-t9,.t2-t10 .t9-t10,.t3-t11 .t3-t4,.t3-t11 .t4-t5,.t3-t11 .t5-t6,.t3-t11 .t6-t7,.t3-t11 .t7-t8,.t3-t11 .t8-t9,.t3-t11 .t9-t10,.t3-t11 .t10-t11,.t4-t12 .t4-t5,.t4-t12 .t5-t6,.t4-t12 .t6-t7,.t4-t12 .t7-t8,.t4-t12 .t8-t9,.t4-t12 .t9-t10,.t4-t12 .t10-t11,.t4-t12 .t11-t12{width:22.22222223%;}.t1-t3,.t2-t4,.t3-t5,.t4-t6,.t5-t7,.t6-t8,.t7-t9,.t8-t10,.t9-t11,.t10-t12{width:24.98370274%;}.t1-t4 .t1,.t1-t4 .t2,.t1-t4 .t3,.t1-t4 .t4,.t2-t5 .t2,.t2-t5 .t3,.t2-t5 .t4,.t2-t5 .t5,.t3-t6 .t3,.t3-t6 .t4,.t3-t6 .t5,.t3-t6 .t6,.t4-t7 .t4,.t4-t7 .t5,.t4-t7 .t6,.t4-t7 .t7,.t5-t8 .t5,.t5-t8 .t6,.t5-t8 .t7,.t5-t8 .t8,.t6-t9 .t6,.t6-t9 .t7,.t6-t9 .t8,.t6-t9 .t9,.t7-t10 .t7,.t7-t10 .t8,.t7-t10 .t9,.t7-t10 .t10,.t8-t11 .t8,.t8-t11 .t9,.t8-t11 .t10,.t8-t11 .t11,.t9-t12 .t9,.t9-t12 .t10,.t9-t12 .t11,.t9-t12 .t12{width:25%;}.t1-t8 .t1-t2,.t1-t8 .t2-t3,.t1-t8 .t3-t4,.t1-t8 .t4-t5,.t1-t8 .t5-t6,.t1-t8 .t6-t7,.t1-t8 .t7-t8,.t2-t9 .t2-t3,.t2-t9 .t3-t4,.t2-t9 .t4-t5,.t2-t9 .t5-t6,.t2-t9 .t6-t7,.t2-t9 .t7-t8,.t2-t9 .t8-t9,.t3-t10 .t3-t4,.t3-t10 .t4-t5,.t3-t10 .t5-t6,.t3-t10 .t6-t7,.t3-t10 .t7-t8,.t3-t10 .t8-t9,.t3-t10 .t9-t10,.t4-t11 .t4-t5,.t4-t11 .t5-t6,.t4-t11 .t6-t7,.t4-t11 .t7-t8,.t4-t11 .t8-t9,.t4-t11 .t9-t10,.t4-t11 .t10-t11,.t5-t12 .t5-t6,.t5-t12 .t6-t7,.t5-t12 .t7-t8,.t5-t12 .t8-t9,.t5-t12 .t9-t10,.t5-t12 .t10-t11,.t5-t12 .t11-t12{width:25.00000001%;}.t1-t11 .t1-t3,.t1-t11 .t2-t4,.t1-t11 .t3-t5,.t1-t11 .t4-t6,.t1-t11 .t5-t7,.t1-t11 .t6-t8,.t1-t11 .t7-t9,.t1-t11 .t8-t10,.t1-t11 .t9-t11,.t2-t12 .t2-t4,.t2-t12 .t3-t5,.t2-t12 .t4-t6,.t2-t12 .t5-t7,.t2-t12 .t6-t8,.t2-t12 .t7-t9,.t2-t12 .t8-t10,.t2-t12 .t9-t11,.t2-t12 .t10-t12{width:27.27272727%;}.t1-t7 .t1-t2,.t1-t7 .t2-t3,.t1-t7 .t3-t4,.t1-t7 .t4-t5,.t1-t7 .t5-t6,.t1-t7 .t6-t7,.t2-t8 .t2-t3,.t2-t8 .t3-t4,.t2-t8 .t4-t5,.t2-t8 .t5-t6,.t2-t8 .t6-t7,.t2-t8 .t7-t8,.t3-t9 .t3-t4,.t3-t9 .t4-t5,.t3-t9 .t5-t6,.t3-t9 .t6-t7,.t3-t9 .t7-t8,.t3-t9 .t8-t9,.t4-t10 .t4-t5,.t4-t10 .t5-t6,.t4-t10 .t6-t7,.t4-t10 .t7-t8,.t4-t10 .t8-t9,.t4-t10 .t9-t10,.t5-t11 .t5-t6,.t5-t11 .t6-t7,.t5-t11 .t7-t8,.t5-t11 .t8-t9,.t5-t11 .t9-t10,.t5-t11 .t10-t11,.t6-t12 .t6-t7,.t6-t12 .t7-t8,.t6-t12 .t8-t9,.t6-t12 .t9-t10,.t6-t12 .t10-t11,.t6-t12 .t11-t12{width:28.57142858%;}.t1-t10 .t1-t3,.t1-t10 .t2-t4,.t1-t10 .t3-t5,.t1-t10 .t4-t6,.t1-t10 .t5-t7,.t1-t10 .t6-t8,.t1-t10 .t7-t9,.t1-t10 .t8-t10,.t2-t11 .t2-t4,.t2-t11 .t3-t5,.t2-t11 .t4-t6,.t2-t11 .t5-t7,.t2-t11 .t6-t8,.t2-t11 .t7-t9,.t2-t11 .t8-t10,.t2-t11 .t9-t11,.t3-t12 .t3-t5,.t3-t12 .t4-t6,.t3-t12 .t5-t7,.t3-t12 .t6-t8,.t3-t12 .t7-t9,.t3-t12 .t8-t10,.t3-t12 .t9-t11,.t3-t12 .t10-t12{width:30%;}.t1-t4,.t2-t5,.t3-t6,.t4-t7,.t5-t8,.t6-t9,.t7-t10,.t8-t11,.t9-t12{width:33.31160365%;}.t1-t3 .t1,.t1-t3 .t2,.t1-t3 .t3,.t2-t4 .t2,.t2-t4 .t3,.t2-t4 .t4,.t3-t5 .t3,.t3-t5 .t4,.t3-t5 .t5,.t4-t6 .t4,.t4-t6 .t5,.t4-t6 .t6,.t5-t7 .t5,.t5-t7 .t6,.t5-t7 .t7,.t6-t8 .t6,.t6-t8 .t7,.t6-t8 .t8,.t7-t9 .t7,.t7-t9 .t8,.t7-t9 .t9,.t8-t10 .t8,.t8-t10 .t9,.t8-t10 .t10,.t9-t11 .t9,.t9-t11 .t10,.t9-t11 .t11,.t10-t12 .t10,.t10-t12 .t11,.t10-t12 .t12{width:33.33333333%;}.t1-t6 .t1-t2,.t1-t6 .t2-t3,.t1-t6 .t3-t4,.t1-t6 .t4-t5,.t1-t6 .t5-t6,.t1-t9 .t1-t3,.t1-t9 .t2-t4,.t1-t9 .t3-t5,.t1-t9 .t4-t6,.t1-t9 .t5-t7,.t1-t9 .t6-t8,.t1-t9 .t7-t9,.t2-t7 .t2-t3,.t2-t7 .t3-t4,.t2-t7 .t4-t5,.t2-t7 .t5-t6,.t2-t7 .t6-t7,.t2-t10 .t2-t4,.t2-t10 .t3-t5,.t2-t10 .t4-t6,.t2-t10 .t5-t7,.t2-t10 .t6-t8,.t2-t10 .t7-t9,.t2-t10 .t8-t10,.t3-t8 .t3-t4,.t3-t8 .t4-t5,.t3-t8 .t5-t6,.t3-t8 .t6-t7,.t3-t8 .t7-t8,.t3-t11 .t3-t5,.t3-t11 .t4-t6,.t3-t11 .t5-t7,.t3-t11 .t6-t8,.t3-t11 .t7-t9,.t3-t11 .t8-t10,.t3-t11 .t9-t11,.t4-t9 .t4-t5,.t4-t9 .t5-t6,.t4-t9 .t6-t7,.t4-t9 .t7-t8,.t4-t9 .t8-t9,.t4-t12 .t4-t6,.t4-t12 .t5-t7,.t4-t12 .t6-t8,.t4-t12 .t7-t9,.t4-t12 .t8-t10,.t4-t12 .t9-t11,.t4-t12 .t10-t12,.t5-t10 .t5-t6,.t5-t10 .t6-t7,.t5-t10 .t7-t8,.t5-t10 .t8-t9,.t5-t10 .t9-t10,.t6-t11 .t6-t7,.t6-t11 .t7-t8,.t6-t11 .t8-t9,.t6-t11 .t9-t10,.t6-t11 .t10-t11,.t7-t12 .t7-t8,.t7-t12 .t8-t9,.t7-t12 .t9-t10,.t7-t12 .t10-t11,.t7-t12 .t11-t12{width:33.33333334%;}.t1-t11 .t1-t4,.t1-t11 .t2-t5,.t1-t11 .t3-t6,.t1-t11 .t4-t7,.t1-t11 .t5-t8,.t1-t11 .t6-t9,.t1-t11 .t7-t10,.t1-t11 .t8-t11,.t2-t12 .t2-t5,.t2-t12 .t3-t6,.t2-t12 .t4-t7,.t2-t12 .t5-t8,.t2-t12 .t6-t9,.t2-t12 .t7-t10,.t2-t12 .t8-t11,.t2-t12 .t9-t12{width:36.36363636%;}.t1-t8 .t1-t3,.t1-t8 .t2-t4,.t1-t8 .t3-t5,.t1-t8 .t4-t6,.t1-t8 .t5-t7,.t1-t8 .t6-t8,.t2-t9 .t2-t4,.t2-t9 .t3-t5,.t2-t9 .t4-t6,.t2-t9 .t5-t7,.t2-t9 .t6-t8,.t2-t9 .t7-t9,.t3-t10 .t3-t5,.t3-t10 .t4-t6,.t3-t10 .t5-t7,.t3-t10 .t6-t8,.t3-t10 .t7-t9,.t3-t10 .t8-t10,.t4-t11 .t4-t6,.t4-t11 .t5-t7,.t4-t11 .t6-t8,.t4-t11 .t7-t9,.t4-t11 .t8-t10,.t4-t11 .t9-t11,.t5-t12 .t5-t7,.t5-t12 .t6-t8,.t5-t12 .t7-t9,.t5-t12 .t8-t10,.t5-t12 .t9-t11,.t5-t12 .t10-t12{width:37.5%;}.t1-t10 .t1-t4,.t1-t10 .t2-t5,.t1-t10 .t3-t6,.t1-t10 .t4-t7,.t1-t10 .t5-t8,.t1-t10 .t6-t9,.t1-t10 .t7-t10,.t2-t11 .t2-t5,.t2-t11 .t3-t6,.t2-t11 .t4-t7,.t2-t11 .t5-t8,.t2-t11 .t6-t9,.t2-t11 .t7-t10,.t2-t11 .t8-t11,.t3-t12 .t3-t6,.t3-t12 .t4-t7,.t3-t12 .t5-t8,.t3-t12 .t6-t9,.t3-t12 .t7-t10,.t3-t12 .t8-t11,.t3-t12 .t9-t12{width:40%;}.t1-t5 .t1-t2,.t1-t5 .t2-t3,.t1-t5 .t3-t4,.t1-t5 .t4-t5,.t2-t6 .t2-t3,.t2-t6 .t3-t4,.t2-t6 .t4-t5,.t2-t6 .t5-t6,.t3-t7 .t3-t4,.t3-t7 .t4-t5,.t3-t7 .t5-t6,.t3-t7 .t6-t7,.t4-t8 .t4-t5,.t4-t8 .t5-t6,.t4-t8 .t6-t7,.t4-t8 .t7-t8,.t5-t9 .t5-t6,.t5-t9 .t6-t7,.t5-t9 .t7-t8,.t5-t9 .t8-t9,.t6-t10 .t6-t7,.t6-t10 .t7-t8,.t6-t10 .t8-t9,.t6-t10 .t9-t10,.t7-t11 .t7-t8,.t7-t11 .t8-t9,.t7-t11 .t9-t10,.t7-t11 .t10-t11,.t8-t12 .t8-t9,.t8-t12 .t9-t10,.t8-t12 .t10-t11,.t8-t12 .t11-t12{width:40.00000001%;}.t1-t5,.t2-t6,.t3-t7,.t4-t8,.t5-t9,.t6-t10,.t7-t11,.t8-t12{width:41.63950456%;}.t1-t7 .t1-t3,.t1-t7 .t2-t4,.t1-t7 .t3-t5,.t1-t7 .t4-t6,.t1-t7 .t5-t7,.t2-t8 .t2-t4,.t2-t8 .t3-t5,.t2-t8 .t4-t6,.t2-t8 .t5-t7,.t2-t8 .t6-t8,.t3-t9 .t3-t5,.t3-t9 .t4-t6,.t3-t9 .t5-t7,.t3-t9 .t6-t8,.t3-t9 .t7-t9,.t4-t10 .t4-t6,.t4-t10 .t5-t7,.t4-t10 .t6-t8,.t4-t10 .t7-t9,.t4-t10 .t8-t10,.t5-t11 .t5-t7,.t5-t11 .t6-t8,.t5-t11 .t7-t9,.t5-t11 .t8-t10,.t5-t11 .t9-t11,.t6-t12 .t6-t8,.t6-t12 .t7-t9,.t6-t12 .t8-t10,.t6-t12 .t9-t11,.t6-t12 .t10-t12{width:42.85714286%;}.t1-t9 .t1-t4,.t1-t9 .t2-t5,.t1-t9 .t3-t6,.t1-t9 .t4-t7,.t1-t9 .t5-t8,.t1-t9 .t6-t9,.t2-t10 .t2-t5,.t2-t10 .t3-t6,.t2-t10 .t4-t7,.t2-t10 .t5-t8,.t2-t10 .t6-t9,.t2-t10 .t7-t10,.t3-t11 .t3-t6,.t3-t11 .t4-t7,.t3-t11 .t5-t8,.t3-t11 .t6-t9,.t3-t11 .t7-t10,.t3-t11 .t8-t11,.t4-t12 .t4-t7,.t4-t12 .t5-t8,.t4-t12 .t6-t9,.t4-t12 .t7-t10,.t4-t12 .t8-t11,.t4-t12 .t9-t12{width:44.44444445%;}.t1-t11 .t1-t5,.t1-t11 .t2-t6,.t1-t11 .t3-t7,.t1-t11 .t4-t8,.t1-t11 .t5-t9,.t1-t11 .t6-t10,.t1-t11 .t7-t11,.t2-t12 .t2-t6,.t2-t12 .t3-t7,.t2-t12 .t4-t8,.t2-t12 .t5-t9,.t2-t12 .t6-t10,.t2-t12 .t7-t11,.t2-t12 .t8-t12{width:45.45454545%;}.t1-t6,.t2-t7,.t3-t8,.t4-t9,.t5-t10,.t6-t11,.t7-t12{width:49.96740548%;}.t1-t2 .t1,.t1-t2 .t2,.t1-t10 .t1-t5,.t1-t10 .t2-t6,.t1-t10 .t3-t7,.t1-t10 .t4-t8,.t1-t10 .t5-t9,.t1-t10 .t6-t10,.t2-t3 .t2,.t2-t3 .t3,.t2-t11 .t2-t6,.t2-t11 .t3-t7,.t2-t11 .t4-t8,.t2-t11 .t5-t9,.t2-t11 .t6-t10,.t2-t11 .t7-t11,.t3-t4 .t3,.t3-t4 .t4,.t3-t12 .t3-t7,.t3-t12 .t4-t8,.t3-t12 .t5-t9,.t3-t12 .t6-t10,.t3-t12 .t7-t11,.t3-t12 .t8-t12,.t4-t5 .t4,.t4-t5 .t5,.t5-t6 .t5,.t5-t6 .t6,.t6-t7 .t6,.t6-t7 .t7,.t7-t8 .t7,.t7-t8 .t8,.t8-t9 .t8,.t8-t9 .t9,.t9-t10 .t9,.t9-t10 .t10,.t10-t11 .t10,.t10-t11 .t11,.t11-t12 .t11,.t11-t12 .t12{width:49.99999999%;}.t1-t6 .t1-t3,.t1-t6 .t2-t4,.t1-t6 .t3-t5,.t1-t6 .t4-t6,.t1-t8 .t1-t4,.t1-t8 .t2-t5,.t1-t8 .t3-t6,.t1-t8 .t4-t7,.t1-t8 .t5-t8,.t2-t7 .t2-t4,.t2-t7 .t3-t5,.t2-t7 .t4-t6,.t2-t7 .t5-t7,.t2-t9 .t2-t5,.t2-t9 .t3-t6,.t2-t9 .t4-t7,.t2-t9 .t5-t8,.t2-t9 .t6-t9,.t3-t8 .t3-t5,.t3-t8 .t4-t6,.t3-t8 .t5-t7,.t3-t8 .t6-t8,.t3-t10 .t3-t6,.t3-t10 .t4-t7,.t3-t10 .t5-t8,.t3-t10 .t6-t9,.t3-t10 .t7-t10,.t4-t9 .t4-t6,.t4-t9 .t5-t7,.t4-t9 .t6-t8,.t4-t9 .t7-t9,.t4-t11 .t4-t7,.t4-t11 .t5-t8,.t4-t11 .t6-t9,.t4-t11 .t7-t10,.t4-t11 .t8-t11,.t5-t10 .t5-t7,.t5-t10 .t6-t8,.t5-t10 .t7-t9,.t5-t10 .t8-t10,.t5-t12 .t5-t8,.t5-t12 .t6-t9,.t5-t12 .t7-t10,.t5-t12 .t8-t11,.t5-t12 .t9-t12,.t6-t11 .t6-t8,.t6-t11 .t7-t9,.t6-t11 .t8-t10,.t6-t11 .t9-t11,.t7-t12 .t7-t9,.t7-t12 .t8-t10,.t7-t12 .t9-t11,.t7-t12 .t10-t12{width:50%;}.t1-t4 .t1-t2,.t1-t4 .t2-t3,.t1-t4 .t3-t4,.t2-t5 .t2-t3,.t2-t5 .t3-t4,.t2-t5 .t4-t5,.t3-t6 .t3-t4,.t3-t6 .t4-t5,.t3-t6 .t5-t6,.t4-t7 .t4-t5,.t4-t7 .t5-t6,.t4-t7 .t6-t7,.t5-t8 .t5-t6,.t5-t8 .t6-t7,.t5-t8 .t7-t8,.t6-t9 .t6-t7,.t6-t9 .t7-t8,.t6-t9 .t8-t9,.t7-t10 .t7-t8,.t7-t10 .t8-t9,.t7-t10 .t9-t10,.t8-t11 .t8-t9,.t8-t11 .t9-t10,.t8-t11 .t10-t11,.t9-t12 .t9-t10,.t9-t12 .t10-t11,.t9-t12 .t11-t12{width:50.00000002%;}.t1-t11 .t1-t6,.t1-t11 .t2-t7,.t1-t11 .t3-t8,.t1-t11 .t4-t9,.t1-t11 .t5-t10,.t1-t11 .t6-t11,.t2-t12 .t2-t7,.t2-t12 .t3-t8,.t2-t12 .t4-t9,.t2-t12 .t5-t10,.t2-t12 .t6-t11,.t2-t12 .t7-t12{width:54.54545455%;}.t1-t9 .t1-t5,.t1-t9 .t2-t6,.t1-t9 .t3-t7,.t1-t9 .t4-t8,.t1-t9 .t5-t9,.t2-t10 .t2-t6,.t2-t10 .t3-t7,.t2-t10 .t4-t8,.t2-t10 .t5-t9,.t2-t10 .t6-t10,.t3-t11 .t3-t7,.t3-t11 .t4-t8,.t3-t11 .t5-t9,.t3-t11 .t6-t10,.t3-t11 .t7-t11,.t4-t12 .t4-t8,.t4-t12 .t5-t9,.t4-t12 .t6-t10,.t4-t12 .t7-t11,.t4-t12 .t8-t12{width:55.55555555%;}.t1-t7 .t1-t4,.t1-t7 .t2-t5,.t1-t7 .t3-t6,.t1-t7 .t4-t7,.t2-t8 .t2-t5,.t2-t8 .t3-t6,.t2-t8 .t4-t7,.t2-t8 .t5-t8,.t3-t9 .t3-t6,.t3-t9 .t4-t7,.t3-t9 .t5-t8,.t3-t9 .t6-t9,.t4-t10 .t4-t7,.t4-t10 .t5-t8,.t4-t10 .t6-t9,.t4-t10 .t7-t10,.t5-t11 .t5-t8,.t5-t11 .t6-t9,.t5-t11 .t7-t10,.t5-t11 .t8-t11,.t6-t12 .t6-t9,.t6-t12 .t7-t10,.t6-t12 .t8-t11,.t6-t12 .t9-t12{width:57.14285714%;}.t1-t7,.t2-t8,.t3-t9,.t4-t10,.t5-t11,.t6-t12{width:58.29530639%;}.t1-t10 .t1-t6,.t1-t10 .t2-t7,.t1-t10 .t3-t8,.t1-t10 .t4-t9,.t1-t10 .t5-t10,.t2-t11 .t2-t7,.t2-t11 .t3-t8,.t2-t11 .t4-t9,.t2-t11 .t5-t10,.t2-t11 .t6-t11,.t3-t12 .t3-t8,.t3-t12 .t4-t9,.t3-t12 .t5-t10,.t3-t12 .t6-t11,.t3-t12 .t7-t12{width:60%;}.t1-t5 .t1-t3,.t1-t5 .t2-t4,.t1-t5 .t3-t5,.t2-t6 .t2-t4,.t2-t6 .t3-t5,.t2-t6 .t4-t6,.t3-t7 .t3-t5,.t3-t7 .t4-t6,.t3-t7 .t5-t7,.t4-t8 .t4-t6,.t4-t8 .t5-t7,.t4-t8 .t6-t8,.t5-t9 .t5-t7,.t5-t9 .t6-t8,.t5-t9 .t7-t9,.t6-t10 .t6-t8,.t6-t10 .t7-t9,.t6-t10 .t8-t10,.t7-t11 .t7-t9,.t7-t11 .t8-t10,.t7-t11 .t9-t11,.t8-t12 .t8-t10,.t8-t12 .t9-t11,.t8-t12 .t10-t12{width:60.00000001%;}.t1-t8 .t1-t5,.t1-t8 .t2-t6,.t1-t8 .t3-t7,.t1-t8 .t4-t8,.t2-t9 .t2-t6,.t2-t9 .t3-t7,.t2-t9 .t4-t8,.t2-t9 .t5-t9,.t3-t10 .t3-t7,.t3-t10 .t4-t8,.t3-t10 .t5-t9,.t3-t10 .t6-t10,.t4-t11 .t4-t8,.t4-t11 .t5-t9,.t4-t11 .t6-t10,.t4-t11 .t7-t11,.t5-t12 .t5-t9,.t5-t12 .t6-t10,.t5-t12 .t7-t11,.t5-t12 .t8-t12{width:62.5%;}.t1-t11 .t1-t7,.t1-t11 .t2-t8,.t1-t11 .t3-t9,.t1-t11 .t4-t10,.t1-t11 .t5-t11,.t2-t12 .t2-t8,.t2-t12 .t3-t9,.t2-t12 .t4-t10,.t2-t12 .t5-t11,.t2-t12 .t6-t12{width:63.63636364%;}.t1-t8,.t2-t9,.t3-t10,.t4-t11,.t5-t12{width:66.6232073%;}.t1-t6 .t1-t4,.t1-t6 .t2-t5,.t1-t6 .t3-t6,.t2-t7 .t2-t5,.t2-t7 .t3-t6,.t2-t7 .t4-t7,.t3-t8 .t3-t6,.t3-t8 .t4-t7,.t3-t8 .t5-t8,.t4-t9 .t4-t7,.t4-t9 .t5-t8,.t4-t9 .t6-t9,.t5-t10 .t5-t8,.t5-t10 .t6-t9,.t5-t10 .t7-t10,.t6-t11 .t6-t9,.t6-t11 .t7-t10,.t6-t11 .t8-t11,.t7-t12 .t7-t10,.t7-t12 .t8-t11,.t7-t12 .t9-t12{width:66.66666666%;}.t1-t3 .t1-t2,.t1-t3 .t2-t3,.t1-t9 .t1-t6,.t1-t9 .t2-t7,.t1-t9 .t3-t8,.t1-t9 .t4-t9,.t2-t4 .t2-t3,.t2-t4 .t3-t4,.t2-t10 .t2-t7,.t2-t10 .t3-t8,.t2-t10 .t4-t9,.t2-t10 .t5-t10,.t3-t5 .t3-t4,.t3-t5 .t4-t5,.t3-t11 .t3-t8,.t3-t11 .t4-t9,.t3-t11 .t5-t10,.t3-t11 .t6-t11,.t4-t6 .t4-t5,.t4-t6 .t5-t6,.t4-t12 .t4-t9,.t4-t12 .t5-t10,.t4-t12 .t6-t11,.t4-t12 .t7-t12,.t5-t7 .t5-t6,.t5-t7 .t6-t7,.t6-t8 .t6-t7,.t6-t8 .t7-t8,.t7-t9 .t7-t8,.t7-t9 .t8-t9,.t8-t10 .t8-t9,.t8-t10 .t9-t10,.t9-t11 .t9-t10,.t9-t11 .t10-t11,.t10-t12 .t10-t11,.t10-t12 .t11-t12{width:66.66666668%;}.t1-t10 .t1-t7,.t1-t10 .t2-t8,.t1-t10 .t3-t9,.t1-t10 .t4-t10,.t2-t11 .t2-t8,.t2-t11 .t3-t9,.t2-t11 .t4-t10,.t2-t11 .t5-t11,.t3-t12 .t3-t9,.t3-t12 .t4-t10,.t3-t12 .t5-t11,.t3-t12 .t6-t12{width:70%;}.t1-t7 .t1-t5,.t1-t7 .t2-t6,.t1-t7 .t3-t7,.t2-t8 .t2-t6,.t2-t8 .t3-t7,.t2-t8 .t4-t8,.t3-t9 .t3-t7,.t3-t9 .t4-t8,.t3-t9 .t5-t9,.t4-t10 .t4-t8,.t4-t10 .t5-t9,.t4-t10 .t6-t10,.t5-t11 .t5-t9,.t5-t11 .t6-t10,.t5-t11 .t7-t11,.t6-t12 .t6-t10,.t6-t12 .t7-t11,.t6-t12 .t8-t12{width:71.42857142%;}.t1-t11 .t1-t8,.t1-t11 .t2-t9,.t1-t11 .t3-t10,.t1-t11 .t4-t11,.t2-t12 .t2-t9,.t2-t12 .t3-t10,.t2-t12 .t4-t11,.t2-t12 .t5-t12{width:72.72727273%;}.t1-t9,.t2-t10,.t3-t11,.t4-t12{width:74.95110821%;}.t1-t4 .t1-t3,.t1-t4 .t2-t4,.t1-t8 .t1-t6,.t1-t8 .t2-t7,.t1-t8 .t3-t8,.t2-t5 .t2-t4,.t2-t5 .t3-t5,.t2-t9 .t2-t7,.t2-t9 .t3-t8,.t2-t9 .t4-t9,.t3-t6 .t3-t5,.t3-t6 .t4-t6,.t3-t10 .t3-t8,.t3-t10 .t4-t9,.t3-t10 .t5-t10,.t4-t7 .t4-t6,.t4-t7 .t5-t7,.t4-t11 .t4-t9,.t4-t11 .t5-t10,.t4-t11 .t6-t11,.t5-t8 .t5-t7,.t5-t8 .t6-t8,.t5-t12 .t5-t10,.t5-t12 .t6-t11,.t5-t12 .t7-t12,.t6-t9 .t6-t8,.t6-t9 .t7-t9,.t7-t10 .t7-t9,.t7-t10 .t8-t10,.t8-t11 .t8-t10,.t8-t11 .t9-t11,.t9-t12 .t9-t11,.t9-t12 .t10-t12{width:75.00000001%;}.t1-t9 .t1-t7,.t1-t9 .t2-t8,.t1-t9 .t3-t9,.t2-t10 .t2-t8,.t2-t10 .t3-t9,.t2-t10 .t4-t10,.t3-t11 .t3-t9,.t3-t11 .t4-t10,.t3-t11 .t5-t11,.t4-t12 .t4-t10,.t4-t12 .t5-t11,.t4-t12 .t6-t12{width:77.77777778%;}.t1-t5 .t1-t4,.t1-t5 .t2-t5,.t1-t10 .t1-t8,.t1-t10 .t2-t9,.t1-t10 .t3-t10,.t2-t6 .t2-t5,.t2-t6 .t3-t6,.t2-t11 .t2-t9,.t2-t11 .t3-t10,.t2-t11 .t4-t11,.t3-t7 .t3-t6,.t3-t7 .t4-t7,.t3-t12 .t3-t10,.t3-t12 .t4-t11,.t3-t12 .t5-t12,.t4-t8 .t4-t7,.t4-t8 .t5-t8,.t5-t9 .t5-t8,.t5-t9 .t6-t9,.t6-t10 .t6-t9,.t6-t10 .t7-t10,.t7-t11 .t7-t10,.t7-t11 .t8-t11,.t8-t12 .t8-t11,.t8-t12 .t9-t12{width:80%;}.t1-t11 .t1-t9,.t1-t11 .t2-t10,.t1-t11 .t3-t11,.t2-t12 .t2-t10,.t2-t12 .t3-t11,.t2-t12 .t4-t12{width:81.81818181%;}.t1-t10,.t2-t11,.t3-t12{width:83.27900913%;}.t1-t6 .t1-t5,.t1-t6 .t2-t6,.t2-t7 .t2-t6,.t2-t7 .t3-t7,.t3-t8 .t3-t7,.t3-t8 .t4-t8,.t4-t9 .t4-t8,.t4-t9 .t5-t9,.t5-t10 .t5-t9,.t5-t10 .t6-t10,.t6-t11 .t6-t10,.t6-t11 .t7-t11,.t7-t12 .t7-t11,.t7-t12 .t8-t12{width:83.33333332%;}.t1-t7 .t1-t6,.t1-t7 .t2-t7,.t2-t8 .t2-t7,.t2-t8 .t3-t8,.t3-t9 .t3-t8,.t3-t9 .t4-t9,.t4-t10 .t4-t9,.t4-t10 .t5-t10,.t5-t11 .t5-t10,.t5-t11 .t6-t11,.t6-t12 .t6-t11,.t6-t12 .t7-t12{width:85.71428572%;}.t1-t8 .t1-t7,.t1-t8 .t2-t8,.t2-t9 .t2-t8,.t2-t9 .t3-t9,.t3-t10 .t3-t9,.t3-t10 .t4-t10,.t4-t11 .t4-t10,.t4-t11 .t5-t11,.t5-t12 .t5-t11,.t5-t12 .t6-t12{width:87.5%;}.t1-t9 .t1-t8,.t1-t9 .t2-t9,.t2-t10 .t2-t9,.t2-t10 .t3-t10,.t3-t11 .t3-t10,.t3-t11 .t4-t11,.t4-t12 .t4-t11,.t4-t12 .t5-t12{width:88.88888889%;}.t1-t10 .t1-t9,.t1-t10 .t2-t10,.t2-t11 .t2-t10,.t2-t11 .t3-t11,.t3-t12 .t3-t11,.t3-t12 .t4-t12{width:89.99999999%;}.t1-t11 .t1-t10,.t1-t11 .t2-t11,.t2-t12 .t2-t11,.t2-t12 .t3-t12{width:90.90909091%;}.t1-t11,.t2-t12{width:91.60691004%;}.t-all{width:100%;margin-left:0;margin-right:0;clear:left;}

/* Tablet Portrait grid padding ----- */

[class*=" t-pad"],[class^=t-pad],[class~=t-padfull],[class~=t-padinfull],.t1-t2 [class*=" t-pad"],.t1-t2 [class^=t-pad],.t1-t2 [class~=t-padfull],.t1-t2 [class~=t-padinfull],.t1-t2 [class~=t-padfull],.t1-t2 [class~=t-padinfull],.t1-t3 [class*=" t-pad"],.t1-t3 [class^=t-pad],.t1-t3 [class~=t-padfull],.t1-t3 [class~=t-padinfull],.t1-t3 [class~=t-padfull],.t1-t3 [class~=t-padinfull],.t1-t3 [class~=t-padfull],.t1-t3 [class~=t-padinfull],.t1-t4 [class*=" t-pad"],.t1-t4 [class^=t-pad],.t1-t4 [class~=t-padfull],.t1-t4 [class~=t-padinfull],.t1-t4 [class~=t-padfull],.t1-t4 [class~=t-padinfull],.t1-t4 [class~=t-padfull],.t1-t4 [class~=t-padinfull],.t1-t4 [class~=t-padfull],.t1-t4 [class~=t-padinfull],.t1-t5 [class*=" t-pad"],.t1-t5 [class^=t-pad],.t1-t5 [class~=t-padfull],.t1-t5 [class~=t-padinfull],.t1-t5 [class~=t-padfull],.t1-t5 [class~=t-padinfull],.t1-t5 [class~=t-padfull],.t1-t5 [class~=t-padinfull],.t1-t5 [class~=t-padfull],.t1-t5 [class~=t-padinfull],.t1-t5 [class~=t-padfull],.t1-t5 [class~=t-padinfull],.t1-t6 [class*=" t-pad"],.t1-t6 [class^=t-pad],.t1-t6 [class~=t-padfull],.t1-t6 [class~=t-padinfull],.t1-t6 [class~=t-padfull],.t1-t6 [class~=t-padinfull],.t1-t6 [class~=t-padfull],.t1-t6 [class~=t-padinfull],.t1-t6 [class~=t-padfull],.t1-t6 [class~=t-padinfull],.t1-t6 [class~=t-padfull],.t1-t6 [class~=t-padinfull],.t1-t6 [class~=t-padfull],.t1-t6 [class~=t-padinfull],.t1-t7 [class*=" t-pad"],.t1-t7 [class^=t-pad],.t1-t7 [class~=t-padfull],.t1-t7 [class~=t-padinfull],.t1-t7 [class~=t-padfull],.t1-t7 [class~=t-padinfull],.t1-t7 [class~=t-padfull],.t1-t7 [class~=t-padinfull],.t1-t7 [class~=t-padfull],.t1-t7 [class~=t-padinfull],.t1-t7 [class~=t-padfull],.t1-t7 [class~=t-padinfull],.t1-t7 [class~=t-padfull],.t1-t7 [class~=t-padinfull],.t1-t7 [class~=t-padfull],.t1-t7 [class~=t-padinfull],.t1-t8 [class*=" t-pad"],.t1-t8 [class^=t-pad],.t1-t8 [class~=t-padfull],.t1-t8 [class~=t-padinfull],.t1-t8 [class~=t-padfull],.t1-t8 [class~=t-padinfull],.t1-t8 [class~=t-padfull],.t1-t8 [class~=t-padinfull],.t1-t8 [class~=t-padfull],.t1-t8 [class~=t-padinfull],.t1-t8 [class~=t-padfull],.t1-t8 [class~=t-padinfull],.t1-t8 [class~=t-padfull],.t1-t8 [class~=t-padinfull],.t1-t8 [class~=t-padfull],.t1-t8 [class~=t-padinfull],.t1-t8 [class~=t-padfull],.t1-t8 [class~=t-padinfull],.t1-t9 [class*=" t-pad"],.t1-t9 [class^=t-pad],.t1-t9 [class~=t-padfull],.t1-t9 [class~=t-padinfull],.t1-t9 [class~=t-padfull],.t1-t9 [class~=t-padinfull],.t1-t9 [class~=t-padfull],.t1-t9 [class~=t-padinfull],.t1-t9 [class~=t-padfull],.t1-t9 [class~=t-padinfull],.t1-t9 [class~=t-padfull],.t1-t9 [class~=t-padinfull],.t1-t9 [class~=t-padfull],.t1-t9 [class~=t-padinfull],.t1-t9 [class~=t-padfull],.t1-t9 [class~=t-padinfull],.t1-t9 [class~=t-padfull],.t1-t9 [class~=t-padinfull],.t1-t9 [class~=t-padfull],.t1-t9 [class~=t-padinfull],.t1-t10 [class*=" t-pad"],.t1-t10 [class^=t-pad],.t1-t10 [class~=t-padfull],.t1-t10 [class~=t-padinfull],.t1-t10 [class~=t-padfull],.t1-t10 [class~=t-padinfull],.t1-t10 [class~=t-padfull],.t1-t10 [class~=t-padinfull],.t1-t10 [class~=t-padfull],.t1-t10 [class~=t-padinfull],.t1-t10 [class~=t-padfull],.t1-t10 [class~=t-padinfull],.t1-t10 [class~=t-padfull],.t1-t10 [class~=t-padinfull],.t1-t10 [class~=t-padfull],.t1-t10 [class~=t-padinfull],.t1-t10 [class~=t-padfull],.t1-t10 [class~=t-padinfull],.t1-t10 [class~=t-padfull],.t1-t10 [class~=t-padinfull],.t1-t10 [class~=t-padfull],.t1-t10 [class~=t-padinfull],.t1-t11 [class*=" t-pad"],.t1-t11 [class^=t-pad],.t1-t11 [class~=t-padfull],.t1-t11 [class~=t-padinfull],.t1-t11 [class~=t-padfull],.t1-t11 [class~=t-padinfull],.t1-t11 [class~=t-padfull],.t1-t11 [class~=t-padinfull],.t1-t11 [class~=t-padfull],.t1-t11 [class~=t-padinfull],.t1-t11 [class~=t-padfull],.t1-t11 [class~=t-padinfull],.t1-t11 [class~=t-padfull],.t1-t11 [class~=t-padinfull],.t1-t11 [class~=t-padfull],.t1-t11 [class~=t-padinfull],.t1-t11 [class~=t-padfull],.t1-t11 [class~=t-padinfull],.t1-t11 [class~=t-padfull],.t1-t11 [class~=t-padinfull],.t1-t11 [class~=t-padfull],.t1-t11 [class~=t-padinfull],.t1-t11 [class~=t-padfull],.t1-t11 [class~=t-padinfull],[class~=t-padfull],[class~=t-padinfull],.t2-t3 [class*=" t-pad"],.t2-t3 [class^=t-pad],.t2-t3 [class~=t-padfull],.t2-t3 [class~=t-padinfull],.t2-t3 [class~=t-padfull],.t2-t3 [class~=t-padinfull],.t2-t4 [class*=" t-pad"],.t2-t4 [class^=t-pad],.t2-t4 [class~=t-padfull],.t2-t4 [class~=t-padinfull],.t2-t4 [class~=t-padfull],.t2-t4 [class~=t-padinfull],.t2-t4 [class~=t-padfull],.t2-t4 [class~=t-padinfull],.t2-t5 [class*=" t-pad"],.t2-t5 [class^=t-pad],.t2-t5 [class~=t-padfull],.t2-t5 [class~=t-padinfull],.t2-t5 [class~=t-padfull],.t2-t5 [class~=t-padinfull],.t2-t5 [class~=t-padfull],.t2-t5 [class~=t-padinfull],.t2-t5 [class~=t-padfull],.t2-t5 [class~=t-padinfull],.t2-t6 [class*=" t-pad"],.t2-t6 [class^=t-pad],.t2-t6 [class~=t-padfull],.t2-t6 [class~=t-padinfull],.t2-t6 [class~=t-padfull],.t2-t6 [class~=t-padinfull],.t2-t6 [class~=t-padfull],.t2-t6 [class~=t-padinfull],.t2-t6 [class~=t-padfull],.t2-t6 [class~=t-padinfull],.t2-t6 [class~=t-padfull],.t2-t6 [class~=t-padinfull],.t2-t7 [class*=" t-pad"],.t2-t7 [class^=t-pad],.t2-t7 [class~=t-padfull],.t2-t7 [class~=t-padinfull],.t2-t7 [class~=t-padfull],.t2-t7 [class~=t-padinfull],.t2-t7 [class~=t-padfull],.t2-t7 [class~=t-padinfull],.t2-t7 [class~=t-padfull],.t2-t7 [class~=t-padinfull],.t2-t7 [class~=t-padfull],.t2-t7 [class~=t-padinfull],.t2-t7 [class~=t-padfull],.t2-t7 [class~=t-padinfull],.t2-t8 [class*=" t-pad"],.t2-t8 [class^=t-pad],.t2-t8 [class~=t-padfull],.t2-t8 [class~=t-padinfull],.t2-t8 [class~=t-padfull],.t2-t8 [class~=t-padinfull],.t2-t8 [class~=t-padfull],.t2-t8 [class~=t-padinfull],.t2-t8 [class~=t-padfull],.t2-t8 [class~=t-padinfull],.t2-t8 [class~=t-padfull],.t2-t8 [class~=t-padinfull],.t2-t8 [class~=t-padfull],.t2-t8 [class~=t-padinfull],.t2-t8 [class~=t-padfull],.t2-t8 [class~=t-padinfull],.t2-t9 [class*=" t-pad"],.t2-t9 [class^=t-pad],.t2-t9 [class~=t-padfull],.t2-t9 [class~=t-padinfull],.t2-t9 [class~=t-padfull],.t2-t9 [class~=t-padinfull],.t2-t9 [class~=t-padfull],.t2-t9 [class~=t-padinfull],.t2-t9 [class~=t-padfull],.t2-t9 [class~=t-padinfull],.t2-t9 [class~=t-padfull],.t2-t9 [class~=t-padinfull],.t2-t9 [class~=t-padfull],.t2-t9 [class~=t-padinfull],.t2-t9 [class~=t-padfull],.t2-t9 [class~=t-padinfull],.t2-t9 [class~=t-padfull],.t2-t9 [class~=t-padinfull],.t2-t10 [class*=" t-pad"],.t2-t10 [class^=t-pad],.t2-t10 [class~=t-padfull],.t2-t10 [class~=t-padinfull],.t2-t10 [class~=t-padfull],.t2-t10 [class~=t-padinfull],.t2-t10 [class~=t-padfull],.t2-t10 [class~=t-padinfull],.t2-t10 [class~=t-padfull],.t2-t10 [class~=t-padinfull],.t2-t10 [class~=t-padfull],.t2-t10 [class~=t-padinfull],.t2-t10 [class~=t-padfull],.t2-t10 [class~=t-padinfull],.t2-t10 [class~=t-padfull],.t2-t10 [class~=t-padinfull],.t2-t10 [class~=t-padfull],.t2-t10 [class~=t-padinfull],.t2-t10 [class~=t-padfull],.t2-t10 [class~=t-padinfull],.t2-t11 [class*=" t-pad"],.t2-t11 [class^=t-pad],.t2-t11 [class~=t-padfull],.t2-t11 [class~=t-padinfull],.t2-t11 [class~=t-padfull],.t2-t11 [class~=t-padinfull],.t2-t11 [class~=t-padfull],.t2-t11 [class~=t-padinfull],.t2-t11 [class~=t-padfull],.t2-t11 [class~=t-padinfull],.t2-t11 [class~=t-padfull],.t2-t11 [class~=t-padinfull],.t2-t11 [class~=t-padfull],.t2-t11 [class~=t-padinfull],.t2-t11 [class~=t-padfull],.t2-t11 [class~=t-padinfull],.t2-t11 [class~=t-padfull],.t2-t11 [class~=t-padinfull],.t2-t11 [class~=t-padfull],.t2-t11 [class~=t-padinfull],.t2-t11 [class~=t-padfull],.t2-t11 [class~=t-padinfull],.t2-t12 [class*=" t-pad"],.t2-t12 [class^=t-pad],.t2-t12 [class~=t-padfull],.t2-t12 [class~=t-padinfull],.t2-t12 [class~=t-padfull],.t2-t12 [class~=t-padinfull],.t2-t12 [class~=t-padfull],.t2-t12 [class~=t-padinfull],.t2-t12 [class~=t-padfull],.t2-t12 [class~=t-padinfull],.t2-t12 [class~=t-padfull],.t2-t12 [class~=t-padinfull],.t2-t12 [class~=t-padfull],.t2-t12 [class~=t-padinfull],.t2-t12 [class~=t-padfull],.t2-t12 [class~=t-padinfull],.t2-t12 [class~=t-padfull],.t2-t12 [class~=t-padinfull],.t2-t12 [class~=t-padfull],.t2-t12 [class~=t-padinfull],.t2-t12 [class~=t-padfull],.t2-t12 [class~=t-padinfull],.t2-t12 [class~=t-padfull],.t2-t12 [class~=t-padinfull],[class~=t-padfull],[class~=t-padinfull],.t3-t4 [class*=" t-pad"],.t3-t4 [class^=t-pad],.t3-t4 [class~=t-padfull],.t3-t4 [class~=t-padinfull],.t3-t4 [class~=t-padfull],.t3-t4 [class~=t-padinfull],.t3-t5 [class*=" t-pad"],.t3-t5 [class^=t-pad],.t3-t5 [class~=t-padfull],.t3-t5 [class~=t-padinfull],.t3-t5 [class~=t-padfull],.t3-t5 [class~=t-padinfull],.t3-t5 [class~=t-padfull],.t3-t5 [class~=t-padinfull],.t3-t6 [class*=" t-pad"],.t3-t6 [class^=t-pad],.t3-t6 [class~=t-padfull],.t3-t6 [class~=t-padinfull],.t3-t6 [class~=t-padfull],.t3-t6 [class~=t-padinfull],.t3-t6 [class~=t-padfull],.t3-t6 [class~=t-padinfull],.t3-t6 [class~=t-padfull],.t3-t6 [class~=t-padinfull],.t3-t7 [class*=" t-pad"],.t3-t7 [class^=t-pad],.t3-t7 [class~=t-padfull],.t3-t7 [class~=t-padinfull],.t3-t7 [class~=t-padfull],.t3-t7 [class~=t-padinfull],.t3-t7 [class~=t-padfull],.t3-t7 [class~=t-padinfull],.t3-t7 [class~=t-padfull],.t3-t7 [class~=t-padinfull],.t3-t7 [class~=t-padfull],.t3-t7 [class~=t-padinfull],.t3-t8 [class*=" t-pad"],.t3-t8 [class^=t-pad],.t3-t8 [class~=t-padfull],.t3-t8 [class~=t-padinfull],.t3-t8 [class~=t-padfull],.t3-t8 [class~=t-padinfull],.t3-t8 [class~=t-padfull],.t3-t8 [class~=t-padinfull],.t3-t8 [class~=t-padfull],.t3-t8 [class~=t-padinfull],.t3-t8 [class~=t-padfull],.t3-t8 [class~=t-padinfull],.t3-t8 [class~=t-padfull],.t3-t8 [class~=t-padinfull],.t3-t9 [class*=" t-pad"],.t3-t9 [class^=t-pad],.t3-t9 [class~=t-padfull],.t3-t9 [class~=t-padinfull],.t3-t9 [class~=t-padfull],.t3-t9 [class~=t-padinfull],.t3-t9 [class~=t-padfull],.t3-t9 [class~=t-padinfull],.t3-t9 [class~=t-padfull],.t3-t9 [class~=t-padinfull],.t3-t9 [class~=t-padfull],.t3-t9 [class~=t-padinfull],.t3-t9 [class~=t-padfull],.t3-t9 [class~=t-padinfull],.t3-t9 [class~=t-padfull],.t3-t9 [class~=t-padinfull],.t3-t10 [class*=" t-pad"],.t3-t10 [class^=t-pad],.t3-t10 [class~=t-padfull],.t3-t10 [class~=t-padinfull],.t3-t10 [class~=t-padfull],.t3-t10 [class~=t-padinfull],.t3-t10 [class~=t-padfull],.t3-t10 [class~=t-padinfull],.t3-t10 [class~=t-padfull],.t3-t10 [class~=t-padinfull],.t3-t10 [class~=t-padfull],.t3-t10 [class~=t-padinfull],.t3-t10 [class~=t-padfull],.t3-t10 [class~=t-padinfull],.t3-t10 [class~=t-padfull],.t3-t10 [class~=t-padinfull],.t3-t10 [class~=t-padfull],.t3-t10 [class~=t-padinfull],.t3-t11 [class*=" t-pad"],.t3-t11 [class^=t-pad],.t3-t11 [class~=t-padfull],.t3-t11 [class~=t-padinfull],.t3-t11 [class~=t-padfull],.t3-t11 [class~=t-padinfull],.t3-t11 [class~=t-padfull],.t3-t11 [class~=t-padinfull],.t3-t11 [class~=t-padfull],.t3-t11 [class~=t-padinfull],.t3-t11 [class~=t-padfull],.t3-t11 [class~=t-padinfull],.t3-t11 [class~=t-padfull],.t3-t11 [class~=t-padinfull],.t3-t11 [class~=t-padfull],.t3-t11 [class~=t-padinfull],.t3-t11 [class~=t-padfull],.t3-t11 [class~=t-padinfull],.t3-t11 [class~=t-padfull],.t3-t11 [class~=t-padinfull],.t3-t12 [class*=" t-pad"],.t3-t12 [class^=t-pad],.t3-t12 [class~=t-padfull],.t3-t12 [class~=t-padinfull],.t3-t12 [class~=t-padfull],.t3-t12 [class~=t-padinfull],.t3-t12 [class~=t-padfull],.t3-t12 [class~=t-padinfull],.t3-t12 [class~=t-padfull],.t3-t12 [class~=t-padinfull],.t3-t12 [class~=t-padfull],.t3-t12 [class~=t-padinfull],.t3-t12 [class~=t-padfull],.t3-t12 [class~=t-padinfull],.t3-t12 [class~=t-padfull],.t3-t12 [class~=t-padinfull],.t3-t12 [class~=t-padfull],.t3-t12 [class~=t-padinfull],.t3-t12 [class~=t-padfull],.t3-t12 [class~=t-padinfull],.t3-t12 [class~=t-padfull],.t3-t12 [class~=t-padinfull],[class~=t-padfull],[class~=t-padinfull],.t4-t5 [class*=" t-pad"],.t4-t5 [class^=t-pad],.t4-t5 [class~=t-padfull],.t4-t5 [class~=t-padinfull],.t4-t5 [class~=t-padfull],.t4-t5 [class~=t-padinfull],.t4-t6 [class*=" t-pad"],.t4-t6 [class^=t-pad],.t4-t6 [class~=t-padfull],.t4-t6 [class~=t-padinfull],.t4-t6 [class~=t-padfull],.t4-t6 [class~=t-padinfull],.t4-t6 [class~=t-padfull],.t4-t6 [class~=t-padinfull],.t4-t7 [class*=" t-pad"],.t4-t7 [class^=t-pad],.t4-t7 [class~=t-padfull],.t4-t7 [class~=t-padinfull],.t4-t7 [class~=t-padfull],.t4-t7 [class~=t-padinfull],.t4-t7 [class~=t-padfull],.t4-t7 [class~=t-padinfull],.t4-t7 [class~=t-padfull],.t4-t7 [class~=t-padinfull],.t4-t8 [class*=" t-pad"],.t4-t8 [class^=t-pad],.t4-t8 [class~=t-padfull],.t4-t8 [class~=t-padinfull],.t4-t8 [class~=t-padfull],.t4-t8 [class~=t-padinfull],.t4-t8 [class~=t-padfull],.t4-t8 [class~=t-padinfull],.t4-t8 [class~=t-padfull],.t4-t8 [class~=t-padinfull],.t4-t8 [class~=t-padfull],.t4-t8 [class~=t-padinfull],.t4-t9 [class*=" t-pad"],.t4-t9 [class^=t-pad],.t4-t9 [class~=t-padfull],.t4-t9 [class~=t-padinfull],.t4-t9 [class~=t-padfull],.t4-t9 [class~=t-padinfull],.t4-t9 [class~=t-padfull],.t4-t9 [class~=t-padinfull],.t4-t9 [class~=t-padfull],.t4-t9 [class~=t-padinfull],.t4-t9 [class~=t-padfull],.t4-t9 [class~=t-padinfull],.t4-t9 [class~=t-padfull],.t4-t9 [class~=t-padinfull],.t4-t10 [class*=" t-pad"],.t4-t10 [class^=t-pad],.t4-t10 [class~=t-padfull],.t4-t10 [class~=t-padinfull],.t4-t10 [class~=t-padfull],.t4-t10 [class~=t-padinfull],.t4-t10 [class~=t-padfull],.t4-t10 [class~=t-padinfull],.t4-t10 [class~=t-padfull],.t4-t10 [class~=t-padinfull],.t4-t10 [class~=t-padfull],.t4-t10 [class~=t-padinfull],.t4-t10 [class~=t-padfull],.t4-t10 [class~=t-padinfull],.t4-t10 [class~=t-padfull],.t4-t10 [class~=t-padinfull],.t4-t11 [class*=" t-pad"],.t4-t11 [class^=t-pad],.t4-t11 [class~=t-padfull],.t4-t11 [class~=t-padinfull],.t4-t11 [class~=t-padfull],.t4-t11 [class~=t-padinfull],.t4-t11 [class~=t-padfull],.t4-t11 [class~=t-padinfull],.t4-t11 [class~=t-padfull],.t4-t11 [class~=t-padinfull],.t4-t11 [class~=t-padfull],.t4-t11 [class~=t-padinfull],.t4-t11 [class~=t-padfull],.t4-t11 [class~=t-padinfull],.t4-t11 [class~=t-padfull],.t4-t11 [class~=t-padinfull],.t4-t11 [class~=t-padfull],.t4-t11 [class~=t-padinfull],.t4-t12 [class*=" t-pad"],.t4-t12 [class^=t-pad],.t4-t12 [class~=t-padfull],.t4-t12 [class~=t-padinfull],.t4-t12 [class~=t-padfull],.t4-t12 [class~=t-padinfull],.t4-t12 [class~=t-padfull],.t4-t12 [class~=t-padinfull],.t4-t12 [class~=t-padfull],.t4-t12 [class~=t-padinfull],.t4-t12 [class~=t-padfull],.t4-t12 [class~=t-padinfull],.t4-t12 [class~=t-padfull],.t4-t12 [class~=t-padinfull],.t4-t12 [class~=t-padfull],.t4-t12 [class~=t-padinfull],.t4-t12 [class~=t-padfull],.t4-t12 [class~=t-padinfull],.t4-t12 [class~=t-padfull],.t4-t12 [class~=t-padinfull],[class~=t-padfull],[class~=t-padinfull],.t5-t6 [class*=" t-pad"],.t5-t6 [class^=t-pad],.t5-t6 [class~=t-padfull],.t5-t6 [class~=t-padinfull],.t5-t6 [class~=t-padfull],.t5-t6 [class~=t-padinfull],.t5-t7 [class*=" t-pad"],.t5-t7 [class^=t-pad],.t5-t7 [class~=t-padfull],.t5-t7 [class~=t-padinfull],.t5-t7 [class~=t-padfull],.t5-t7 [class~=t-padinfull],.t5-t7 [class~=t-padfull],.t5-t7 [class~=t-padinfull],.t5-t8 [class*=" t-pad"],.t5-t8 [class^=t-pad],.t5-t8 [class~=t-padfull],.t5-t8 [class~=t-padinfull],.t5-t8 [class~=t-padfull],.t5-t8 [class~=t-padinfull],.t5-t8 [class~=t-padfull],.t5-t8 [class~=t-padinfull],.t5-t8 [class~=t-padfull],.t5-t8 [class~=t-padinfull],.t5-t9 [class*=" t-pad"],.t5-t9 [class^=t-pad],.t5-t9 [class~=t-padfull],.t5-t9 [class~=t-padinfull],.t5-t9 [class~=t-padfull],.t5-t9 [class~=t-padinfull],.t5-t9 [class~=t-padfull],.t5-t9 [class~=t-padinfull],.t5-t9 [class~=t-padfull],.t5-t9 [class~=t-padinfull],.t5-t9 [class~=t-padfull],.t5-t9 [class~=t-padinfull],.t5-t10 [class*=" t-pad"],.t5-t10 [class^=t-pad],.t5-t10 [class~=t-padfull],.t5-t10 [class~=t-padinfull],.t5-t10 [class~=t-padfull],.t5-t10 [class~=t-padinfull],.t5-t10 [class~=t-padfull],.t5-t10 [class~=t-padinfull],.t5-t10 [class~=t-padfull],.t5-t10 [class~=t-padinfull],.t5-t10 [class~=t-padfull],.t5-t10 [class~=t-padinfull],.t5-t10 [class~=t-padfull],.t5-t10 [class~=t-padinfull],.t5-t11 [class*=" t-pad"],.t5-t11 [class^=t-pad],.t5-t11 [class~=t-padfull],.t5-t11 [class~=t-padinfull],.t5-t11 [class~=t-padfull],.t5-t11 [class~=t-padinfull],.t5-t11 [class~=t-padfull],.t5-t11 [class~=t-padinfull],.t5-t11 [class~=t-padfull],.t5-t11 [class~=t-padinfull],.t5-t11 [class~=t-padfull],.t5-t11 [class~=t-padinfull],.t5-t11 [class~=t-padfull],.t5-t11 [class~=t-padinfull],.t5-t11 [class~=t-padfull],.t5-t11 [class~=t-padinfull],.t5-t12 [class*=" t-pad"],.t5-t12 [class^=t-pad],.t5-t12 [class~=t-padfull],.t5-t12 [class~=t-padinfull],.t5-t12 [class~=t-padfull],.t5-t12 [class~=t-padinfull],.t5-t12 [class~=t-padfull],.t5-t12 [class~=t-padinfull],.t5-t12 [class~=t-padfull],.t5-t12 [class~=t-padinfull],.t5-t12 [class~=t-padfull],.t5-t12 [class~=t-padinfull],.t5-t12 [class~=t-padfull],.t5-t12 [class~=t-padinfull],.t5-t12 [class~=t-padfull],.t5-t12 [class~=t-padinfull],.t5-t12 [class~=t-padfull],.t5-t12 [class~=t-padinfull],[class~=t-padfull],[class~=t-padinfull],.t6-t7 [class*=" t-pad"],.t6-t7 [class^=t-pad],.t6-t7 [class~=t-padfull],.t6-t7 [class~=t-padinfull],.t6-t7 [class~=t-padfull],.t6-t7 [class~=t-padinfull],.t6-t8 [class*=" t-pad"],.t6-t8 [class^=t-pad],.t6-t8 [class~=t-padfull],.t6-t8 [class~=t-padinfull],.t6-t8 [class~=t-padfull],.t6-t8 [class~=t-padinfull],.t6-t8 [class~=t-padfull],.t6-t8 [class~=t-padinfull],.t6-t9 [class*=" t-pad"],.t6-t9 [class^=t-pad],.t6-t9 [class~=t-padfull],.t6-t9 [class~=t-padinfull],.t6-t9 [class~=t-padfull],.t6-t9 [class~=t-padinfull],.t6-t9 [class~=t-padfull],.t6-t9 [class~=t-padinfull],.t6-t9 [class~=t-padfull],.t6-t9 [class~=t-padinfull],.t6-t10 [class*=" t-pad"],.t6-t10 [class^=t-pad],.t6-t10 [class~=t-padfull],.t6-t10 [class~=t-padinfull],.t6-t10 [class~=t-padfull],.t6-t10 [class~=t-padinfull],.t6-t10 [class~=t-padfull],.t6-t10 [class~=t-padinfull],.t6-t10 [class~=t-padfull],.t6-t10 [class~=t-padinfull],.t6-t10 [class~=t-padfull],.t6-t10 [class~=t-padinfull],.t6-t11 [class*=" t-pad"],.t6-t11 [class^=t-pad],.t6-t11 [class~=t-padfull],.t6-t11 [class~=t-padinfull],.t6-t11 [class~=t-padfull],.t6-t11 [class~=t-padinfull],.t6-t11 [class~=t-padfull],.t6-t11 [class~=t-padinfull],.t6-t11 [class~=t-padfull],.t6-t11 [class~=t-padinfull],.t6-t11 [class~=t-padfull],.t6-t11 [class~=t-padinfull],.t6-t11 [class~=t-padfull],.t6-t11 [class~=t-padinfull],.t6-t12 [class*=" t-pad"],.t6-t12 [class^=t-pad],.t6-t12 [class~=t-padfull],.t6-t12 [class~=t-padinfull],.t6-t12 [class~=t-padfull],.t6-t12 [class~=t-padinfull],.t6-t12 [class~=t-padfull],.t6-t12 [class~=t-padinfull],.t6-t12 [class~=t-padfull],.t6-t12 [class~=t-padinfull],.t6-t12 [class~=t-padfull],.t6-t12 [class~=t-padinfull],.t6-t12 [class~=t-padfull],.t6-t12 [class~=t-padinfull],.t6-t12 [class~=t-padfull],.t6-t12 [class~=t-padinfull],[class~=t-padfull],[class~=t-padinfull],.t7-t8 [class*=" t-pad"],.t7-t8 [class^=t-pad],.t7-t8 [class~=t-padfull],.t7-t8 [class~=t-padinfull],.t7-t8 [class~=t-padfull],.t7-t8 [class~=t-padinfull],.t7-t9 [class*=" t-pad"],.t7-t9 [class^=t-pad],.t7-t9 [class~=t-padfull],.t7-t9 [class~=t-padinfull],.t7-t9 [class~=t-padfull],.t7-t9 [class~=t-padinfull],.t7-t9 [class~=t-padfull],.t7-t9 [class~=t-padinfull],.t7-t10 [class*=" t-pad"],.t7-t10 [class^=t-pad],.t7-t10 [class~=t-padfull],.t7-t10 [class~=t-padinfull],.t7-t10 [class~=t-padfull],.t7-t10 [class~=t-padinfull],.t7-t10 [class~=t-padfull],.t7-t10 [class~=t-padinfull],.t7-t10 [class~=t-padfull],.t7-t10 [class~=t-padinfull],.t7-t11 [class*=" t-pad"],.t7-t11 [class^=t-pad],.t7-t11 [class~=t-padfull],.t7-t11 [class~=t-padinfull],.t7-t11 [class~=t-padfull],.t7-t11 [class~=t-padinfull],.t7-t11 [class~=t-padfull],.t7-t11 [class~=t-padinfull],.t7-t11 [class~=t-padfull],.t7-t11 [class~=t-padinfull],.t7-t11 [class~=t-padfull],.t7-t11 [class~=t-padinfull],.t7-t12 [class*=" t-pad"],.t7-t12 [class^=t-pad],.t7-t12 [class~=t-padfull],.t7-t12 [class~=t-padinfull],.t7-t12 [class~=t-padfull],.t7-t12 [class~=t-padinfull],.t7-t12 [class~=t-padfull],.t7-t12 [class~=t-padinfull],.t7-t12 [class~=t-padfull],.t7-t12 [class~=t-padinfull],.t7-t12 [class~=t-padfull],.t7-t12 [class~=t-padinfull],.t7-t12 [class~=t-padfull],.t7-t12 [class~=t-padinfull],[class~=t-padfull],[class~=t-padinfull],.t8-t9 [class*=" t-pad"],.t8-t9 [class^=t-pad],.t8-t9 [class~=t-padfull],.t8-t9 [class~=t-padinfull],.t8-t9 [class~=t-padfull],.t8-t9 [class~=t-padinfull],.t8-t10 [class*=" t-pad"],.t8-t10 [class^=t-pad],.t8-t10 [class~=t-padfull],.t8-t10 [class~=t-padinfull],.t8-t10 [class~=t-padfull],.t8-t10 [class~=t-padinfull],.t8-t10 [class~=t-padfull],.t8-t10 [class~=t-padinfull],.t8-t11 [class*=" t-pad"],.t8-t11 [class^=t-pad],.t8-t11 [class~=t-padfull],.t8-t11 [class~=t-padinfull],.t8-t11 [class~=t-padfull],.t8-t11 [class~=t-padinfull],.t8-t11 [class~=t-padfull],.t8-t11 [class~=t-padinfull],.t8-t11 [class~=t-padfull],.t8-t11 [class~=t-padinfull],.t8-t12 [class*=" t-pad"],.t8-t12 [class^=t-pad],.t8-t12 [class~=t-padfull],.t8-t12 [class~=t-padinfull],.t8-t12 [class~=t-padfull],.t8-t12 [class~=t-padinfull],.t8-t12 [class~=t-padfull],.t8-t12 [class~=t-padinfull],.t8-t12 [class~=t-padfull],.t8-t12 [class~=t-padinfull],.t8-t12 [class~=t-padfull],.t8-t12 [class~=t-padinfull],[class~=t-padfull],[class~=t-padinfull],.t9-t10 [class*=" t-pad"],.t9-t10 [class^=t-pad],.t9-t10 [class~=t-padfull],.t9-t10 [class~=t-padinfull],.t9-t10 [class~=t-padfull],.t9-t10 [class~=t-padinfull],.t9-t11 [class*=" t-pad"],.t9-t11 [class^=t-pad],.t9-t11 [class~=t-padfull],.t9-t11 [class~=t-padinfull],.t9-t11 [class~=t-padfull],.t9-t11 [class~=t-padinfull],.t9-t11 [class~=t-padfull],.t9-t11 [class~=t-padinfull],.t9-t12 [class*=" t-pad"],.t9-t12 [class^=t-pad],.t9-t12 [class~=t-padfull],.t9-t12 [class~=t-padinfull],.t9-t12 [class~=t-padfull],.t9-t12 [class~=t-padinfull],.t9-t12 [class~=t-padfull],.t9-t12 [class~=t-padinfull],.t9-t12 [class~=t-padfull],.t9-t12 [class~=t-padinfull],[class~=t-padfull],[class~=t-padinfull],.t10-t11 [class*=" t-pad"],.t10-t11 [class^=t-pad],.t10-t11 [class~=t-padfull],.t10-t11 [class~=t-padinfull],.t10-t11 [class~=t-padfull],.t10-t11 [class~=t-padinfull],.t10-t12 [class*=" t-pad"],.t10-t12 [class^=t-pad],.t10-t12 [class~=t-padfull],.t10-t12 [class~=t-padinfull],.t10-t12 [class~=t-padfull],.t10-t12 [class~=t-padinfull],.t10-t12 [class~=t-padfull],.t10-t12 [class~=t-padinfull],[class~=t-padfull],[class~=t-padinfull],.t11-t12 [class*=" t-pad"],.t11-t12 [class^=t-pad],.t11-t12 [class~=t-padfull],.t11-t12 [class~=t-padinfull],.t11-t12 [class~=t-padfull],.t11-t12 [class~=t-padinfull],[class~=t-padfull],[class~=t-padinfull]{padding-left:0%;padding-right:0%;left:-0%;}.t-pad,.t-padfull{position:relative;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}.t-padin[class~=t-padin],.t-padinfull[class~=t-padinfull]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;}

/* Tablet Portrait grid relationships ----- */

[class*=" t12"],[class^=t12]{margin-left:91.60691004%;}.t2-t12 [class*=" t12"],.t2-t12 [class^=t12]{margin-left:90.90909091%;}.t2-t12 [class*=" t11"],.t2-t12 [class^=t11]{margin-left:81.81818181%;}.t2-t12 [class*=" t10"],.t2-t12 [class^=t10]{margin-left:72.72727273%;}.t2-t12 [class*=" t9"],.t2-t12 [class^=t9]{margin-left:63.63636364%;}.t2-t12 [class*=" t8"],.t2-t12 [class^=t8]{margin-left:54.54545455%;}.t2-t12 [class*=" t7"],.t2-t12 [class^=t7]{margin-left:45.45454545%;}.t2-t12 [class*=" t6"],.t2-t12 [class^=t6]{margin-left:36.36363636%;}.t2-t12 [class*=" t5"],.t2-t12 [class^=t5]{margin-left:27.27272727%;}.t2-t12 [class*=" t4"],.t2-t12 [class^=t4]{margin-left:18.18181819%;}.t2-t12 [class*=" t3"],.t2-t12 [class^=t3]{margin-left:9.09090909%;}.t3-t12 [class*=" t12"],.t3-t12 [class^=t12]{margin-left:89.99999999%;}.t3-t12 [class*=" t11"],.t3-t12 [class^=t11]{margin-left:80%;}.t3-t12 [class*=" t10"],.t3-t12 [class^=t10]{margin-left:70%;}.t3-t12 [class*=" t9"],.t3-t12 [class^=t9]{margin-left:60%;}.t3-t12 [class*=" t8"],.t3-t12 [class^=t8]{margin-left:49.99999999%;}.t3-t12 [class*=" t7"],.t3-t12 [class^=t7]{margin-left:40%;}.t3-t12 [class*=" t6"],.t3-t12 [class^=t6]{margin-left:30%;}.t3-t12 [class*=" t5"],.t3-t12 [class^=t5]{margin-left:20%;}.t3-t12 [class*=" t4"],.t3-t12 [class^=t4]{margin-left:10%;}.t4-t12 [class*=" t12"],.t4-t12 [class^=t12]{margin-left:88.88888889%;}.t4-t12 [class*=" t11"],.t4-t12 [class^=t11]{margin-left:77.77777778%;}.t4-t12 [class*=" t10"],.t4-t12 [class^=t10]{margin-left:66.66666668%;}.t4-t12 [class*=" t9"],.t4-t12 [class^=t9]{margin-left:55.55555555%;}.t4-t12 [class*=" t8"],.t4-t12 [class^=t8]{margin-left:44.44444445%;}.t4-t12 [class*=" t7"],.t4-t12 [class^=t7]{margin-left:33.33333334%;}.t4-t12 [class*=" t6"],.t4-t12 [class^=t6]{margin-left:22.22222223%;}.t4-t12 [class*=" t5"],.t4-t12 [class^=t5]{margin-left:11.11111111%;}.t5-t12 [class*=" t12"],.t5-t12 [class^=t12]{margin-left:87.5%;}.t5-t12 [class*=" t11"],.t5-t12 [class^=t11]{margin-left:75.00000001%;}.t5-t12 [class*=" t10"],.t5-t12 [class^=t10]{margin-left:62.5%;}.t5-t12 [class*=" t9"],.t5-t12 [class^=t9]{margin-left:50%;}.t5-t12 [class*=" t8"],.t5-t12 [class^=t8]{margin-left:37.5%;}.t5-t12 [class*=" t7"],.t5-t12 [class^=t7]{margin-left:25.00000001%;}.t5-t12 [class*=" t6"],.t5-t12 [class^=t6]{margin-left:12.5%;}.t6-t12 [class*=" t12"],.t6-t12 [class^=t12]{margin-left:85.71428572%;}.t6-t12 [class*=" t11"],.t6-t12 [class^=t11]{margin-left:71.42857142%;}.t6-t12 [class*=" t10"],.t6-t12 [class^=t10]{margin-left:57.14285714%;}.t6-t12 [class*=" t9"],.t6-t12 [class^=t9]{margin-left:42.85714286%;}.t6-t12 [class*=" t8"],.t6-t12 [class^=t8]{margin-left:28.57142858%;}.t6-t12 [class*=" t7"],.t6-t12 [class^=t7]{margin-left:14.28571428%;}.t7-t12 [class*=" t12"],.t7-t12 [class^=t12]{margin-left:83.33333332%;}.t7-t12 [class*=" t11"],.t7-t12 [class^=t11]{margin-left:66.66666666%;}.t7-t12 [class*=" t10"],.t7-t12 [class^=t10]{margin-left:50%;}.t7-t12 [class*=" t9"],.t7-t12 [class^=t9]{margin-left:33.33333334%;}.t7-t12 [class*=" t8"],.t7-t12 [class^=t8]{margin-left:16.66666666%;}.t8-t12 [class*=" t12"],.t8-t12 [class^=t12]{margin-left:80%;}.t8-t12 [class*=" t11"],.t8-t12 [class^=t11]{margin-left:60.00000001%;}.t8-t12 [class*=" t10"],.t8-t12 [class^=t10]{margin-left:40.00000001%;}.t8-t12 [class*=" t9"],.t8-t12 [class^=t9]{margin-left:20%;}.t9-t12 [class*=" t12"],.t9-t12 [class^=t12]{margin-left:75.00000001%;}.t9-t12 [class*=" t11"],.t9-t12 [class^=t11]{margin-left:50.00000002%;}.t9-t12 [class*=" t10"],.t9-t12 [class^=t10]{margin-left:24.99999999%;}.t10-t12 [class*=" t12"],.t10-t12 [class^=t12]{margin-left:66.66666668%;}.t10-t12 [class*=" t11"],.t10-t12 [class^=t11]{margin-left:33.33333332%;}.t11-t12 [class*=" t12"],.t11-t12 [class^=t12]{margin-left:49.99999997%;}[class*=" t11"],[class^=t11]{margin-left:83.27900913%;}.t1-t11 [class*=" t11"],.t1-t11 [class^=t11]{margin-left:90.90909091%;}.t1-t11 [class*=" t10"],.t1-t11 [class^=t10]{margin-left:81.81818181%;}.t1-t11 [class*=" t9"],.t1-t11 [class^=t9]{margin-left:72.72727273%;}.t1-t11 [class*=" t8"],.t1-t11 [class^=t8]{margin-left:63.63636364%;}.t1-t11 [class*=" t7"],.t1-t11 [class^=t7]{margin-left:54.54545455%;}.t1-t11 [class*=" t6"],.t1-t11 [class^=t6]{margin-left:45.45454545%;}.t1-t11 [class*=" t5"],.t1-t11 [class^=t5]{margin-left:36.36363636%;}.t1-t11 [class*=" t4"],.t1-t11 [class^=t4]{margin-left:27.27272727%;}.t1-t11 [class*=" t3"],.t1-t11 [class^=t3]{margin-left:18.18181819%;}.t1-t11 [class*=" t2"],.t1-t11 [class^=t2]{margin-left:9.09090909%;}.t2-t11 [class*=" t11"],.t2-t11 [class^=t11]{margin-left:89.99999999%;}.t2-t11 [class*=" t10"],.t2-t11 [class^=t10]{margin-left:80%;}.t2-t11 [class*=" t9"],.t2-t11 [class^=t9]{margin-left:70%;}.t2-t11 [class*=" t8"],.t2-t11 [class^=t8]{margin-left:60%;}.t2-t11 [class*=" t7"],.t2-t11 [class^=t7]{margin-left:49.99999999%;}.t2-t11 [class*=" t6"],.t2-t11 [class^=t6]{margin-left:40%;}.t2-t11 [class*=" t5"],.t2-t11 [class^=t5]{margin-left:30%;}.t2-t11 [class*=" t4"],.t2-t11 [class^=t4]{margin-left:20%;}.t2-t11 [class*=" t3"],.t2-t11 [class^=t3]{margin-left:10%;}.t3-t11 [class*=" t11"],.t3-t11 [class^=t11]{margin-left:88.88888889%;}.t3-t11 [class*=" t10"],.t3-t11 [class^=t10]{margin-left:77.77777778%;}.t3-t11 [class*=" t9"],.t3-t11 [class^=t9]{margin-left:66.66666668%;}.t3-t11 [class*=" t8"],.t3-t11 [class^=t8]{margin-left:55.55555555%;}.t3-t11 [class*=" t7"],.t3-t11 [class^=t7]{margin-left:44.44444445%;}.t3-t11 [class*=" t6"],.t3-t11 [class^=t6]{margin-left:33.33333334%;}.t3-t11 [class*=" t5"],.t3-t11 [class^=t5]{margin-left:22.22222223%;}.t3-t11 [class*=" t4"],.t3-t11 [class^=t4]{margin-left:11.11111111%;}.t4-t11 [class*=" t11"],.t4-t11 [class^=t11]{margin-left:87.5%;}.t4-t11 [class*=" t10"],.t4-t11 [class^=t10]{margin-left:75.00000001%;}.t4-t11 [class*=" t9"],.t4-t11 [class^=t9]{margin-left:62.5%;}.t4-t11 [class*=" t8"],.t4-t11 [class^=t8]{margin-left:50%;}.t4-t11 [class*=" t7"],.t4-t11 [class^=t7]{margin-left:37.5%;}.t4-t11 [class*=" t6"],.t4-t11 [class^=t6]{margin-left:25.00000001%;}.t4-t11 [class*=" t5"],.t4-t11 [class^=t5]{margin-left:12.5%;}.t5-t11 [class*=" t11"],.t5-t11 [class^=t11]{margin-left:85.71428572%;}.t5-t11 [class*=" t10"],.t5-t11 [class^=t10]{margin-left:71.42857142%;}.t5-t11 [class*=" t9"],.t5-t11 [class^=t9]{margin-left:57.14285714%;}.t5-t11 [class*=" t8"],.t5-t11 [class^=t8]{margin-left:42.85714286%;}.t5-t11 [class*=" t7"],.t5-t11 [class^=t7]{margin-left:28.57142858%;}.t5-t11 [class*=" t6"],.t5-t11 [class^=t6]{margin-left:14.28571428%;}.t6-t11 [class*=" t11"],.t6-t11 [class^=t11]{margin-left:83.33333332%;}.t6-t11 [class*=" t10"],.t6-t11 [class^=t10]{margin-left:66.66666666%;}.t6-t11 [class*=" t9"],.t6-t11 [class^=t9]{margin-left:50%;}.t6-t11 [class*=" t8"],.t6-t11 [class^=t8]{margin-left:33.33333334%;}.t6-t11 [class*=" t7"],.t6-t11 [class^=t7]{margin-left:16.66666666%;}.t7-t11 [class*=" t11"],.t7-t11 [class^=t11]{margin-left:80%;}.t7-t11 [class*=" t10"],.t7-t11 [class^=t10]{margin-left:60.00000001%;}.t7-t11 [class*=" t9"],.t7-t11 [class^=t9]{margin-left:40.00000001%;}.t7-t11 [class*=" t8"],.t7-t11 [class^=t8]{margin-left:20%;}.t8-t11 [class*=" t11"],.t8-t11 [class^=t11]{margin-left:75.00000001%;}.t8-t11 [class*=" t10"],.t8-t11 [class^=t10]{margin-left:50.00000002%;}.t8-t11 [class*=" t9"],.t8-t11 [class^=t9]{margin-left:24.99999999%;}.t9-t11 [class*=" t11"],.t9-t11 [class^=t11]{margin-left:66.66666668%;}.t9-t11 [class*=" t10"],.t9-t11 [class^=t10]{margin-left:33.33333332%;}.t10-t11 [class*=" t11"],.t10-t11 [class^=t11]{margin-left:49.99999997%;}[class*=" t10"],[class^=t10]{margin-left:74.95110821%;}.t1-t10 [class*=" t10"],.t1-t10 [class^=t10]{margin-left:89.99999999%;}.t1-t10 [class*=" t9"],.t1-t10 [class^=t9]{margin-left:80%;}.t1-t10 [class*=" t8"],.t1-t10 [class^=t8]{margin-left:70%;}.t1-t10 [class*=" t7"],.t1-t10 [class^=t7]{margin-left:60%;}.t1-t10 [class*=" t6"],.t1-t10 [class^=t6]{margin-left:49.99999999%;}.t1-t10 [class*=" t5"],.t1-t10 [class^=t5]{margin-left:40%;}.t1-t10 [class*=" t4"],.t1-t10 [class^=t4]{margin-left:30%;}.t1-t10 [class*=" t3"],.t1-t10 [class^=t3]{margin-left:20%;}.t1-t10 [class*=" t2"],.t1-t10 [class^=t2]{margin-left:10%;}.t2-t10 [class*=" t10"],.t2-t10 [class^=t10]{margin-left:88.88888889%;}.t2-t10 [class*=" t9"],.t2-t10 [class^=t9]{margin-left:77.77777778%;}.t2-t10 [class*=" t8"],.t2-t10 [class^=t8]{margin-left:66.66666668%;}.t2-t10 [class*=" t7"],.t2-t10 [class^=t7]{margin-left:55.55555555%;}.t2-t10 [class*=" t6"],.t2-t10 [class^=t6]{margin-left:44.44444445%;}.t2-t10 [class*=" t5"],.t2-t10 [class^=t5]{margin-left:33.33333334%;}.t2-t10 [class*=" t4"],.t2-t10 [class^=t4]{margin-left:22.22222223%;}.t2-t10 [class*=" t3"],.t2-t10 [class^=t3]{margin-left:11.11111111%;}.t3-t10 [class*=" t10"],.t3-t10 [class^=t10]{margin-left:87.5%;}.t3-t10 [class*=" t9"],.t3-t10 [class^=t9]{margin-left:75.00000001%;}.t3-t10 [class*=" t8"],.t3-t10 [class^=t8]{margin-left:62.5%;}.t3-t10 [class*=" t7"],.t3-t10 [class^=t7]{margin-left:50%;}.t3-t10 [class*=" t6"],.t3-t10 [class^=t6]{margin-left:37.5%;}.t3-t10 [class*=" t5"],.t3-t10 [class^=t5]{margin-left:25.00000001%;}.t3-t10 [class*=" t4"],.t3-t10 [class^=t4]{margin-left:12.5%;}.t4-t10 [class*=" t10"],.t4-t10 [class^=t10]{margin-left:85.71428572%;}.t4-t10 [class*=" t9"],.t4-t10 [class^=t9]{margin-left:71.42857142%;}.t4-t10 [class*=" t8"],.t4-t10 [class^=t8]{margin-left:57.14285714%;}.t4-t10 [class*=" t7"],.t4-t10 [class^=t7]{margin-left:42.85714286%;}.t4-t10 [class*=" t6"],.t4-t10 [class^=t6]{margin-left:28.57142858%;}.t4-t10 [class*=" t5"],.t4-t10 [class^=t5]{margin-left:14.28571428%;}.t5-t10 [class*=" t10"],.t5-t10 [class^=t10]{margin-left:83.33333332%;}.t5-t10 [class*=" t9"],.t5-t10 [class^=t9]{margin-left:66.66666666%;}.t5-t10 [class*=" t8"],.t5-t10 [class^=t8]{margin-left:50%;}.t5-t10 [class*=" t7"],.t5-t10 [class^=t7]{margin-left:33.33333334%;}.t5-t10 [class*=" t6"],.t5-t10 [class^=t6]{margin-left:16.66666666%;}.t6-t10 [class*=" t10"],.t6-t10 [class^=t10]{margin-left:80%;}.t6-t10 [class*=" t9"],.t6-t10 [class^=t9]{margin-left:60.00000001%;}.t6-t10 [class*=" t8"],.t6-t10 [class^=t8]{margin-left:40.00000001%;}.t6-t10 [class*=" t7"],.t6-t10 [class^=t7]{margin-left:20%;}.t7-t10 [class*=" t10"],.t7-t10 [class^=t10]{margin-left:75.00000001%;}.t7-t10 [class*=" t9"],.t7-t10 [class^=t9]{margin-left:50.00000002%;}.t7-t10 [class*=" t8"],.t7-t10 [class^=t8]{margin-left:24.99999999%;}.t8-t10 [class*=" t10"],.t8-t10 [class^=t10]{margin-left:66.66666668%;}.t8-t10 [class*=" t9"],.t8-t10 [class^=t9]{margin-left:33.33333332%;}.t9-t10 [class*=" t10"],.t9-t10 [class^=t10]{margin-left:49.99999997%;}[class*=" t9"],[class^=t9]{margin-left:66.6232073%;}.t1-t9 [class*=" t9"],.t1-t9 [class^=t9]{margin-left:88.88888889%;}.t1-t9 [class*=" t8"],.t1-t9 [class^=t8]{margin-left:77.77777778%;}.t1-t9 [class*=" t7"],.t1-t9 [class^=t7]{margin-left:66.66666668%;}.t1-t9 [class*=" t6"],.t1-t9 [class^=t6]{margin-left:55.55555555%;}.t1-t9 [class*=" t5"],.t1-t9 [class^=t5]{margin-left:44.44444445%;}.t1-t9 [class*=" t4"],.t1-t9 [class^=t4]{margin-left:33.33333334%;}.t1-t9 [class*=" t3"],.t1-t9 [class^=t3]{margin-left:22.22222223%;}.t1-t9 [class*=" t2"],.t1-t9 [class^=t2]{margin-left:11.11111111%;}.t2-t9 [class*=" t9"],.t2-t9 [class^=t9]{margin-left:87.5%;}.t2-t9 [class*=" t8"],.t2-t9 [class^=t8]{margin-left:75.00000001%;}.t2-t9 [class*=" t7"],.t2-t9 [class^=t7]{margin-left:62.5%;}.t2-t9 [class*=" t6"],.t2-t9 [class^=t6]{margin-left:50%;}.t2-t9 [class*=" t5"],.t2-t9 [class^=t5]{margin-left:37.5%;}.t2-t9 [class*=" t4"],.t2-t9 [class^=t4]{margin-left:25.00000001%;}.t2-t9 [class*=" t3"],.t2-t9 [class^=t3]{margin-left:12.5%;}.t3-t9 [class*=" t9"],.t3-t9 [class^=t9]{margin-left:85.71428572%;}.t3-t9 [class*=" t8"],.t3-t9 [class^=t8]{margin-left:71.42857142%;}.t3-t9 [class*=" t7"],.t3-t9 [class^=t7]{margin-left:57.14285714%;}.t3-t9 [class*=" t6"],.t3-t9 [class^=t6]{margin-left:42.85714286%;}.t3-t9 [class*=" t5"],.t3-t9 [class^=t5]{margin-left:28.57142858%;}.t3-t9 [class*=" t4"],.t3-t9 [class^=t4]{margin-left:14.28571428%;}.t4-t9 [class*=" t9"],.t4-t9 [class^=t9]{margin-left:83.33333332%;}.t4-t9 [class*=" t8"],.t4-t9 [class^=t8]{margin-left:66.66666666%;}.t4-t9 [class*=" t7"],.t4-t9 [class^=t7]{margin-left:50%;}.t4-t9 [class*=" t6"],.t4-t9 [class^=t6]{margin-left:33.33333334%;}.t4-t9 [class*=" t5"],.t4-t9 [class^=t5]{margin-left:16.66666666%;}.t5-t9 [class*=" t9"],.t5-t9 [class^=t9]{margin-left:80%;}.t5-t9 [class*=" t8"],.t5-t9 [class^=t8]{margin-left:60.00000001%;}.t5-t9 [class*=" t7"],.t5-t9 [class^=t7]{margin-left:40.00000001%;}.t5-t9 [class*=" t6"],.t5-t9 [class^=t6]{margin-left:20%;}.t6-t9 [class*=" t9"],.t6-t9 [class^=t9]{margin-left:75.00000001%;}.t6-t9 [class*=" t8"],.t6-t9 [class^=t8]{margin-left:50.00000002%;}.t6-t9 [class*=" t7"],.t6-t9 [class^=t7]{margin-left:24.99999999%;}.t7-t9 [class*=" t9"],.t7-t9 [class^=t9]{margin-left:66.66666668%;}.t7-t9 [class*=" t8"],.t7-t9 [class^=t8]{margin-left:33.33333332%;}.t8-t9 [class*=" t9"],.t8-t9 [class^=t9]{margin-left:49.99999997%;}[class*=" t8"],[class^=t8]{margin-left:58.29530639%;}.t1-t8 [class*=" t8"],.t1-t8 [class^=t8]{margin-left:87.5%;}.t1-t8 [class*=" t7"],.t1-t8 [class^=t7]{margin-left:75.00000001%;}.t1-t8 [class*=" t6"],.t1-t8 [class^=t6]{margin-left:62.5%;}.t1-t8 [class*=" t5"],.t1-t8 [class^=t5]{margin-left:50%;}.t1-t8 [class*=" t4"],.t1-t8 [class^=t4]{margin-left:37.5%;}.t1-t8 [class*=" t3"],.t1-t8 [class^=t3]{margin-left:25.00000001%;}.t1-t8 [class*=" t2"],.t1-t8 [class^=t2]{margin-left:12.5%;}.t2-t8 [class*=" t8"],.t2-t8 [class^=t8]{margin-left:85.71428572%;}.t2-t8 [class*=" t7"],.t2-t8 [class^=t7]{margin-left:71.42857142%;}.t2-t8 [class*=" t6"],.t2-t8 [class^=t6]{margin-left:57.14285714%;}.t2-t8 [class*=" t5"],.t2-t8 [class^=t5]{margin-left:42.85714286%;}.t2-t8 [class*=" t4"],.t2-t8 [class^=t4]{margin-left:28.57142858%;}.t2-t8 [class*=" t3"],.t2-t8 [class^=t3]{margin-left:14.28571428%;}.t3-t8 [class*=" t8"],.t3-t8 [class^=t8]{margin-left:83.33333332%;}.t3-t8 [class*=" t7"],.t3-t8 [class^=t7]{margin-left:66.66666666%;}.t3-t8 [class*=" t6"],.t3-t8 [class^=t6]{margin-left:50%;}.t3-t8 [class*=" t5"],.t3-t8 [class^=t5]{margin-left:33.33333334%;}.t3-t8 [class*=" t4"],.t3-t8 [class^=t4]{margin-left:16.66666666%;}.t4-t8 [class*=" t8"],.t4-t8 [class^=t8]{margin-left:80%;}.t4-t8 [class*=" t7"],.t4-t8 [class^=t7]{margin-left:60.00000001%;}.t4-t8 [class*=" t6"],.t4-t8 [class^=t6]{margin-left:40.00000001%;}.t4-t8 [class*=" t5"],.t4-t8 [class^=t5]{margin-left:20%;}.t5-t8 [class*=" t8"],.t5-t8 [class^=t8]{margin-left:75.00000001%;}.t5-t8 [class*=" t7"],.t5-t8 [class^=t7]{margin-left:50.00000002%;}.t5-t8 [class*=" t6"],.t5-t8 [class^=t6]{margin-left:24.99999999%;}.t6-t8 [class*=" t8"],.t6-t8 [class^=t8]{margin-left:66.66666668%;}.t6-t8 [class*=" t7"],.t6-t8 [class^=t7]{margin-left:33.33333332%;}.t7-t8 [class*=" t8"],.t7-t8 [class^=t8]{margin-left:49.99999997%;}[class*=" t7"],[class^=t7]{margin-left:49.96740548%;}.t1-t7 [class*=" t7"],.t1-t7 [class^=t7]{margin-left:85.71428572%;}.t1-t7 [class*=" t6"],.t1-t7 [class^=t6]{margin-left:71.42857142%;}.t1-t7 [class*=" t5"],.t1-t7 [class^=t5]{margin-left:57.14285714%;}.t1-t7 [class*=" t4"],.t1-t7 [class^=t4]{margin-left:42.85714286%;}.t1-t7 [class*=" t3"],.t1-t7 [class^=t3]{margin-left:28.57142858%;}.t1-t7 [class*=" t2"],.t1-t7 [class^=t2]{margin-left:14.28571429%;}.t2-t7 [class*=" t7"],.t2-t7 [class^=t7]{margin-left:83.33333332%;}.t2-t7 [class*=" t6"],.t2-t7 [class^=t6]{margin-left:66.66666666%;}.t2-t7 [class*=" t5"],.t2-t7 [class^=t5]{margin-left:50%;}.t2-t7 [class*=" t4"],.t2-t7 [class^=t4]{margin-left:33.33333334%;}.t2-t7 [class*=" t3"],.t2-t7 [class^=t3]{margin-left:16.66666666%;}.t3-t7 [class*=" t7"],.t3-t7 [class^=t7]{margin-left:80%;}.t3-t7 [class*=" t6"],.t3-t7 [class^=t6]{margin-left:60.00000001%;}.t3-t7 [class*=" t5"],.t3-t7 [class^=t5]{margin-left:40.00000001%;}.t3-t7 [class*=" t4"],.t3-t7 [class^=t4]{margin-left:20%;}.t4-t7 [class*=" t7"],.t4-t7 [class^=t7]{margin-left:75.00000001%;}.t4-t7 [class*=" t6"],.t4-t7 [class^=t6]{margin-left:50.00000002%;}.t4-t7 [class*=" t5"],.t4-t7 [class^=t5]{margin-left:24.99999999%;}.t5-t7 [class*=" t7"],.t5-t7 [class^=t7]{margin-left:66.66666668%;}.t5-t7 [class*=" t6"],.t5-t7 [class^=t6]{margin-left:33.33333332%;}.t6-t7 [class*=" t7"],.t6-t7 [class^=t7]{margin-left:49.99999997%;}[class*=" t6"],[class^=t6]{margin-left:41.63950456%;}.t1-t6 [class*=" t6"],.t1-t6 [class^=t6]{margin-left:83.33333332%;}.t1-t6 [class*=" t5"],.t1-t6 [class^=t5]{margin-left:66.66666666%;}.t1-t6 [class*=" t4"],.t1-t6 [class^=t4]{margin-left:50%;}.t1-t6 [class*=" t3"],.t1-t6 [class^=t3]{margin-left:33.33333334%;}.t1-t6 [class*=" t2"],.t1-t6 [class^=t2]{margin-left:16.66666667%;}.t2-t6 [class*=" t6"],.t2-t6 [class^=t6]{margin-left:80%;}.t2-t6 [class*=" t5"],.t2-t6 [class^=t5]{margin-left:60.00000001%;}.t2-t6 [class*=" t4"],.t2-t6 [class^=t4]{margin-left:40.00000001%;}.t2-t6 [class*=" t3"],.t2-t6 [class^=t3]{margin-left:20%;}.t3-t6 [class*=" t6"],.t3-t6 [class^=t6]{margin-left:75.00000001%;}.t3-t6 [class*=" t5"],.t3-t6 [class^=t5]{margin-left:50.00000002%;}.t3-t6 [class*=" t4"],.t3-t6 [class^=t4]{margin-left:24.99999999%;}.t4-t6 [class*=" t6"],.t4-t6 [class^=t6]{margin-left:66.66666668%;}.t4-t6 [class*=" t5"],.t4-t6 [class^=t5]{margin-left:33.33333332%;}.t5-t6 [class*=" t6"],.t5-t6 [class^=t6]{margin-left:49.99999997%;}[class*=" t5"],[class^=t5]{margin-left:33.31160365%;}.t1-t5 [class*=" t5"],.t1-t5 [class^=t5]{margin-left:80%;}.t1-t5 [class*=" t4"],.t1-t5 [class^=t4]{margin-left:60.00000001%;}.t1-t5 [class*=" t3"],.t1-t5 [class^=t3]{margin-left:40.00000001%;}.t1-t5 [class*=" t2"],.t1-t5 [class^=t2]{margin-left:20%;}.t2-t5 [class*=" t5"],.t2-t5 [class^=t5]{margin-left:75.00000001%;}.t2-t5 [class*=" t4"],.t2-t5 [class^=t4]{margin-left:50.00000002%;}.t2-t5 [class*=" t3"],.t2-t5 [class^=t3]{margin-left:24.99999999%;}.t3-t5 [class*=" t5"],.t3-t5 [class^=t5]{margin-left:66.66666668%;}.t3-t5 [class*=" t4"],.t3-t5 [class^=t4]{margin-left:33.33333332%;}.t4-t5 [class*=" t5"],.t4-t5 [class^=t5]{margin-left:49.99999997%;}[class*=" t4"],[class^=t4]{margin-left:24.98370274%;}.t1-t4 [class*=" t4"],.t1-t4 [class^=t4]{margin-left:75.00000001%;}.t1-t4 [class*=" t3"],.t1-t4 [class^=t3]{margin-left:50.00000002%;}.t1-t4 [class*=" t2"],.t1-t4 [class^=t2]{margin-left:25%;}.t2-t4 [class*=" t4"],.t2-t4 [class^=t4]{margin-left:66.66666668%;}.t2-t4 [class*=" t3"],.t2-t4 [class^=t3]{margin-left:33.33333332%;}.t3-t4 [class*=" t4"],.t3-t4 [class^=t4]{margin-left:49.99999997%;}[class*=" t3"],[class^=t3]{margin-left:16.65580183%;}.t1-t3 [class*=" t3"],.t1-t3 [class^=t3]{margin-left:66.66666668%;}.t1-t3 [class*=" t2"],.t1-t3 [class^=t2]{margin-left:33.33333333%;}.t2-t3 [class*=" t3"],.t2-t3 [class^=t3]{margin-left:49.99999997%;}[class*=" t2"],[class^=t2]{margin-left:8.32790091%;}.t1-t2 [class*=" t2"],.t1-t2 [class^=t2]{margin-left:49.99999999%;}
.t1,[class*=t1-],.t-all,[class*=" t1-"],[class^=t1-],.t1,[class*=" t1-"] [class*=" t1-"],[class^=t1-] [class*=" t1-"],[class*=" t1-"] [class^=t1-],[class^=t1-] [class^=t1-],[class*=" t1-"] .t1,[class^=t1-] .t1,[class*=" t2-"] [class*=" t2-"],[class^=t2-] [class*=" t2-"],[class*=" t2-"] [class^=t2-],[class^=t2-] [class^=t2-],[class*=" t2-"] .t2,[class^=t2-] .t2,[class*=" t3-"] [class*=" t3-"],[class^=t3-] [class*=" t3-"],[class*=" t3-"] [class^=t3-],[class^=t3-] [class^=t3-],[class*=" t3-"] .t3,[class^=t3-] .t3,[class*=" t4-"] [class*=" t4-"],[class^=t4-] [class*=" t4-"],[class*=" t4-"] [class^=t4-],[class^=t4-] [class^=t4-],[class*=" t4-"] .t4,[class^=t4-] .t4,[class*=" t5-"] [class*=" t5-"],[class^=t5-] [class*=" t5-"],[class*=" t5-"] [class^=t5-],[class^=t5-] [class^=t5-],[class*=" t5-"] .t5,[class^=t5-] .t5,[class*=" t6-"] [class*=" t6-"],[class^=t6-] [class*=" t6-"],[class*=" t6-"] [class^=t6-],[class^=t6-] [class^=t6-],[class*=" t6-"] .t6,[class^=t6-] .t6,[class*=" t7-"] [class*=" t7-"],[class^=t7-] [class*=" t7-"],[class*=" t7-"] [class^=t7-],[class^=t7-] [class^=t7-],[class*=" t7-"] .t7,[class^=t7-] .t7,[class*=" t8-"] [class*=" t8-"],[class^=t8-] [class*=" t8-"],[class*=" t8-"] [class^=t8-],[class^=t8-] [class^=t8-],[class*=" t8-"] .t8,[class^=t8-] .t8,[class*=" t9-"] [class*=" t9-"],[class^=t9-] [class*=" t9-"],[class*=" t9-"] [class^=t9-],[class^=t9-] [class^=t9-],[class*=" t9-"] .t9,[class^=t9-] .t9,[class*=" t10-"] [class*=" t10-"],[class^=t10-] [class*=" t10-"],[class*=" t10-"] [class^=t10-],[class^=t10-] [class^=t10-],[class*=" t10-"] .t10,[class^=t10-] .t10,[class*=" t11-"] [class*=" t11-"],[class^=t11-] [class*=" t11-"],[class*=" t11-"] [class^=t11-],[class^=t11-] [class^=t11-],[class*=" t11-"] .t11,[class^=t11-] .t11,[class*=" t12-"] [class*=" t12-"],[class^=t12-] [class*=" t12-"],[class*=" t12-"] [class^=t12-],[class^=t12-] [class^=t12-],[class*=" t12-"] .t12,[class^=t12-] .t12{margin-left:0;clear:left;}

/* Tablet Portrait grid floats ----- */

[class*=" t-float"][class*=" t-float"],[class^=t-float][class^=t-float]{margin-left:0%;margin-right:0%;}
.t-floatright[class~=t-floatright],.t-floatright[class~=t-floatright]+.t-floatright[class~=t-floatright]{float:right;margin-right:0;clear:right;}
.t-floatleft[class~=t-floatleft]{float:left;margin-left:0;}

/* Tablet Portrait clearing ----- */

.t2+[class*=" t2"],.t2+[class^=t2],[class*=-t2]+[class*=" t2"],[class*=-t2]+[class^=t2],.t3+[class*=" t3"],.t3+[class^=t3],[class*=-t3]+[class*=" t3"],[class*=-t3]+[class^=t3],.t3+[class*=" t2"],.t3+[class^=t2],[class*=-t3]+[class*=" t2"],[class*=-t3]+[class^=t2],.t4+[class*=" t4"],.t4+[class^=t4],[class*=-t4]+[class*=" t4"],[class*=-t4]+[class^=t4],.t4+[class*=" t3"],.t4+[class^=t3],[class*=-t4]+[class*=" t3"],[class*=-t4]+[class^=t3],.t4+[class*=" t2"],.t4+[class^=t2],[class*=-t4]+[class*=" t2"],[class*=-t4]+[class^=t2],.t5+[class*=" t5"],.t5+[class^=t5],[class*=-t5]+[class*=" t5"],[class*=-t5]+[class^=t5],.t5+[class*=" t4"],.t5+[class^=t4],[class*=-t5]+[class*=" t4"],[class*=-t5]+[class^=t4],.t5+[class*=" t3"],.t5+[class^=t3],[class*=-t5]+[class*=" t3"],[class*=-t5]+[class^=t3],.t5+[class*=" t2"],.t5+[class^=t2],[class*=-t5]+[class*=" t2"],[class*=-t5]+[class^=t2],.t6+[class*=" t6"],.t6+[class^=t6],[class*=-t6]+[class*=" t6"],[class*=-t6]+[class^=t6],.t6+[class*=" t5"],.t6+[class^=t5],[class*=-t6]+[class*=" t5"],[class*=-t6]+[class^=t5],.t6+[class*=" t4"],.t6+[class^=t4],[class*=-t6]+[class*=" t4"],[class*=-t6]+[class^=t4],.t6+[class*=" t3"],.t6+[class^=t3],[class*=-t6]+[class*=" t3"],[class*=-t6]+[class^=t3],.t6+[class*=" t2"],.t6+[class^=t2],[class*=-t6]+[class*=" t2"],[class*=-t6]+[class^=t2],.t7+[class*=" t7"],.t7+[class^=t7],[class*=-t7]+[class*=" t7"],[class*=-t7]+[class^=t7],.t7+[class*=" t6"],.t7+[class^=t6],[class*=-t7]+[class*=" t6"],[class*=-t7]+[class^=t6],.t7+[class*=" t5"],.t7+[class^=t5],[class*=-t7]+[class*=" t5"],[class*=-t7]+[class^=t5],.t7+[class*=" t4"],.t7+[class^=t4],[class*=-t7]+[class*=" t4"],[class*=-t7]+[class^=t4],.t7+[class*=" t3"],.t7+[class^=t3],[class*=-t7]+[class*=" t3"],[class*=-t7]+[class^=t3],.t7+[class*=" t2"],.t7+[class^=t2],[class*=-t7]+[class*=" t2"],[class*=-t7]+[class^=t2],.t8+[class*=" t8"],.t8+[class^=t8],[class*=-t8]+[class*=" t8"],[class*=-t8]+[class^=t8],.t8+[class*=" t7"],.t8+[class^=t7],[class*=-t8]+[class*=" t7"],[class*=-t8]+[class^=t7],.t8+[class*=" t6"],.t8+[class^=t6],[class*=-t8]+[class*=" t6"],[class*=-t8]+[class^=t6],.t8+[class*=" t5"],.t8+[class^=t5],[class*=-t8]+[class*=" t5"],[class*=-t8]+[class^=t5],.t8+[class*=" t4"],.t8+[class^=t4],[class*=-t8]+[class*=" t4"],[class*=-t8]+[class^=t4],.t8+[class*=" t3"],.t8+[class^=t3],[class*=-t8]+[class*=" t3"],[class*=-t8]+[class^=t3],.t8+[class*=" t2"],.t8+[class^=t2],[class*=-t8]+[class*=" t2"],[class*=-t8]+[class^=t2],.t9+[class*=" t9"],.t9+[class^=t9],[class*=-t9]+[class*=" t9"],[class*=-t9]+[class^=t9],.t9+[class*=" t8"],.t9+[class^=t8],[class*=-t9]+[class*=" t8"],[class*=-t9]+[class^=t8],.t9+[class*=" t7"],.t9+[class^=t7],[class*=-t9]+[class*=" t7"],[class*=-t9]+[class^=t7],.t9+[class*=" t6"],.t9+[class^=t6],[class*=-t9]+[class*=" t6"],[class*=-t9]+[class^=t6],.t9+[class*=" t5"],.t9+[class^=t5],[class*=-t9]+[class*=" t5"],[class*=-t9]+[class^=t5],.t9+[class*=" t4"],.t9+[class^=t4],[class*=-t9]+[class*=" t4"],[class*=-t9]+[class^=t4],.t9+[class*=" t3"],.t9+[class^=t3],[class*=-t9]+[class*=" t3"],[class*=-t9]+[class^=t3],.t9+[class*=" t2"],.t9+[class^=t2],[class*=-t9]+[class*=" t2"],[class*=-t9]+[class^=t2],.t10+[class*=" t10"],.t10+[class^=t10],[class*=-t10]+[class*=" t10"],[class*=-t10]+[class^=t10],.t10+[class*=" t9"],.t10+[class^=t9],[class*=-t10]+[class*=" t9"],[class*=-t10]+[class^=t9],.t10+[class*=" t8"],.t10+[class^=t8],[class*=-t10]+[class*=" t8"],[class*=-t10]+[class^=t8],.t10+[class*=" t7"],.t10+[class^=t7],[class*=-t10]+[class*=" t7"],[class*=-t10]+[class^=t7],.t10+[class*=" t6"],.t10+[class^=t6],[class*=-t10]+[class*=" t6"],[class*=-t10]+[class^=t6],.t10+[class*=" t5"],.t10+[class^=t5],[class*=-t10]+[class*=" t5"],[class*=-t10]+[class^=t5],.t10+[class*=" t4"],.t10+[class^=t4],[class*=-t10]+[class*=" t4"],[class*=-t10]+[class^=t4],.t10+[class*=" t3"],.t10+[class^=t3],[class*=-t10]+[class*=" t3"],[class*=-t10]+[class^=t3],.t10+[class*=" t2"],.t10+[class^=t2],[class*=-t10]+[class*=" t2"],[class*=-t10]+[class^=t2],.t11+[class*=" t11"],.t11+[class^=t11],[class*=-t11]+[class*=" t11"],[class*=-t11]+[class^=t11],.t11+[class*=" t10"],.t11+[class^=t10],[class*=-t11]+[class*=" t10"],[class*=-t11]+[class^=t10],.t11+[class*=" t9"],.t11+[class^=t9],[class*=-t11]+[class*=" t9"],[class*=-t11]+[class^=t9],.t11+[class*=" t8"],.t11+[class^=t8],[class*=-t11]+[class*=" t8"],[class*=-t11]+[class^=t8],.t11+[class*=" t7"],.t11+[class^=t7],[class*=-t11]+[class*=" t7"],[class*=-t11]+[class^=t7],.t11+[class*=" t6"],.t11+[class^=t6],[class*=-t11]+[class*=" t6"],[class*=-t11]+[class^=t6],.t11+[class*=" t5"],.t11+[class^=t5],[class*=-t11]+[class*=" t5"],[class*=-t11]+[class^=t5],.t11+[class*=" t4"],.t11+[class^=t4],[class*=-t11]+[class*=" t4"],[class*=-t11]+[class^=t4],.t11+[class*=" t3"],.t11+[class^=t3],[class*=-t11]+[class*=" t3"],[class*=-t11]+[class^=t3],.t11+[class*=" t2"],.t11+[class^=t2],[class*=-t11]+[class*=" t2"],[class*=-t11]+[class^=t2],.t12+[class*=" t12"],.t12+[class^=t12],[class*=-t12]+[class*=" t12"],[class*=-t12]+[class^=t12],.t12+[class*=" t11"],.t12+[class^=t11],[class*=-t12]+[class*=" t11"],[class*=-t12]+[class^=t11],.t12+[class*=" t10"],.t12+[class^=t10],[class*=-t12]+[class*=" t10"],[class*=-t12]+[class^=t10],.t12+[class*=" t9"],.t12+[class^=t9],[class*=-t12]+[class*=" t9"],[class*=-t12]+[class^=t9],.t12+[class*=" t8"],.t12+[class^=t8],[class*=-t12]+[class*=" t8"],[class*=-t12]+[class^=t8],.t12+[class*=" t7"],.t12+[class^=t7],[class*=-t12]+[class*=" t7"],[class*=-t12]+[class^=t7],.t12+[class*=" t6"],.t12+[class^=t6],[class*=-t12]+[class*=" t6"],[class*=-t12]+[class^=t6],.t12+[class*=" t5"],.t12+[class^=t5],[class*=-t12]+[class*=" t5"],[class*=-t12]+[class^=t5],.t12+[class*=" t4"],.t12+[class^=t4],[class*=-t12]+[class*=" t4"],[class*=-t12]+[class^=t4],.t12+[class*=" t3"],.t12+[class^=t3],[class*=-t12]+[class*=" t3"],[class*=-t12]+[class^=t3],.t12+[class*=" t2"],.t12+[class^=t2],[class*=-t12]+[class*=" t2"],[class*=-t12]+[class^=t2],.t-clear{clear:left;}
.t-overlap[class*=overlap]{clear:none;}

/* Tablet Portrait hiding ----- */

.t-hide{display:none !important;}.t-show{display:block !important;}

}

@media only screen and (min-width:1025px) {

/* Desktop grid: 12 column / gutter: 0% ---------------------------------------- */

[class*=" d1"],[class^=d1],[class*=" d2"],[class^=d2],[class*=" d3"],[class^=d3],[class*=" d4"],[class^=d4],[class*=" d5"],[class^=d5],[class*=" d6"],[class^=d6],[class*=" d7"],[class^=d7],[class*=" d8"],[class^=d8],[class*=" d9"],[class^=d9],[class*=" d10"],[class^=d10],[class*=" d11"],[class^=d11],[class*=" d12"],[class^=d12],.d-all{display:block;float:left;margin-right:-100%;}

/* Desktop grid spans ----- */

.d1,.d2,.d3,.d4,.d5,.d6,.d7,.d8,.d9,.d10,.d11,.d12{width:8.33035714%;}.d1-d11 .d1,.d1-d11 .d2,.d1-d11 .d3,.d1-d11 .d4,.d1-d11 .d5,.d1-d11 .d6,.d1-d11 .d7,.d1-d11 .d8,.d1-d11 .d9,.d1-d11 .d10,.d1-d11 .d11,.d2-d12 .d2,.d2-d12 .d3,.d2-d12 .d4,.d2-d12 .d5,.d2-d12 .d6,.d2-d12 .d7,.d2-d12 .d8,.d2-d12 .d9,.d2-d12 .d10,.d2-d12 .d11,.d2-d12 .d12{width:9.09090909%;}.d1-d10 .d1,.d1-d10 .d2,.d1-d10 .d3,.d1-d10 .d4,.d1-d10 .d5,.d1-d10 .d6,.d1-d10 .d7,.d1-d10 .d8,.d1-d10 .d9,.d1-d10 .d10,.d2-d11 .d2,.d2-d11 .d3,.d2-d11 .d4,.d2-d11 .d5,.d2-d11 .d6,.d2-d11 .d7,.d2-d11 .d8,.d2-d11 .d9,.d2-d11 .d10,.d2-d11 .d11,.d3-d12 .d3,.d3-d12 .d4,.d3-d12 .d5,.d3-d12 .d6,.d3-d12 .d7,.d3-d12 .d8,.d3-d12 .d9,.d3-d12 .d10,.d3-d12 .d11,.d3-d12 .d12{width:10%;}.d1-d9 .d1,.d1-d9 .d2,.d1-d9 .d3,.d1-d9 .d4,.d1-d9 .d5,.d1-d9 .d6,.d1-d9 .d7,.d1-d9 .d8,.d1-d9 .d9,.d2-d10 .d2,.d2-d10 .d3,.d2-d10 .d4,.d2-d10 .d5,.d2-d10 .d6,.d2-d10 .d7,.d2-d10 .d8,.d2-d10 .d9,.d2-d10 .d10,.d3-d11 .d3,.d3-d11 .d4,.d3-d11 .d5,.d3-d11 .d6,.d3-d11 .d7,.d3-d11 .d8,.d3-d11 .d9,.d3-d11 .d10,.d3-d11 .d11,.d4-d12 .d4,.d4-d12 .d5,.d4-d12 .d6,.d4-d12 .d7,.d4-d12 .d8,.d4-d12 .d9,.d4-d12 .d10,.d4-d12 .d11,.d4-d12 .d12{width:11.11111111%;}.d1-d8 .d1,.d1-d8 .d2,.d1-d8 .d3,.d1-d8 .d4,.d1-d8 .d5,.d1-d8 .d6,.d1-d8 .d7,.d1-d8 .d8,.d2-d9 .d2,.d2-d9 .d3,.d2-d9 .d4,.d2-d9 .d5,.d2-d9 .d6,.d2-d9 .d7,.d2-d9 .d8,.d2-d9 .d9,.d3-d10 .d3,.d3-d10 .d4,.d3-d10 .d5,.d3-d10 .d6,.d3-d10 .d7,.d3-d10 .d8,.d3-d10 .d9,.d3-d10 .d10,.d4-d11 .d4,.d4-d11 .d5,.d4-d11 .d6,.d4-d11 .d7,.d4-d11 .d8,.d4-d11 .d9,.d4-d11 .d10,.d4-d11 .d11,.d5-d12 .d5,.d5-d12 .d6,.d5-d12 .d7,.d5-d12 .d8,.d5-d12 .d9,.d5-d12 .d10,.d5-d12 .d11,.d5-d12 .d12{width:12.5%;}.d1-d7 .d1,.d1-d7 .d2,.d1-d7 .d3,.d1-d7 .d4,.d1-d7 .d5,.d1-d7 .d6,.d1-d7 .d7,.d2-d8 .d2,.d2-d8 .d3,.d2-d8 .d4,.d2-d8 .d5,.d2-d8 .d6,.d2-d8 .d7,.d2-d8 .d8,.d3-d9 .d3,.d3-d9 .d4,.d3-d9 .d5,.d3-d9 .d6,.d3-d9 .d7,.d3-d9 .d8,.d3-d9 .d9,.d4-d10 .d4,.d4-d10 .d5,.d4-d10 .d6,.d4-d10 .d7,.d4-d10 .d8,.d4-d10 .d9,.d4-d10 .d10,.d5-d11 .d5,.d5-d11 .d6,.d5-d11 .d7,.d5-d11 .d8,.d5-d11 .d9,.d5-d11 .d10,.d5-d11 .d11,.d6-d12 .d6,.d6-d12 .d7,.d6-d12 .d8,.d6-d12 .d9,.d6-d12 .d10,.d6-d12 .d11,.d6-d12 .d12{width:14.28571429%;}.d1-d2,.d2-d3,.d3-d4,.d4-d5,.d5-d6,.d6-d7,.d7-d8,.d8-d9,.d9-d10,.d10-d11,.d11-d12{width:16.66071429%;}.d1-d6 .d1,.d1-d6 .d2,.d1-d6 .d3,.d1-d6 .d4,.d1-d6 .d5,.d1-d6 .d6,.d2-d7 .d2,.d2-d7 .d3,.d2-d7 .d4,.d2-d7 .d5,.d2-d7 .d6,.d2-d7 .d7,.d3-d8 .d3,.d3-d8 .d4,.d3-d8 .d5,.d3-d8 .d6,.d3-d8 .d7,.d3-d8 .d8,.d4-d9 .d4,.d4-d9 .d5,.d4-d9 .d6,.d4-d9 .d7,.d4-d9 .d8,.d4-d9 .d9,.d5-d10 .d5,.d5-d10 .d6,.d5-d10 .d7,.d5-d10 .d8,.d5-d10 .d9,.d5-d10 .d10,.d6-d11 .d6,.d6-d11 .d7,.d6-d11 .d8,.d6-d11 .d9,.d6-d11 .d10,.d6-d11 .d11,.d7-d12 .d7,.d7-d12 .d8,.d7-d12 .d9,.d7-d12 .d10,.d7-d12 .d11,.d7-d12 .d12{width:16.66666667%;}.d1-d11 .d1-d2,.d1-d11 .d2-d3,.d1-d11 .d3-d4,.d1-d11 .d4-d5,.d1-d11 .d5-d6,.d1-d11 .d6-d7,.d1-d11 .d7-d8,.d1-d11 .d8-d9,.d1-d11 .d9-d10,.d1-d11 .d10-d11,.d2-d12 .d2-d3,.d2-d12 .d3-d4,.d2-d12 .d4-d5,.d2-d12 .d5-d6,.d2-d12 .d6-d7,.d2-d12 .d7-d8,.d2-d12 .d8-d9,.d2-d12 .d9-d10,.d2-d12 .d10-d11,.d2-d12 .d11-d12{width:18.18181819%;}.d1-d5 .d1,.d1-d5 .d2,.d1-d5 .d3,.d1-d5 .d4,.d1-d5 .d5,.d1-d10 .d1-d2,.d1-d10 .d2-d3,.d1-d10 .d3-d4,.d1-d10 .d4-d5,.d1-d10 .d5-d6,.d1-d10 .d6-d7,.d1-d10 .d7-d8,.d1-d10 .d8-d9,.d1-d10 .d9-d10,.d2-d6 .d2,.d2-d6 .d3,.d2-d6 .d4,.d2-d6 .d5,.d2-d6 .d6,.d2-d11 .d2-d3,.d2-d11 .d3-d4,.d2-d11 .d4-d5,.d2-d11 .d5-d6,.d2-d11 .d6-d7,.d2-d11 .d7-d8,.d2-d11 .d8-d9,.d2-d11 .d9-d10,.d2-d11 .d10-d11,.d3-d7 .d3,.d3-d7 .d4,.d3-d7 .d5,.d3-d7 .d6,.d3-d7 .d7,.d3-d12 .d3-d4,.d3-d12 .d4-d5,.d3-d12 .d5-d6,.d3-d12 .d6-d7,.d3-d12 .d7-d8,.d3-d12 .d8-d9,.d3-d12 .d9-d10,.d3-d12 .d10-d11,.d3-d12 .d11-d12,.d4-d8 .d4,.d4-d8 .d5,.d4-d8 .d6,.d4-d8 .d7,.d4-d8 .d8,.d5-d9 .d5,.d5-d9 .d6,.d5-d9 .d7,.d5-d9 .d8,.d5-d9 .d9,.d6-d10 .d6,.d6-d10 .d7,.d6-d10 .d8,.d6-d10 .d9,.d6-d10 .d10,.d7-d11 .d7,.d7-d11 .d8,.d7-d11 .d9,.d7-d11 .d10,.d7-d11 .d11,.d8-d12 .d8,.d8-d12 .d9,.d8-d12 .d10,.d8-d12 .d11,.d8-d12 .d12{width:20%;}.d1-d9 .d1-d2,.d1-d9 .d2-d3,.d1-d9 .d3-d4,.d1-d9 .d4-d5,.d1-d9 .d5-d6,.d1-d9 .d6-d7,.d1-d9 .d7-d8,.d1-d9 .d8-d9,.d2-d10 .d2-d3,.d2-d10 .d3-d4,.d2-d10 .d4-d5,.d2-d10 .d5-d6,.d2-d10 .d6-d7,.d2-d10 .d7-d8,.d2-d10 .d8-d9,.d2-d10 .d9-d10,.d3-d11 .d3-d4,.d3-d11 .d4-d5,.d3-d11 .d5-d6,.d3-d11 .d6-d7,.d3-d11 .d7-d8,.d3-d11 .d8-d9,.d3-d11 .d9-d10,.d3-d11 .d10-d11,.d4-d12 .d4-d5,.d4-d12 .d5-d6,.d4-d12 .d6-d7,.d4-d12 .d7-d8,.d4-d12 .d8-d9,.d4-d12 .d9-d10,.d4-d12 .d10-d11,.d4-d12 .d11-d12{width:22.22222223%;}.d1-d3,.d2-d4,.d3-d5,.d4-d6,.d5-d7,.d6-d8,.d7-d9,.d8-d10,.d9-d11,.d10-d12{width:24.99107143%;}.d1-d4 .d1,.d1-d4 .d2,.d1-d4 .d3,.d1-d4 .d4,.d2-d5 .d2,.d2-d5 .d3,.d2-d5 .d4,.d2-d5 .d5,.d3-d6 .d3,.d3-d6 .d4,.d3-d6 .d5,.d3-d6 .d6,.d4-d7 .d4,.d4-d7 .d5,.d4-d7 .d6,.d4-d7 .d7,.d5-d8 .d5,.d5-d8 .d6,.d5-d8 .d7,.d5-d8 .d8,.d6-d9 .d6,.d6-d9 .d7,.d6-d9 .d8,.d6-d9 .d9,.d7-d10 .d7,.d7-d10 .d8,.d7-d10 .d9,.d7-d10 .d10,.d8-d11 .d8,.d8-d11 .d9,.d8-d11 .d10,.d8-d11 .d11,.d9-d12 .d9,.d9-d12 .d10,.d9-d12 .d11,.d9-d12 .d12{width:25%;}.d1-d8 .d1-d2,.d1-d8 .d2-d3,.d1-d8 .d3-d4,.d1-d8 .d4-d5,.d1-d8 .d5-d6,.d1-d8 .d6-d7,.d1-d8 .d7-d8,.d2-d9 .d2-d3,.d2-d9 .d3-d4,.d2-d9 .d4-d5,.d2-d9 .d5-d6,.d2-d9 .d6-d7,.d2-d9 .d7-d8,.d2-d9 .d8-d9,.d3-d10 .d3-d4,.d3-d10 .d4-d5,.d3-d10 .d5-d6,.d3-d10 .d6-d7,.d3-d10 .d7-d8,.d3-d10 .d8-d9,.d3-d10 .d9-d10,.d4-d11 .d4-d5,.d4-d11 .d5-d6,.d4-d11 .d6-d7,.d4-d11 .d7-d8,.d4-d11 .d8-d9,.d4-d11 .d9-d10,.d4-d11 .d10-d11,.d5-d12 .d5-d6,.d5-d12 .d6-d7,.d5-d12 .d7-d8,.d5-d12 .d8-d9,.d5-d12 .d9-d10,.d5-d12 .d10-d11,.d5-d12 .d11-d12{width:25.00000001%;}.d1-d11 .d1-d3,.d1-d11 .d2-d4,.d1-d11 .d3-d5,.d1-d11 .d4-d6,.d1-d11 .d5-d7,.d1-d11 .d6-d8,.d1-d11 .d7-d9,.d1-d11 .d8-d10,.d1-d11 .d9-d11,.d2-d12 .d2-d4,.d2-d12 .d3-d5,.d2-d12 .d4-d6,.d2-d12 .d5-d7,.d2-d12 .d6-d8,.d2-d12 .d7-d9,.d2-d12 .d8-d10,.d2-d12 .d9-d11,.d2-d12 .d10-d12{width:27.27272727%;}.d1-d7 .d1-d2,.d1-d7 .d2-d3,.d1-d7 .d3-d4,.d1-d7 .d4-d5,.d1-d7 .d5-d6,.d1-d7 .d6-d7,.d2-d8 .d2-d3,.d2-d8 .d3-d4,.d2-d8 .d4-d5,.d2-d8 .d5-d6,.d2-d8 .d6-d7,.d2-d8 .d7-d8,.d3-d9 .d3-d4,.d3-d9 .d4-d5,.d3-d9 .d5-d6,.d3-d9 .d6-d7,.d3-d9 .d7-d8,.d3-d9 .d8-d9,.d4-d10 .d4-d5,.d4-d10 .d5-d6,.d4-d10 .d6-d7,.d4-d10 .d7-d8,.d4-d10 .d8-d9,.d4-d10 .d9-d10,.d5-d11 .d5-d6,.d5-d11 .d6-d7,.d5-d11 .d7-d8,.d5-d11 .d8-d9,.d5-d11 .d9-d10,.d5-d11 .d10-d11,.d6-d12 .d6-d7,.d6-d12 .d7-d8,.d6-d12 .d8-d9,.d6-d12 .d9-d10,.d6-d12 .d10-d11,.d6-d12 .d11-d12{width:28.57142858%;}.d1-d10 .d1-d3,.d1-d10 .d2-d4,.d1-d10 .d3-d5,.d1-d10 .d4-d6,.d1-d10 .d5-d7,.d1-d10 .d6-d8,.d1-d10 .d7-d9,.d1-d10 .d8-d10,.d2-d11 .d2-d4,.d2-d11 .d3-d5,.d2-d11 .d4-d6,.d2-d11 .d5-d7,.d2-d11 .d6-d8,.d2-d11 .d7-d9,.d2-d11 .d8-d10,.d2-d11 .d9-d11,.d3-d12 .d3-d5,.d3-d12 .d4-d6,.d3-d12 .d5-d7,.d3-d12 .d6-d8,.d3-d12 .d7-d9,.d3-d12 .d8-d10,.d3-d12 .d9-d11,.d3-d12 .d10-d12{width:30%;}.d1-d4,.d2-d5,.d3-d6,.d4-d7,.d5-d8,.d6-d9,.d7-d10,.d8-d11,.d9-d12{width:33.32142857%;}.d1-d3 .d1,.d1-d3 .d2,.d1-d3 .d3,.d1-d9 .d1-d3,.d1-d9 .d2-d4,.d1-d9 .d3-d5,.d1-d9 .d4-d6,.d1-d9 .d5-d7,.d1-d9 .d6-d8,.d1-d9 .d7-d9,.d2-d4 .d2,.d2-d4 .d3,.d2-d4 .d4,.d2-d10 .d2-d4,.d2-d10 .d3-d5,.d2-d10 .d4-d6,.d2-d10 .d5-d7,.d2-d10 .d6-d8,.d2-d10 .d7-d9,.d2-d10 .d8-d10,.d3-d5 .d3,.d3-d5 .d4,.d3-d5 .d5,.d3-d11 .d3-d5,.d3-d11 .d4-d6,.d3-d11 .d5-d7,.d3-d11 .d6-d8,.d3-d11 .d7-d9,.d3-d11 .d8-d10,.d3-d11 .d9-d11,.d4-d6 .d4,.d4-d6 .d5,.d4-d6 .d6,.d4-d12 .d4-d6,.d4-d12 .d5-d7,.d4-d12 .d6-d8,.d4-d12 .d7-d9,.d4-d12 .d8-d10,.d4-d12 .d9-d11,.d4-d12 .d10-d12,.d5-d7 .d5,.d5-d7 .d6,.d5-d7 .d7,.d6-d8 .d6,.d6-d8 .d7,.d6-d8 .d8,.d7-d9 .d7,.d7-d9 .d8,.d7-d9 .d9,.d8-d10 .d8,.d8-d10 .d9,.d8-d10 .d10,.d9-d11 .d9,.d9-d11 .d10,.d9-d11 .d11,.d10-d12 .d10,.d10-d12 .d11,.d10-d12 .d12{width:33.33333333%;}.d1-d6 .d1-d2,.d1-d6 .d2-d3,.d1-d6 .d3-d4,.d1-d6 .d4-d5,.d1-d6 .d5-d6,.d2-d7 .d2-d3,.d2-d7 .d3-d4,.d2-d7 .d4-d5,.d2-d7 .d5-d6,.d2-d7 .d6-d7,.d3-d8 .d3-d4,.d3-d8 .d4-d5,.d3-d8 .d5-d6,.d3-d8 .d6-d7,.d3-d8 .d7-d8,.d4-d9 .d4-d5,.d4-d9 .d5-d6,.d4-d9 .d6-d7,.d4-d9 .d7-d8,.d4-d9 .d8-d9,.d5-d10 .d5-d6,.d5-d10 .d6-d7,.d5-d10 .d7-d8,.d5-d10 .d8-d9,.d5-d10 .d9-d10,.d6-d11 .d6-d7,.d6-d11 .d7-d8,.d6-d11 .d8-d9,.d6-d11 .d9-d10,.d6-d11 .d10-d11,.d7-d12 .d7-d8,.d7-d12 .d8-d9,.d7-d12 .d9-d10,.d7-d12 .d10-d11,.d7-d12 .d11-d12{width:33.33333334%;}.d1-d11 .d1-d4,.d1-d11 .d2-d5,.d1-d11 .d3-d6,.d1-d11 .d4-d7,.d1-d11 .d5-d8,.d1-d11 .d6-d9,.d1-d11 .d7-d10,.d1-d11 .d8-d11,.d2-d12 .d2-d5,.d2-d12 .d3-d6,.d2-d12 .d4-d7,.d2-d12 .d5-d8,.d2-d12 .d6-d9,.d2-d12 .d7-d10,.d2-d12 .d8-d11,.d2-d12 .d9-d12{width:36.36363636%;}.d1-d8 .d1-d3,.d1-d8 .d2-d4,.d1-d8 .d3-d5,.d1-d8 .d4-d6,.d1-d8 .d5-d7,.d1-d8 .d6-d8,.d2-d9 .d2-d4,.d2-d9 .d3-d5,.d2-d9 .d4-d6,.d2-d9 .d5-d7,.d2-d9 .d6-d8,.d2-d9 .d7-d9,.d3-d10 .d3-d5,.d3-d10 .d4-d6,.d3-d10 .d5-d7,.d3-d10 .d6-d8,.d3-d10 .d7-d9,.d3-d10 .d8-d10,.d4-d11 .d4-d6,.d4-d11 .d5-d7,.d4-d11 .d6-d8,.d4-d11 .d7-d9,.d4-d11 .d8-d10,.d4-d11 .d9-d11,.d5-d12 .d5-d7,.d5-d12 .d6-d8,.d5-d12 .d7-d9,.d5-d12 .d8-d10,.d5-d12 .d9-d11,.d5-d12 .d10-d12{width:37.5%;}.d1-d10 .d1-d4,.d1-d10 .d2-d5,.d1-d10 .d3-d6,.d1-d10 .d4-d7,.d1-d10 .d5-d8,.d1-d10 .d6-d9,.d1-d10 .d7-d10,.d2-d11 .d2-d5,.d2-d11 .d3-d6,.d2-d11 .d4-d7,.d2-d11 .d5-d8,.d2-d11 .d6-d9,.d2-d11 .d7-d10,.d2-d11 .d8-d11,.d3-d12 .d3-d6,.d3-d12 .d4-d7,.d3-d12 .d5-d8,.d3-d12 .d6-d9,.d3-d12 .d7-d10,.d3-d12 .d8-d11,.d3-d12 .d9-d12{width:40%;}.d1-d5 .d1-d2,.d1-d5 .d2-d3,.d1-d5 .d3-d4,.d1-d5 .d4-d5,.d2-d6 .d2-d3,.d2-d6 .d3-d4,.d2-d6 .d4-d5,.d2-d6 .d5-d6,.d3-d7 .d3-d4,.d3-d7 .d4-d5,.d3-d7 .d5-d6,.d3-d7 .d6-d7,.d4-d8 .d4-d5,.d4-d8 .d5-d6,.d4-d8 .d6-d7,.d4-d8 .d7-d8,.d5-d9 .d5-d6,.d5-d9 .d6-d7,.d5-d9 .d7-d8,.d5-d9 .d8-d9,.d6-d10 .d6-d7,.d6-d10 .d7-d8,.d6-d10 .d8-d9,.d6-d10 .d9-d10,.d7-d11 .d7-d8,.d7-d11 .d8-d9,.d7-d11 .d9-d10,.d7-d11 .d10-d11,.d8-d12 .d8-d9,.d8-d12 .d9-d10,.d8-d12 .d10-d11,.d8-d12 .d11-d12{width:40.00000001%;}.d1-d5,.d2-d6,.d3-d7,.d4-d8,.d5-d9,.d6-d10,.d7-d11,.d8-d12{width:41.65178571%;}.d1-d7 .d1-d3,.d1-d7 .d2-d4,.d1-d7 .d3-d5,.d1-d7 .d4-d6,.d1-d7 .d5-d7,.d2-d8 .d2-d4,.d2-d8 .d3-d5,.d2-d8 .d4-d6,.d2-d8 .d5-d7,.d2-d8 .d6-d8,.d3-d9 .d3-d5,.d3-d9 .d4-d6,.d3-d9 .d5-d7,.d3-d9 .d6-d8,.d3-d9 .d7-d9,.d4-d10 .d4-d6,.d4-d10 .d5-d7,.d4-d10 .d6-d8,.d4-d10 .d7-d9,.d4-d10 .d8-d10,.d5-d11 .d5-d7,.d5-d11 .d6-d8,.d5-d11 .d7-d9,.d5-d11 .d8-d10,.d5-d11 .d9-d11,.d6-d12 .d6-d8,.d6-d12 .d7-d9,.d6-d12 .d8-d10,.d6-d12 .d9-d11,.d6-d12 .d10-d12{width:42.85714286%;}.d1-d9 .d1-d4,.d1-d9 .d2-d5,.d1-d9 .d3-d6,.d1-d9 .d4-d7,.d1-d9 .d5-d8,.d1-d9 .d6-d9,.d2-d10 .d2-d5,.d2-d10 .d3-d6,.d2-d10 .d4-d7,.d2-d10 .d5-d8,.d2-d10 .d6-d9,.d2-d10 .d7-d10,.d3-d11 .d3-d6,.d3-d11 .d4-d7,.d3-d11 .d5-d8,.d3-d11 .d6-d9,.d3-d11 .d7-d10,.d3-d11 .d8-d11,.d4-d12 .d4-d7,.d4-d12 .d5-d8,.d4-d12 .d6-d9,.d4-d12 .d7-d10,.d4-d12 .d8-d11,.d4-d12 .d9-d12{width:44.44444444%;}.d1-d11 .d1-d5,.d1-d11 .d2-d6,.d1-d11 .d3-d7,.d1-d11 .d4-d8,.d1-d11 .d5-d9,.d1-d11 .d6-d10,.d1-d11 .d7-d11,.d2-d12 .d2-d6,.d2-d12 .d3-d7,.d2-d12 .d4-d8,.d2-d12 .d5-d9,.d2-d12 .d6-d10,.d2-d12 .d7-d11,.d2-d12 .d8-d12{width:45.45454545%;}.d1-d6,.d2-d7,.d3-d8,.d4-d9,.d5-d10,.d6-d11,.d7-d12{width:49.98214286%;}.d1-d2 .d1,.d1-d2 .d2,.d1-d10 .d1-d5,.d1-d10 .d2-d6,.d1-d10 .d3-d7,.d1-d10 .d4-d8,.d1-d10 .d5-d9,.d1-d10 .d6-d10,.d2-d3 .d2,.d2-d3 .d3,.d2-d11 .d2-d6,.d2-d11 .d3-d7,.d2-d11 .d4-d8,.d2-d11 .d5-d9,.d2-d11 .d6-d10,.d2-d11 .d7-d11,.d3-d4 .d3,.d3-d4 .d4,.d3-d12 .d3-d7,.d3-d12 .d4-d8,.d3-d12 .d5-d9,.d3-d12 .d6-d10,.d3-d12 .d7-d11,.d3-d12 .d8-d12,.d4-d5 .d4,.d4-d5 .d5,.d5-d6 .d5,.d5-d6 .d6,.d6-d7 .d6,.d6-d7 .d7,.d7-d8 .d7,.d7-d8 .d8,.d8-d9 .d8,.d8-d9 .d9,.d9-d10 .d9,.d9-d10 .d10,.d10-d11 .d10,.d10-d11 .d11,.d11-d12 .d11,.d11-d12 .d12{width:49.99999999%;}.d1-d6 .d1-d3,.d1-d6 .d2-d4,.d1-d6 .d3-d5,.d1-d6 .d4-d6,.d1-d8 .d1-d4,.d1-d8 .d2-d5,.d1-d8 .d3-d6,.d1-d8 .d4-d7,.d1-d8 .d5-d8,.d2-d7 .d2-d4,.d2-d7 .d3-d5,.d2-d7 .d4-d6,.d2-d7 .d5-d7,.d2-d9 .d2-d5,.d2-d9 .d3-d6,.d2-d9 .d4-d7,.d2-d9 .d5-d8,.d2-d9 .d6-d9,.d3-d8 .d3-d5,.d3-d8 .d4-d6,.d3-d8 .d5-d7,.d3-d8 .d6-d8,.d3-d10 .d3-d6,.d3-d10 .d4-d7,.d3-d10 .d5-d8,.d3-d10 .d6-d9,.d3-d10 .d7-d10,.d4-d9 .d4-d6,.d4-d9 .d5-d7,.d4-d9 .d6-d8,.d4-d9 .d7-d9,.d4-d11 .d4-d7,.d4-d11 .d5-d8,.d4-d11 .d6-d9,.d4-d11 .d7-d10,.d4-d11 .d8-d11,.d5-d10 .d5-d7,.d5-d10 .d6-d8,.d5-d10 .d7-d9,.d5-d10 .d8-d10,.d5-d12 .d5-d8,.d5-d12 .d6-d9,.d5-d12 .d7-d10,.d5-d12 .d8-d11,.d5-d12 .d9-d12,.d6-d11 .d6-d8,.d6-d11 .d7-d9,.d6-d11 .d8-d10,.d6-d11 .d9-d11,.d7-d12 .d7-d9,.d7-d12 .d8-d10,.d7-d12 .d9-d11,.d7-d12 .d10-d12{width:50%;}.d1-d4 .d1-d2,.d1-d4 .d2-d3,.d1-d4 .d3-d4,.d2-d5 .d2-d3,.d2-d5 .d3-d4,.d2-d5 .d4-d5,.d3-d6 .d3-d4,.d3-d6 .d4-d5,.d3-d6 .d5-d6,.d4-d7 .d4-d5,.d4-d7 .d5-d6,.d4-d7 .d6-d7,.d5-d8 .d5-d6,.d5-d8 .d6-d7,.d5-d8 .d7-d8,.d6-d9 .d6-d7,.d6-d9 .d7-d8,.d6-d9 .d8-d9,.d7-d10 .d7-d8,.d7-d10 .d8-d9,.d7-d10 .d9-d10,.d8-d11 .d8-d9,.d8-d11 .d9-d10,.d8-d11 .d10-d11,.d9-d12 .d9-d10,.d9-d12 .d10-d11,.d9-d12 .d11-d12{width:50.00000002%;}.d1-d11 .d1-d6,.d1-d11 .d2-d7,.d1-d11 .d3-d8,.d1-d11 .d4-d9,.d1-d11 .d5-d10,.d1-d11 .d6-d11,.d2-d12 .d2-d7,.d2-d12 .d3-d8,.d2-d12 .d4-d9,.d2-d12 .d5-d10,.d2-d12 .d6-d11,.d2-d12 .d7-d12{width:54.54545455%;}.d1-d9 .d1-d5,.d1-d9 .d2-d6,.d1-d9 .d3-d7,.d1-d9 .d4-d8,.d1-d9 .d5-d9,.d2-d10 .d2-d6,.d2-d10 .d3-d7,.d2-d10 .d4-d8,.d2-d10 .d5-d9,.d2-d10 .d6-d10,.d3-d11 .d3-d7,.d3-d11 .d4-d8,.d3-d11 .d5-d9,.d3-d11 .d6-d10,.d3-d11 .d7-d11,.d4-d12 .d4-d8,.d4-d12 .d5-d9,.d4-d12 .d6-d10,.d4-d12 .d7-d11,.d4-d12 .d8-d12{width:55.55555555%;}.d1-d7 .d1-d4,.d1-d7 .d2-d5,.d1-d7 .d3-d6,.d1-d7 .d4-d7,.d2-d8 .d2-d5,.d2-d8 .d3-d6,.d2-d8 .d4-d7,.d2-d8 .d5-d8,.d3-d9 .d3-d6,.d3-d9 .d4-d7,.d3-d9 .d5-d8,.d3-d9 .d6-d9,.d4-d10 .d4-d7,.d4-d10 .d5-d8,.d4-d10 .d6-d9,.d4-d10 .d7-d10,.d5-d11 .d5-d8,.d5-d11 .d6-d9,.d5-d11 .d7-d10,.d5-d11 .d8-d11,.d6-d12 .d6-d9,.d6-d12 .d7-d10,.d6-d12 .d8-d11,.d6-d12 .d9-d12{width:57.14285714%;}.d1-d7,.d2-d8,.d3-d9,.d4-d10,.d5-d11,.d6-d12{width:58.3125%;}.d1-d10 .d1-d6,.d1-d10 .d2-d7,.d1-d10 .d3-d8,.d1-d10 .d4-d9,.d1-d10 .d5-d10,.d2-d11 .d2-d7,.d2-d11 .d3-d8,.d2-d11 .d4-d9,.d2-d11 .d5-d10,.d2-d11 .d6-d11,.d3-d12 .d3-d8,.d3-d12 .d4-d9,.d3-d12 .d5-d10,.d3-d12 .d6-d11,.d3-d12 .d7-d12{width:60%;}.d1-d5 .d1-d3,.d1-d5 .d2-d4,.d1-d5 .d3-d5,.d2-d6 .d2-d4,.d2-d6 .d3-d5,.d2-d6 .d4-d6,.d3-d7 .d3-d5,.d3-d7 .d4-d6,.d3-d7 .d5-d7,.d4-d8 .d4-d6,.d4-d8 .d5-d7,.d4-d8 .d6-d8,.d5-d9 .d5-d7,.d5-d9 .d6-d8,.d5-d9 .d7-d9,.d6-d10 .d6-d8,.d6-d10 .d7-d9,.d6-d10 .d8-d10,.d7-d11 .d7-d9,.d7-d11 .d8-d10,.d7-d11 .d9-d11,.d8-d12 .d8-d10,.d8-d12 .d9-d11,.d8-d12 .d10-d12{width:60.00000001%;}.d1-d8 .d1-d5,.d1-d8 .d2-d6,.d1-d8 .d3-d7,.d1-d8 .d4-d8,.d2-d9 .d2-d6,.d2-d9 .d3-d7,.d2-d9 .d4-d8,.d2-d9 .d5-d9,.d3-d10 .d3-d7,.d3-d10 .d4-d8,.d3-d10 .d5-d9,.d3-d10 .d6-d10,.d4-d11 .d4-d8,.d4-d11 .d5-d9,.d4-d11 .d6-d10,.d4-d11 .d7-d11,.d5-d12 .d5-d9,.d5-d12 .d6-d10,.d5-d12 .d7-d11,.d5-d12 .d8-d12{width:62.5%;}.d1-d11 .d1-d7,.d1-d11 .d2-d8,.d1-d11 .d3-d9,.d1-d11 .d4-d10,.d1-d11 .d5-d11,.d2-d12 .d2-d8,.d2-d12 .d3-d9,.d2-d12 .d4-d10,.d2-d12 .d5-d11,.d2-d12 .d6-d12{width:63.63636364%;}.d1-d8,.d2-d9,.d3-d10,.d4-d11,.d5-d12{width:66.64285714%;}.d1-d6 .d1-d4,.d1-d6 .d2-d5,.d1-d6 .d3-d6,.d2-d7 .d2-d5,.d2-d7 .d3-d6,.d2-d7 .d4-d7,.d3-d8 .d3-d6,.d3-d8 .d4-d7,.d3-d8 .d5-d8,.d4-d9 .d4-d7,.d4-d9 .d5-d8,.d4-d9 .d6-d9,.d5-d10 .d5-d8,.d5-d10 .d6-d9,.d5-d10 .d7-d10,.d6-d11 .d6-d9,.d6-d11 .d7-d10,.d6-d11 .d8-d11,.d7-d12 .d7-d10,.d7-d12 .d8-d11,.d7-d12 .d9-d12{width:66.66666666%;}.d1-d9 .d1-d6,.d1-d9 .d2-d7,.d1-d9 .d3-d8,.d1-d9 .d4-d9,.d2-d10 .d2-d7,.d2-d10 .d3-d8,.d2-d10 .d4-d9,.d2-d10 .d5-d10,.d3-d11 .d3-d8,.d3-d11 .d4-d9,.d3-d11 .d5-d10,.d3-d11 .d6-d11,.d4-d12 .d4-d9,.d4-d12 .d5-d10,.d4-d12 .d6-d11,.d4-d12 .d7-d12{width:66.66666667%;}.d1-d3 .d1-d2,.d1-d3 .d2-d3,.d2-d4 .d2-d3,.d2-d4 .d3-d4,.d3-d5 .d3-d4,.d3-d5 .d4-d5,.d4-d6 .d4-d5,.d4-d6 .d5-d6,.d5-d7 .d5-d6,.d5-d7 .d6-d7,.d6-d8 .d6-d7,.d6-d8 .d7-d8,.d7-d9 .d7-d8,.d7-d9 .d8-d9,.d8-d10 .d8-d9,.d8-d10 .d9-d10,.d9-d11 .d9-d10,.d9-d11 .d10-d11,.d10-d12 .d10-d11,.d10-d12 .d11-d12{width:66.66666668%;}.d1-d10 .d1-d7,.d1-d10 .d2-d8,.d1-d10 .d3-d9,.d1-d10 .d4-d10,.d2-d11 .d2-d8,.d2-d11 .d3-d9,.d2-d11 .d4-d10,.d2-d11 .d5-d11,.d3-d12 .d3-d9,.d3-d12 .d4-d10,.d3-d12 .d5-d11,.d3-d12 .d6-d12{width:70%;}.d1-d7 .d1-d5,.d1-d7 .d2-d6,.d1-d7 .d3-d7,.d2-d8 .d2-d6,.d2-d8 .d3-d7,.d2-d8 .d4-d8,.d3-d9 .d3-d7,.d3-d9 .d4-d8,.d3-d9 .d5-d9,.d4-d10 .d4-d8,.d4-d10 .d5-d9,.d4-d10 .d6-d10,.d5-d11 .d5-d9,.d5-d11 .d6-d10,.d5-d11 .d7-d11,.d6-d12 .d6-d10,.d6-d12 .d7-d11,.d6-d12 .d8-d12{width:71.42857142%;}.d1-d11 .d1-d8,.d1-d11 .d2-d9,.d1-d11 .d3-d10,.d1-d11 .d4-d11,.d2-d12 .d2-d9,.d2-d12 .d3-d10,.d2-d12 .d4-d11,.d2-d12 .d5-d12{width:72.72727273%;}.d1-d9,.d2-d10,.d3-d11,.d4-d12{width:74.97321429%;}.d1-d4 .d1-d3,.d1-d4 .d2-d4,.d1-d8 .d1-d6,.d1-d8 .d2-d7,.d1-d8 .d3-d8,.d2-d5 .d2-d4,.d2-d5 .d3-d5,.d2-d9 .d2-d7,.d2-d9 .d3-d8,.d2-d9 .d4-d9,.d3-d6 .d3-d5,.d3-d6 .d4-d6,.d3-d10 .d3-d8,.d3-d10 .d4-d9,.d3-d10 .d5-d10,.d4-d7 .d4-d6,.d4-d7 .d5-d7,.d4-d11 .d4-d9,.d4-d11 .d5-d10,.d4-d11 .d6-d11,.d5-d8 .d5-d7,.d5-d8 .d6-d8,.d5-d12 .d5-d10,.d5-d12 .d6-d11,.d5-d12 .d7-d12,.d6-d9 .d6-d8,.d6-d9 .d7-d9,.d7-d10 .d7-d9,.d7-d10 .d8-d10,.d8-d11 .d8-d10,.d8-d11 .d9-d11,.d9-d12 .d9-d11,.d9-d12 .d10-d12{width:75.00000001%;}.d1-d9 .d1-d7,.d1-d9 .d2-d8,.d1-d9 .d3-d9,.d2-d10 .d2-d8,.d2-d10 .d3-d9,.d2-d10 .d4-d10,.d3-d11 .d3-d9,.d3-d11 .d4-d10,.d3-d11 .d5-d11,.d4-d12 .d4-d10,.d4-d12 .d5-d11,.d4-d12 .d6-d12{width:77.77777777%;}.d1-d5 .d1-d4,.d1-d5 .d2-d5,.d1-d10 .d1-d8,.d1-d10 .d2-d9,.d1-d10 .d3-d10,.d2-d6 .d2-d5,.d2-d6 .d3-d6,.d2-d11 .d2-d9,.d2-d11 .d3-d10,.d2-d11 .d4-d11,.d3-d7 .d3-d6,.d3-d7 .d4-d7,.d3-d12 .d3-d10,.d3-d12 .d4-d11,.d3-d12 .d5-d12,.d4-d8 .d4-d7,.d4-d8 .d5-d8,.d5-d9 .d5-d8,.d5-d9 .d6-d9,.d6-d10 .d6-d9,.d6-d10 .d7-d10,.d7-d11 .d7-d10,.d7-d11 .d8-d11,.d8-d12 .d8-d11,.d8-d12 .d9-d12{width:80%;}.d1-d11 .d1-d9,.d1-d11 .d2-d10,.d1-d11 .d3-d11,.d2-d12 .d2-d10,.d2-d12 .d3-d11,.d2-d12 .d4-d12{width:81.81818182%;}.d1-d10,.d2-d11,.d3-d12{width:83.30357143%;}.d1-d6 .d1-d5,.d1-d6 .d2-d6,.d2-d7 .d2-d6,.d2-d7 .d3-d7,.d3-d8 .d3-d7,.d3-d8 .d4-d8,.d4-d9 .d4-d8,.d4-d9 .d5-d9,.d5-d10 .d5-d9,.d5-d10 .d6-d10,.d6-d11 .d6-d10,.d6-d11 .d7-d11,.d7-d12 .d7-d11,.d7-d12 .d8-d12{width:83.33333332%;}.d1-d7 .d1-d6,.d1-d7 .d2-d7,.d2-d8 .d2-d7,.d2-d8 .d3-d8,.d3-d9 .d3-d8,.d3-d9 .d4-d9,.d4-d10 .d4-d9,.d4-d10 .d5-d10,.d5-d11 .d5-d10,.d5-d11 .d6-d11,.d6-d12 .d6-d11,.d6-d12 .d7-d12{width:85.71428572%;}.d1-d8 .d1-d7,.d1-d8 .d2-d8,.d2-d9 .d2-d8,.d2-d9 .d3-d9,.d3-d10 .d3-d9,.d3-d10 .d4-d10,.d4-d11 .d4-d10,.d4-d11 .d5-d11,.d5-d12 .d5-d11,.d5-d12 .d6-d12{width:87.5%;}.d1-d9 .d1-d8,.d1-d9 .d2-d9,.d2-d10 .d2-d9,.d2-d10 .d3-d10,.d3-d11 .d3-d10,.d3-d11 .d4-d11,.d4-d12 .d4-d11,.d4-d12 .d5-d12{width:88.88888888%;}.d1-d10 .d1-d9,.d1-d10 .d2-d10,.d2-d11 .d2-d10,.d2-d11 .d3-d11,.d3-d12 .d3-d11,.d3-d12 .d4-d12{width:90%;}.d1-d11 .d1-d10,.d1-d11 .d2-d11,.d2-d12 .d2-d11,.d2-d12 .d3-d12{width:90.90909091%;}.d1-d11,.d2-d12{width:91.63392857%;}.d-all{width:100%;margin-left:0;margin-right:0;clear:left;}

/* Desktop grid padding ----- */

[class*=" d-pad"],[class^=d-pad],[class~=d-padfull],[class~=d-padinfull],.d1-d2 [class*=" d-pad"],.d1-d2 [class^=d-pad],.d1-d2 [class~=d-padfull],.d1-d2 [class~=d-padinfull],.d1-d2 [class~=d-padfull],.d1-d2 [class~=d-padinfull],.d1-d3 [class*=" d-pad"],.d1-d3 [class^=d-pad],.d1-d3 [class~=d-padfull],.d1-d3 [class~=d-padinfull],.d1-d3 [class~=d-padfull],.d1-d3 [class~=d-padinfull],.d1-d3 [class~=d-padfull],.d1-d3 [class~=d-padinfull],.d1-d4 [class*=" d-pad"],.d1-d4 [class^=d-pad],.d1-d4 [class~=d-padfull],.d1-d4 [class~=d-padinfull],.d1-d4 [class~=d-padfull],.d1-d4 [class~=d-padinfull],.d1-d4 [class~=d-padfull],.d1-d4 [class~=d-padinfull],.d1-d4 [class~=d-padfull],.d1-d4 [class~=d-padinfull],.d1-d5 [class*=" d-pad"],.d1-d5 [class^=d-pad],.d1-d5 [class~=d-padfull],.d1-d5 [class~=d-padinfull],.d1-d5 [class~=d-padfull],.d1-d5 [class~=d-padinfull],.d1-d5 [class~=d-padfull],.d1-d5 [class~=d-padinfull],.d1-d5 [class~=d-padfull],.d1-d5 [class~=d-padinfull],.d1-d5 [class~=d-padfull],.d1-d5 [class~=d-padinfull],.d1-d6 [class*=" d-pad"],.d1-d6 [class^=d-pad],.d1-d6 [class~=d-padfull],.d1-d6 [class~=d-padinfull],.d1-d6 [class~=d-padfull],.d1-d6 [class~=d-padinfull],.d1-d6 [class~=d-padfull],.d1-d6 [class~=d-padinfull],.d1-d6 [class~=d-padfull],.d1-d6 [class~=d-padinfull],.d1-d6 [class~=d-padfull],.d1-d6 [class~=d-padinfull],.d1-d6 [class~=d-padfull],.d1-d6 [class~=d-padinfull],.d1-d7 [class*=" d-pad"],.d1-d7 [class^=d-pad],.d1-d7 [class~=d-padfull],.d1-d7 [class~=d-padinfull],.d1-d7 [class~=d-padfull],.d1-d7 [class~=d-padinfull],.d1-d7 [class~=d-padfull],.d1-d7 [class~=d-padinfull],.d1-d7 [class~=d-padfull],.d1-d7 [class~=d-padinfull],.d1-d7 [class~=d-padfull],.d1-d7 [class~=d-padinfull],.d1-d7 [class~=d-padfull],.d1-d7 [class~=d-padinfull],.d1-d7 [class~=d-padfull],.d1-d7 [class~=d-padinfull],.d1-d8 [class*=" d-pad"],.d1-d8 [class^=d-pad],.d1-d8 [class~=d-padfull],.d1-d8 [class~=d-padinfull],.d1-d8 [class~=d-padfull],.d1-d8 [class~=d-padinfull],.d1-d8 [class~=d-padfull],.d1-d8 [class~=d-padinfull],.d1-d8 [class~=d-padfull],.d1-d8 [class~=d-padinfull],.d1-d8 [class~=d-padfull],.d1-d8 [class~=d-padinfull],.d1-d8 [class~=d-padfull],.d1-d8 [class~=d-padinfull],.d1-d8 [class~=d-padfull],.d1-d8 [class~=d-padinfull],.d1-d8 [class~=d-padfull],.d1-d8 [class~=d-padinfull],.d1-d9 [class*=" d-pad"],.d1-d9 [class^=d-pad],.d1-d9 [class~=d-padfull],.d1-d9 [class~=d-padinfull],.d1-d9 [class~=d-padfull],.d1-d9 [class~=d-padinfull],.d1-d9 [class~=d-padfull],.d1-d9 [class~=d-padinfull],.d1-d9 [class~=d-padfull],.d1-d9 [class~=d-padinfull],.d1-d9 [class~=d-padfull],.d1-d9 [class~=d-padinfull],.d1-d9 [class~=d-padfull],.d1-d9 [class~=d-padinfull],.d1-d9 [class~=d-padfull],.d1-d9 [class~=d-padinfull],.d1-d9 [class~=d-padfull],.d1-d9 [class~=d-padinfull],.d1-d9 [class~=d-padfull],.d1-d9 [class~=d-padinfull],.d1-d10 [class*=" d-pad"],.d1-d10 [class^=d-pad],.d1-d10 [class~=d-padfull],.d1-d10 [class~=d-padinfull],.d1-d10 [class~=d-padfull],.d1-d10 [class~=d-padinfull],.d1-d10 [class~=d-padfull],.d1-d10 [class~=d-padinfull],.d1-d10 [class~=d-padfull],.d1-d10 [class~=d-padinfull],.d1-d10 [class~=d-padfull],.d1-d10 [class~=d-padinfull],.d1-d10 [class~=d-padfull],.d1-d10 [class~=d-padinfull],.d1-d10 [class~=d-padfull],.d1-d10 [class~=d-padinfull],.d1-d10 [class~=d-padfull],.d1-d10 [class~=d-padinfull],.d1-d10 [class~=d-padfull],.d1-d10 [class~=d-padinfull],.d1-d10 [class~=d-padfull],.d1-d10 [class~=d-padinfull],.d1-d11 [class*=" d-pad"],.d1-d11 [class^=d-pad],.d1-d11 [class~=d-padfull],.d1-d11 [class~=d-padinfull],.d1-d11 [class~=d-padfull],.d1-d11 [class~=d-padinfull],.d1-d11 [class~=d-padfull],.d1-d11 [class~=d-padinfull],.d1-d11 [class~=d-padfull],.d1-d11 [class~=d-padinfull],.d1-d11 [class~=d-padfull],.d1-d11 [class~=d-padinfull],.d1-d11 [class~=d-padfull],.d1-d11 [class~=d-padinfull],.d1-d11 [class~=d-padfull],.d1-d11 [class~=d-padinfull],.d1-d11 [class~=d-padfull],.d1-d11 [class~=d-padinfull],.d1-d11 [class~=d-padfull],.d1-d11 [class~=d-padinfull],.d1-d11 [class~=d-padfull],.d1-d11 [class~=d-padinfull],.d1-d11 [class~=d-padfull],.d1-d11 [class~=d-padinfull],[class~=d-padfull],[class~=d-padinfull],.d2-d3 [class*=" d-pad"],.d2-d3 [class^=d-pad],.d2-d3 [class~=d-padfull],.d2-d3 [class~=d-padinfull],.d2-d3 [class~=d-padfull],.d2-d3 [class~=d-padinfull],.d2-d4 [class*=" d-pad"],.d2-d4 [class^=d-pad],.d2-d4 [class~=d-padfull],.d2-d4 [class~=d-padinfull],.d2-d4 [class~=d-padfull],.d2-d4 [class~=d-padinfull],.d2-d4 [class~=d-padfull],.d2-d4 [class~=d-padinfull],.d2-d5 [class*=" d-pad"],.d2-d5 [class^=d-pad],.d2-d5 [class~=d-padfull],.d2-d5 [class~=d-padinfull],.d2-d5 [class~=d-padfull],.d2-d5 [class~=d-padinfull],.d2-d5 [class~=d-padfull],.d2-d5 [class~=d-padinfull],.d2-d5 [class~=d-padfull],.d2-d5 [class~=d-padinfull],.d2-d6 [class*=" d-pad"],.d2-d6 [class^=d-pad],.d2-d6 [class~=d-padfull],.d2-d6 [class~=d-padinfull],.d2-d6 [class~=d-padfull],.d2-d6 [class~=d-padinfull],.d2-d6 [class~=d-padfull],.d2-d6 [class~=d-padinfull],.d2-d6 [class~=d-padfull],.d2-d6 [class~=d-padinfull],.d2-d6 [class~=d-padfull],.d2-d6 [class~=d-padinfull],.d2-d7 [class*=" d-pad"],.d2-d7 [class^=d-pad],.d2-d7 [class~=d-padfull],.d2-d7 [class~=d-padinfull],.d2-d7 [class~=d-padfull],.d2-d7 [class~=d-padinfull],.d2-d7 [class~=d-padfull],.d2-d7 [class~=d-padinfull],.d2-d7 [class~=d-padfull],.d2-d7 [class~=d-padinfull],.d2-d7 [class~=d-padfull],.d2-d7 [class~=d-padinfull],.d2-d7 [class~=d-padfull],.d2-d7 [class~=d-padinfull],.d2-d8 [class*=" d-pad"],.d2-d8 [class^=d-pad],.d2-d8 [class~=d-padfull],.d2-d8 [class~=d-padinfull],.d2-d8 [class~=d-padfull],.d2-d8 [class~=d-padinfull],.d2-d8 [class~=d-padfull],.d2-d8 [class~=d-padinfull],.d2-d8 [class~=d-padfull],.d2-d8 [class~=d-padinfull],.d2-d8 [class~=d-padfull],.d2-d8 [class~=d-padinfull],.d2-d8 [class~=d-padfull],.d2-d8 [class~=d-padinfull],.d2-d8 [class~=d-padfull],.d2-d8 [class~=d-padinfull],.d2-d9 [class*=" d-pad"],.d2-d9 [class^=d-pad],.d2-d9 [class~=d-padfull],.d2-d9 [class~=d-padinfull],.d2-d9 [class~=d-padfull],.d2-d9 [class~=d-padinfull],.d2-d9 [class~=d-padfull],.d2-d9 [class~=d-padinfull],.d2-d9 [class~=d-padfull],.d2-d9 [class~=d-padinfull],.d2-d9 [class~=d-padfull],.d2-d9 [class~=d-padinfull],.d2-d9 [class~=d-padfull],.d2-d9 [class~=d-padinfull],.d2-d9 [class~=d-padfull],.d2-d9 [class~=d-padinfull],.d2-d9 [class~=d-padfull],.d2-d9 [class~=d-padinfull],.d2-d10 [class*=" d-pad"],.d2-d10 [class^=d-pad],.d2-d10 [class~=d-padfull],.d2-d10 [class~=d-padinfull],.d2-d10 [class~=d-padfull],.d2-d10 [class~=d-padinfull],.d2-d10 [class~=d-padfull],.d2-d10 [class~=d-padinfull],.d2-d10 [class~=d-padfull],.d2-d10 [class~=d-padinfull],.d2-d10 [class~=d-padfull],.d2-d10 [class~=d-padinfull],.d2-d10 [class~=d-padfull],.d2-d10 [class~=d-padinfull],.d2-d10 [class~=d-padfull],.d2-d10 [class~=d-padinfull],.d2-d10 [class~=d-padfull],.d2-d10 [class~=d-padinfull],.d2-d10 [class~=d-padfull],.d2-d10 [class~=d-padinfull],.d2-d11 [class*=" d-pad"],.d2-d11 [class^=d-pad],.d2-d11 [class~=d-padfull],.d2-d11 [class~=d-padinfull],.d2-d11 [class~=d-padfull],.d2-d11 [class~=d-padinfull],.d2-d11 [class~=d-padfull],.d2-d11 [class~=d-padinfull],.d2-d11 [class~=d-padfull],.d2-d11 [class~=d-padinfull],.d2-d11 [class~=d-padfull],.d2-d11 [class~=d-padinfull],.d2-d11 [class~=d-padfull],.d2-d11 [class~=d-padinfull],.d2-d11 [class~=d-padfull],.d2-d11 [class~=d-padinfull],.d2-d11 [class~=d-padfull],.d2-d11 [class~=d-padinfull],.d2-d11 [class~=d-padfull],.d2-d11 [class~=d-padinfull],.d2-d11 [class~=d-padfull],.d2-d11 [class~=d-padinfull],.d2-d12 [class*=" d-pad"],.d2-d12 [class^=d-pad],.d2-d12 [class~=d-padfull],.d2-d12 [class~=d-padinfull],.d2-d12 [class~=d-padfull],.d2-d12 [class~=d-padinfull],.d2-d12 [class~=d-padfull],.d2-d12 [class~=d-padinfull],.d2-d12 [class~=d-padfull],.d2-d12 [class~=d-padinfull],.d2-d12 [class~=d-padfull],.d2-d12 [class~=d-padinfull],.d2-d12 [class~=d-padfull],.d2-d12 [class~=d-padinfull],.d2-d12 [class~=d-padfull],.d2-d12 [class~=d-padinfull],.d2-d12 [class~=d-padfull],.d2-d12 [class~=d-padinfull],.d2-d12 [class~=d-padfull],.d2-d12 [class~=d-padinfull],.d2-d12 [class~=d-padfull],.d2-d12 [class~=d-padinfull],.d2-d12 [class~=d-padfull],.d2-d12 [class~=d-padinfull],[class~=d-padfull],[class~=d-padinfull],.d3-d4 [class*=" d-pad"],.d3-d4 [class^=d-pad],.d3-d4 [class~=d-padfull],.d3-d4 [class~=d-padinfull],.d3-d4 [class~=d-padfull],.d3-d4 [class~=d-padinfull],.d3-d5 [class*=" d-pad"],.d3-d5 [class^=d-pad],.d3-d5 [class~=d-padfull],.d3-d5 [class~=d-padinfull],.d3-d5 [class~=d-padfull],.d3-d5 [class~=d-padinfull],.d3-d5 [class~=d-padfull],.d3-d5 [class~=d-padinfull],.d3-d6 [class*=" d-pad"],.d3-d6 [class^=d-pad],.d3-d6 [class~=d-padfull],.d3-d6 [class~=d-padinfull],.d3-d6 [class~=d-padfull],.d3-d6 [class~=d-padinfull],.d3-d6 [class~=d-padfull],.d3-d6 [class~=d-padinfull],.d3-d6 [class~=d-padfull],.d3-d6 [class~=d-padinfull],.d3-d7 [class*=" d-pad"],.d3-d7 [class^=d-pad],.d3-d7 [class~=d-padfull],.d3-d7 [class~=d-padinfull],.d3-d7 [class~=d-padfull],.d3-d7 [class~=d-padinfull],.d3-d7 [class~=d-padfull],.d3-d7 [class~=d-padinfull],.d3-d7 [class~=d-padfull],.d3-d7 [class~=d-padinfull],.d3-d7 [class~=d-padfull],.d3-d7 [class~=d-padinfull],.d3-d8 [class*=" d-pad"],.d3-d8 [class^=d-pad],.d3-d8 [class~=d-padfull],.d3-d8 [class~=d-padinfull],.d3-d8 [class~=d-padfull],.d3-d8 [class~=d-padinfull],.d3-d8 [class~=d-padfull],.d3-d8 [class~=d-padinfull],.d3-d8 [class~=d-padfull],.d3-d8 [class~=d-padinfull],.d3-d8 [class~=d-padfull],.d3-d8 [class~=d-padinfull],.d3-d8 [class~=d-padfull],.d3-d8 [class~=d-padinfull],.d3-d9 [class*=" d-pad"],.d3-d9 [class^=d-pad],.d3-d9 [class~=d-padfull],.d3-d9 [class~=d-padinfull],.d3-d9 [class~=d-padfull],.d3-d9 [class~=d-padinfull],.d3-d9 [class~=d-padfull],.d3-d9 [class~=d-padinfull],.d3-d9 [class~=d-padfull],.d3-d9 [class~=d-padinfull],.d3-d9 [class~=d-padfull],.d3-d9 [class~=d-padinfull],.d3-d9 [class~=d-padfull],.d3-d9 [class~=d-padinfull],.d3-d9 [class~=d-padfull],.d3-d9 [class~=d-padinfull],.d3-d10 [class*=" d-pad"],.d3-d10 [class^=d-pad],.d3-d10 [class~=d-padfull],.d3-d10 [class~=d-padinfull],.d3-d10 [class~=d-padfull],.d3-d10 [class~=d-padinfull],.d3-d10 [class~=d-padfull],.d3-d10 [class~=d-padinfull],.d3-d10 [class~=d-padfull],.d3-d10 [class~=d-padinfull],.d3-d10 [class~=d-padfull],.d3-d10 [class~=d-padinfull],.d3-d10 [class~=d-padfull],.d3-d10 [class~=d-padinfull],.d3-d10 [class~=d-padfull],.d3-d10 [class~=d-padinfull],.d3-d10 [class~=d-padfull],.d3-d10 [class~=d-padinfull],.d3-d11 [class*=" d-pad"],.d3-d11 [class^=d-pad],.d3-d11 [class~=d-padfull],.d3-d11 [class~=d-padinfull],.d3-d11 [class~=d-padfull],.d3-d11 [class~=d-padinfull],.d3-d11 [class~=d-padfull],.d3-d11 [class~=d-padinfull],.d3-d11 [class~=d-padfull],.d3-d11 [class~=d-padinfull],.d3-d11 [class~=d-padfull],.d3-d11 [class~=d-padinfull],.d3-d11 [class~=d-padfull],.d3-d11 [class~=d-padinfull],.d3-d11 [class~=d-padfull],.d3-d11 [class~=d-padinfull],.d3-d11 [class~=d-padfull],.d3-d11 [class~=d-padinfull],.d3-d11 [class~=d-padfull],.d3-d11 [class~=d-padinfull],.d3-d12 [class*=" d-pad"],.d3-d12 [class^=d-pad],.d3-d12 [class~=d-padfull],.d3-d12 [class~=d-padinfull],.d3-d12 [class~=d-padfull],.d3-d12 [class~=d-padinfull],.d3-d12 [class~=d-padfull],.d3-d12 [class~=d-padinfull],.d3-d12 [class~=d-padfull],.d3-d12 [class~=d-padinfull],.d3-d12 [class~=d-padfull],.d3-d12 [class~=d-padinfull],.d3-d12 [class~=d-padfull],.d3-d12 [class~=d-padinfull],.d3-d12 [class~=d-padfull],.d3-d12 [class~=d-padinfull],.d3-d12 [class~=d-padfull],.d3-d12 [class~=d-padinfull],.d3-d12 [class~=d-padfull],.d3-d12 [class~=d-padinfull],.d3-d12 [class~=d-padfull],.d3-d12 [class~=d-padinfull],[class~=d-padfull],[class~=d-padinfull],.d4-d5 [class*=" d-pad"],.d4-d5 [class^=d-pad],.d4-d5 [class~=d-padfull],.d4-d5 [class~=d-padinfull],.d4-d5 [class~=d-padfull],.d4-d5 [class~=d-padinfull],.d4-d6 [class*=" d-pad"],.d4-d6 [class^=d-pad],.d4-d6 [class~=d-padfull],.d4-d6 [class~=d-padinfull],.d4-d6 [class~=d-padfull],.d4-d6 [class~=d-padinfull],.d4-d6 [class~=d-padfull],.d4-d6 [class~=d-padinfull],.d4-d7 [class*=" d-pad"],.d4-d7 [class^=d-pad],.d4-d7 [class~=d-padfull],.d4-d7 [class~=d-padinfull],.d4-d7 [class~=d-padfull],.d4-d7 [class~=d-padinfull],.d4-d7 [class~=d-padfull],.d4-d7 [class~=d-padinfull],.d4-d7 [class~=d-padfull],.d4-d7 [class~=d-padinfull],.d4-d8 [class*=" d-pad"],.d4-d8 [class^=d-pad],.d4-d8 [class~=d-padfull],.d4-d8 [class~=d-padinfull],.d4-d8 [class~=d-padfull],.d4-d8 [class~=d-padinfull],.d4-d8 [class~=d-padfull],.d4-d8 [class~=d-padinfull],.d4-d8 [class~=d-padfull],.d4-d8 [class~=d-padinfull],.d4-d8 [class~=d-padfull],.d4-d8 [class~=d-padinfull],.d4-d9 [class*=" d-pad"],.d4-d9 [class^=d-pad],.d4-d9 [class~=d-padfull],.d4-d9 [class~=d-padinfull],.d4-d9 [class~=d-padfull],.d4-d9 [class~=d-padinfull],.d4-d9 [class~=d-padfull],.d4-d9 [class~=d-padinfull],.d4-d9 [class~=d-padfull],.d4-d9 [class~=d-padinfull],.d4-d9 [class~=d-padfull],.d4-d9 [class~=d-padinfull],.d4-d9 [class~=d-padfull],.d4-d9 [class~=d-padinfull],.d4-d10 [class*=" d-pad"],.d4-d10 [class^=d-pad],.d4-d10 [class~=d-padfull],.d4-d10 [class~=d-padinfull],.d4-d10 [class~=d-padfull],.d4-d10 [class~=d-padinfull],.d4-d10 [class~=d-padfull],.d4-d10 [class~=d-padinfull],.d4-d10 [class~=d-padfull],.d4-d10 [class~=d-padinfull],.d4-d10 [class~=d-padfull],.d4-d10 [class~=d-padinfull],.d4-d10 [class~=d-padfull],.d4-d10 [class~=d-padinfull],.d4-d10 [class~=d-padfull],.d4-d10 [class~=d-padinfull],.d4-d11 [class*=" d-pad"],.d4-d11 [class^=d-pad],.d4-d11 [class~=d-padfull],.d4-d11 [class~=d-padinfull],.d4-d11 [class~=d-padfull],.d4-d11 [class~=d-padinfull],.d4-d11 [class~=d-padfull],.d4-d11 [class~=d-padinfull],.d4-d11 [class~=d-padfull],.d4-d11 [class~=d-padinfull],.d4-d11 [class~=d-padfull],.d4-d11 [class~=d-padinfull],.d4-d11 [class~=d-padfull],.d4-d11 [class~=d-padinfull],.d4-d11 [class~=d-padfull],.d4-d11 [class~=d-padinfull],.d4-d11 [class~=d-padfull],.d4-d11 [class~=d-padinfull],.d4-d12 [class*=" d-pad"],.d4-d12 [class^=d-pad],.d4-d12 [class~=d-padfull],.d4-d12 [class~=d-padinfull],.d4-d12 [class~=d-padfull],.d4-d12 [class~=d-padinfull],.d4-d12 [class~=d-padfull],.d4-d12 [class~=d-padinfull],.d4-d12 [class~=d-padfull],.d4-d12 [class~=d-padinfull],.d4-d12 [class~=d-padfull],.d4-d12 [class~=d-padinfull],.d4-d12 [class~=d-padfull],.d4-d12 [class~=d-padinfull],.d4-d12 [class~=d-padfull],.d4-d12 [class~=d-padinfull],.d4-d12 [class~=d-padfull],.d4-d12 [class~=d-padinfull],.d4-d12 [class~=d-padfull],.d4-d12 [class~=d-padinfull],[class~=d-padfull],[class~=d-padinfull],.d5-d6 [class*=" d-pad"],.d5-d6 [class^=d-pad],.d5-d6 [class~=d-padfull],.d5-d6 [class~=d-padinfull],.d5-d6 [class~=d-padfull],.d5-d6 [class~=d-padinfull],.d5-d7 [class*=" d-pad"],.d5-d7 [class^=d-pad],.d5-d7 [class~=d-padfull],.d5-d7 [class~=d-padinfull],.d5-d7 [class~=d-padfull],.d5-d7 [class~=d-padinfull],.d5-d7 [class~=d-padfull],.d5-d7 [class~=d-padinfull],.d5-d8 [class*=" d-pad"],.d5-d8 [class^=d-pad],.d5-d8 [class~=d-padfull],.d5-d8 [class~=d-padinfull],.d5-d8 [class~=d-padfull],.d5-d8 [class~=d-padinfull],.d5-d8 [class~=d-padfull],.d5-d8 [class~=d-padinfull],.d5-d8 [class~=d-padfull],.d5-d8 [class~=d-padinfull],.d5-d9 [class*=" d-pad"],.d5-d9 [class^=d-pad],.d5-d9 [class~=d-padfull],.d5-d9 [class~=d-padinfull],.d5-d9 [class~=d-padfull],.d5-d9 [class~=d-padinfull],.d5-d9 [class~=d-padfull],.d5-d9 [class~=d-padinfull],.d5-d9 [class~=d-padfull],.d5-d9 [class~=d-padinfull],.d5-d9 [class~=d-padfull],.d5-d9 [class~=d-padinfull],.d5-d10 [class*=" d-pad"],.d5-d10 [class^=d-pad],.d5-d10 [class~=d-padfull],.d5-d10 [class~=d-padinfull],.d5-d10 [class~=d-padfull],.d5-d10 [class~=d-padinfull],.d5-d10 [class~=d-padfull],.d5-d10 [class~=d-padinfull],.d5-d10 [class~=d-padfull],.d5-d10 [class~=d-padinfull],.d5-d10 [class~=d-padfull],.d5-d10 [class~=d-padinfull],.d5-d10 [class~=d-padfull],.d5-d10 [class~=d-padinfull],.d5-d11 [class*=" d-pad"],.d5-d11 [class^=d-pad],.d5-d11 [class~=d-padfull],.d5-d11 [class~=d-padinfull],.d5-d11 [class~=d-padfull],.d5-d11 [class~=d-padinfull],.d5-d11 [class~=d-padfull],.d5-d11 [class~=d-padinfull],.d5-d11 [class~=d-padfull],.d5-d11 [class~=d-padinfull],.d5-d11 [class~=d-padfull],.d5-d11 [class~=d-padinfull],.d5-d11 [class~=d-padfull],.d5-d11 [class~=d-padinfull],.d5-d11 [class~=d-padfull],.d5-d11 [class~=d-padinfull],.d5-d12 [class*=" d-pad"],.d5-d12 [class^=d-pad],.d5-d12 [class~=d-padfull],.d5-d12 [class~=d-padinfull],.d5-d12 [class~=d-padfull],.d5-d12 [class~=d-padinfull],.d5-d12 [class~=d-padfull],.d5-d12 [class~=d-padinfull],.d5-d12 [class~=d-padfull],.d5-d12 [class~=d-padinfull],.d5-d12 [class~=d-padfull],.d5-d12 [class~=d-padinfull],.d5-d12 [class~=d-padfull],.d5-d12 [class~=d-padinfull],.d5-d12 [class~=d-padfull],.d5-d12 [class~=d-padinfull],.d5-d12 [class~=d-padfull],.d5-d12 [class~=d-padinfull],[class~=d-padfull],[class~=d-padinfull],.d6-d7 [class*=" d-pad"],.d6-d7 [class^=d-pad],.d6-d7 [class~=d-padfull],.d6-d7 [class~=d-padinfull],.d6-d7 [class~=d-padfull],.d6-d7 [class~=d-padinfull],.d6-d8 [class*=" d-pad"],.d6-d8 [class^=d-pad],.d6-d8 [class~=d-padfull],.d6-d8 [class~=d-padinfull],.d6-d8 [class~=d-padfull],.d6-d8 [class~=d-padinfull],.d6-d8 [class~=d-padfull],.d6-d8 [class~=d-padinfull],.d6-d9 [class*=" d-pad"],.d6-d9 [class^=d-pad],.d6-d9 [class~=d-padfull],.d6-d9 [class~=d-padinfull],.d6-d9 [class~=d-padfull],.d6-d9 [class~=d-padinfull],.d6-d9 [class~=d-padfull],.d6-d9 [class~=d-padinfull],.d6-d9 [class~=d-padfull],.d6-d9 [class~=d-padinfull],.d6-d10 [class*=" d-pad"],.d6-d10 [class^=d-pad],.d6-d10 [class~=d-padfull],.d6-d10 [class~=d-padinfull],.d6-d10 [class~=d-padfull],.d6-d10 [class~=d-padinfull],.d6-d10 [class~=d-padfull],.d6-d10 [class~=d-padinfull],.d6-d10 [class~=d-padfull],.d6-d10 [class~=d-padinfull],.d6-d10 [class~=d-padfull],.d6-d10 [class~=d-padinfull],.d6-d11 [class*=" d-pad"],.d6-d11 [class^=d-pad],.d6-d11 [class~=d-padfull],.d6-d11 [class~=d-padinfull],.d6-d11 [class~=d-padfull],.d6-d11 [class~=d-padinfull],.d6-d11 [class~=d-padfull],.d6-d11 [class~=d-padinfull],.d6-d11 [class~=d-padfull],.d6-d11 [class~=d-padinfull],.d6-d11 [class~=d-padfull],.d6-d11 [class~=d-padinfull],.d6-d11 [class~=d-padfull],.d6-d11 [class~=d-padinfull],.d6-d12 [class*=" d-pad"],.d6-d12 [class^=d-pad],.d6-d12 [class~=d-padfull],.d6-d12 [class~=d-padinfull],.d6-d12 [class~=d-padfull],.d6-d12 [class~=d-padinfull],.d6-d12 [class~=d-padfull],.d6-d12 [class~=d-padinfull],.d6-d12 [class~=d-padfull],.d6-d12 [class~=d-padinfull],.d6-d12 [class~=d-padfull],.d6-d12 [class~=d-padinfull],.d6-d12 [class~=d-padfull],.d6-d12 [class~=d-padinfull],.d6-d12 [class~=d-padfull],.d6-d12 [class~=d-padinfull],[class~=d-padfull],[class~=d-padinfull],.d7-d8 [class*=" d-pad"],.d7-d8 [class^=d-pad],.d7-d8 [class~=d-padfull],.d7-d8 [class~=d-padinfull],.d7-d8 [class~=d-padfull],.d7-d8 [class~=d-padinfull],.d7-d9 [class*=" d-pad"],.d7-d9 [class^=d-pad],.d7-d9 [class~=d-padfull],.d7-d9 [class~=d-padinfull],.d7-d9 [class~=d-padfull],.d7-d9 [class~=d-padinfull],.d7-d9 [class~=d-padfull],.d7-d9 [class~=d-padinfull],.d7-d10 [class*=" d-pad"],.d7-d10 [class^=d-pad],.d7-d10 [class~=d-padfull],.d7-d10 [class~=d-padinfull],.d7-d10 [class~=d-padfull],.d7-d10 [class~=d-padinfull],.d7-d10 [class~=d-padfull],.d7-d10 [class~=d-padinfull],.d7-d10 [class~=d-padfull],.d7-d10 [class~=d-padinfull],.d7-d11 [class*=" d-pad"],.d7-d11 [class^=d-pad],.d7-d11 [class~=d-padfull],.d7-d11 [class~=d-padinfull],.d7-d11 [class~=d-padfull],.d7-d11 [class~=d-padinfull],.d7-d11 [class~=d-padfull],.d7-d11 [class~=d-padinfull],.d7-d11 [class~=d-padfull],.d7-d11 [class~=d-padinfull],.d7-d11 [class~=d-padfull],.d7-d11 [class~=d-padinfull],.d7-d12 [class*=" d-pad"],.d7-d12 [class^=d-pad],.d7-d12 [class~=d-padfull],.d7-d12 [class~=d-padinfull],.d7-d12 [class~=d-padfull],.d7-d12 [class~=d-padinfull],.d7-d12 [class~=d-padfull],.d7-d12 [class~=d-padinfull],.d7-d12 [class~=d-padfull],.d7-d12 [class~=d-padinfull],.d7-d12 [class~=d-padfull],.d7-d12 [class~=d-padinfull],.d7-d12 [class~=d-padfull],.d7-d12 [class~=d-padinfull],[class~=d-padfull],[class~=d-padinfull],.d8-d9 [class*=" d-pad"],.d8-d9 [class^=d-pad],.d8-d9 [class~=d-padfull],.d8-d9 [class~=d-padinfull],.d8-d9 [class~=d-padfull],.d8-d9 [class~=d-padinfull],.d8-d10 [class*=" d-pad"],.d8-d10 [class^=d-pad],.d8-d10 [class~=d-padfull],.d8-d10 [class~=d-padinfull],.d8-d10 [class~=d-padfull],.d8-d10 [class~=d-padinfull],.d8-d10 [class~=d-padfull],.d8-d10 [class~=d-padinfull],.d8-d11 [class*=" d-pad"],.d8-d11 [class^=d-pad],.d8-d11 [class~=d-padfull],.d8-d11 [class~=d-padinfull],.d8-d11 [class~=d-padfull],.d8-d11 [class~=d-padinfull],.d8-d11 [class~=d-padfull],.d8-d11 [class~=d-padinfull],.d8-d11 [class~=d-padfull],.d8-d11 [class~=d-padinfull],.d8-d12 [class*=" d-pad"],.d8-d12 [class^=d-pad],.d8-d12 [class~=d-padfull],.d8-d12 [class~=d-padinfull],.d8-d12 [class~=d-padfull],.d8-d12 [class~=d-padinfull],.d8-d12 [class~=d-padfull],.d8-d12 [class~=d-padinfull],.d8-d12 [class~=d-padfull],.d8-d12 [class~=d-padinfull],.d8-d12 [class~=d-padfull],.d8-d12 [class~=d-padinfull],[class~=d-padfull],[class~=d-padinfull],.d9-d10 [class*=" d-pad"],.d9-d10 [class^=d-pad],.d9-d10 [class~=d-padfull],.d9-d10 [class~=d-padinfull],.d9-d10 [class~=d-padfull],.d9-d10 [class~=d-padinfull],.d9-d11 [class*=" d-pad"],.d9-d11 [class^=d-pad],.d9-d11 [class~=d-padfull],.d9-d11 [class~=d-padinfull],.d9-d11 [class~=d-padfull],.d9-d11 [class~=d-padinfull],.d9-d11 [class~=d-padfull],.d9-d11 [class~=d-padinfull],.d9-d12 [class*=" d-pad"],.d9-d12 [class^=d-pad],.d9-d12 [class~=d-padfull],.d9-d12 [class~=d-padinfull],.d9-d12 [class~=d-padfull],.d9-d12 [class~=d-padinfull],.d9-d12 [class~=d-padfull],.d9-d12 [class~=d-padinfull],.d9-d12 [class~=d-padfull],.d9-d12 [class~=d-padinfull],[class~=d-padfull],[class~=d-padinfull],.d10-d11 [class*=" d-pad"],.d10-d11 [class^=d-pad],.d10-d11 [class~=d-padfull],.d10-d11 [class~=d-padinfull],.d10-d11 [class~=d-padfull],.d10-d11 [class~=d-padinfull],.d10-d12 [class*=" d-pad"],.d10-d12 [class^=d-pad],.d10-d12 [class~=d-padfull],.d10-d12 [class~=d-padinfull],.d10-d12 [class~=d-padfull],.d10-d12 [class~=d-padinfull],.d10-d12 [class~=d-padfull],.d10-d12 [class~=d-padinfull],[class~=d-padfull],[class~=d-padinfull],.d11-d12 [class*=" d-pad"],.d11-d12 [class^=d-pad],.d11-d12 [class~=d-padfull],.d11-d12 [class~=d-padinfull],.d11-d12 [class~=d-padfull],.d11-d12 [class~=d-padinfull],[class~=d-padfull],[class~=d-padinfull]{padding-left:0%;padding-right:0%;left:-0%;}.d-pad,.d-padfull{position:relative;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}.d-padin[class~=d-padin],.d-padinfull[class~=d-padinfull]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;}

/* Desktop grid relationships ----- */

[class*=" d12"],[class^=d12]{margin-left:91.63392857%;}.d2-d12 [class*=" d12"],.d2-d12 [class^=d12]{margin-left:90.90909091%;}.d2-d12 [class*=" d11"],.d2-d12 [class^=d11]{margin-left:81.81818182%;}.d2-d12 [class*=" d10"],.d2-d12 [class^=d10]{margin-left:72.72727273%;}.d2-d12 [class*=" d9"],.d2-d12 [class^=d9]{margin-left:63.63636364%;}.d2-d12 [class*=" d8"],.d2-d12 [class^=d8]{margin-left:54.54545455%;}.d2-d12 [class*=" d7"],.d2-d12 [class^=d7]{margin-left:45.45454545%;}.d2-d12 [class*=" d6"],.d2-d12 [class^=d6]{margin-left:36.36363636%;}.d2-d12 [class*=" d5"],.d2-d12 [class^=d5]{margin-left:27.27272727%;}.d2-d12 [class*=" d4"],.d2-d12 [class^=d4]{margin-left:18.18181819%;}.d2-d12 [class*=" d3"],.d2-d12 [class^=d3]{margin-left:9.09090909%;}.d3-d12 [class*=" d12"],.d3-d12 [class^=d12]{margin-left:90%;}.d3-d12 [class*=" d11"],.d3-d12 [class^=d11]{margin-left:80%;}.d3-d12 [class*=" d10"],.d3-d12 [class^=d10]{margin-left:70%;}.d3-d12 [class*=" d9"],.d3-d12 [class^=d9]{margin-left:60%;}.d3-d12 [class*=" d8"],.d3-d12 [class^=d8]{margin-left:49.99999999%;}.d3-d12 [class*=" d7"],.d3-d12 [class^=d7]{margin-left:40%;}.d3-d12 [class*=" d6"],.d3-d12 [class^=d6]{margin-left:30%;}.d3-d12 [class*=" d5"],.d3-d12 [class^=d5]{margin-left:20%;}.d3-d12 [class*=" d4"],.d3-d12 [class^=d4]{margin-left:10%;}.d4-d12 [class*=" d12"],.d4-d12 [class^=d12]{margin-left:88.88888888%;}.d4-d12 [class*=" d11"],.d4-d12 [class^=d11]{margin-left:77.77777777%;}.d4-d12 [class*=" d10"],.d4-d12 [class^=d10]{margin-left:66.66666667%;}.d4-d12 [class*=" d9"],.d4-d12 [class^=d9]{margin-left:55.55555555%;}.d4-d12 [class*=" d8"],.d4-d12 [class^=d8]{margin-left:44.44444444%;}.d4-d12 [class*=" d7"],.d4-d12 [class^=d7]{margin-left:33.33333333%;}.d4-d12 [class*=" d6"],.d4-d12 [class^=d6]{margin-left:22.22222223%;}.d4-d12 [class*=" d5"],.d4-d12 [class^=d5]{margin-left:11.11111111%;}.d5-d12 [class*=" d12"],.d5-d12 [class^=d12]{margin-left:87.5%;}.d5-d12 [class*=" d11"],.d5-d12 [class^=d11]{margin-left:75.00000001%;}.d5-d12 [class*=" d10"],.d5-d12 [class^=d10]{margin-left:62.5%;}.d5-d12 [class*=" d9"],.d5-d12 [class^=d9]{margin-left:50%;}.d5-d12 [class*=" d8"],.d5-d12 [class^=d8]{margin-left:37.5%;}.d5-d12 [class*=" d7"],.d5-d12 [class^=d7]{margin-left:25.00000001%;}.d5-d12 [class*=" d6"],.d5-d12 [class^=d6]{margin-left:12.5%;}.d6-d12 [class*=" d12"],.d6-d12 [class^=d12]{margin-left:85.71428572%;}.d6-d12 [class*=" d11"],.d6-d12 [class^=d11]{margin-left:71.42857142%;}.d6-d12 [class*=" d10"],.d6-d12 [class^=d10]{margin-left:57.14285714%;}.d6-d12 [class*=" d9"],.d6-d12 [class^=d9]{margin-left:42.85714286%;}.d6-d12 [class*=" d8"],.d6-d12 [class^=d8]{margin-left:28.57142858%;}.d6-d12 [class*=" d7"],.d6-d12 [class^=d7]{margin-left:14.28571428%;}.d7-d12 [class*=" d12"],.d7-d12 [class^=d12]{margin-left:83.33333332%;}.d7-d12 [class*=" d11"],.d7-d12 [class^=d11]{margin-left:66.66666666%;}.d7-d12 [class*=" d10"],.d7-d12 [class^=d10]{margin-left:50%;}.d7-d12 [class*=" d9"],.d7-d12 [class^=d9]{margin-left:33.33333334%;}.d7-d12 [class*=" d8"],.d7-d12 [class^=d8]{margin-left:16.66666666%;}.d8-d12 [class*=" d12"],.d8-d12 [class^=d12]{margin-left:80%;}.d8-d12 [class*=" d11"],.d8-d12 [class^=d11]{margin-left:60.00000001%;}.d8-d12 [class*=" d10"],.d8-d12 [class^=d10]{margin-left:40.00000001%;}.d8-d12 [class*=" d9"],.d8-d12 [class^=d9]{margin-left:20%;}.d9-d12 [class*=" d12"],.d9-d12 [class^=d12]{margin-left:75.00000001%;}.d9-d12 [class*=" d11"],.d9-d12 [class^=d11]{margin-left:50.00000002%;}.d9-d12 [class*=" d10"],.d9-d12 [class^=d10]{margin-left:24.99999999%;}.d10-d12 [class*=" d12"],.d10-d12 [class^=d12]{margin-left:66.66666668%;}.d10-d12 [class*=" d11"],.d10-d12 [class^=d11]{margin-left:33.33333332%;}.d11-d12 [class*=" d12"],.d11-d12 [class^=d12]{margin-left:49.99999997%;}[class*=" d11"],[class^=d11]{margin-left:83.30357143%;}.d1-d11 [class*=" d11"],.d1-d11 [class^=d11]{margin-left:90.90909091%;}.d1-d11 [class*=" d10"],.d1-d11 [class^=d10]{margin-left:81.81818182%;}.d1-d11 [class*=" d9"],.d1-d11 [class^=d9]{margin-left:72.72727273%;}.d1-d11 [class*=" d8"],.d1-d11 [class^=d8]{margin-left:63.63636364%;}.d1-d11 [class*=" d7"],.d1-d11 [class^=d7]{margin-left:54.54545455%;}.d1-d11 [class*=" d6"],.d1-d11 [class^=d6]{margin-left:45.45454545%;}.d1-d11 [class*=" d5"],.d1-d11 [class^=d5]{margin-left:36.36363636%;}.d1-d11 [class*=" d4"],.d1-d11 [class^=d4]{margin-left:27.27272727%;}.d1-d11 [class*=" d3"],.d1-d11 [class^=d3]{margin-left:18.18181819%;}.d1-d11 [class*=" d2"],.d1-d11 [class^=d2]{margin-left:9.09090909%;}.d2-d11 [class*=" d11"],.d2-d11 [class^=d11]{margin-left:90%;}.d2-d11 [class*=" d10"],.d2-d11 [class^=d10]{margin-left:80%;}.d2-d11 [class*=" d9"],.d2-d11 [class^=d9]{margin-left:70%;}.d2-d11 [class*=" d8"],.d2-d11 [class^=d8]{margin-left:60%;}.d2-d11 [class*=" d7"],.d2-d11 [class^=d7]{margin-left:49.99999999%;}.d2-d11 [class*=" d6"],.d2-d11 [class^=d6]{margin-left:40%;}.d2-d11 [class*=" d5"],.d2-d11 [class^=d5]{margin-left:30%;}.d2-d11 [class*=" d4"],.d2-d11 [class^=d4]{margin-left:20%;}.d2-d11 [class*=" d3"],.d2-d11 [class^=d3]{margin-left:10%;}.d3-d11 [class*=" d11"],.d3-d11 [class^=d11]{margin-left:88.88888888%;}.d3-d11 [class*=" d10"],.d3-d11 [class^=d10]{margin-left:77.77777777%;}.d3-d11 [class*=" d9"],.d3-d11 [class^=d9]{margin-left:66.66666667%;}.d3-d11 [class*=" d8"],.d3-d11 [class^=d8]{margin-left:55.55555555%;}.d3-d11 [class*=" d7"],.d3-d11 [class^=d7]{margin-left:44.44444444%;}.d3-d11 [class*=" d6"],.d3-d11 [class^=d6]{margin-left:33.33333333%;}.d3-d11 [class*=" d5"],.d3-d11 [class^=d5]{margin-left:22.22222223%;}.d3-d11 [class*=" d4"],.d3-d11 [class^=d4]{margin-left:11.11111111%;}.d4-d11 [class*=" d11"],.d4-d11 [class^=d11]{margin-left:87.5%;}.d4-d11 [class*=" d10"],.d4-d11 [class^=d10]{margin-left:75.00000001%;}.d4-d11 [class*=" d9"],.d4-d11 [class^=d9]{margin-left:62.5%;}.d4-d11 [class*=" d8"],.d4-d11 [class^=d8]{margin-left:50%;}.d4-d11 [class*=" d7"],.d4-d11 [class^=d7]{margin-left:37.5%;}.d4-d11 [class*=" d6"],.d4-d11 [class^=d6]{margin-left:25.00000001%;}.d4-d11 [class*=" d5"],.d4-d11 [class^=d5]{margin-left:12.5%;}.d5-d11 [class*=" d11"],.d5-d11 [class^=d11]{margin-left:85.71428572%;}.d5-d11 [class*=" d10"],.d5-d11 [class^=d10]{margin-left:71.42857142%;}.d5-d11 [class*=" d9"],.d5-d11 [class^=d9]{margin-left:57.14285714%;}.d5-d11 [class*=" d8"],.d5-d11 [class^=d8]{margin-left:42.85714286%;}.d5-d11 [class*=" d7"],.d5-d11 [class^=d7]{margin-left:28.57142858%;}.d5-d11 [class*=" d6"],.d5-d11 [class^=d6]{margin-left:14.28571428%;}.d6-d11 [class*=" d11"],.d6-d11 [class^=d11]{margin-left:83.33333332%;}.d6-d11 [class*=" d10"],.d6-d11 [class^=d10]{margin-left:66.66666666%;}.d6-d11 [class*=" d9"],.d6-d11 [class^=d9]{margin-left:50%;}.d6-d11 [class*=" d8"],.d6-d11 [class^=d8]{margin-left:33.33333334%;}.d6-d11 [class*=" d7"],.d6-d11 [class^=d7]{margin-left:16.66666666%;}.d7-d11 [class*=" d11"],.d7-d11 [class^=d11]{margin-left:80%;}.d7-d11 [class*=" d10"],.d7-d11 [class^=d10]{margin-left:60.00000001%;}.d7-d11 [class*=" d9"],.d7-d11 [class^=d9]{margin-left:40.00000001%;}.d7-d11 [class*=" d8"],.d7-d11 [class^=d8]{margin-left:20%;}.d8-d11 [class*=" d11"],.d8-d11 [class^=d11]{margin-left:75.00000001%;}.d8-d11 [class*=" d10"],.d8-d11 [class^=d10]{margin-left:50.00000002%;}.d8-d11 [class*=" d9"],.d8-d11 [class^=d9]{margin-left:24.99999999%;}.d9-d11 [class*=" d11"],.d9-d11 [class^=d11]{margin-left:66.66666668%;}.d9-d11 [class*=" d10"],.d9-d11 [class^=d10]{margin-left:33.33333332%;}.d10-d11 [class*=" d11"],.d10-d11 [class^=d11]{margin-left:49.99999997%;}[class*=" d10"],[class^=d10]{margin-left:74.97321429%;}.d1-d10 [class*=" d10"],.d1-d10 [class^=d10]{margin-left:90%;}.d1-d10 [class*=" d9"],.d1-d10 [class^=d9]{margin-left:80%;}.d1-d10 [class*=" d8"],.d1-d10 [class^=d8]{margin-left:70%;}.d1-d10 [class*=" d7"],.d1-d10 [class^=d7]{margin-left:60%;}.d1-d10 [class*=" d6"],.d1-d10 [class^=d6]{margin-left:49.99999999%;}.d1-d10 [class*=" d5"],.d1-d10 [class^=d5]{margin-left:40%;}.d1-d10 [class*=" d4"],.d1-d10 [class^=d4]{margin-left:30%;}.d1-d10 [class*=" d3"],.d1-d10 [class^=d3]{margin-left:20%;}.d1-d10 [class*=" d2"],.d1-d10 [class^=d2]{margin-left:10%;}.d2-d10 [class*=" d10"],.d2-d10 [class^=d10]{margin-left:88.88888888%;}.d2-d10 [class*=" d9"],.d2-d10 [class^=d9]{margin-left:77.77777777%;}.d2-d10 [class*=" d8"],.d2-d10 [class^=d8]{margin-left:66.66666667%;}.d2-d10 [class*=" d7"],.d2-d10 [class^=d7]{margin-left:55.55555555%;}.d2-d10 [class*=" d6"],.d2-d10 [class^=d6]{margin-left:44.44444444%;}.d2-d10 [class*=" d5"],.d2-d10 [class^=d5]{margin-left:33.33333333%;}.d2-d10 [class*=" d4"],.d2-d10 [class^=d4]{margin-left:22.22222223%;}.d2-d10 [class*=" d3"],.d2-d10 [class^=d3]{margin-left:11.11111111%;}.d3-d10 [class*=" d10"],.d3-d10 [class^=d10]{margin-left:87.5%;}.d3-d10 [class*=" d9"],.d3-d10 [class^=d9]{margin-left:75.00000001%;}.d3-d10 [class*=" d8"],.d3-d10 [class^=d8]{margin-left:62.5%;}.d3-d10 [class*=" d7"],.d3-d10 [class^=d7]{margin-left:50%;}.d3-d10 [class*=" d6"],.d3-d10 [class^=d6]{margin-left:37.5%;}.d3-d10 [class*=" d5"],.d3-d10 [class^=d5]{margin-left:25.00000001%;}.d3-d10 [class*=" d4"],.d3-d10 [class^=d4]{margin-left:12.5%;}.d4-d10 [class*=" d10"],.d4-d10 [class^=d10]{margin-left:85.71428572%;}.d4-d10 [class*=" d9"],.d4-d10 [class^=d9]{margin-left:71.42857142%;}.d4-d10 [class*=" d8"],.d4-d10 [class^=d8]{margin-left:57.14285714%;}.d4-d10 [class*=" d7"],.d4-d10 [class^=d7]{margin-left:42.85714286%;}.d4-d10 [class*=" d6"],.d4-d10 [class^=d6]{margin-left:28.57142858%;}.d4-d10 [class*=" d5"],.d4-d10 [class^=d5]{margin-left:14.28571428%;}.d5-d10 [class*=" d10"],.d5-d10 [class^=d10]{margin-left:83.33333332%;}.d5-d10 [class*=" d9"],.d5-d10 [class^=d9]{margin-left:66.66666666%;}.d5-d10 [class*=" d8"],.d5-d10 [class^=d8]{margin-left:50%;}.d5-d10 [class*=" d7"],.d5-d10 [class^=d7]{margin-left:33.33333334%;}.d5-d10 [class*=" d6"],.d5-d10 [class^=d6]{margin-left:16.66666666%;}.d6-d10 [class*=" d10"],.d6-d10 [class^=d10]{margin-left:80%;}.d6-d10 [class*=" d9"],.d6-d10 [class^=d9]{margin-left:60.00000001%;}.d6-d10 [class*=" d8"],.d6-d10 [class^=d8]{margin-left:40.00000001%;}.d6-d10 [class*=" d7"],.d6-d10 [class^=d7]{margin-left:20%;}.d7-d10 [class*=" d10"],.d7-d10 [class^=d10]{margin-left:75.00000001%;}.d7-d10 [class*=" d9"],.d7-d10 [class^=d9]{margin-left:50.00000002%;}.d7-d10 [class*=" d8"],.d7-d10 [class^=d8]{margin-left:24.99999999%;}.d8-d10 [class*=" d10"],.d8-d10 [class^=d10]{margin-left:66.66666668%;}.d8-d10 [class*=" d9"],.d8-d10 [class^=d9]{margin-left:33.33333332%;}.d9-d10 [class*=" d10"],.d9-d10 [class^=d10]{margin-left:49.99999997%;}[class*=" d9"],[class^=d9]{margin-left:66.64285714%;}.d1-d9 [class*=" d9"],.d1-d9 [class^=d9]{margin-left:88.88888888%;}.d1-d9 [class*=" d8"],.d1-d9 [class^=d8]{margin-left:77.77777777%;}.d1-d9 [class*=" d7"],.d1-d9 [class^=d7]{margin-left:66.66666667%;}.d1-d9 [class*=" d6"],.d1-d9 [class^=d6]{margin-left:55.55555555%;}.d1-d9 [class*=" d5"],.d1-d9 [class^=d5]{margin-left:44.44444444%;}.d1-d9 [class*=" d4"],.d1-d9 [class^=d4]{margin-left:33.33333333%;}.d1-d9 [class*=" d3"],.d1-d9 [class^=d3]{margin-left:22.22222223%;}.d1-d9 [class*=" d2"],.d1-d9 [class^=d2]{margin-left:11.11111111%;}.d2-d9 [class*=" d9"],.d2-d9 [class^=d9]{margin-left:87.5%;}.d2-d9 [class*=" d8"],.d2-d9 [class^=d8]{margin-left:75.00000001%;}.d2-d9 [class*=" d7"],.d2-d9 [class^=d7]{margin-left:62.5%;}.d2-d9 [class*=" d6"],.d2-d9 [class^=d6]{margin-left:50%;}.d2-d9 [class*=" d5"],.d2-d9 [class^=d5]{margin-left:37.5%;}.d2-d9 [class*=" d4"],.d2-d9 [class^=d4]{margin-left:25.00000001%;}.d2-d9 [class*=" d3"],.d2-d9 [class^=d3]{margin-left:12.5%;}.d3-d9 [class*=" d9"],.d3-d9 [class^=d9]{margin-left:85.71428572%;}.d3-d9 [class*=" d8"],.d3-d9 [class^=d8]{margin-left:71.42857142%;}.d3-d9 [class*=" d7"],.d3-d9 [class^=d7]{margin-left:57.14285714%;}.d3-d9 [class*=" d6"],.d3-d9 [class^=d6]{margin-left:42.85714286%;}.d3-d9 [class*=" d5"],.d3-d9 [class^=d5]{margin-left:28.57142858%;}.d3-d9 [class*=" d4"],.d3-d9 [class^=d4]{margin-left:14.28571428%;}.d4-d9 [class*=" d9"],.d4-d9 [class^=d9]{margin-left:83.33333332%;}.d4-d9 [class*=" d8"],.d4-d9 [class^=d8]{margin-left:66.66666666%;}.d4-d9 [class*=" d7"],.d4-d9 [class^=d7]{margin-left:50%;}.d4-d9 [class*=" d6"],.d4-d9 [class^=d6]{margin-left:33.33333334%;}.d4-d9 [class*=" d5"],.d4-d9 [class^=d5]{margin-left:16.66666666%;}.d5-d9 [class*=" d9"],.d5-d9 [class^=d9]{margin-left:80%;}.d5-d9 [class*=" d8"],.d5-d9 [class^=d8]{margin-left:60.00000001%;}.d5-d9 [class*=" d7"],.d5-d9 [class^=d7]{margin-left:40.00000001%;}.d5-d9 [class*=" d6"],.d5-d9 [class^=d6]{margin-left:20%;}.d6-d9 [class*=" d9"],.d6-d9 [class^=d9]{margin-left:75.00000001%;}.d6-d9 [class*=" d8"],.d6-d9 [class^=d8]{margin-left:50.00000002%;}.d6-d9 [class*=" d7"],.d6-d9 [class^=d7]{margin-left:24.99999999%;}.d7-d9 [class*=" d9"],.d7-d9 [class^=d9]{margin-left:66.66666668%;}.d7-d9 [class*=" d8"],.d7-d9 [class^=d8]{margin-left:33.33333332%;}.d8-d9 [class*=" d9"],.d8-d9 [class^=d9]{margin-left:49.99999997%;}[class*=" d8"],[class^=d8]{margin-left:58.3125%;}.d1-d8 [class*=" d8"],.d1-d8 [class^=d8]{margin-left:87.5%;}.d1-d8 [class*=" d7"],.d1-d8 [class^=d7]{margin-left:75.00000001%;}.d1-d8 [class*=" d6"],.d1-d8 [class^=d6]{margin-left:62.5%;}.d1-d8 [class*=" d5"],.d1-d8 [class^=d5]{margin-left:50%;}.d1-d8 [class*=" d4"],.d1-d8 [class^=d4]{margin-left:37.5%;}.d1-d8 [class*=" d3"],.d1-d8 [class^=d3]{margin-left:25.00000001%;}.d1-d8 [class*=" d2"],.d1-d8 [class^=d2]{margin-left:12.5%;}.d2-d8 [class*=" d8"],.d2-d8 [class^=d8]{margin-left:85.71428572%;}.d2-d8 [class*=" d7"],.d2-d8 [class^=d7]{margin-left:71.42857142%;}.d2-d8 [class*=" d6"],.d2-d8 [class^=d6]{margin-left:57.14285714%;}.d2-d8 [class*=" d5"],.d2-d8 [class^=d5]{margin-left:42.85714286%;}.d2-d8 [class*=" d4"],.d2-d8 [class^=d4]{margin-left:28.57142858%;}.d2-d8 [class*=" d3"],.d2-d8 [class^=d3]{margin-left:14.28571428%;}.d3-d8 [class*=" d8"],.d3-d8 [class^=d8]{margin-left:83.33333332%;}.d3-d8 [class*=" d7"],.d3-d8 [class^=d7]{margin-left:66.66666666%;}.d3-d8 [class*=" d6"],.d3-d8 [class^=d6]{margin-left:50%;}.d3-d8 [class*=" d5"],.d3-d8 [class^=d5]{margin-left:33.33333334%;}.d3-d8 [class*=" d4"],.d3-d8 [class^=d4]{margin-left:16.66666666%;}.d4-d8 [class*=" d8"],.d4-d8 [class^=d8]{margin-left:80%;}.d4-d8 [class*=" d7"],.d4-d8 [class^=d7]{margin-left:60.00000001%;}.d4-d8 [class*=" d6"],.d4-d8 [class^=d6]{margin-left:40.00000001%;}.d4-d8 [class*=" d5"],.d4-d8 [class^=d5]{margin-left:20%;}.d5-d8 [class*=" d8"],.d5-d8 [class^=d8]{margin-left:75.00000001%;}.d5-d8 [class*=" d7"],.d5-d8 [class^=d7]{margin-left:50.00000002%;}.d5-d8 [class*=" d6"],.d5-d8 [class^=d6]{margin-left:24.99999999%;}.d6-d8 [class*=" d8"],.d6-d8 [class^=d8]{margin-left:66.66666668%;}.d6-d8 [class*=" d7"],.d6-d8 [class^=d7]{margin-left:33.33333332%;}.d7-d8 [class*=" d8"],.d7-d8 [class^=d8]{margin-left:49.99999997%;}[class*=" d7"],[class^=d7]{margin-left:49.98214286%;}.d1-d7 [class*=" d7"],.d1-d7 [class^=d7]{margin-left:85.71428572%;}.d1-d7 [class*=" d6"],.d1-d7 [class^=d6]{margin-left:71.42857142%;}.d1-d7 [class*=" d5"],.d1-d7 [class^=d5]{margin-left:57.14285714%;}.d1-d7 [class*=" d4"],.d1-d7 [class^=d4]{margin-left:42.85714286%;}.d1-d7 [class*=" d3"],.d1-d7 [class^=d3]{margin-left:28.57142858%;}.d1-d7 [class*=" d2"],.d1-d7 [class^=d2]{margin-left:14.28571429%;}.d2-d7 [class*=" d7"],.d2-d7 [class^=d7]{margin-left:83.33333332%;}.d2-d7 [class*=" d6"],.d2-d7 [class^=d6]{margin-left:66.66666666%;}.d2-d7 [class*=" d5"],.d2-d7 [class^=d5]{margin-left:50%;}.d2-d7 [class*=" d4"],.d2-d7 [class^=d4]{margin-left:33.33333334%;}.d2-d7 [class*=" d3"],.d2-d7 [class^=d3]{margin-left:16.66666666%;}.d3-d7 [class*=" d7"],.d3-d7 [class^=d7]{margin-left:80%;}.d3-d7 [class*=" d6"],.d3-d7 [class^=d6]{margin-left:60.00000001%;}.d3-d7 [class*=" d5"],.d3-d7 [class^=d5]{margin-left:40.00000001%;}.d3-d7 [class*=" d4"],.d3-d7 [class^=d4]{margin-left:20%;}.d4-d7 [class*=" d7"],.d4-d7 [class^=d7]{margin-left:75.00000001%;}.d4-d7 [class*=" d6"],.d4-d7 [class^=d6]{margin-left:50.00000002%;}.d4-d7 [class*=" d5"],.d4-d7 [class^=d5]{margin-left:24.99999999%;}.d5-d7 [class*=" d7"],.d5-d7 [class^=d7]{margin-left:66.66666668%;}.d5-d7 [class*=" d6"],.d5-d7 [class^=d6]{margin-left:33.33333332%;}.d6-d7 [class*=" d7"],.d6-d7 [class^=d7]{margin-left:49.99999997%;}[class*=" d6"],[class^=d6]{margin-left:41.65178571%;}.d1-d6 [class*=" d6"],.d1-d6 [class^=d6]{margin-left:83.33333332%;}.d1-d6 [class*=" d5"],.d1-d6 [class^=d5]{margin-left:66.66666666%;}.d1-d6 [class*=" d4"],.d1-d6 [class^=d4]{margin-left:50%;}.d1-d6 [class*=" d3"],.d1-d6 [class^=d3]{margin-left:33.33333334%;}.d1-d6 [class*=" d2"],.d1-d6 [class^=d2]{margin-left:16.66666667%;}.d2-d6 [class*=" d6"],.d2-d6 [class^=d6]{margin-left:80%;}.d2-d6 [class*=" d5"],.d2-d6 [class^=d5]{margin-left:60.00000001%;}.d2-d6 [class*=" d4"],.d2-d6 [class^=d4]{margin-left:40.00000001%;}.d2-d6 [class*=" d3"],.d2-d6 [class^=d3]{margin-left:20%;}.d3-d6 [class*=" d6"],.d3-d6 [class^=d6]{margin-left:75.00000001%;}.d3-d6 [class*=" d5"],.d3-d6 [class^=d5]{margin-left:50.00000002%;}.d3-d6 [class*=" d4"],.d3-d6 [class^=d4]{margin-left:24.99999999%;}.d4-d6 [class*=" d6"],.d4-d6 [class^=d6]{margin-left:66.66666668%;}.d4-d6 [class*=" d5"],.d4-d6 [class^=d5]{margin-left:33.33333332%;}.d5-d6 [class*=" d6"],.d5-d6 [class^=d6]{margin-left:49.99999997%;}[class*=" d5"],[class^=d5]{margin-left:33.32142857%;}.d1-d5 [class*=" d5"],.d1-d5 [class^=d5]{margin-left:80%;}.d1-d5 [class*=" d4"],.d1-d5 [class^=d4]{margin-left:60.00000001%;}.d1-d5 [class*=" d3"],.d1-d5 [class^=d3]{margin-left:40.00000001%;}.d1-d5 [class*=" d2"],.d1-d5 [class^=d2]{margin-left:20%;}.d2-d5 [class*=" d5"],.d2-d5 [class^=d5]{margin-left:75.00000001%;}.d2-d5 [class*=" d4"],.d2-d5 [class^=d4]{margin-left:50.00000002%;}.d2-d5 [class*=" d3"],.d2-d5 [class^=d3]{margin-left:24.99999999%;}.d3-d5 [class*=" d5"],.d3-d5 [class^=d5]{margin-left:66.66666668%;}.d3-d5 [class*=" d4"],.d3-d5 [class^=d4]{margin-left:33.33333332%;}.d4-d5 [class*=" d5"],.d4-d5 [class^=d5]{margin-left:49.99999997%;}[class*=" d4"],[class^=d4]{margin-left:24.99107143%;}.d1-d4 [class*=" d4"],.d1-d4 [class^=d4]{margin-left:75.00000001%;}.d1-d4 [class*=" d3"],.d1-d4 [class^=d3]{margin-left:50.00000002%;}.d1-d4 [class*=" d2"],.d1-d4 [class^=d2]{margin-left:25%;}.d2-d4 [class*=" d4"],.d2-d4 [class^=d4]{margin-left:66.66666668%;}.d2-d4 [class*=" d3"],.d2-d4 [class^=d3]{margin-left:33.33333332%;}.d3-d4 [class*=" d4"],.d3-d4 [class^=d4]{margin-left:49.99999997%;}[class*=" d3"],[class^=d3]{margin-left:16.66071429%;}.d1-d3 [class*=" d3"],.d1-d3 [class^=d3]{margin-left:66.66666668%;}.d1-d3 [class*=" d2"],.d1-d3 [class^=d2]{margin-left:33.33333333%;}.d2-d3 [class*=" d3"],.d2-d3 [class^=d3]{margin-left:49.99999997%;}[class*=" d2"],[class^=d2]{margin-left:8.33035714%;}.d1-d2 [class*=" d2"],.d1-d2 [class^=d2]{margin-left:49.99999999%;}
.d1,[class*=d1-],.d-all,[class*=" d1-"],[class^=d1-],.d1,[class*=" d1-"] [class*=" d1-"],[class^=d1-] [class*=" d1-"],[class*=" d1-"] [class^=d1-],[class^=d1-] [class^=d1-],[class*=" d1-"] .d1,[class^=d1-] .d1,[class*=" d2-"] [class*=" d2-"],[class^=d2-] [class*=" d2-"],[class*=" d2-"] [class^=d2-],[class^=d2-] [class^=d2-],[class*=" d2-"] .d2,[class^=d2-] .d2,[class*=" d3-"] [class*=" d3-"],[class^=d3-] [class*=" d3-"],[class*=" d3-"] [class^=d3-],[class^=d3-] [class^=d3-],[class*=" d3-"] .d3,[class^=d3-] .d3,[class*=" d4-"] [class*=" d4-"],[class^=d4-] [class*=" d4-"],[class*=" d4-"] [class^=d4-],[class^=d4-] [class^=d4-],[class*=" d4-"] .d4,[class^=d4-] .d4,[class*=" d5-"] [class*=" d5-"],[class^=d5-] [class*=" d5-"],[class*=" d5-"] [class^=d5-],[class^=d5-] [class^=d5-],[class*=" d5-"] .d5,[class^=d5-] .d5,[class*=" d6-"] [class*=" d6-"],[class^=d6-] [class*=" d6-"],[class*=" d6-"] [class^=d6-],[class^=d6-] [class^=d6-],[class*=" d6-"] .d6,[class^=d6-] .d6,[class*=" d7-"] [class*=" d7-"],[class^=d7-] [class*=" d7-"],[class*=" d7-"] [class^=d7-],[class^=d7-] [class^=d7-],[class*=" d7-"] .d7,[class^=d7-] .d7,[class*=" d8-"] [class*=" d8-"],[class^=d8-] [class*=" d8-"],[class*=" d8-"] [class^=d8-],[class^=d8-] [class^=d8-],[class*=" d8-"] .d8,[class^=d8-] .d8,[class*=" d9-"] [class*=" d9-"],[class^=d9-] [class*=" d9-"],[class*=" d9-"] [class^=d9-],[class^=d9-] [class^=d9-],[class*=" d9-"] .d9,[class^=d9-] .d9,[class*=" d10-"] [class*=" d10-"],[class^=d10-] [class*=" d10-"],[class*=" d10-"] [class^=d10-],[class^=d10-] [class^=d10-],[class*=" d10-"] .d10,[class^=d10-] .d10,[class*=" d11-"] [class*=" d11-"],[class^=d11-] [class*=" d11-"],[class*=" d11-"] [class^=d11-],[class^=d11-] [class^=d11-],[class*=" d11-"] .d11,[class^=d11-] .d11,[class*=" d12-"] [class*=" d12-"],[class^=d12-] [class*=" d12-"],[class*=" d12-"] [class^=d12-],[class^=d12-] [class^=d12-],[class*=" d12-"] .d12,[class^=d12-] .d12{margin-left:0;clear:left;}

/* Desktop grid floats ----- */

[class*=" d-float"][class*=" d-float"],[class^=d-float][class^=d-float]{margin-left:0%;margin-right:0%;}
.d-floatright[class~=d-floatright],.d-floatright[class~=d-floatright]+.d-floatright[class~=d-floatright]{float:right;margin-right:0;clear:right;}
.d-floatleft[class~=d-floatleft]{float:left;margin-left:0;}

/* Desktop clearing ----- */

.d2+[class*=" d2"],.d2+[class^=d2],[class*=-d2]+[class*=" d2"],[class*=-d2]+[class^=d2],.d3+[class*=" d3"],.d3+[class^=d3],[class*=-d3]+[class*=" d3"],[class*=-d3]+[class^=d3],.d3+[class*=" d2"],.d3+[class^=d2],[class*=-d3]+[class*=" d2"],[class*=-d3]+[class^=d2],.d4+[class*=" d4"],.d4+[class^=d4],[class*=-d4]+[class*=" d4"],[class*=-d4]+[class^=d4],.d4+[class*=" d3"],.d4+[class^=d3],[class*=-d4]+[class*=" d3"],[class*=-d4]+[class^=d3],.d4+[class*=" d2"],.d4+[class^=d2],[class*=-d4]+[class*=" d2"],[class*=-d4]+[class^=d2],.d5+[class*=" d5"],.d5+[class^=d5],[class*=-d5]+[class*=" d5"],[class*=-d5]+[class^=d5],.d5+[class*=" d4"],.d5+[class^=d4],[class*=-d5]+[class*=" d4"],[class*=-d5]+[class^=d4],.d5+[class*=" d3"],.d5+[class^=d3],[class*=-d5]+[class*=" d3"],[class*=-d5]+[class^=d3],.d5+[class*=" d2"],.d5+[class^=d2],[class*=-d5]+[class*=" d2"],[class*=-d5]+[class^=d2],.d6+[class*=" d6"],.d6+[class^=d6],[class*=-d6]+[class*=" d6"],[class*=-d6]+[class^=d6],.d6+[class*=" d5"],.d6+[class^=d5],[class*=-d6]+[class*=" d5"],[class*=-d6]+[class^=d5],.d6+[class*=" d4"],.d6+[class^=d4],[class*=-d6]+[class*=" d4"],[class*=-d6]+[class^=d4],.d6+[class*=" d3"],.d6+[class^=d3],[class*=-d6]+[class*=" d3"],[class*=-d6]+[class^=d3],.d6+[class*=" d2"],.d6+[class^=d2],[class*=-d6]+[class*=" d2"],[class*=-d6]+[class^=d2],.d7+[class*=" d7"],.d7+[class^=d7],[class*=-d7]+[class*=" d7"],[class*=-d7]+[class^=d7],.d7+[class*=" d6"],.d7+[class^=d6],[class*=-d7]+[class*=" d6"],[class*=-d7]+[class^=d6],.d7+[class*=" d5"],.d7+[class^=d5],[class*=-d7]+[class*=" d5"],[class*=-d7]+[class^=d5],.d7+[class*=" d4"],.d7+[class^=d4],[class*=-d7]+[class*=" d4"],[class*=-d7]+[class^=d4],.d7+[class*=" d3"],.d7+[class^=d3],[class*=-d7]+[class*=" d3"],[class*=-d7]+[class^=d3],.d7+[class*=" d2"],.d7+[class^=d2],[class*=-d7]+[class*=" d2"],[class*=-d7]+[class^=d2],.d8+[class*=" d8"],.d8+[class^=d8],[class*=-d8]+[class*=" d8"],[class*=-d8]+[class^=d8],.d8+[class*=" d7"],.d8+[class^=d7],[class*=-d8]+[class*=" d7"],[class*=-d8]+[class^=d7],.d8+[class*=" d6"],.d8+[class^=d6],[class*=-d8]+[class*=" d6"],[class*=-d8]+[class^=d6],.d8+[class*=" d5"],.d8+[class^=d5],[class*=-d8]+[class*=" d5"],[class*=-d8]+[class^=d5],.d8+[class*=" d4"],.d8+[class^=d4],[class*=-d8]+[class*=" d4"],[class*=-d8]+[class^=d4],.d8+[class*=" d3"],.d8+[class^=d3],[class*=-d8]+[class*=" d3"],[class*=-d8]+[class^=d3],.d8+[class*=" d2"],.d8+[class^=d2],[class*=-d8]+[class*=" d2"],[class*=-d8]+[class^=d2],.d9+[class*=" d9"],.d9+[class^=d9],[class*=-d9]+[class*=" d9"],[class*=-d9]+[class^=d9],.d9+[class*=" d8"],.d9+[class^=d8],[class*=-d9]+[class*=" d8"],[class*=-d9]+[class^=d8],.d9+[class*=" d7"],.d9+[class^=d7],[class*=-d9]+[class*=" d7"],[class*=-d9]+[class^=d7],.d9+[class*=" d6"],.d9+[class^=d6],[class*=-d9]+[class*=" d6"],[class*=-d9]+[class^=d6],.d9+[class*=" d5"],.d9+[class^=d5],[class*=-d9]+[class*=" d5"],[class*=-d9]+[class^=d5],.d9+[class*=" d4"],.d9+[class^=d4],[class*=-d9]+[class*=" d4"],[class*=-d9]+[class^=d4],.d9+[class*=" d3"],.d9+[class^=d3],[class*=-d9]+[class*=" d3"],[class*=-d9]+[class^=d3],.d9+[class*=" d2"],.d9+[class^=d2],[class*=-d9]+[class*=" d2"],[class*=-d9]+[class^=d2],.d10+[class*=" d10"],.d10+[class^=d10],[class*=-d10]+[class*=" d10"],[class*=-d10]+[class^=d10],.d10+[class*=" d9"],.d10+[class^=d9],[class*=-d10]+[class*=" d9"],[class*=-d10]+[class^=d9],.d10+[class*=" d8"],.d10+[class^=d8],[class*=-d10]+[class*=" d8"],[class*=-d10]+[class^=d8],.d10+[class*=" d7"],.d10+[class^=d7],[class*=-d10]+[class*=" d7"],[class*=-d10]+[class^=d7],.d10+[class*=" d6"],.d10+[class^=d6],[class*=-d10]+[class*=" d6"],[class*=-d10]+[class^=d6],.d10+[class*=" d5"],.d10+[class^=d5],[class*=-d10]+[class*=" d5"],[class*=-d10]+[class^=d5],.d10+[class*=" d4"],.d10+[class^=d4],[class*=-d10]+[class*=" d4"],[class*=-d10]+[class^=d4],.d10+[class*=" d3"],.d10+[class^=d3],[class*=-d10]+[class*=" d3"],[class*=-d10]+[class^=d3],.d10+[class*=" d2"],.d10+[class^=d2],[class*=-d10]+[class*=" d2"],[class*=-d10]+[class^=d2],.d11+[class*=" d11"],.d11+[class^=d11],[class*=-d11]+[class*=" d11"],[class*=-d11]+[class^=d11],.d11+[class*=" d10"],.d11+[class^=d10],[class*=-d11]+[class*=" d10"],[class*=-d11]+[class^=d10],.d11+[class*=" d9"],.d11+[class^=d9],[class*=-d11]+[class*=" d9"],[class*=-d11]+[class^=d9],.d11+[class*=" d8"],.d11+[class^=d8],[class*=-d11]+[class*=" d8"],[class*=-d11]+[class^=d8],.d11+[class*=" d7"],.d11+[class^=d7],[class*=-d11]+[class*=" d7"],[class*=-d11]+[class^=d7],.d11+[class*=" d6"],.d11+[class^=d6],[class*=-d11]+[class*=" d6"],[class*=-d11]+[class^=d6],.d11+[class*=" d5"],.d11+[class^=d5],[class*=-d11]+[class*=" d5"],[class*=-d11]+[class^=d5],.d11+[class*=" d4"],.d11+[class^=d4],[class*=-d11]+[class*=" d4"],[class*=-d11]+[class^=d4],.d11+[class*=" d3"],.d11+[class^=d3],[class*=-d11]+[class*=" d3"],[class*=-d11]+[class^=d3],.d11+[class*=" d2"],.d11+[class^=d2],[class*=-d11]+[class*=" d2"],[class*=-d11]+[class^=d2],.d12+[class*=" d12"],.d12+[class^=d12],[class*=-d12]+[class*=" d12"],[class*=-d12]+[class^=d12],.d12+[class*=" d11"],.d12+[class^=d11],[class*=-d12]+[class*=" d11"],[class*=-d12]+[class^=d11],.d12+[class*=" d10"],.d12+[class^=d10],[class*=-d12]+[class*=" d10"],[class*=-d12]+[class^=d10],.d12+[class*=" d9"],.d12+[class^=d9],[class*=-d12]+[class*=" d9"],[class*=-d12]+[class^=d9],.d12+[class*=" d8"],.d12+[class^=d8],[class*=-d12]+[class*=" d8"],[class*=-d12]+[class^=d8],.d12+[class*=" d7"],.d12+[class^=d7],[class*=-d12]+[class*=" d7"],[class*=-d12]+[class^=d7],.d12+[class*=" d6"],.d12+[class^=d6],[class*=-d12]+[class*=" d6"],[class*=-d12]+[class^=d6],.d12+[class*=" d5"],.d12+[class^=d5],[class*=-d12]+[class*=" d5"],[class*=-d12]+[class^=d5],.d12+[class*=" d4"],.d12+[class^=d4],[class*=-d12]+[class*=" d4"],[class*=-d12]+[class^=d4],.d12+[class*=" d3"],.d12+[class^=d3],[class*=-d12]+[class*=" d3"],[class*=-d12]+[class^=d3],.d12+[class*=" d2"],.d12+[class^=d2],[class*=-d12]+[class*=" d2"],[class*=-d12]+[class^=d2],.d-clear{clear:left;}
.d-overlap[class*=overlap]{clear:none;}

/* Desktop hiding ----- */

.d-hide{display:none !important;}.d-show{display:block !important;}

}

#gridscreenwidthwrap{display:block !important;}


@charset "UTF-8";
/*  ==========================================================================
	Base styles
	==========================================================================  */
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: auto;
  height: auto !important;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*  ==========================================================================
	My styles
	==========================================================================  */
/* CSS FORM FRAMEWORK  ~ etForm */
/*  ==========================================================================
	Theme
	es: $etForm-textcolor: $bodycopy;
	========================================================================== */
/*  ==========================================================================
	Namespace
	========================================================================== */
.et-form {
  position: relative;
  /*  ==========================================================================
  	Clearfix
  	========================================================================== */
  /*  ==========================================================================
  	General Layout
  	========================================================================== */
  /*  ==========================================================================
  	General Fields style
  	&lt;fieldset class="fieldset"&gt;
  	========================================================================== */
  /*  ==========================================================================
  	Fields with label inline
  	&lt;fieldset class="fieldset-label-left-tar&gt;"
  	tar = text align right;
  	========================================================================== */
  /*  ==========================================================================
  	Errors
  	========================================================================== */
  /*  ==========================================================================
  	FeedBack
  	========================================================================== */
}
.et-form:after, .et-form div:after, .et-form ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.et-form [class*="-row"] {
  display: block;
  position: relative;
  margin: 0 0 1.25em 0;
}
.et-form [class*="-w0"] {
  width: auto;
}
.et-form [class*="-w12"] {
  width: 12.5%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-w12"] {
    width: 100%;
  }
}
.et-form [class*="-w20"] {
  width: 20%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-w20"] {
    width: 100%;
  }
}
.et-form [class*="-w25"] {
  width: 25%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-w25"] {
    width: 100%;
  }
}
.et-form [class*="-w33"] {
  width: 33.3%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-w33"] {
    width: 100%;
  }
}
.et-form [class*="-w37"] {
  width: 37.5%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-w37"] {
    width: 100%;
  }
}
.et-form [class*="-w40"] {
  width: 40%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-w40"] {
    width: 100%;
  }
}
.et-form [class*="-w50"] {
  width: 50%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-w50"] {
    width: 100%;
  }
}
.et-form [class*="-w60"] {
  width: 60%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-w60"] {
    width: 100%;
  }
}
.et-form [class*="-w62"] {
  width: 62.5%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-w62"] {
    width: 100%;
  }
}
.et-form [class*="-w66"] {
  width: 66.6%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-w66"] {
    width: 100%;
  }
}
.et-form [class*="-w75"] {
  width: 75%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-w75"] {
    width: 100%;
  }
}
.et-form [class*="-w80"] {
  width: 80%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-w80"] {
    width: 100%;
  }
}
.et-form [class*="-w87"] {
  width: 87.5%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-w87"] {
    width: 100%;
  }
}
.et-form [class*="-w100"] {
  width: 100%;
}
.et-form [class*="-left"] {
  position: relative;
}
.et-form [class*="-left12"] {
  margin-left: 12.5%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left12"] {
    margin-left: 0;
  }
}
.et-form [class*="-left20"] {
  margin-left: 20%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left20"] {
    margin-left: 0;
  }
}
.et-form [class*="-left25"] {
  margin-left: 25%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left25"] {
    margin-left: 0;
  }
}
.et-form [class*="-left33"] {
  margin-left: 33.333333333333333333333333333333%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left33"] {
    margin-left: 0;
  }
}
.et-form [class*="-left37"] {
  margin-left: 37.5%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left37"] {
    margin-left: 0;
  }
}
.et-form [class*="-left40"] {
  margin-left: 40%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left40"] {
    margin-left: 0;
  }
}
.et-form [class*="-left50"] {
  margin-left: 50%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left50"] {
    margin-left: 0;
  }
}
.et-form [class*="-left60"] {
  margin-left: 60%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left60"] {
    margin-left: 0;
  }
}
.et-form [class*="-left62"] {
  margin-left: 62.5%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left62"] {
    margin-left: 0;
  }
}
.et-form [class*="-left66"] {
  margin-left: 66.666666666666666666666666666666%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left66"] {
    margin-left: 0;
  }
}
.et-form [class*="-left75"] {
  margin-left: 75%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left75"] {
    margin-left: 0;
  }
}
.et-form [class*="-left80"] {
  margin-left: 80%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left80"] {
    margin-left: 0;
  }
}
.et-form [class*="-left87"] {
  margin-left: 87.5%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left87"] {
    margin-left: 0;
  }
}
.et-form [class*="-left100"] {
  margin-left: 100%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left100"] {
    margin-left: 0;
  }
}
.et-form [class*="-right"] {
  position: relative;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right"] {
    margin-right: 0;
  }
}
.et-form [class*="-right12"] {
  margin-right: 12.5%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right12"] {
    margin-right: 0;
  }
}
.et-form [class*="-right20"] {
  margin-right: 20%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right20"] {
    margin-right: 0;
  }
}
.et-form [class*="-right25"] {
  margin-right: 25%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right25"] {
    margin-right: 0;
  }
}
.et-form [class*="-right33"] {
  margin-right: 33.333333333333333333333333333333%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right33"] {
    margin-right: 0;
  }
}
.et-form [class*="-right37"] {
  margin-right: 37.5%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right37"] {
    margin-right: 0;
  }
}
.et-form [class*="-right40"] {
  margin-right: 40%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right40"] {
    margin-right: 0;
  }
}
.et-form [class*="-right50"] {
  margin-right: 50%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right50"] {
    margin-right: 0;
  }
}
.et-form [class*="-right60"] {
  margin-right: 60%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right60"] {
    margin-right: 0;
  }
}
.et-form [class*="-right62"] {
  margin-right: 62.5%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right62"] {
    margin-right: 0;
  }
}
.et-form [class*="-right66"] {
  margin-right: 66.666666666666666666666666666666%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right66"] {
    margin-right: 0;
  }
}
.et-form [class*="-right75"] {
  margin-right: 75%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right75"] {
    margin-right: 0;
  }
}
.et-form [class*="-right80"] {
  margin-right: 80%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right80"] {
    margin-right: 0;
  }
}
.et-form [class*="-right87"] {
  margin-right: 87.5%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right87"] {
    margin-right: 0;
  }
}
.et-form [class*="-right100"] {
  margin-right: 100%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-right100"] {
    margin-right: 0;
  }
}
.et-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -2px;
  margin-bottom: -2px;
}
.et-form [class^="fieldset"] {
  position: relative;
  padding: 1.25em;
  background-color: transparent;
}
.et-form [class^="label"] {
  display: block;
  position: relative;
}
.et-form [class^="input"] {
  display: block;
  position: relative;
}
.et-form [type="checkbox"], .et-form [type="radio"] {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 .5% 0 0;
}
.et-form [class^="textarea"] {
  display: block;
  position: relative;
  min-height: 7.5pxem;
}
.et-form [class^="select"] {
  display: inline-block;
  position: relative;
  height: 2.4em;
}
.et-form [class^="btn"] {
  display: inline-block;
  min-width: 10em;
  line-height: 2.5em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  color: #BBBBBB;
  background-color: #000000;
}
.et-form [class$="-required"]:before {
  content: "*";
  position: absolute;
  top: 0;
  left: -.625em;
}
.et-form [class$="-choice"] {
  display: inline;
  width: auto;
  padding-left: .5%;
}
.et-form [class*="multichoice"] {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.et-form [class*="-left-tar"] [class^="label"] {
  text-align: right;
  padding-right: 2%;
}
@media only screen and (max-width: 48em) {
  .et-form [class*="-left-tar"] [class^="label"] {
    text-align: left;
    padding-right: 0;
  }
}
.et-form [class*="-left-tar"] [class^="label"], .et-form [class*="-left-tar"] [class^="select"],
.et-form [class*="-left-tar"] [class^="textarea"], .et-form [class*="-left-tar"] [class^="multichoice"] {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.et-form [class*="-left-tar"] [class^="input"] {
  display: inline-block;
  position: relative;
}
.et-form [class*="-left-tar"] .multichoice-item {
  display: block;
}
.et-form [class*="-left-tar"] [class*="-inline"] [class*="-item"] {
  display: inline;
  margin-right: 2%;
  padding-right: 2%;
}
.et-form [class*="-left-tar"] [class$="-required"]:before {
  position: relative;
  left: auto;
  right: .625em;
}
.et-form .error, .et-form [class^="parsley-error"] {
  color: #FFF !important;
}
.et-form .parsley-error-list {
  margin: 0;
  padding: 0;
}
.et-form .parsley-error-list li {
  list-style: none;
}
.et-form [class^="input"].error, .et-form [class^="input"][class^="parsley-error"],
.et-form [class^="textarea"].error,
.et-form [class^="textarea"][class^="parsley-error"],
.et-form [class^="select"].error,
.et-form [class^="select"][class^="parsley-error"] {
  box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.75);
}
.et-form [class^="msg-"] {
  display: block;
  :
			position: relative;
}
.et-form [class^="msg-"] [class*="-error"]:before {
  content: "Ôåæ";
  margin-right: 1%;
  margin-left: 1%;
}
.et-form [class^="msg-"] [class*="-help"] {
  color: #BBBBBB;
}
.et-form [class^="form-msg"] {
  padding: .625em;
  border: 1px solid #BBBBBB;
  display: block;
  height: auto;
  margin: .625em 0;
  clear: both;
}
.et-form .form-msg-info {
  border-color: #90d1ec;
  background-color: #D1ECF7;
}
.et-form .form-msg-warning {
  border-color: #fae02c;
  background-color: #FCEB77;
}
.et-form .form-msg-error {
  border-color: #ef6666;
  background-color: #F6ABAB;
}
.et-form .form-msg-success {
  border-color: #c1ee8b;
  background-color: #E5F8CE;
}
.et-form [class^="msg-title"] {
  margin: .625em 0;
}
.et-form .msg-list {
  margin: .625em 0;
}
.et-form .msg-list-item {
  list-style-type: disc !important;
}

/* Variables*/
/* 768 */
/* 1025 */
/* 1280 */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.vertical-rythim {
  background-color: #fff;
  background-image: -webkit-linear-gradient(#eee 0.1em, transparent 0.1em);
  background-image: linear-gradient(#eee 0.1em, transparent 0.1em);
  background-size: 100% 1.25em;
}

/*font-family:'DINNextW02-BoldItalic';*/
body {
  width: 100%;
  overflow-x: hidden;
  max-width: 1400px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  font-style: normal;
  font-weight: 300;
  font-family: "DIN Next W02";
  color: #575756;
}
@media only screen and (min-width: 48em) {
  body {
    padding: 0;
  }
}

.ru {
  font-family: "DIN Next W10";
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-style: normal;
  color: #000;
}

h1, .h1 {
  font-size: 2.25em;
  line-height: 1.1111111111111112em;
  margin-bottom: 0.5555555555555556em;
  margin-top: 0.5555555555555556em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
}
@media only screen and (min-width: 64.0625em) {
  h1, .h1 {
    font-size: 2.625em;
    line-height: 0.9523809523809523em;
    margin-top: 0.9523809523809523em;
    margin-bottom: 0.9523809523809523em;
  }
}

h2, .h2 {
  font-size: 1.5em;
  margin-bottom: 0.8333333333333334em;
  line-height: 1.25em;
  font-weight: 300;
}
@media only screen and (min-width: 64.0625em) {
  h2, .h2 {
    font-size: 2.25em;
    line-height: 1.1111111111111112em;
    margin-bottom: 0.5555555555555556em;
  }
}

h3, .h3 {
  font-size: 1.25em;
  margin-bottom: 1em;
  line-height: 1em;
}
@media only screen and (min-width: 64.0625em) {
  h3, .h3 {
    font-size: 1.5em;
    margin-bottom: 0.8333333333333334em;
    line-height: 1.25em;
  }
}

h4, .h4 {
  margin-bottom: 1.25em;
  line-height: 1.25em;
  font-size: .875em;
  font-weight: 300;
}
@media only screen and (min-width: 64.0625em) {
  h4, .h4 {
    font-size: 1.25em;
    margin-bottom: 1em;
    line-height: 1em;
  }
}
.small {
  font-size: 14px;
}

h5, .h5 {
  margin-bottom: 1.25em;
}

h6, .h6 {
  margin-bottom: 1.25em;
}

p {
  margin-top: 0;
  margin-bottom: 1.25em;
  line-height: 1.25em;
  font-size: .875em;
}
@media only screen and (min-width: 64.0625em) {
  p {
    font-size: 1em;
    line-height: 1.25em;
  }
}

.intro {
  width: 100%;
  margin: 0 auto 1.6666666666666668em auto;
  padding: 0 0.8333333333333334em;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #000;
}

@media only screen and (min-width: 48em) {
  .intro {
    padding: 0;
    width: 80%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .intro {
    width: 75%;
    margin: 0 auto 1.6666666666666668em auto;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
@media only screen and (min-width: 64.0625em) {
  .intro--narrow {
    width: 60%;
  }
}
strong {
  /*font-family:$fontFamilyBold;*/
  font-weight: 700;
}

em {
  font-style: italic;
}

a {
  color: #000;
  outline: none;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

a:before,
a:after {
  border-bottom: none !important;
}



a:hover {
  color: #000000;
  outline: none;
}



ul, ol {
  margin: 0 0 1.25em 0;
  padding: 0;
  line-height: 1.25em;
  font-size: .875em;
}
@media only screen and (min-width: 64.0625em) {
  ul, ol {
    font-size: 1em;
    line-height: 1.25em;
  }
}

ul li, ol li {
  margin: 0;
  padding: 0;
}

figcaption {
  font-style: Italic;
}

@media only screen and (max-width: 48em) {
  [class^="m-"] h2 {
    padding: 0 0.8333333333333334em;
  }
  [class^="m-"] h3 {
    padding: 0 1em;
  }
  [class^="m-"] h4 {
    padding: 0 1.25em;
  }
  [class^="m-"] p, [class^="m-"] ul, [class^="m-"] ol {
    padding: 0 1.25em;
  }
}
[class*="alignleft"] {
  text-align: left;
}

[class*="alignright"] {
  text-align: left;
}
@media only screen and (min-width: 48em) {
  [class*="alignright"] {
    text-align: right;
  }
}

[class*="aligncenter"] {
  text-align: center;
}

[class*="-inline"] {
  display: inline !important;
  width: auto;
  vertical-align: top;
}

[class*="-block"] {
  display: block !important;
  width: auto;
  vertical-align: top;
}

[class*="-inlineblock"] {
  display: inline-block !important;
  width: auto;
  vertical-align: top;
}

[class^="img-"] {
  position: relative;
  margin: auto;
}

/*  ==========================================================================
	FORM
	==========================================================================  */
[class^="input"],
[class^="textarea"],
[class^="select"] {
  min-height: 1.875em;
  border: 1px solid #000;
  line-height: 1.875em;
  border-radius: 0;
  font-family: "DIN Next W02";
  font-style: italic;
}

[type="checkbox"],
[type="radio"] {
  min-height: 0;
}

[class^="label-"] {
  font-weight: 400;
  line-height: 1.875em;
}

[class^="btn"] {
  display: inline-block;
  position: relative;
  min-width: 10em;
  line-height: 2.5em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #000000;
}

[class^="btn"]:hover {
  color: #FFFFFF;
}

[class$="-send"]:hover, [class$="-subscribe"]:hover {
  color: #FFFFFF;
}

[class*="-view-"] {
  width: auto;
  min-width: 0;
  box-shadow: none;
  background-color: transparent;
  color: #000000;
}

[class*="-view-"]:hover {
  background-color: transparent;
  color: #000 !important;
}

[class~="btn-search"] {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  min-width: 0;
  line-height: 1.25em;
  padding-right: 0;
  padding-left: 0;
  border: 0;
  vertical-align: middle;
  box-shadow: none;
  overflow: hidden;
  text-indent: -999px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #FFFFFF;
  background-color: transparent;
}

[class~="btn-search"]:hover {
  background-color: transparent;
}

[class~="btn-search"]:hover:before {
  color: #000000;
}

[class~="btn-search"]:before {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  color: #000;
}

.field-validation-error, .msg-help {
  display: inline-block;
  padding: 0 .625em;
  line-height: 1.875em;
  background-color: #880000;
  color: #FFFFFF !important;
}

#spinner {
  position: fixed;
  z-index: 10000;
}

.is-visible {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background-color: #FFF;
  border-radius: 50px;
}

.is_stuck {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

/* */
.loader {
  margin-top: 1.25em;
  padding-top: 1.25em;
  text-align: center;
  background: url("../img/loading.gif") center top no-repeat;
}

[class^="logo"] {
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  margin: 0;
  border: 0;
  overflow: hidden;
  text-indent: -999px;
  text-decoration: none;
  background: url("../img/logo-white-fixed.png") center center no-repeat;
  background-color: #000;
  background-size: auto 50%;
}
@media only screen and (min-width: 48em) {
  [class^="logo"] {
    margin: 0 1.5em;
    background-color: rgba(0, 0, 0, 0.35);
  }
}
@media only screen and (min-width: 64.0625em) {
  [class^="logo"] {
    margin: 0;
    height: 5em;
    line-height: 5em;
    background-size: auto;
  }
}

.is_stuck .logo:after {
  display: none;
}

.header-main {
  position: relative;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
}

.lt-ie9 .header-main {
  background: transparent url("../img/bg-header.png") center center repeat;
}

.lt-ie9 .logo {
  background-color: transparent;
}

@media only screen and (min-width: 48em) {
  .header-main.is_stuck {
    margin-top: 0em !important;
  }
}

.primary-nav {
  line-height: 1.25em;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 48em) {
  .primary-nav {
    margin: 0 1.5em;
    z-index: 999;
    margin: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-nav {
    line-height: 2.5em;
  }
}

.open-mobile-menu {
  display: block;
  line-height: 2.5em;
  background-color: #BBBBBB;
  text-transform: uppercase;
}

.primary-nav-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 2.5em;
  text-transform: uppercase;
  background-color: #BBBBBB;
}
@media only screen and (min-width: 48em) {
  .primary-nav-menu {
    display: table;
    z-index: 999;
    background-color: #8B8B8B;
  }
}

.primary-nav-item {
  position: relative;
  padding: 0 0.3125em;
  font-size: 1em;
  color: #000000;
}
@media only screen and (min-width: 48em) {
  .primary-nav-item {

    font-size: 0.938em;
    padding: 0 0.6125em;
  }
  .de .primary-nav-item {
    padding: 0 0.15625em;
  }
  .ru .primary-nav-item {
    padding: 0 0.3125em;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-nav-item {
    display: table-cell;
    font-size: 1em;
    line-height: 4.4444444444444444444444444444444em;
    padding: 0 .7em;
  }

  .fr .primary-nav-item{
    padding: 0 .325em;
    font-size: 0.8em;
  }

  .de .primary-nav-item {
    padding: 0 .225em;
    font-size: 0.8em;
  }

  .en-us .primary-nav-item,
  .en .primary-nav-item {
    padding: 0 .325em;
    font-size: 0.8em;
  }
  .pl .primary-nav-item,
  .ru .primary-nav-item {
		font-size: 1em;
	}
  .pl .primary-nav-item {
    padding: 0 .4em;
	}

}
@media only screen and (min-width: 80em) {
  .en-us .primary-nav-item,
  .en .primary-nav-item,
  .de .primary-nav-item {
    padding: 0 .325em;
    font-size: .9em;
  }
  .en-us .primary-nav-item,
  .en .primary-nav-item {
    padding: 0 .325em;
    font-size: 1em;
  }
  .fr .primary-nav-item{
    padding: 0 .225em;
    font-size: 1em;
  }

}

@media only screen and (min-width: 48em) {
  [class*=-nav-item].is-active:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -.75em;
    border-left: 0.75em solid rgba(255, 255, 255, 0);
    border-right: 0.75em solid rgba(255, 255, 255, 0);
    border-bottom: 0.75em solid #FFFFFF;
  }
}

.primary-nav-item a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  border: 0;
}

.primary-nav-item a:hover {
  color: #000000;
}

/* */
.content {
  padding-bottom: 2.5em;
}

.content h1 {
  padding-bottom: 0.9523809523809523em;
}

.content h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  margin-left: -10%;
  border-bottom: 1px solid #BBBBBB;
}

.footer-main {
  padding: 1.25em 0;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}

.legal-info {
  display: block;
  line-height: 2.5em;
  margin-left: 0;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .legal-info {
    display: inline-block;
    margin-left: 2.5em;
    line-height: 1.5em;
    text-align: left;
    max-width: 50%;
  }
}

.legal-piva {
  display: block;
}
@media only screen and (min-width: 48em) {
  .legal-piva {
    display: inline;
  }
}

@media only screen and (min-width: 64.0625em) {
  .legal-piva:before {
    content: " - ";
  }
}

[class^="legal-link"] {
  border: none;
  text-decoration: none !important;
}

[class^="legal-link"]:before {
  content: "||";
  display: inline;
  margin: 0 .3125em;
  text-decoration: none !important;
  border: none;
}

[class$="-link-note"]:before {
  content: "";
  margin: 0;
}

[class$="-link-privacy"]:before {
  display: none;
}
@media only screen and (min-width: 48em) {
  [class$="-link-privacy"]:before {
    display: inline;
  }
}
@media only screen and (min-width: 80em) {
  [class$="-link-privacy"]:before {
    display: inline;
  }
}

.choice-language {
  margin: 1.25em 0;
}
@media only screen and (min-width: 64.0625em) {
  .choice-language {
    margin: 0;
  }
}

.language-item {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: top;
  line-height: 2.5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #BBBBBB;
}

.language-url {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.125em;
  border: 0.1875em solid #BBBBBB;
  border-bottom: 0.1875em solid #BBBBBB !important;
  text-decoration: none;
  color: #BBBBBB !important;
  background-color: #FFFFFF;
}

.language-url:link {
  color: #BBBBBB !important;
}

.language-url:visited {
  color: #BBBBBB !important;
}

.language-url:hover {
  color: #FFFFFF !important;
  background-color: #BBBBBB;
}

/* carousel */
[class*="carousel-pagination"] {
  position: relative;
  margin: 0 0 1.25em 0;
  text-align: center;
}

[class*="carousel-pagination"] a {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  min-height: 1.25em;
  margin: 0 0.3125em;
  border-radius: 1.25em;
  overflow: hidden;
  text-indent: -999px;
  background-color: #BBBBBB;
}

[class*="carousel-pagination"] a:hover {
  background-color: #000;
}

[class*="carousel-pagination"] a.selected {
  border-radius: 1.25em;
  background-color: #000;
}

.news {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 1.25em;
  border-bottom: 0;
  vertical-align: top;
}
@media only screen and (min-width: 48em) {
  .news {
    padding: 0 1.25em;
    margin-bottom: 1.25em;
    border-top: 0;
    border-bottom: 1px solid #BBBBBB;
  }
}

.news-figure {
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 1.25em;
}
@media only screen and (min-width: 48em) {
  .news-figure {
    float: left;
    margin-right: 1.5em;
    width: 33%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .news-figure {
    width: auto;
  }
}

.news-thumb {
  max-width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .news-thumb {
    width: auto;
  }
}

.news-date {
  display: block;
  margin: 2.5em 0 0 0;
}
@media only screen and (min-width: 48em) {
  .news-date {
    margin: 0 0 .625em 0;
  }
}

.news-title {
  margin: 0 !important;
  padding-bottom: 0.625em !important;
  text-align: left;
  font-size: 1em;
  line-height: 1.25em;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (min-width: 48em) {
  .news-title {
    margin: 1.25em !important 0 0 0;
  }
}

.news-title:after {
  display: none;
}

.news-abstract {
  display: block;
  padding: 0;
}

.news-link:after {
  content: "\2026";
  display: inline;
}

[class^="box-"] {
  color: #FFFFFF;
}

[class^="box-"] [class$="-title"] {
  border-bottom: 1px solid #FFFFFF;
  text-align: left;
  font-style: normal;
  color: #FFFFFF;
  margin-top: 0;
  text-align: left;
  font-size: 1.25em;
  margin-bottom: 1em;
  line-height: 1em;
  font-style: normal;
}
@media only screen and (min-width: 64.0625em) {
  [class^="box-"] [class$="-title"] {
    font-size: 2.625em;
    line-height: 0.9523809523809523em;
    margin-bottom: 0.9523809523809523em;
    margin-top: 0;
  }
}

.subsection-title {
  display: inline-block;
  width: auto;
}

.subsection-title:before {
  content: "\e802";
  position: absolute;
  margin: 0 0 0 -1.25em;
  font-family: "cereser";
  font-size: 0.625em;
}

/*  ==========================================================================
	HOME PAGE
	==========================================================================  */
@media only screen and (min-width: 48em) {
  .page-home .header-main {
    /*margin-top: -4.5em;*/
    margin-top: -75px;
    background: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .page-home .header-main {
    /*margin-top: -10em;*/
    margin-top: -151px;
  }
}

.page-home .header-main.is_stuck {
  top: 0 !important;
  bottom: auto !important;
}



@media only screen and (min-width: 48em) {
  .page-home .header-main.is_stuck .logo {
    background: rgba(0, 0, 0, 0.35) url("../img/logo-white-fixed.png") center center no-repeat;
  }
}

.lt-ie9 .page-home .header-main.is_stuck .logo {
  background: transparent url("../img/logo-white-fixed.png") center center no-repeat;
}

.page-home .logo {
  background-image: none;
}

.page-home .logo:after {
  display: block;
}
@media only screen and (min-width: 48em) {
  .page-home .logo:after {
    content: "\e804";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    text-align: center;
    text-indent: 0;
    font-family: "cereser";
    font-size: 1.5em;
    color: #FFFFFF;
    z-index: 999;
  }
}
@media only screen and (min-width: 64.0625em) {
  .page-home .logo:after {
    top: 15px;
    line-height: 2.5em;
  }
}

.page-home .header-main.is_stuck .logo:after {
  display: none;
}

.pietre-naturali-home {
  padding-bottom: 0;
}

.flexslider .slides li {
  position: relative;
}

.flexslider .claim1 {
  display: none;
  position: absolute;
  margin-top: 16px;
  margin-left: 200px;
  z-index: 9999;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1em;
}
@media only screen and (min-width: 48em) {
  .flexslider .claim1 {
    display: block;
    left: 50%;
    top: 25%;
    margin-top: 36px;
    margin-left: 180px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .flexslider .claim1 {
    left: 50%;
    top: 25%;
    font-size: 1.5em;
    line-height: 1.25em;
    margin-top: 42px;
    margin-left: 200px;
  }
}

.flexslider .claim2 {
  display: none;
  position: absolute;
  text-align: right;
  z-index: 9999;
  color: #000000;
  font-weight: 300;
  font-style: italic;
  font-size: 1.25em;
  line-height: 1em;
}
@media only screen and (min-width: 48em) {
  .flexslider .claim2 {
    display: block;
    right: 50%;
    top: 26.5%;
    margin-top: 8px;
    margin-right: 120px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .flexslider .claim2 {
    margin-right: 100px;
    font-size: 1.5em;
    line-height: 1.25em;
    margin-top: -10px;
  }
}

.flexslider .claim2 strong {
  font-weight: 700;
  font-style: normal;
}

.carousel-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -65px 0 0 -100px;
  width: 200px;
  z-index: 9999;
}
@media only screen and (min-width: 48em) {
  .carousel-logo {
    margin: -180px 0 0 -250px;
    width: auto !important;
  }
}

/* Lista categorie */
[class*="grid-home"] {
  text-align: center !important;
}

[class*="grid-home"] .product {
  padding: 0;
}
@media only screen and (min-width: 48em) {
  [class*="grid-home"] .product {
    width: 25% !important;
    margin: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  [class*="grid-home"] .product {
    width: 20% !important;
    padding: 0;
    border: none;
  }
}

[class*="grid-home"] .product-url {
  color: #000;
}

[class*="grid-home"] .product-url:hover .product-image {
  opacity: 1;
}

[class*="grid-home"] .product-url:hover .product-figure {
  border: 1px solid #000000;
}

[class*="grid-home"] .product-url:hover .product-name {
  color: #000000;
}

[class*="grid-home"] .product-figure {
  padding: .625em;
  border: 1px solid #BBBBBB;
}

[class*="grid-home"] .product-image {
  -webkit-transition-property: none;
  transition-property: none;
}

[class*="grid-home"] .product-name {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding-right: 0 !important;
  min-height: auto;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  [class*="grid-home"] .product-name {
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
@media only screen and (min-width: 80em) {
  [class*="grid-home"] .product-name {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25em;
    line-height: 1em;
  }
}

/* Azienda */
.azienda-home {
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 1.25em;
  padding: 2.5em 1.25em;
  background-color: #BBBBBB;
}
@media only screen and (min-width: 48em) {
  .azienda-home {
    padding: 2.5em 0;
  }
}

.azienda-title {
  margin-top: 0;
  text-align: left;
  font-size: 1.25em;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1em;
  font-style: normal;
}
@media only screen and (min-width: 48em) {
  .azienda-title {
    margin-top: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .azienda-title {
    font-size: 2.625em;
    line-height: 0.9523809523809523em;
    margin-bottom: 0.9523809523809523em;
    margin-top: 0;
  }
}

.azienda-abstract {
  color: #FFFFFF;
}

[class^="azienda-image-"] {
  max-width: 100%;
}

/* News */
.news-home {
  position: relative;
  padding: 1.25em;
}
@media only screen and (min-width: 48em) {
  .news-home {
    padding: 3.75em 0 2.5em 0;
  }
}

.news-home .caroufredsel_wrapper {
  height: auto !important;
}

.news-carousel {
  position: relative !important;
  height: auto !important;
}

.news-carousel .news {
  display: inline-block;
  position: relative;
  margin: 0 0 1.25em 0;
  padding: 0 0 1.25em 0;
  vertical-align: top;
}
@media only screen and (min-width: 48em) {
  .news-carousel .news {
    border: 0;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media only screen and (min-width: 64.0625em) {
  .news-carousel .news {
    padding-left: 3em;
    padding-right: 3em;
  }
}

@media only screen and (min-width: 48em) {
  .news-carousel .news:nth-child(2n+1) {
    border-right: 1px solid #BBBBBB;
  }
}

/* Box Lasweb */
[class*="box-lasweb"] {
  padding: 1.25em;
  margin-bottom: 1.25em;
  background-color: #000;
}
@media only screen and (min-width: 48em) {
  [class*="box-lasweb"] {
    padding: 2.5em;
  }
}

[class*="lasweb-home"] {
  margin-bottom: 0;
  background-color: #BBBBBB;
}

/* Box Newsletter */
[class*="box-newsletter"] {
  padding: 1.25em;
  background-color: #898989;
  color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  [class*="box-newsletter"] {
    padding: 2.5em;
  }
}

.newsletter-title {
  color: #FFFFFF;
}

/*  ==========================================================================
	INTERNE GENERICI
	==========================================================================  */
#scrollUp {
  bottom: .625em;
  right: .625em;
  background: #000;
  color: #FFFFFF;
  font-size: .75em;
  text-decoration: none;
  opacity: .9;
  padding: .625em;
  border-radius: .625em;
  -webkit-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-backface-visibility: hidden;
}

#scrollUp:hover {
  background: #000000;
}

.header-section {
  background-color: #FFFFFF;
}

.separator {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .separator {
    margin-top: 2.625em;
    padding-top: 3.5em;
  }
}

.separator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20%;
  margin-left: -10%;
  border-top: 1px solid #BBBBBB;
}

.content .caroufredsel_wrapper {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
}

.photo-carousel {
  position: relative !important;
  height: auto !important;
  overflow: hidden;
}

.photo-carousel .slide {
  position: relative !important;
  float: left;
}

.content .photo-carousel-pagination {
  position: relative;
}

.carousel-wrapper {
  position: relative;
}

.photo-carousel-title {
  position: absolute !important;
  height: 1.75em;
  overflow: hidden;
  top: .4375em;
  left: .4375em;
  z-index: 999;
  color: #FFFFFF;
}

/*  ==========================================================================
	AZIENDA
	==========================================================================  */
.fieldset-lavoraconnoi {
  background-color: #BBBBBB !important;
}
@media only screen and (min-width: 64.0625em) {
  .fieldset-lavoraconnoi {
    padding: 0 1.5em;
  }
}

.fieldset-lavoraconnoi [class^="label-"],
.fieldset-lavoraconnoi label {
  color: #6d6458;
}

/*  ==========================================================================
	NEWSLETTER
	==========================================================================  */
@media only screen and (min-width: 48em) {
  .fieldset-newsletter {
    margin: 1.25em 15%;
    background-color: #BBBBBB !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .fieldset-newsletter {
    margin: 2.5em 25%;
    padding: 0 1.5em;
  }
}

.fieldset-newsletter [class^="label"],
.fieldset-newsletter label {
  color: #6d6458;
}

/*  ==========================================================================
	PIETRE NATURALI / CATALOGO PRODOTTI
	==========================================================================  */
[class*="products-"] {
  margin: 1.25em;
  text-align: left;
}
@media only screen and (min-width: 64.0625em) {
  [class*="products-"] {
    margin: 1.25em 3em !important;
  }
}

.product {
  display: block;
  position: relative;
  margin-bottom: 1.25em;
  text-align: left;
}
@media only screen and (min-width: 48em) {
  .product {
    display: inline-block;
    width: 33%;
    margin-bottom: 0;
    padding: .625em;
    vertical-align: top;
  }
}

@media only screen and (min-width: 64.0625em) {
  .product {
    width: 20%;
  }
}

.product-index {
    display: inline-block;
    width: 50%;
    position: relative;
    margin-bottom: 1.25em;
    text-align: left;
}

@media only screen and (min-width: 48em) {
    .product-index {
        display: inline-block;
        width: 33%;
        margin-bottom: 0;
        padding: .625em;
        vertical-align: top;
    }
}

@media only screen and (min-width: 64.0625em) {
    .product-index {
        width: 16%;
    }
}

.product-url {
  display: block;
  width: auto;
  border: none !important;
  text-decoration: none;
  color: #000000;
}
@media only screen and (min-width: 80em) {
  .product-url {
    color: #FFFFFF;
  }
}

.product-url:hover .product-image {
  opacity: 0;
  z-index: 1;
}

.lt-ie9 .product-url:hover .product-image {
  filter: alpha(opacity=0);
}

.product-image {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  position: relative;
  z-index: 3;
  width: 100%;
  background: url("../img/loading.gif") center center no-repeat;
}

.product-name {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}
@media only screen and (min-width: 48em) {
  .product-name {
    padding-right: .625em;
  }
}
@media only screen and (min-width: 64.0625em) {
  .product-name {
    position: absolute;
    top: .625em;
    left: .625em;
    z-index: 2;
    line-height: 2.5em;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1.25em;
    text-shadow: none;
  }
}

.product-data {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .product-data {
    font-size: .75em;
  }
}
@media only screen and (min-width: 64.0625em) {
  .product-data {
    display: block;
    position: absolute;
    bottom: 1.25em;
    left: 1.25em;
    padding-right: .625em;
    font-size: 1em;
  }
}

[class*="products-list"] .product {
  display: block;
  position: relative;
  border: 0;
  border-bottom: 1px solid #BBBBBB;
}
@media only screen and (min-width: 48em) {
  [class*="products-list"] .product {
    width: 100%;
  }
}

[class*="products-list"] .product-url {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  color: #000000;
}

[class*="products-list"] .product-url:hover {
  background-color: #BBBBBB;
}

[class*="products-list"] .product-url:hover .product-image {
  opacity: 1;
}

[class*="products-list"] .product-url:hover .product-data {
  -webkit-transition-property: padding;
  transition-property: padding;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  padding-right: 1.25em;
}

[class*="products-list"] .product-figure {
  display: inline-block;
  width: 2.5em;
  max-width: 2.5em;
  margin: 0 1.25em 0 0;
  vertical-align: middle;
}

[class*="products-list"] .product-image {
  display: block;
  width: 100%;
  max-width: 100%;
}

[class*="products-list"] .product-name {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  min-height: auto;
  margin: 0;
  vertical-align: middle;
}
@media only screen and (min-width: 64.0625em) {
  [class*="products-list"] .product-name {
    margin-top: 0;
    font-size: 2.25em;
    line-height: 1.1111111111111112em;
  }
}

[class*="products-list"] .product-data {
  display: none;
}
@media only screen and (min-width: 80em) {
  [class*="products-list"] .product-data {
    display: inline-block;
    float: right;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 .1875em 1.25em;
    vertical-align: bottom;
    line-height: 2.5em;
  }
}

@media only screen and (min-width: 64.0625em) {
  .buttons-view {
    padding: 0 2.5em;
  }
}
@media only screen and (min-width: 80em) {
  .buttons-view {
    padding: 0 3em;
  }
}

[class^="fieldset-search-option"] {
  z-index: 999;
  margin-left: 1.5em;
  margin-right: 1.5em;
}
@media only screen and (min-width: 48em) {
  [class^="fieldset-search-option"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  [class^="fieldset-search-option"] {
    margin-left: 3em;
  }
}

.search-option-title {
  display: block;
  margin: 1.25em 0;
}

.field-search {
  position: relative;
  margin: 0 0 .625em 0;
}

.field-search .input-search {
  display: inline-block;
  width: 100%;
  line-height: 1em;
}

.field-search .btn-search {
  position: absolute;
  bottom: -3px;
  right: .3125em;
}

.alphabetic-filter {
  display: inline;
  width: 100%;
  margin: 2.5em 0;
  padding: 1.25em 0;
  text-align: left;
  text-transform: uppercase;
}

.alphabetic-filter li {
  display: inline-block;
  float: left;
  width: 1.875em;
  line-height: 1.875em;
  text-align: center;
}

.alphabetic-filter a.is-selected {
  background-color: #000;
  color: #FFFFFF;
}

.alphabetic-filter li a {
  display: block;
  border: 0;
  text-decoration: none !important;
}

.alphabetic-filter li a:hover {
  background-color: #BBBBBB;
}

.selecter {
  display: inline-block;
  width: 100% !important;
}

.banner-lavorazioni {
  display: block;
  margin: 3em 0 0 0;
  padding: .75em;
  border-bottom: 0 !important;
  background-color: #BBBBBB;
  color: #FFFFFF !important;
}

.banner-lavorazioni:hover {
  background-color: #000;
}

.banner-lavorazioni strong {
  display: block;
  text-transform: uppercase;
}

#infscr-loading {
  width: 100%;
  height: 2.6em;
  margin: 1.3em;
  background: url("../img/loading.gif") center center no-repeat;
}

#infscr-loading img, #infscr-loading div {
  display: none;
}

/*  ==========================================================================
	SCHEDA PRODOTTO
	==========================================================================  */
[class*="main-image"] {
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  [class*="main-image"] {
    margin-top: -5em;
  }
}
@media only screen and (min-width: 64.0625em) {
  [class*="main-image"] {
    margin-top: -9.55em;
  }
}

.product-main-image.is_stuck {
  z-index: -1;
  box-shadow: none;
  margin-top: auto;
}

.product-description {
  width: 100%;
  padding: 0 1.25em;
}
@media only screen and (min-width: 48em) {
  .product-description {
    float: left;
    width: 50%;
    margin: 0 0 0 0;
    padding: 0 1.25em 0 5em;
    border-right: 1px solid #BBBBBB;
    text-align: right;
  }
}
@media only screen and (min-width: 64.0625em) {
  .product-description {
    padding-left: 15em;
  }
}

.product-features {
  width: 100%;
  padding: 0 1.25em;
}
@media only screen and (min-width: 48em) {
  .product-features {
    float: right;
    width: 50%;
    padding: 0 5em 0 1.25em;
    list-style-type: none;
  }
}

.btn-request {
  margin: 2.5em 0;
}

.btn-outline {
  background: white;
  color: black;
  border: 2px solid black;
  white-space: nowrap;
}
.btn-outline:hover {
  background: black;
}

.btn-request.is-selected {
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  min-height: 0;
  border-radius: 2.5em;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  text-indent: -999px;
}

.btn-request.is-selected:after {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.5em;
  height: 2.5em;
  margin-left: -1.25em;
  font-family: "cereser";
  font-weight: normal;
  color: #FFFFFF;
  text-indent: 0;
}
.btn-outline {}

#form-info-request,
#form-info-request-material {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 0 2.5em 0;
  padding: 1.25em 0;
  color: #FFFFFF;
  background-color: #000;
}
@media only screen and (min-width: 48em) {
  #form-info-request,
  #form-info-request-material {
    margin: 0 3em 2.5em 3em;
    padding: 1.25em 0;
    background-color: #FFFFFF;
  }
}

#form-info-request.is-open,
#form-info-request-material.is-open {
  background-color: #8B8B8B;
}

[class*="form-info-request-title"] {
  padding-left: 2%;
  font-weight: 400;
}
@media only screen and (min-width: 80em) {
  [class*="form-info-request-title"] {
    padding: 0;
  }
}

/*  ==========================================================================
	VISITE ED EVENTI
	==========================================================================  */
.press-release {
  background-color: #000;
  color: #FFFFFF;
  padding: 1.25em;
}
@media only screen and (min-width: 48em) {
  .press-release {
    padding: 0 1.25em;
  }
}

.press-release h1 {
  color: #BBBBBB;
}

.press-release .news {
  margin: 1.25em 0 1.25em 0;
  padding: 0;
}

.press-release .news-figure {
  width: auto;
  max-width: 100%;
  margin-right: 0;
}
@media only screen and (min-width: 48em) {
  .press-release .news-figure {
    float: none;
    margin-right: 0;
    width: auto;
  }
}

.press-release .news-date {
  display: block;
  margin: .625em 0;
}

.press-release .news-title {
  padding-bottom: 0.625em !important;
}

.press-release .news-title a {
  color: #FFFFFF;
  border-color: #BBBBBB;
}

.press-release .news-title a:hover {
  color: #000000 !important;
}

.press-release .news-title:after {
  display: none;
}

.press-release .news-abstract {
  display: block;
  padding: 0;
}

.press-release .news-link:after {
  content: "\2026";
  display: inline;
}

/*  ==========================================================================
	LAS WEB
	==========================================================================  */
@media only screen and (min-width: 64.0625em) {
  .user-profile {
    text-align: right;
    margin: 1.25em 3em;
  }
}

[class*="lasweb-products"] {
  margin-top: 2.5em;
}

.products-list-lasweb {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  border-top: 1px solid #BBBBBB;
}

.product-data:before {
  content: "\e802";
  margin: 0 5px 0 0;
  font-family: "cereser";
}

.product-details {
  display: none;
  position: relative;
  border-top: 1px solid #000000;
  margin-top: 1.25em;
  background-color: transparent !important;
}

.product-details:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -1.25em;
  border-left: 1.25em solid transparent;
  border-right: 1.25em solid transparent;
  border-top: 1.25em solid #000000;
}

/* Lasweb Dettaglio */
.search-option {
  -webkit-transition-property: margin-top;
  transition-property: margin-top;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  line-height: 1.25em;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .search-option {
    line-height: 2.5em;
  }
}

[class^="fieldset-search-option"] {
  z-index: 999;
  padding-top: 1.25em;
  padding-bottom: 0;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 48em) {
  [class^="fieldset-search-option"] {
    margin-left: 3em;
  }
}

@media only screen and (min-width: 48em) {
  [class^="fieldset-search-option"].is_stuck {
    Top: 5em !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  [class^="fieldset-search-option"].is_stuck {
    top: 10em !important;
  }
}

[class^="fieldset-search-option"] select {
  font-size: 1em;
  width: auto;
  max-width: 6em;
}
@media only screen and (min-width: 64.0625em) {
  [class^="fieldset-search-option"] select {
    width: 8em;
    max-width: 8em;
  }
}

.search-reset {
  clear: all;
  display: block;
  width: 100%;
  margin-top: 1.25em;
}

.buttons-view {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .buttons-view {
    text-align: right;
  }
}

[class^="table-"] {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.25em;
}

[class^="table-lasweb"] {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  color: #000000;
}

[class$="-details"] tr {
  border-bottom: 1px solid #000000;
}

caption {
  width: 100%;
  font-size: 1.5em;
  line-height: 1.25em;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

caption span {
  display: block;
  position: relative;
}

caption span:after {
  content: "";
  position: absolute;
  bottom: -1.25em;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -.75em;
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-bottom: 0.75em solid #000000;
}

[class^="th"] {
  line-height: 2.5em;
  padding: 0 10px;
  background-color: #000000;
  color: #FFFFFF;
}

[class^="tr-"],
.odd,
.even {
  line-height: 2.5em;
  padding: 0;
}

.odd:hover,
.even:hover {
  background-color: #E5E5E5;
  cursor: pointer;
}

tr.is-active {
  background-color: #000000;
  color: #000000;
  cursor: pointer;
}

[class$="-even"],
.even {
  background-color: #F9F9F9;
}

[class$="-odd"],
.odd {
  background-color: #D0D0D0;
}

[class^="td"] {
  padding: 0 10px;
  line-height: 2.5em;
  color: #000000;
}

[class*="details"] {
  padding: 0;
  background-color: #E5E5E5;
}

[class$="-material-thumb"] {
  max-width: 32px;
}

[class^="table-"] .gallery-link {
  color: #000000;
  border: none;
}

[class^="table-"] .gallery-link:hover {
  color: #FFFFFF;
}

[class^="action-"] {
  display: inline-block;
  width: 1.25em;
  line-height: 1em;
  margin: 0 auto;
  text-align: center;
  font-family: "cereser";
  cursor: pointer;
}

[class^="action-"]:hover {
  border-color: #FFFFFF;
  color: #000000;
}

#loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
  background: rgba(0, 0, 0, 0.75) url("../img/loading.gif") center center no-repeat;
}

#loader h2 {
  position: absolute;
  top: 55%;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
}

/*  ==========================================================================
	CONTATTI
	==========================================================================  */
.page-contatti .content {
  padding-bottom: 0;
}

.page-contatti .intro {
  width: 100%;
  margin-bottom: 0;
  padding-left: 12.5%;
  padding-right: 12.5%;
}

#google-map {
  width: 100%;
  min-height: 200px;
}
@media only screen and (min-width: 64.0625em) {
  #google-map {
    min-height: 560px;
  }
}

[itemtype$="Organization"] {
  padding-bottom: 2.5em;
  border-bottom: 1px solid #BBBBBB;
}

#map {
  position: relative;
  min-height: 580px;
  margin: 1.25em 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 64.0625em) {
  #map {
    margin: 2.5em 0 0 0;
  }
}

@media only screen and (min-width: 48em) {
  #google-map {
    min-height: 400px;
  }
}
@media only screen and (min-width: 64.0625em) {
  #google-map {
    min-height: 480px;
  }
}
@media only screen and (min-width: 80em) {
  #google-map {
    min-height: 580px;
  }
}

.general-contact {
  margin: 1.25em auto 0 auto;
  padding: 0 12.5% 1.25em;
  list-style-type: none;
}

[class^="accordion-title"] {
  margin-bottom: 0;
  padding: .8333333333333334em 0;
  border-bottom: 1px solid #BBBBBB;
  font-weight: 400;
}
@media only screen and (min-width: 64.0625em) {
  [class^="accordion-title"] {
    padding: .5555555555555556em 0;
  }
}

.accordion-title-last {
  border: 0;
}

[class^="accordion-title"]:hover,
[class^="accordion-title"].active {
  color: #FFFFFF;
  cursor: pointer;
}

[class^="accordion-title"]:hover {
  background-color: #BBBBBB;
}

[class^="accordion-title"].active {
  background-color: #000;
}

.accordion-panel {
  border-bottom: 1px solid #BBBBBB;
}

.accordion-panel:last-child {
  border-bottom: 0;
}

.contact-item {
  padding: .625em 0;
}

@media only screen and (min-width: 64.0625em) {
  .contact-name {
    display: inline-block;
    width: 33%;
    text-align: left;
  }
}

.contact-role {
  display: block;
  font-style: italic;
}
@media only screen and (min-width: 64.0625em) {
  .contact-role {
    display: inline-block;
    width: 33%;
    text-align: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .contact-email {
    display: inline-block;
    width: 33%;
    text-align: right;
  }
}

.country-selected {
  font-weight: 400;
  padding-bottom: 0.8333333333333334em;
}
@media only screen and (min-width: 64.0625em) {
  .country-selected {
    padding-bottom: 0.5555555555555556em;
  }
}

.country-selected:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  margin-left: -10%;
  border-bottom: 1px solid #BBBBBB;
}

.mobile-search-agent {
  margin: 1.25em 1.25em 0 1.25em;
}

.list-agents {
  margin-top: 2.5em;
  padding-bottom: 2.5em;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .list-agents {
    margin: 1.25em 3em;
  }
}

@media only screen and (min-width: 48em) {
  .agent {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 0 .625em;
  }
}

.agent-name {
  margin-bottom: 0;
}

.agent-figure {
  display: block;
  margin: 0 auto 1.25em auto;
}

.agent-title {
  font-style: italic;
}

.agent-phone {
  display: block;
}

.agent .btn-request {
  margin-top: 0;
}

.list-agents .et-form {
  text-align: left;
}

/*  ==========================================================================
	Colorbox
	==========================================================================  */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

#colorbox img {
  max-width: none;
}

.cboxPhoto {
  display: block;
  float: left;
  margin: auto;
  border: 0;
  -webkit-animation: fadePhoto 1s;
  -ms-animation: fadePhoto 1s;
  animation: fadePhoto 1s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadePhoto {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadePhoto {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#cboxOverlay {
  background-color: #000;
}

#colorbox {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#cboxContent {
  overflow: hidden;
  border: 0 solid #fff;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadingGraphic {
  background: url("../img/loading.gif") center center no-repeat;
}

/* Custom colorbox style */
#cboxTitle {
  position: absolute;
  bottom: 6px;
  left: 0;
  display: none !important;
  margin: 0;
  width: 100%;
  color: #949494;
  text-align: center;
}

#cboxCurrent {
  position: absolute;
  bottom: 6px;
  left: 68px;
  display: none !important;
  color: #949494;
}

#colorbox button {
  position: absolute;
  bottom: 0;
  width: 28px;
  height: 28px;
  border: 0;
  background: #9fa7a9 url(../img/colorbox-controls.png) no-repeat;
  text-indent: -9999px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.no-touch #colorbox button {
  bottom: -28px;
}

.no-touch #colorbox:hover button {
  bottom: 0;
}

#colorbox #cboxPrevious {
  left: 0;
  background-position: 0 0;
}

#colorbox #cboxPrevious:hover {
  background-color: #788083;
}

#colorbox #cboxNext {
  left: 28px;
  background-position: -28px 0;
}

#colorbox #cboxNext:hover {
  background-color: #788083;
}

#colorbox #cboxClose {
  top: 0;
  right: 0;
  background-color: #788083;
  background-position: -56px 0;
}

#colorbox.colorbox-gallery #cboxClose {
  top: auto;
}

#colorbox #cboxClose:hover {
  background-color: #333;
}

#cboxSlideshow {
  right: 28px;
}

#cboxSlideshow:hover {
  background-color: #788083;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -84px 0;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -112px 0;
}

/*  ==========================================================================
	SELECTER - @version 2.1.2 - Selecter Plugin [Formstone Library] - https://github.com/benplum/Selecter
	==========================================================================  */
.selecter-element {
  *left: -999999px;
  position: absolute;
  opacity: 0;
}

.selecter {
  display: block;
  margin: 0 0 .625em 0;
  position: relative;
  max-width: 100%;
  min-height: 1.875em;
  z-index: 1;
}

.selecter .selecter-selected {
  display: block;
  border: 0;
  z-index: 999;
  padding-left: .625em;
  overflow: hidden;
  cursor: pointer;
  text-overflow: clip;
  background: #000;
  color: #FFFFFF;
}

.selecter .selecter-selected:after {
  content: "\e804";
  position: absolute;
  right: .625em;
  font-family: "cereser";
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.selecter .selecter-options {
  border: 1px solid #FFFFFF;
  display: none;
  left: 0;
  margin: 0;
  max-height: 12.5em;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  min-width: 100%;
  *width: auto;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}

.selecter .selecter-group {
  border-bottom: 1px solid #FFFFFF;
  color: #999;
  display: block;
  padding: .625em;
  text-transform: uppercase;
}

.selecter .selecter-item {
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  color: #000;
  cursor: pointer;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: .625em;
  text-overflow: ellipsis;
  width: 100%;
}

.selecter .selecter-item.selected {
  background: #BBBBBB;
}

.selecter .selecter-item.first {
  border-radius: 0;
}

.selecter .selecter-item.last {
  border-bottom: 0;
}

@media screen and (min-width: 740px) {
  .selecter .selecter-item:hover,
  .selecter .selecter-item.selected:hover {
    background-color: #BBBBBB;
  }

  .selecter:hover .selecter-selected {
    background-color: #BBBBBB;
  }

  .selecter.disabled .selecter-item:hover {
    background: #FFFFFF;
  }
}
/* Open */
.selecter.open {
  z-index: 3;
}

.selecter.open .selecter-selected {
  z-index: 51;
}

.selecter.open .selecter-selected:after {
  content: "\e805";
  position: absolute;
  right: .625em;
  font-family: "cereser";
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
  background-color: #BBBBBB;
}

/* 'Cover' Positioning */
.selecter.cover .selecter-options {
  border-radius: 3px;
  border-width: 1px;
  top: 0;
}

.selecter.cover.open .selecter-selected {
  z-index: 49;
}

/* 'Bottom' Positioning */
.selecter.bottom .selecter-options {
  border-width: 1px 1px 0;
  bottom: 100%;
  top: auto;
}

.selecter.bottom .selecter-item.last {
  border: none;
}

/* 'Bottom' + 'Cover' Positioning */
.selecter.bottom.cover .selecter-options {
  bottom: 0;
  top: auto;
}

/* Multiple Select */
.selecter.multiple .selecter-options {
  box-shadow: none;
  display: block;
  position: static;
  width: 100%;
}

/* 'Disabled' State */
.selecter.disabled .selecter-selected {
  background: #fff;
  border-color: #eee;
  color: #ccc;
  cursor: default;
}

.selecter.disabled .selecter-options {
  background: #fff;
  border-color: #eee;
}

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #eee;
  color: #ccc;
  cursor: default;
}

.selecter.disabled .selecter-item.selected {
  background: #fafafa;
}

/* Media Queries */
@media screen and (max-width: 740px) {
  .selecter {
    max-width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .selecter {
    max-width: 100%;
  }
}
/*!
 * jQVMap Version 1.0
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt &lt;manifestinteractive@gmail.com&gt;
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
.jqvmap-label {
  display: none;
  position: absolute;
  background: #000000;
  color: #FFFFFF;
  padding: .3125em;
}

.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 3em;
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  min-height: 0;
  line-height: 2.5em;
  text-align: center;
  border-radius: 2.5em;
  overflow: hidden;
  background: #000000;
  color: #FFFFFF;
  cursor: pointer;
}

.jqvmap-zoomin:hover, .jqvmap-zoomout:hover {
  background: #000;
  color: #FFFFFF;
}

.jqvmap-zoomin {
  top: 0;
}

.jqvmap-zoomout {
  top: 3.75em;
}

.jvectormap-region {
  cursor: pointer;
}

.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}

.flexslider .slides &gt; li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #fff;
  zoom: 1;
}

.flex-viewport {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flexslider .slides {
  zoom: 1;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f001';
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*  ==========================================================================
	Helper classes
	==========================================================================  */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*  ==========================================================================
	Media Queries for Responsive Design
	==========================================================================  */
/*  ==========================================================================
	Print styles
	==========================================================================  */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a{
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=main.css.map */



.cookie-consent {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #444;
	opacity: 0.9;
	color: #fff;
	text-align: center;
	padding:10px;
	z-index: 999999;
}

.cookie-consent__button {
	color: #FFF;
	border-radius: 3px;
	display: inline-block;
	padding: 8px 12px;
	background-color: #000;
	text-decoration: none;
}

.cookie-consent__button--close {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -18px;
	width: 36px;
	height: 36px;
  line-height: 36px;
	border-radius: 72px;
  padding: 0;
}

.cookie-consent__button:hover {
	background-color: green;
	cursor: pointer;
  color: #fff !important;
}

.cookie-consent__link {
	color: #fff !important;
}

.cookie-consent-nocookies
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: red;
	opacity: 0.9;
	color: #fff;
	text-align: center;
	padding:10px;
	z-index: 999999;
}

.cookie-consent__link:hover{
	color: #000000 !important;
}


.page-privacy h3 {
  text-align:center;
  font-size: 2.25em;
  line-height: 1.11111em;
  margin-bottom: 0.555556em;
}

.page-privacy .table--cookie {
  margin: 0 0 25px 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 1em;
}
.page-privacy .table__row {
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
}
.page-privacy .table__cell {
  padding:6px 12px;
}
.page-privacy .table__cell--head {
  text-align: left;
  font-weight: normal;
  background-color: #000;
  color: #fff;
}

.iframe__wrapper {

  position: relative;
  padding-bottom: 40%; /* 16:9 */
  margin: 0;
  height: 0;

}
.iframe__wrapper-home {

  position: relative;
  /* padding-top: 75%; */ /* 4/3 */
  padding-top: 56%; /* 16/9 */
  margin: 0;
  height: 0;

}


.icon-list__item {
  display: inline-block;
  list-style: none;
width: 100%;
  vertical-align: bottom;
  margin-bottom: 1.5rem;
}

.icon-list__item--third {
	list-style: none;
	width: 33%;
	float: left;
	padding: 1rem;
}

.icon-list__item--quarter {
  list-style: none;
  width: 25%;
  float: left;
  padding: 1rem;
}

	.icon-list__item--quarter span,
	.icon-list__item--third span {
		word-break: break-word;
	}

.icon-list__item--quarter:nth-child(4n+1) {
  clear: left;
}
	.icon-list__item--third:nth-child(3n+1) {
		clear: left;
	}
.icon-list__img,
.icon-list__text {
  display: inline-block;
  float: left;
  vertical-align: bottom;
}

.icon-list__img {
  float: left;
  max-width: 60px;
}
.icon-list__img--big {
  max-width: 100px;
}
.icon-list__text {
  float: left;
  text-align: left;
  padding-top: 1rem;
}

@media only screen and (min-width: 64.0625em) {
  .icon-list__item {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }

  .icon-list__text {
    padding-left: .5rem;
  }


  .icon-list__item{
    padding-left: 2.5rem;
  }


  .icon-list__text {
    max-width: 100px;
    white-space: nowrap;
  }
}


/* HELPERS */

@media only screen and (min-width: 48em) {
	.iframe__wrapper {
		margin-top: -5em;
	}
}

@media only screen and (min-width: 64.0625em) {
	.iframe__wrapper {
		margin-top: -10em;
	}
}

.iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.border-none {
	border: none;
}

.margin-bottom-1 {
	margin-bottom: 1.5rem;
}

.margin-bottom-2 {
	margin-bottom: 3rem;
}

.margin-bottom-3 {
	margin-bottom: 4.5rem;
}

.margin-bottom-4 {
	margin-bottom: 6rem;
}

.clear {
	clear: both;
}

.font-weight-normal {
	font-weight: 300;
}

.medium {
	font-size: 2.5rem;
	line-height: 2rem;
}

.big {
	font-size: 6rem;
	line-height: 5.5rem;
}

.has-decoration {
	position: relative;
}

	.has-decoration:before {
		content: "";
		height: .5rem;
		width: 3rem;
		background: black;
		position: absolute;
		left: 0;
		top: -1.5rem;
	}

.display-block {
	display: block;
}

.text-uppercase {
	text-transform: uppercase;
}

.ru .big,
.pl .factory-section .big {
	margin-top: 20px;
	display: block;
}

/*.de .header-main:not(.is-sticky) {
	margin-top: -144px;
}*/


.language-social {
	text-align: center;
}

@media only screen and (min-width: 64.0625em) {
	.language-social {
		text-align: right;
	}
}

.social {
	margin: 0 20px;
	display: inline-block;
}

@media only screen and (min-width: 64.0625em) {
  .social {
    margin: 0 40px;
  }
}

.social-item {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	vertical-align: top;
	line-height: 2.5em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #BBBBBB;
}

.social-url {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 2.125em;
	border: 3px solid #BBBBBB;
	border-bottom: 0.1875em solid #BBBBBB !important;
	text-decoration: none;
	color: #BBBBBB !important;
	background-color: #FFFFFF;
}

.social-url svg {
	text-align: center;
	vertical-align: middle;
}

.social-url:link {
  color: #BBBBBB !important;
}

.social-url:visited {
  color: #BBBBBB !important;
}

.social-url:hover {
  color: #FFFFFF !important;
  background-color: #BBBBBB;
}

.social-url:hover svg {
	fill: #FFFFFF;
}

.choice-language--header {
	display: inline-block;
	padding:0;
	margin:0;
}

@media only screen and (min-width: 64.0625em) {
	.choice-language--header {
		padding: 0;
	}
}

/* Footer */

.footer__separator {
  border-bottom: 1px solid #BBBBBB;
  padding-top: 2.5rem;
  margin: 2.5rem;
  margin-top: 0;
}

.footer__logo {
  display: block;
  height: 80px !important;
  margin-left:2.5em;
}

.footer__logo--separator {
  padding-right: 1rem;
}

@media only screen and (min-width: 64.0625em) {
  .footer__logo {
    display: inline-block;
    width: auto;
  }
    
  .footer__logo--separator {
    border-right: 1px solid #BBBBBB;
  }
}

.text-decoration-none {
  text-decoration: none;
}

.border-0 {
  border: 0;
}

</pre></body></html>