From 1a0aada6a1f25dd6bf72f2b105397d01a8b328cc Mon Sep 17 00:00:00 2001 From: Nikolas Wise Date: Tue, 27 Sep 2016 13:34:26 -0700 Subject: [PATCH] Release --- dist/css/calcite-web-no-fonts.css | 151 ++++++++++++------ dist/css/calcite-web-no-fonts.min.css | 2 +- dist/css/calcite-web.css | 151 ++++++++++++------ dist/css/calcite-web.min.css | 2 +- dist/js/calcite-web.js | 88 +++++++++- dist/js/calcite-web.min.js | 2 +- dist/sass/calcite-web/components/_card.scss | 20 ++- dist/sass/calcite-web/components/_label.scss | 3 +- dist/sass/calcite-web/components/_table.scss | 5 +- dist/sass/calcite-web/grid/_block-groups.scss | 17 +- dist/sass/calcite-web/grid/_columns.scss | 16 +- .../calcite-web/grid/_leader-trailer.scss | 12 ++ dist/sass/calcite-web/patterns/_top-nav.scss | 17 ++ 13 files changed, 356 insertions(+), 130 deletions(-) diff --git a/dist/css/calcite-web-no-fonts.css b/dist/css/calcite-web-no-fonts.css index 70a9fc213..1a7441d9f 100644 --- a/dist/css/calcite-web-no-fonts.css +++ b/dist/css/calcite-web-no-fonts.css @@ -64,7 +64,7 @@ img { .inline-block { display: inline-block; } -[class*="column-"] { +.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12, .column-13, .column-14, .column-15, .column-16, .column-17, .column-18, .column-19, .column-20, .column-21, .column-22, .column-23, .column-24 { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; @@ -73,22 +73,25 @@ img { padding-left: 0.5rem; padding-right: 0.5rem; float: left; } - html[dir="rtl"] [class*="column-"] { + html[dir="rtl"] .column-1, html[dir="rtl"] .column-2, html[dir="rtl"] .column-3, html[dir="rtl"] .column-4, html[dir="rtl"] .column-5, html[dir="rtl"] .column-6, html[dir="rtl"] .column-7, html[dir="rtl"] .column-8, html[dir="rtl"] .column-9, html[dir="rtl"] .column-10, html[dir="rtl"] .column-11, html[dir="rtl"] .column-12, html[dir="rtl"] .column-13, html[dir="rtl"] .column-14, html[dir="rtl"] .column-15, html[dir="rtl"] .column-16, html[dir="rtl"] .column-17, html[dir="rtl"] .column-18, html[dir="rtl"] .column-19, html[dir="rtl"] .column-20, html[dir="rtl"] .column-21, html[dir="rtl"] .column-22, html[dir="rtl"] .column-23, html[dir="rtl"] .column-24 { float: right; } - [class*="column-"] [class*="column-"]:first-of-type { - margin-left: -0.5rem; } - html[dir="rtl"] [class*="column-"] [class*="column-"]:first-of-type { - margin-left: 0; - margin-right: -0.5rem; } - [class*="column-"] [class*="column-"]:last-of-type { + +[class*="column-"] [class*="column-"]:first-of-type { + margin-left: -0.5rem; } + html[dir="rtl"] [class*="column-"] [class*="column-"]:first-of-type { + margin-left: 0; margin-right: -0.5rem; } - html[dir="rtl"] [class*="column-"] [class*="column-"]:last-of-type { - margin-right: 0; - margin-left: -0.5rem; } - [class*="column-"]:last-of-type:after { - content: ''; - display: table; - clear: both; } + +[class*="column-"] [class*="column-"]:last-of-type { + margin-right: -0.5rem; } + html[dir="rtl"] [class*="column-"] [class*="column-"]:last-of-type { + margin-right: 0; + margin-left: -0.5rem; } + +[class*="column-"]:last-of-type:after { + content: ''; + display: table; + clear: both; } @media screen { .grid-container { @@ -2414,116 +2417,117 @@ img { box-sizing: border-box; margin-left: 0.75rem; margin-right: 0.75rem; + min-width: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 0; -ms-flex-negative: 1; flex-shrink: 1; } -.block-group-1-up .block { +.block-group-1-up > .block { -ms-flex-preferred-size: calc(100% - 1.5rem); flex-basis: calc(100% - 1.5rem); width: calc(100% - 1.5rem); } -.block-group-2-up .block { +.block-group-2-up > .block { -ms-flex-preferred-size: calc(50% - 1.5rem); flex-basis: calc(50% - 1.5rem); width: calc(50% - 1.5rem); } -.block-group-3-up .block { +.block-group-3-up > .block { -ms-flex-preferred-size: calc(33.33333% - 1.5rem); flex-basis: calc(33.33333% - 1.5rem); width: calc(33.33333% - 1.5rem); } -.block-group-4-up .block { +.block-group-4-up > .block { -ms-flex-preferred-size: calc(25% - 1.5rem); flex-basis: calc(25% - 1.5rem); width: calc(25% - 1.5rem); } -.block-group-5-up .block { +.block-group-5-up > .block { -ms-flex-preferred-size: calc(20% - 1.5rem); flex-basis: calc(20% - 1.5rem); width: calc(20% - 1.5rem); } -.block-group-6-up .block { +.block-group-6-up > .block { -ms-flex-preferred-size: calc(16.66666% - 1.5rem); flex-basis: calc(16.66666% - 1.5rem); width: calc(16.66666% - 1.5rem); } -.block-group-7-up .block { +.block-group-7-up > .block { -ms-flex-preferred-size: calc(14.28570% - 1.5rem); flex-basis: calc(14.28570% - 1.5rem); width: calc(14.28570% - 1.5rem); } -.block-group-8-up .block { +.block-group-8-up > .block { -ms-flex-preferred-size: calc(12.5% - 1.5rem); flex-basis: calc(12.5% - 1.5rem); width: calc(12.5% - 1.5rem); } @media screen and (max-width: 860px) { - .tablet-block-group-1-up .block { + .tablet-block-group-1-up > .block { -ms-flex-preferred-size: calc(100% - 1.5rem); flex-basis: calc(100% - 1.5rem); width: calc(100% - 1.5rem); } - .tablet-block-group-2-up .block { + .tablet-block-group-2-up > .block { -ms-flex-preferred-size: calc(50% - 1.5rem); flex-basis: calc(50% - 1.5rem); width: calc(50% - 1.5rem); } - .tablet-block-group-3-up .block { + .tablet-block-group-3-up > .block { -ms-flex-preferred-size: calc(33.33333% - 1.5rem); flex-basis: calc(33.33333% - 1.5rem); width: calc(33.33333% - 1.5rem); } - .tablet-block-group-4-up .block { + .tablet-block-group-4-up > .block { -ms-flex-preferred-size: calc(25% - 1.5rem); flex-basis: calc(25% - 1.5rem); width: calc(25% - 1.5rem); } - .tablet-block-group-5-up .block { + .tablet-block-group-5-up > .block { -ms-flex-preferred-size: calc(20% - 1.5rem); flex-basis: calc(20% - 1.5rem); width: calc(20% - 1.5rem); } - .tablet-block-group-6-up .block { + .tablet-block-group-6-up > .block { -ms-flex-preferred-size: calc(16.66666% - 1.5rem); flex-basis: calc(16.66666% - 1.5rem); width: calc(16.66666% - 1.5rem); } - .tablet-block-group-7-up .block { + .tablet-block-group-7-up > .block { -ms-flex-preferred-size: calc(14.28570% - 1.5rem); flex-basis: calc(14.28570% - 1.5rem); width: calc(14.28570% - 1.5rem); } - .tablet-block-group-8-up .block { + .tablet-block-group-8-up > .block { -ms-flex-preferred-size: calc(12.5% - 1.5rem); flex-basis: calc(12.5% - 1.5rem); width: calc(12.5% - 1.5rem); } } @media screen and (max-width: 480px) { - .phone-block-group-1-up .block { + .phone-block-group-1-up > .block { -ms-flex-preferred-size: calc(100% - 1.5rem); flex-basis: calc(100% - 1.5rem); width: calc(100% - 1.5rem); } - .phone-block-group-2-up .block { + .phone-block-group-2-up > .block { -ms-flex-preferred-size: calc(50% - 1.5rem); flex-basis: calc(50% - 1.5rem); width: calc(50% - 1.5rem); } - .phone-block-group-3-up .block { + .phone-block-group-3-up > .block { -ms-flex-preferred-size: calc(33.33333% - 1.5rem); flex-basis: calc(33.33333% - 1.5rem); width: calc(33.33333% - 1.5rem); } - .phone-block-group-4-up .block { + .phone-block-group-4-up > .block { -ms-flex-preferred-size: calc(25% - 1.5rem); flex-basis: calc(25% - 1.5rem); width: calc(25% - 1.5rem); } - .phone-block-group-5-up .block { + .phone-block-group-5-up > .block { -ms-flex-preferred-size: calc(20% - 1.5rem); flex-basis: calc(20% - 1.5rem); width: calc(20% - 1.5rem); } - .phone-block-group-6-up .block { + .phone-block-group-6-up > .block { -ms-flex-preferred-size: calc(16.66666% - 1.5rem); flex-basis: calc(16.66666% - 1.5rem); width: calc(16.66666% - 1.5rem); } - .phone-block-group-7-up .block { + .phone-block-group-7-up > .block { -ms-flex-preferred-size: calc(14.28570% - 1.5rem); flex-basis: calc(14.28570% - 1.5rem); width: calc(14.28570% - 1.5rem); } - .phone-block-group-8-up .block { + .phone-block-group-8-up > .block { -ms-flex-preferred-size: calc(12.5% - 1.5rem); flex-basis: calc(12.5% - 1.5rem); width: calc(12.5% - 1.5rem); } } @@ -3643,7 +3647,8 @@ html.vi input { padding: .25em .5em; border-radius: 3px; font-size: .85em; - line-height: 1; } + line-height: 1; + white-space: nowrap; } .label-red { background-color: #de2900; @@ -3651,7 +3656,7 @@ html.vi input { .label-yellow { background-color: #efe397; - color: #828282; } + color: #4c4c4c; } .label-green { background-color: #5a9359; @@ -4148,6 +4153,8 @@ table { .table-striped tr:nth-child(even) { background-color: #f8f8f8; } + .table-striped tr:nth-child(even) a { + color: #005e95; } .table-striped tr:nth-child(even) td { background-color: #f8f8f8; } @@ -4566,13 +4573,15 @@ input.input-group-input, flex-direction: column; position: relative; background: white; - box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05); - border: 1px solid rgba(0, 0, 0, 0.1); } + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 16px 0 rgba(0, 0, 0, 0.05); } .card-image-wrap { width: 100%; position: relative; - margin-bottom: 0; } + margin-bottom: 0; + -webkit-box-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; } .card-image { width: 100%; @@ -4598,7 +4607,7 @@ input.input-group-input, margin-bottom: auto; } .card-content { - padding: 1.5rem 1.25rem 1.25rem 1.25rem; + padding: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; @@ -4606,17 +4615,16 @@ input.input-group-input, -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; } + -webkit-box-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; } .card-shaped { box-shadow: none; - background: transparent; - border: none; } + background: transparent; } .card-shaped .card-content { - box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.1); + box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05); padding-top: 4rem; } .card-shaped .card-image-wrap { margin-bottom: -3rem; @@ -4698,7 +4706,10 @@ input.input-group-input, -ms-flex-direction: row; flex-direction: row; } .card-wide .card-content { - display: block; } + display: block; + -webkit-box-flex: 1 1 75%; + -ms-flex: 1 1 75%; + flex: 1 1 75%; } .card-wide-image-wrap { position: relative; @@ -4973,6 +4984,17 @@ input.input-group-input, -o-background-image: linear-gradient(to top, transparent 92%, #0079c1 93%, #0079c1 100%); background-image: linear-gradient(to top, transparent 92%, #0079c1 93%, #0079c1 100%); } +.top-nav-flex { + display: flex; } + +.top-nav-flex-list { + flex-grow: 1; + flex-basis: 30%; } + +.top-nav-flex-title { + flex-grow: 2; + text-align: center; } + .sign-in { float: right; padding-left: 0.3875rem; @@ -5722,6 +5744,7 @@ input.filter-dropdown-input { border-radius: 3px; font-size: .85em; line-height: 1; + white-space: nowrap; font-size: 0.875rem; line-height: 1.55rem; -webkit-box-sizing: border-box; @@ -6158,6 +6181,14 @@ input.filter-dropdown-input { padding-bottom: 9.3rem; } @media screen and (min-width: 1450px) { + .large-leader-half { + margin-top: 0.775rem; } + .large-trailer-half { + margin-bottom: 0.775rem; } + .large-padding-leader-half { + padding-top: 0.775rem; } + .large-padding-trailer-half { + padding-bottom: 0.775rem; } .large-leader-0 { margin-top: 0rem; } .large-trailer-0 { @@ -6216,6 +6247,14 @@ input.filter-dropdown-input { padding-bottom: 9.3rem; } } @media screen and (max-width: 859px) { + .tablet-leader-half { + margin-top: 0.775rem; } + .tablet-trailer-half { + margin-bottom: 0.775rem; } + .tablet-padding-leader-half { + padding-top: 0.775rem; } + .tablet-padding-trailer-half { + padding-bottom: 0.775rem; } .tablet-leader-0 { margin-top: 0rem; } .tablet-trailer-0 { @@ -6274,6 +6313,14 @@ input.filter-dropdown-input { padding-bottom: 9.3rem; } } @media screen and (max-width: 479px) { + .phone-leader-half { + margin-top: 0.775rem; } + .phone-trailer-half { + margin-bottom: 0.775rem; } + .phone-padding-leader-half { + padding-top: 0.775rem; } + .phone-padding-trailer-half { + padding-bottom: 0.775rem; } .phone-leader-0 { margin-top: 0rem; } .phone-trailer-0 { diff --git a/dist/css/calcite-web-no-fonts.min.css b/dist/css/calcite-web-no-fonts.min.css index e009eaac3..1191fc1c9 100644 --- a/dist/css/calcite-web-no-fonts.min.css +++ b/dist/css/calcite-web-no-fonts.min.css @@ -1 +1 @@ -@charset "UTF-8";html{overflow-y:scroll;height:100%;font-size:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%}body{min-height:100%;margin:0}.wrapper{overflow:hidden}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}svg:not(:root){overflow:hidden}video,img{max-width:100%;height:auto}.ie main{display:block}.ie select{padding-right:8px}.clearfix:after{content:'';display:table;clear:both}.overflow-auto{overflow:auto}.inline-block{display:inline-block}[class*="column-"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:1450px;max-width:100%;padding-left:0.5rem;padding-right:0.5rem;float:left}html[dir="rtl"] [class*="column-"]{float:right}[class*="column-"] [class*="column-"]:first-of-type{margin-left:-0.5rem}html[dir="rtl"] [class*="column-"] [class*="column-"]:first-of-type{margin-left:0;margin-right:-0.5rem}[class*="column-"] [class*="column-"]:last-of-type{margin-right:-0.5rem}html[dir="rtl"] [class*="column-"] [class*="column-"]:last-of-type{margin-right:0;margin-left:-0.5rem}[class*="column-"]:last-of-type:after{content:'';display:table;clear:both}@media screen{.grid-container{width:1450px;max-width:95vw;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.grid-container:after{content:'';display:table;clear:both}}@media screen{.first-column{margin-left:-0.5rem}html[dir="rtl"] .first-column{margin-left:0;margin-right:-0.5rem}.last-column{margin-right:-0.5rem}html[dir="rtl"] .last-column{margin-right:0;margin-left:-0.5rem}}@media screen and (min-width:1450px){.column-1{width:60.41667px;max-width:3.95833vw}.column-1 > .column-1{margin-left:-0.5rem;margin-right:-0.5rem}.column-2{width:120.83333px;max-width:7.91667vw}.column-2 > .column-2{margin-left:-0.5rem;margin-right:-0.5rem}.column-3{width:181.25px;max-width:11.875vw}.column-3 > .column-3{margin-left:-0.5rem;margin-right:-0.5rem}.column-4{width:241.66667px;max-width:15.83333vw}.column-4 > .column-4{margin-left:-0.5rem;margin-right:-0.5rem}.column-5{width:302.08333px;max-width:19.79167vw}.column-5 > .column-5{margin-left:-0.5rem;margin-right:-0.5rem}.column-6{width:362.5px;max-width:23.75vw}.column-6 > .column-6{margin-left:-0.5rem;margin-right:-0.5rem}.column-7{width:422.91667px;max-width:27.70833vw}.column-7 > .column-7{margin-left:-0.5rem;margin-right:-0.5rem}.column-8{width:483.33333px;max-width:31.66667vw}.column-8 > .column-8{margin-left:-0.5rem;margin-right:-0.5rem}.column-9{width:543.75px;max-width:35.625vw}.column-9 > .column-9{margin-left:-0.5rem;margin-right:-0.5rem}.column-10{width:604.16667px;max-width:39.58333vw}.column-10 > .column-10{margin-left:-0.5rem;margin-right:-0.5rem}.column-11{width:664.58333px;max-width:43.54167vw}.column-11 > .column-11{margin-left:-0.5rem;margin-right:-0.5rem}.column-12{width:725px;max-width:47.5vw}.column-12 > .column-12{margin-left:-0.5rem;margin-right:-0.5rem}.column-13{width:785.41667px;max-width:51.45833vw}.column-13 > .column-13{margin-left:-0.5rem;margin-right:-0.5rem}.column-14{width:845.83333px;max-width:55.41667vw}.column-14 > .column-14{margin-left:-0.5rem;margin-right:-0.5rem}.column-15{width:906.25px;max-width:59.375vw}.column-15 > .column-15{margin-left:-0.5rem;margin-right:-0.5rem}.column-16{width:966.66667px;max-width:63.33333vw}.column-16 > .column-16{margin-left:-0.5rem;margin-right:-0.5rem}.column-17{width:1027.08333px;max-width:67.29167vw}.column-17 > .column-17{margin-left:-0.5rem;margin-right:-0.5rem}.column-18{width:1087.5px;max-width:71.25vw}.column-18 > .column-18{margin-left:-0.5rem;margin-right:-0.5rem}.column-19{width:1147.91667px;max-width:75.20833vw}.column-19 > .column-19{margin-left:-0.5rem;margin-right:-0.5rem}.column-20{width:1208.33333px;max-width:79.16667vw}.column-20 > .column-20{margin-left:-0.5rem;margin-right:-0.5rem}.column-21{width:1268.75px;max-width:83.125vw}.column-21 > .column-21{margin-left:-0.5rem;margin-right:-0.5rem}.column-22{width:1329.16667px;max-width:87.08333vw}.column-22 > .column-22{margin-left:-0.5rem;margin-right:-0.5rem}.column-23{width:1389.58333px;max-width:91.04167vw}.column-23 > .column-23{margin-left:-0.5rem;margin-right:-0.5rem}.column-24{width:1450px;max-width:95vw}.column-24 > .column-24{margin-left:-0.5rem;margin-right:-0.5rem}.large-column-1{width:60.41667px;max-width:3.95833vw}.large-column-2{width:120.83333px;max-width:7.91667vw}.large-column-3{width:181.25px;max-width:11.875vw}.large-column-4{width:241.66667px;max-width:15.83333vw}.large-column-5{width:302.08333px;max-width:19.79167vw}.large-column-6{width:362.5px;max-width:23.75vw}.large-column-7{width:422.91667px;max-width:27.70833vw}.large-column-8{width:483.33333px;max-width:31.66667vw}.large-column-9{width:543.75px;max-width:35.625vw}.large-column-10{width:604.16667px;max-width:39.58333vw}.large-column-11{width:664.58333px;max-width:43.54167vw}.large-column-12{width:725px;max-width:47.5vw}.large-column-13{width:785.41667px;max-width:51.45833vw}.large-column-14{width:845.83333px;max-width:55.41667vw}.large-column-15{width:906.25px;max-width:59.375vw}.large-column-16{width:966.66667px;max-width:63.33333vw}.large-column-17{width:1027.08333px;max-width:67.29167vw}.large-column-18{width:1087.5px;max-width:71.25vw}.large-column-19{width:1147.91667px;max-width:75.20833vw}.large-column-20{width:1208.33333px;max-width:79.16667vw}.large-column-21{width:1268.75px;max-width:83.125vw}.large-column-22{width:1329.16667px;max-width:87.08333vw}.large-column-23{width:1389.58333px;max-width:91.04167vw}.large-column-24{width:1450px;max-width:95vw}.large-first-column{margin-left:-0.5rem;margin-right:-0.5rem}.large-last-column{margin-right:-0.5rem;margin-left:-0.5rem}}@media screen and (max-width:1449px){.column-1{width:60.41667px;max-width:3.95833vw}.column-1 > .column-1{margin-left:-0.5rem;margin-right:-0.5rem}.column-2{width:120.83333px;max-width:7.91667vw}.column-2 > .column-2{margin-left:-0.5rem;margin-right:-0.5rem}.column-3{width:181.25px;max-width:11.875vw}.column-3 > .column-3{margin-left:-0.5rem;margin-right:-0.5rem}.column-4{width:241.66667px;max-width:15.83333vw}.column-4 > .column-4{margin-left:-0.5rem;margin-right:-0.5rem}.column-5{width:302.08333px;max-width:19.79167vw}.column-5 > .column-5{margin-left:-0.5rem;margin-right:-0.5rem}.column-6{width:362.5px;max-width:23.75vw}.column-6 > .column-6{margin-left:-0.5rem;margin-right:-0.5rem}.column-7{width:422.91667px;max-width:27.70833vw}.column-7 > .column-7{margin-left:-0.5rem;margin-right:-0.5rem}.column-8{width:483.33333px;max-width:31.66667vw}.column-8 > .column-8{margin-left:-0.5rem;margin-right:-0.5rem}.column-9{width:543.75px;max-width:35.625vw}.column-9 > .column-9{margin-left:-0.5rem;margin-right:-0.5rem}.column-10{width:604.16667px;max-width:39.58333vw}.column-10 > .column-10{margin-left:-0.5rem;margin-right:-0.5rem}.column-11{width:664.58333px;max-width:43.54167vw}.column-11 > .column-11{margin-left:-0.5rem;margin-right:-0.5rem}.column-12{width:725px;max-width:47.5vw}.column-12 > .column-12{margin-left:-0.5rem;margin-right:-0.5rem}.column-13{width:785.41667px;max-width:51.45833vw}.column-13 > .column-13{margin-left:-0.5rem;margin-right:-0.5rem}.column-14{width:845.83333px;max-width:55.41667vw}.column-14 > .column-14{margin-left:-0.5rem;margin-right:-0.5rem}.column-15{width:906.25px;max-width:59.375vw}.column-15 > .column-15{margin-left:-0.5rem;margin-right:-0.5rem}.column-16{width:966.66667px;max-width:63.33333vw}.column-16 > .column-16{margin-left:-0.5rem;margin-right:-0.5rem}.column-17{width:1027.08333px;max-width:67.29167vw}.column-17 > .column-17{margin-left:-0.5rem;margin-right:-0.5rem}.column-18{width:1087.5px;max-width:71.25vw}.column-18 > .column-18{margin-left:-0.5rem;margin-right:-0.5rem}.column-19{width:1147.91667px;max-width:75.20833vw}.column-19 > .column-19{margin-left:-0.5rem;margin-right:-0.5rem}.column-20{width:1208.33333px;max-width:79.16667vw}.column-20 > .column-20{margin-left:-0.5rem;margin-right:-0.5rem}.column-21{width:1268.75px;max-width:83.125vw}.column-21 > .column-21{margin-left:-0.5rem;margin-right:-0.5rem}.column-22{width:1329.16667px;max-width:87.08333vw}.column-22 > .column-22{margin-left:-0.5rem;margin-right:-0.5rem}.column-23{width:1389.58333px;max-width:91.04167vw}.column-23 > .column-23{margin-left:-0.5rem;margin-right:-0.5rem}.column-24{width:1450px;max-width:95vw}.column-24 > .column-24{margin-left:-0.5rem;margin-right:-0.5rem}}@media screen and (max-width:859px){.column-1{width:120.83333px;max-width:7.91667vw}.column-2{width:241.66667px;max-width:15.83333vw}.column-3{width:362.5px;max-width:23.75vw}.column-4{width:483.33333px;max-width:31.66667vw}.column-5{width:604.16667px;max-width:39.58333vw}.column-6{width:725px;max-width:47.5vw}.column-7{width:845.83333px;max-width:55.41667vw}.column-8{width:966.66667px;max-width:63.33333vw}.column-9{width:1087.5px;max-width:71.25vw}.column-10{width:1208.33333px;max-width:79.16667vw}.column-11{width:1329.16667px;max-width:87.08333vw}.column-12{width:1450px;max-width:95vw}.column-12{width:1450px;max-width:95vw}.column-13{width:1450px;max-width:95vw}.column-14{width:1450px;max-width:95vw}.column-15{width:1450px;max-width:95vw}.column-16{width:1450px;max-width:95vw}.column-17{width:1450px;max-width:95vw}.column-18{width:1450px;max-width:95vw}.column-19{width:1450px;max-width:95vw}.column-20{width:1450px;max-width:95vw}.column-21{width:1450px;max-width:95vw}.column-22{width:1450px;max-width:95vw}.column-23{width:1450px;max-width:95vw}.column-24{width:1450px;max-width:95vw}.tablet-column-1{width:120.83333px;max-width:7.91667vw}.tablet-column-2{width:241.66667px;max-width:15.83333vw}.tablet-column-3{width:362.5px;max-width:23.75vw}.tablet-column-4{width:483.33333px;max-width:31.66667vw}.tablet-column-5{width:604.16667px;max-width:39.58333vw}.tablet-column-6{width:725px;max-width:47.5vw}.tablet-column-7{width:845.83333px;max-width:55.41667vw}.tablet-column-8{width:966.66667px;max-width:63.33333vw}.tablet-column-9{width:1087.5px;max-width:71.25vw}.tablet-column-10{width:1208.33333px;max-width:79.16667vw}.tablet-column-11{width:1329.16667px;max-width:87.08333vw}.tablet-column-12{width:1450px;max-width:95vw}.tablet-first-column{margin-left:-0.5rem}html[dir="rtl"] .tablet-first-column{margin-left:0;margin-right:-0.5rem}.tablet-last-column{margin-right:-0.5rem}html[dir="rtl"] .tablet-last-column{margin-right:0;margin-left:-0.5rem}}@media screen and (max-width:479px){.column-1{width:241.66667px;max-width:15.83333vw}.column-2{width:483.33333px;max-width:31.66667vw}.column-3{width:725px;max-width:47.5vw}.column-4{width:966.66667px;max-width:63.33333vw}.column-5{width:1208.33333px;max-width:79.16667vw}.column-6{width:1450px;max-width:95vw}.column-6{width:1450px;max-width:95vw}.column-7{width:1450px;max-width:95vw}.column-8{width:1450px;max-width:95vw}.column-9{width:1450px;max-width:95vw}.column-10{width:1450px;max-width:95vw}.column-11{width:1450px;max-width:95vw}.column-12{width:1450px;max-width:95vw}.column-13{width:1450px;max-width:95vw}.column-14{width:1450px;max-width:95vw}.column-15{width:1450px;max-width:95vw}.column-16{width:1450px;max-width:95vw}.column-17{width:1450px;max-width:95vw}.column-18{width:1450px;max-width:95vw}.column-19{width:1450px;max-width:95vw}.column-20{width:1450px;max-width:95vw}.column-21{width:1450px;max-width:95vw}.column-22{width:1450px;max-width:95vw}.column-23{width:1450px;max-width:95vw}.column-24{width:1450px;max-width:95vw}.tablet-column-1{width:241.66667px;max-width:15.83333vw}.tablet-column-2{width:483.33333px;max-width:31.66667vw}.tablet-column-3{width:725px;max-width:47.5vw}.tablet-column-4{width:966.66667px;max-width:63.33333vw}.tablet-column-5{width:1208.33333px;max-width:79.16667vw}.tablet-column-6{width:1450px;max-width:95vw}.tablet-column-6{width:1450px;max-width:95vw}.tablet-column-7{width:1450px;max-width:95vw}.tablet-column-8{width:1450px;max-width:95vw}.tablet-column-9{width:1450px;max-width:95vw}.tablet-column-10{width:1450px;max-width:95vw}.tablet-column-11{width:1450px;max-width:95vw}.tablet-column-12{width:1450px;max-width:95vw}.tablet-column-13{width:1450px;max-width:95vw}.tablet-column-14{width:1450px;max-width:95vw}.tablet-column-15{width:1450px;max-width:95vw}.tablet-column-16{width:1450px;max-width:95vw}.tablet-column-17{width:1450px;max-width:95vw}.tablet-column-18{width:1450px;max-width:95vw}.tablet-column-19{width:1450px;max-width:95vw}.tablet-column-20{width:1450px;max-width:95vw}.tablet-column-21{width:1450px;max-width:95vw}.tablet-column-22{width:1450px;max-width:95vw}.tablet-column-23{width:1450px;max-width:95vw}.tablet-column-24{width:1450px;max-width:95vw}.phone-column-1{width:241.66667px;max-width:15.83333vw}.phone-column-2{width:483.33333px;max-width:31.66667vw}.phone-column-3{width:725px;max-width:47.5vw}.phone-column-4{width:966.66667px;max-width:63.33333vw}.phone-column-5{width:1208.33333px;max-width:79.16667vw}.phone-column-6{width:1450px;max-width:95vw}.phone-first-column{margin-left:-0.5rem}html[dir="rtl"] .phone-first-column{margin-left:0;margin-right:-0.5rem}.phone-last-column{margin-right:-0.5rem}html[dir="rtl"] .phone-last-column{margin-right:0;margin-left:-0.5rem}}@media screen and (min-width:860px){.pre-0{margin-left:0vw!important}html[dir="rtl"] .pre-0{margin-right:0vw!important}.first-column.pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-0{margin-right:calc(0vw - 0.5rem)!important}.post-0{margin-right:0vw!important}html[dir="rtl"] .post-0{margin-left:0vw!important}.pre-1{margin-left:3.95833vw!important}html[dir="rtl"] .pre-1{margin-right:3.95833vw!important}.first-column.pre-1{margin-left:calc(3.95833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-1{margin-right:calc(3.95833vw - 0.5rem)!important}.post-1{margin-right:3.95833vw!important}html[dir="rtl"] .post-1{margin-left:3.95833vw!important}.pre-2{margin-left:7.91667vw!important}html[dir="rtl"] .pre-2{margin-right:7.91667vw!important}.first-column.pre-2{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-2{margin-right:calc(7.91667vw - 0.5rem)!important}.post-2{margin-right:7.91667vw!important}html[dir="rtl"] .post-2{margin-left:7.91667vw!important}.pre-3{margin-left:11.875vw!important}html[dir="rtl"] .pre-3{margin-right:11.875vw!important}.first-column.pre-3{margin-left:calc(11.875vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-3{margin-right:calc(11.875vw - 0.5rem)!important}.post-3{margin-right:11.875vw!important}html[dir="rtl"] .post-3{margin-left:11.875vw!important}.pre-4{margin-left:15.83333vw!important}html[dir="rtl"] .pre-4{margin-right:15.83333vw!important}.first-column.pre-4{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-4{margin-right:calc(15.83333vw - 0.5rem)!important}.post-4{margin-right:15.83333vw!important}html[dir="rtl"] .post-4{margin-left:15.83333vw!important}.pre-5{margin-left:19.79167vw!important}html[dir="rtl"] .pre-5{margin-right:19.79167vw!important}.first-column.pre-5{margin-left:calc(19.79167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-5{margin-right:calc(19.79167vw - 0.5rem)!important}.post-5{margin-right:19.79167vw!important}html[dir="rtl"] .post-5{margin-left:19.79167vw!important}.pre-6{margin-left:23.75vw!important}html[dir="rtl"] .pre-6{margin-right:23.75vw!important}.first-column.pre-6{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-6{margin-right:calc(23.75vw - 0.5rem)!important}.post-6{margin-right:23.75vw!important}html[dir="rtl"] .post-6{margin-left:23.75vw!important}.pre-7{margin-left:27.70833vw!important}html[dir="rtl"] .pre-7{margin-right:27.70833vw!important}.first-column.pre-7{margin-left:calc(27.70833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-7{margin-right:calc(27.70833vw - 0.5rem)!important}.post-7{margin-right:27.70833vw!important}html[dir="rtl"] .post-7{margin-left:27.70833vw!important}.pre-8{margin-left:31.66667vw!important}html[dir="rtl"] .pre-8{margin-right:31.66667vw!important}.first-column.pre-8{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-8{margin-right:calc(31.66667vw - 0.5rem)!important}.post-8{margin-right:31.66667vw!important}html[dir="rtl"] .post-8{margin-left:31.66667vw!important}.pre-9{margin-left:35.625vw!important}html[dir="rtl"] .pre-9{margin-right:35.625vw!important}.first-column.pre-9{margin-left:calc(35.625vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-9{margin-right:calc(35.625vw - 0.5rem)!important}.post-9{margin-right:35.625vw!important}html[dir="rtl"] .post-9{margin-left:35.625vw!important}.pre-10{margin-left:39.58333vw!important}html[dir="rtl"] .pre-10{margin-right:39.58333vw!important}.first-column.pre-10{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-10{margin-right:calc(39.58333vw - 0.5rem)!important}.post-10{margin-right:39.58333vw!important}html[dir="rtl"] .post-10{margin-left:39.58333vw!important}.pre-11{margin-left:43.54167vw!important}html[dir="rtl"] .pre-11{margin-right:43.54167vw!important}.first-column.pre-11{margin-left:calc(43.54167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-11{margin-right:calc(43.54167vw - 0.5rem)!important}.post-11{margin-right:43.54167vw!important}html[dir="rtl"] .post-11{margin-left:43.54167vw!important}.pre-12{margin-left:47.5vw!important}html[dir="rtl"] .pre-12{margin-right:47.5vw!important}.first-column.pre-12{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-12{margin-right:calc(47.5vw - 0.5rem)!important}.post-12{margin-right:47.5vw!important}html[dir="rtl"] .post-12{margin-left:47.5vw!important}.pre-13{margin-left:51.45833vw!important}html[dir="rtl"] .pre-13{margin-right:51.45833vw!important}.first-column.pre-13{margin-left:calc(51.45833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-13{margin-right:calc(51.45833vw - 0.5rem)!important}.post-13{margin-right:51.45833vw!important}html[dir="rtl"] .post-13{margin-left:51.45833vw!important}.pre-14{margin-left:55.41667vw!important}html[dir="rtl"] .pre-14{margin-right:55.41667vw!important}.first-column.pre-14{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-14{margin-right:calc(55.41667vw - 0.5rem)!important}.post-14{margin-right:55.41667vw!important}html[dir="rtl"] .post-14{margin-left:55.41667vw!important}.pre-15{margin-left:59.375vw!important}html[dir="rtl"] .pre-15{margin-right:59.375vw!important}.first-column.pre-15{margin-left:calc(59.375vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-15{margin-right:calc(59.375vw - 0.5rem)!important}.post-15{margin-right:59.375vw!important}html[dir="rtl"] .post-15{margin-left:59.375vw!important}.pre-16{margin-left:63.33333vw!important}html[dir="rtl"] .pre-16{margin-right:63.33333vw!important}.first-column.pre-16{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-16{margin-right:calc(63.33333vw - 0.5rem)!important}.post-16{margin-right:63.33333vw!important}html[dir="rtl"] .post-16{margin-left:63.33333vw!important}.pre-17{margin-left:67.29167vw!important}html[dir="rtl"] .pre-17{margin-right:67.29167vw!important}.first-column.pre-17{margin-left:calc(67.29167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-17{margin-right:calc(67.29167vw - 0.5rem)!important}.post-17{margin-right:67.29167vw!important}html[dir="rtl"] .post-17{margin-left:67.29167vw!important}.pre-18{margin-left:71.25vw!important}html[dir="rtl"] .pre-18{margin-right:71.25vw!important}.first-column.pre-18{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-18{margin-right:calc(71.25vw - 0.5rem)!important}.post-18{margin-right:71.25vw!important}html[dir="rtl"] .post-18{margin-left:71.25vw!important}.pre-19{margin-left:75.20833vw!important}html[dir="rtl"] .pre-19{margin-right:75.20833vw!important}.first-column.pre-19{margin-left:calc(75.20833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-19{margin-right:calc(75.20833vw - 0.5rem)!important}.post-19{margin-right:75.20833vw!important}html[dir="rtl"] .post-19{margin-left:75.20833vw!important}.pre-20{margin-left:79.16667vw!important}html[dir="rtl"] .pre-20{margin-right:79.16667vw!important}.first-column.pre-20{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-20{margin-right:calc(79.16667vw - 0.5rem)!important}.post-20{margin-right:79.16667vw!important}html[dir="rtl"] .post-20{margin-left:79.16667vw!important}.pre-21{margin-left:83.125vw!important}html[dir="rtl"] .pre-21{margin-right:83.125vw!important}.first-column.pre-21{margin-left:calc(83.125vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-21{margin-right:calc(83.125vw - 0.5rem)!important}.post-21{margin-right:83.125vw!important}html[dir="rtl"] .post-21{margin-left:83.125vw!important}.pre-22{margin-left:87.08333vw!important}html[dir="rtl"] .pre-22{margin-right:87.08333vw!important}.first-column.pre-22{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-22{margin-right:calc(87.08333vw - 0.5rem)!important}.post-22{margin-right:87.08333vw!important}html[dir="rtl"] .post-22{margin-left:87.08333vw!important}.pre-23{margin-left:91.04167vw!important}html[dir="rtl"] .pre-23{margin-right:91.04167vw!important}.first-column.pre-23{margin-left:calc(91.04167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-23{margin-right:calc(91.04167vw - 0.5rem)!important}.post-23{margin-right:91.04167vw!important}html[dir="rtl"] .post-23{margin-left:91.04167vw!important}.pre-24{margin-left:95vw!important}html[dir="rtl"] .pre-24{margin-right:95vw!important}.first-column.pre-24{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-24{margin-right:calc(95vw - 0.5rem)!important}.post-24{margin-right:95vw!important}html[dir="rtl"] .post-24{margin-left:95vw!important}.rtl-pre-0{margin-left:0vw!important}html[dir="rtl"] .rtl-pre-0{margin-right:0vw!important}.first-column.rtl-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-0{margin-right:calc(0vw - 0.5rem)!important}.rtl-post-0{margin-right:0vw!important}html[dir="rtl"] .rtl-post-0{margin-left:0vw!important}.rtl-pre-1{margin-left:3.95833vw!important}html[dir="rtl"] .rtl-pre-1{margin-right:3.95833vw!important}.first-column.rtl-pre-1{margin-left:calc(3.95833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-1{margin-right:calc(3.95833vw - 0.5rem)!important}.rtl-post-1{margin-right:3.95833vw!important}html[dir="rtl"] .rtl-post-1{margin-left:3.95833vw!important}.rtl-pre-2{margin-left:7.91667vw!important}html[dir="rtl"] .rtl-pre-2{margin-right:7.91667vw!important}.first-column.rtl-pre-2{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-2{margin-right:calc(7.91667vw - 0.5rem)!important}.rtl-post-2{margin-right:7.91667vw!important}html[dir="rtl"] .rtl-post-2{margin-left:7.91667vw!important}.rtl-pre-3{margin-left:11.875vw!important}html[dir="rtl"] .rtl-pre-3{margin-right:11.875vw!important}.first-column.rtl-pre-3{margin-left:calc(11.875vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-3{margin-right:calc(11.875vw - 0.5rem)!important}.rtl-post-3{margin-right:11.875vw!important}html[dir="rtl"] .rtl-post-3{margin-left:11.875vw!important}.rtl-pre-4{margin-left:15.83333vw!important}html[dir="rtl"] .rtl-pre-4{margin-right:15.83333vw!important}.first-column.rtl-pre-4{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-4{margin-right:calc(15.83333vw - 0.5rem)!important}.rtl-post-4{margin-right:15.83333vw!important}html[dir="rtl"] .rtl-post-4{margin-left:15.83333vw!important}.rtl-pre-5{margin-left:19.79167vw!important}html[dir="rtl"] .rtl-pre-5{margin-right:19.79167vw!important}.first-column.rtl-pre-5{margin-left:calc(19.79167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-5{margin-right:calc(19.79167vw - 0.5rem)!important}.rtl-post-5{margin-right:19.79167vw!important}html[dir="rtl"] .rtl-post-5{margin-left:19.79167vw!important}.rtl-pre-6{margin-left:23.75vw!important}html[dir="rtl"] .rtl-pre-6{margin-right:23.75vw!important}.first-column.rtl-pre-6{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-6{margin-right:calc(23.75vw - 0.5rem)!important}.rtl-post-6{margin-right:23.75vw!important}html[dir="rtl"] .rtl-post-6{margin-left:23.75vw!important}.rtl-pre-7{margin-left:27.70833vw!important}html[dir="rtl"] .rtl-pre-7{margin-right:27.70833vw!important}.first-column.rtl-pre-7{margin-left:calc(27.70833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-7{margin-right:calc(27.70833vw - 0.5rem)!important}.rtl-post-7{margin-right:27.70833vw!important}html[dir="rtl"] .rtl-post-7{margin-left:27.70833vw!important}.rtl-pre-8{margin-left:31.66667vw!important}html[dir="rtl"] .rtl-pre-8{margin-right:31.66667vw!important}.first-column.rtl-pre-8{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-8{margin-right:calc(31.66667vw - 0.5rem)!important}.rtl-post-8{margin-right:31.66667vw!important}html[dir="rtl"] .rtl-post-8{margin-left:31.66667vw!important}.rtl-pre-9{margin-left:35.625vw!important}html[dir="rtl"] .rtl-pre-9{margin-right:35.625vw!important}.first-column.rtl-pre-9{margin-left:calc(35.625vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-9{margin-right:calc(35.625vw - 0.5rem)!important}.rtl-post-9{margin-right:35.625vw!important}html[dir="rtl"] .rtl-post-9{margin-left:35.625vw!important}.rtl-pre-10{margin-left:39.58333vw!important}html[dir="rtl"] .rtl-pre-10{margin-right:39.58333vw!important}.first-column.rtl-pre-10{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-10{margin-right:calc(39.58333vw - 0.5rem)!important}.rtl-post-10{margin-right:39.58333vw!important}html[dir="rtl"] .rtl-post-10{margin-left:39.58333vw!important}.rtl-pre-11{margin-left:43.54167vw!important}html[dir="rtl"] .rtl-pre-11{margin-right:43.54167vw!important}.first-column.rtl-pre-11{margin-left:calc(43.54167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-11{margin-right:calc(43.54167vw - 0.5rem)!important}.rtl-post-11{margin-right:43.54167vw!important}html[dir="rtl"] .rtl-post-11{margin-left:43.54167vw!important}.rtl-pre-12{margin-left:47.5vw!important}html[dir="rtl"] .rtl-pre-12{margin-right:47.5vw!important}.first-column.rtl-pre-12{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-12{margin-right:calc(47.5vw - 0.5rem)!important}.rtl-post-12{margin-right:47.5vw!important}html[dir="rtl"] .rtl-post-12{margin-left:47.5vw!important}.rtl-pre-13{margin-left:51.45833vw!important}html[dir="rtl"] .rtl-pre-13{margin-right:51.45833vw!important}.first-column.rtl-pre-13{margin-left:calc(51.45833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-13{margin-right:calc(51.45833vw - 0.5rem)!important}.rtl-post-13{margin-right:51.45833vw!important}html[dir="rtl"] .rtl-post-13{margin-left:51.45833vw!important}.rtl-pre-14{margin-left:55.41667vw!important}html[dir="rtl"] .rtl-pre-14{margin-right:55.41667vw!important}.first-column.rtl-pre-14{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-14{margin-right:calc(55.41667vw - 0.5rem)!important}.rtl-post-14{margin-right:55.41667vw!important}html[dir="rtl"] .rtl-post-14{margin-left:55.41667vw!important}.rtl-pre-15{margin-left:59.375vw!important}html[dir="rtl"] .rtl-pre-15{margin-right:59.375vw!important}.first-column.rtl-pre-15{margin-left:calc(59.375vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-15{margin-right:calc(59.375vw - 0.5rem)!important}.rtl-post-15{margin-right:59.375vw!important}html[dir="rtl"] .rtl-post-15{margin-left:59.375vw!important}.rtl-pre-16{margin-left:63.33333vw!important}html[dir="rtl"] .rtl-pre-16{margin-right:63.33333vw!important}.first-column.rtl-pre-16{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-16{margin-right:calc(63.33333vw - 0.5rem)!important}.rtl-post-16{margin-right:63.33333vw!important}html[dir="rtl"] .rtl-post-16{margin-left:63.33333vw!important}.rtl-pre-17{margin-left:67.29167vw!important}html[dir="rtl"] .rtl-pre-17{margin-right:67.29167vw!important}.first-column.rtl-pre-17{margin-left:calc(67.29167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-17{margin-right:calc(67.29167vw - 0.5rem)!important}.rtl-post-17{margin-right:67.29167vw!important}html[dir="rtl"] .rtl-post-17{margin-left:67.29167vw!important}.rtl-pre-18{margin-left:71.25vw!important}html[dir="rtl"] .rtl-pre-18{margin-right:71.25vw!important}.first-column.rtl-pre-18{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-18{margin-right:calc(71.25vw - 0.5rem)!important}.rtl-post-18{margin-right:71.25vw!important}html[dir="rtl"] .rtl-post-18{margin-left:71.25vw!important}.rtl-pre-19{margin-left:75.20833vw!important}html[dir="rtl"] .rtl-pre-19{margin-right:75.20833vw!important}.first-column.rtl-pre-19{margin-left:calc(75.20833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-19{margin-right:calc(75.20833vw - 0.5rem)!important}.rtl-post-19{margin-right:75.20833vw!important}html[dir="rtl"] .rtl-post-19{margin-left:75.20833vw!important}.rtl-pre-20{margin-left:79.16667vw!important}html[dir="rtl"] .rtl-pre-20{margin-right:79.16667vw!important}.first-column.rtl-pre-20{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-20{margin-right:calc(79.16667vw - 0.5rem)!important}.rtl-post-20{margin-right:79.16667vw!important}html[dir="rtl"] .rtl-post-20{margin-left:79.16667vw!important}.rtl-pre-21{margin-left:83.125vw!important}html[dir="rtl"] .rtl-pre-21{margin-right:83.125vw!important}.first-column.rtl-pre-21{margin-left:calc(83.125vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-21{margin-right:calc(83.125vw - 0.5rem)!important}.rtl-post-21{margin-right:83.125vw!important}html[dir="rtl"] .rtl-post-21{margin-left:83.125vw!important}.rtl-pre-22{margin-left:87.08333vw!important}html[dir="rtl"] .rtl-pre-22{margin-right:87.08333vw!important}.first-column.rtl-pre-22{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-22{margin-right:calc(87.08333vw - 0.5rem)!important}.rtl-post-22{margin-right:87.08333vw!important}html[dir="rtl"] .rtl-post-22{margin-left:87.08333vw!important}.rtl-pre-23{margin-left:91.04167vw!important}html[dir="rtl"] .rtl-pre-23{margin-right:91.04167vw!important}.first-column.rtl-pre-23{margin-left:calc(91.04167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-23{margin-right:calc(91.04167vw - 0.5rem)!important}.rtl-post-23{margin-right:91.04167vw!important}html[dir="rtl"] .rtl-post-23{margin-left:91.04167vw!important}.rtl-pre-24{margin-left:95vw!important}html[dir="rtl"] .rtl-pre-24{margin-right:95vw!important}.first-column.rtl-pre-24{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-24{margin-right:calc(95vw - 0.5rem)!important}.rtl-post-24{margin-right:95vw!important}html[dir="rtl"] .rtl-post-24{margin-left:95vw!important}}@media screen and (max-width:859px){.tablet-pre-0{margin-left:0vw!important}html[dir="rtl"] .tablet-pre-0{margin-right:0vw!important}.tablet-first-column.tablet-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-0{margin-right:calc(0vw - 0.5rem)!important}.tablet-post-0{margin-right:0vw!important}html[dir="rtl"] .tablet-post-0{margin-left:0vw!important}.tablet-pre-1{margin-left:7.91667vw!important}html[dir="rtl"] .tablet-pre-1{margin-right:7.91667vw!important}.tablet-first-column.tablet-pre-1{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-1{margin-right:calc(7.91667vw - 0.5rem)!important}.tablet-post-1{margin-right:7.91667vw!important}html[dir="rtl"] .tablet-post-1{margin-left:7.91667vw!important}.tablet-pre-2{margin-left:15.83333vw!important}html[dir="rtl"] .tablet-pre-2{margin-right:15.83333vw!important}.tablet-first-column.tablet-pre-2{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-2{margin-right:calc(15.83333vw - 0.5rem)!important}.tablet-post-2{margin-right:15.83333vw!important}html[dir="rtl"] .tablet-post-2{margin-left:15.83333vw!important}.tablet-pre-3{margin-left:23.75vw!important}html[dir="rtl"] .tablet-pre-3{margin-right:23.75vw!important}.tablet-first-column.tablet-pre-3{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-3{margin-right:calc(23.75vw - 0.5rem)!important}.tablet-post-3{margin-right:23.75vw!important}html[dir="rtl"] .tablet-post-3{margin-left:23.75vw!important}.tablet-pre-4{margin-left:31.66667vw!important}html[dir="rtl"] .tablet-pre-4{margin-right:31.66667vw!important}.tablet-first-column.tablet-pre-4{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-4{margin-right:calc(31.66667vw - 0.5rem)!important}.tablet-post-4{margin-right:31.66667vw!important}html[dir="rtl"] .tablet-post-4{margin-left:31.66667vw!important}.tablet-pre-5{margin-left:39.58333vw!important}html[dir="rtl"] .tablet-pre-5{margin-right:39.58333vw!important}.tablet-first-column.tablet-pre-5{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-5{margin-right:calc(39.58333vw - 0.5rem)!important}.tablet-post-5{margin-right:39.58333vw!important}html[dir="rtl"] .tablet-post-5{margin-left:39.58333vw!important}.tablet-pre-6{margin-left:47.5vw!important}html[dir="rtl"] .tablet-pre-6{margin-right:47.5vw!important}.tablet-first-column.tablet-pre-6{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-6{margin-right:calc(47.5vw - 0.5rem)!important}.tablet-post-6{margin-right:47.5vw!important}html[dir="rtl"] .tablet-post-6{margin-left:47.5vw!important}.tablet-pre-7{margin-left:55.41667vw!important}html[dir="rtl"] .tablet-pre-7{margin-right:55.41667vw!important}.tablet-first-column.tablet-pre-7{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-7{margin-right:calc(55.41667vw - 0.5rem)!important}.tablet-post-7{margin-right:55.41667vw!important}html[dir="rtl"] .tablet-post-7{margin-left:55.41667vw!important}.tablet-pre-8{margin-left:63.33333vw!important}html[dir="rtl"] .tablet-pre-8{margin-right:63.33333vw!important}.tablet-first-column.tablet-pre-8{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-8{margin-right:calc(63.33333vw - 0.5rem)!important}.tablet-post-8{margin-right:63.33333vw!important}html[dir="rtl"] .tablet-post-8{margin-left:63.33333vw!important}.tablet-pre-9{margin-left:71.25vw!important}html[dir="rtl"] .tablet-pre-9{margin-right:71.25vw!important}.tablet-first-column.tablet-pre-9{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-9{margin-right:calc(71.25vw - 0.5rem)!important}.tablet-post-9{margin-right:71.25vw!important}html[dir="rtl"] .tablet-post-9{margin-left:71.25vw!important}.tablet-pre-10{margin-left:79.16667vw!important}html[dir="rtl"] .tablet-pre-10{margin-right:79.16667vw!important}.tablet-first-column.tablet-pre-10{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-10{margin-right:calc(79.16667vw - 0.5rem)!important}.tablet-post-10{margin-right:79.16667vw!important}html[dir="rtl"] .tablet-post-10{margin-left:79.16667vw!important}.tablet-pre-11{margin-left:87.08333vw!important}html[dir="rtl"] .tablet-pre-11{margin-right:87.08333vw!important}.tablet-first-column.tablet-pre-11{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-11{margin-right:calc(87.08333vw - 0.5rem)!important}.tablet-post-11{margin-right:87.08333vw!important}html[dir="rtl"] .tablet-post-11{margin-left:87.08333vw!important}.tablet-pre-12{margin-left:95vw!important}html[dir="rtl"] .tablet-pre-12{margin-right:95vw!important}.tablet-first-column.tablet-pre-12{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-12{margin-right:calc(95vw - 0.5rem)!important}.tablet-post-12{margin-right:95vw!important}html[dir="rtl"] .tablet-post-12{margin-left:95vw!important}.rtl-tablet-pre-0{margin-left:0vw!important}html[dir="rtl"] .rtl-tablet-pre-0{margin-right:0vw!important}.tablet-first-column.rtl-tablet-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-0{margin-right:calc(0vw - 0.5rem)!important}.rtl-tablet-post-0{margin-right:0vw!important}html[dir="rtl"] .rtl-tablet-post-0{margin-left:0vw!important}.rtl-tablet-pre-1{margin-left:7.91667vw!important}html[dir="rtl"] .rtl-tablet-pre-1{margin-right:7.91667vw!important}.tablet-first-column.rtl-tablet-pre-1{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-1{margin-right:calc(7.91667vw - 0.5rem)!important}.rtl-tablet-post-1{margin-right:7.91667vw!important}html[dir="rtl"] .rtl-tablet-post-1{margin-left:7.91667vw!important}.rtl-tablet-pre-2{margin-left:15.83333vw!important}html[dir="rtl"] .rtl-tablet-pre-2{margin-right:15.83333vw!important}.tablet-first-column.rtl-tablet-pre-2{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-2{margin-right:calc(15.83333vw - 0.5rem)!important}.rtl-tablet-post-2{margin-right:15.83333vw!important}html[dir="rtl"] .rtl-tablet-post-2{margin-left:15.83333vw!important}.rtl-tablet-pre-3{margin-left:23.75vw!important}html[dir="rtl"] .rtl-tablet-pre-3{margin-right:23.75vw!important}.tablet-first-column.rtl-tablet-pre-3{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-3{margin-right:calc(23.75vw - 0.5rem)!important}.rtl-tablet-post-3{margin-right:23.75vw!important}html[dir="rtl"] .rtl-tablet-post-3{margin-left:23.75vw!important}.rtl-tablet-pre-4{margin-left:31.66667vw!important}html[dir="rtl"] .rtl-tablet-pre-4{margin-right:31.66667vw!important}.tablet-first-column.rtl-tablet-pre-4{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-4{margin-right:calc(31.66667vw - 0.5rem)!important}.rtl-tablet-post-4{margin-right:31.66667vw!important}html[dir="rtl"] .rtl-tablet-post-4{margin-left:31.66667vw!important}.rtl-tablet-pre-5{margin-left:39.58333vw!important}html[dir="rtl"] .rtl-tablet-pre-5{margin-right:39.58333vw!important}.tablet-first-column.rtl-tablet-pre-5{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-5{margin-right:calc(39.58333vw - 0.5rem)!important}.rtl-tablet-post-5{margin-right:39.58333vw!important}html[dir="rtl"] .rtl-tablet-post-5{margin-left:39.58333vw!important}.rtl-tablet-pre-6{margin-left:47.5vw!important}html[dir="rtl"] .rtl-tablet-pre-6{margin-right:47.5vw!important}.tablet-first-column.rtl-tablet-pre-6{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-6{margin-right:calc(47.5vw - 0.5rem)!important}.rtl-tablet-post-6{margin-right:47.5vw!important}html[dir="rtl"] .rtl-tablet-post-6{margin-left:47.5vw!important}.rtl-tablet-pre-7{margin-left:55.41667vw!important}html[dir="rtl"] .rtl-tablet-pre-7{margin-right:55.41667vw!important}.tablet-first-column.rtl-tablet-pre-7{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-7{margin-right:calc(55.41667vw - 0.5rem)!important}.rtl-tablet-post-7{margin-right:55.41667vw!important}html[dir="rtl"] .rtl-tablet-post-7{margin-left:55.41667vw!important}.rtl-tablet-pre-8{margin-left:63.33333vw!important}html[dir="rtl"] .rtl-tablet-pre-8{margin-right:63.33333vw!important}.tablet-first-column.rtl-tablet-pre-8{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-8{margin-right:calc(63.33333vw - 0.5rem)!important}.rtl-tablet-post-8{margin-right:63.33333vw!important}html[dir="rtl"] .rtl-tablet-post-8{margin-left:63.33333vw!important}.rtl-tablet-pre-9{margin-left:71.25vw!important}html[dir="rtl"] .rtl-tablet-pre-9{margin-right:71.25vw!important}.tablet-first-column.rtl-tablet-pre-9{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-9{margin-right:calc(71.25vw - 0.5rem)!important}.rtl-tablet-post-9{margin-right:71.25vw!important}html[dir="rtl"] .rtl-tablet-post-9{margin-left:71.25vw!important}.rtl-tablet-pre-10{margin-left:79.16667vw!important}html[dir="rtl"] .rtl-tablet-pre-10{margin-right:79.16667vw!important}.tablet-first-column.rtl-tablet-pre-10{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-10{margin-right:calc(79.16667vw - 0.5rem)!important}.rtl-tablet-post-10{margin-right:79.16667vw!important}html[dir="rtl"] .rtl-tablet-post-10{margin-left:79.16667vw!important}.rtl-tablet-pre-11{margin-left:87.08333vw!important}html[dir="rtl"] .rtl-tablet-pre-11{margin-right:87.08333vw!important}.tablet-first-column.rtl-tablet-pre-11{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-11{margin-right:calc(87.08333vw - 0.5rem)!important}.rtl-tablet-post-11{margin-right:87.08333vw!important}html[dir="rtl"] .rtl-tablet-post-11{margin-left:87.08333vw!important}.rtl-tablet-pre-12{margin-left:95vw!important}html[dir="rtl"] .rtl-tablet-pre-12{margin-right:95vw!important}.tablet-first-column.rtl-tablet-pre-12{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-12{margin-right:calc(95vw - 0.5rem)!important}.rtl-tablet-post-12{margin-right:95vw!important}html[dir="rtl"] .rtl-tablet-post-12{margin-left:95vw!important}}@media screen and (max-width:479px){.phone-pre-0{margin-left:0vw!important}html[dir="rtl"] .phone-pre-0{margin-right:0vw!important}.phone-first-column.phone-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-0{margin-right:calc(0vw - 0.5rem)!important}.phone-post-0{margin-right:0vw!important}html[dir="rtl"] .phone-post-0{margin-left:0vw!important}.phone-pre-1{margin-left:15.83333vw!important}html[dir="rtl"] .phone-pre-1{margin-right:15.83333vw!important}.phone-first-column.phone-pre-1{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-1{margin-right:calc(15.83333vw - 0.5rem)!important}.phone-post-1{margin-right:15.83333vw!important}html[dir="rtl"] .phone-post-1{margin-left:15.83333vw!important}.phone-pre-2{margin-left:31.66667vw!important}html[dir="rtl"] .phone-pre-2{margin-right:31.66667vw!important}.phone-first-column.phone-pre-2{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-2{margin-right:calc(31.66667vw - 0.5rem)!important}.phone-post-2{margin-right:31.66667vw!important}html[dir="rtl"] .phone-post-2{margin-left:31.66667vw!important}.phone-pre-3{margin-left:47.5vw!important}html[dir="rtl"] .phone-pre-3{margin-right:47.5vw!important}.phone-first-column.phone-pre-3{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-3{margin-right:calc(47.5vw - 0.5rem)!important}.phone-post-3{margin-right:47.5vw!important}html[dir="rtl"] .phone-post-3{margin-left:47.5vw!important}.phone-pre-4{margin-left:63.33333vw!important}html[dir="rtl"] .phone-pre-4{margin-right:63.33333vw!important}.phone-first-column.phone-pre-4{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-4{margin-right:calc(63.33333vw - 0.5rem)!important}.phone-post-4{margin-right:63.33333vw!important}html[dir="rtl"] .phone-post-4{margin-left:63.33333vw!important}.phone-pre-5{margin-left:79.16667vw!important}html[dir="rtl"] .phone-pre-5{margin-right:79.16667vw!important}.phone-first-column.phone-pre-5{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-5{margin-right:calc(79.16667vw - 0.5rem)!important}.phone-post-5{margin-right:79.16667vw!important}html[dir="rtl"] .phone-post-5{margin-left:79.16667vw!important}.phone-pre-6{margin-left:95vw!important}html[dir="rtl"] .phone-pre-6{margin-right:95vw!important}.phone-first-column.phone-pre-6{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-6{margin-right:calc(95vw - 0.5rem)!important}.phone-post-6{margin-right:95vw!important}html[dir="rtl"] .phone-post-6{margin-left:95vw!important}.rtl-phone-pre-0{margin-left:0vw!important}html[dir="rtl"] .rtl-phone-pre-0{margin-right:0vw!important}.phone-first-column.rtl-phone-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-0{margin-right:calc(0vw - 0.5rem)!important}.rtl-phone-post-0{margin-right:0vw!important}html[dir="rtl"] .rtl-phone-post-0{margin-left:0vw!important}.rtl-phone-pre-1{margin-left:15.83333vw!important}html[dir="rtl"] .rtl-phone-pre-1{margin-right:15.83333vw!important}.phone-first-column.rtl-phone-pre-1{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-1{margin-right:calc(15.83333vw - 0.5rem)!important}.rtl-phone-post-1{margin-right:15.83333vw!important}html[dir="rtl"] .rtl-phone-post-1{margin-left:15.83333vw!important}.rtl-phone-pre-2{margin-left:31.66667vw!important}html[dir="rtl"] .rtl-phone-pre-2{margin-right:31.66667vw!important}.phone-first-column.rtl-phone-pre-2{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-2{margin-right:calc(31.66667vw - 0.5rem)!important}.rtl-phone-post-2{margin-right:31.66667vw!important}html[dir="rtl"] .rtl-phone-post-2{margin-left:31.66667vw!important}.rtl-phone-pre-3{margin-left:47.5vw!important}html[dir="rtl"] .rtl-phone-pre-3{margin-right:47.5vw!important}.phone-first-column.rtl-phone-pre-3{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-3{margin-right:calc(47.5vw - 0.5rem)!important}.rtl-phone-post-3{margin-right:47.5vw!important}html[dir="rtl"] .rtl-phone-post-3{margin-left:47.5vw!important}.rtl-phone-pre-4{margin-left:63.33333vw!important}html[dir="rtl"] .rtl-phone-pre-4{margin-right:63.33333vw!important}.phone-first-column.rtl-phone-pre-4{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-4{margin-right:calc(63.33333vw - 0.5rem)!important}.rtl-phone-post-4{margin-right:63.33333vw!important}html[dir="rtl"] .rtl-phone-post-4{margin-left:63.33333vw!important}.rtl-phone-pre-5{margin-left:79.16667vw!important}html[dir="rtl"] .rtl-phone-pre-5{margin-right:79.16667vw!important}.phone-first-column.rtl-phone-pre-5{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-5{margin-right:calc(79.16667vw - 0.5rem)!important}.rtl-phone-post-5{margin-right:79.16667vw!important}html[dir="rtl"] .rtl-phone-post-5{margin-left:79.16667vw!important}.rtl-phone-pre-6{margin-left:95vw!important}html[dir="rtl"] .rtl-phone-pre-6{margin-right:95vw!important}.phone-first-column.rtl-phone-pre-6{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-6{margin-right:calc(95vw - 0.5rem)!important}.rtl-phone-post-6{margin-right:95vw!important}html[dir="rtl"] .rtl-phone-post-6{margin-left:95vw!important}}@media screen and (min-width:1525.5px){.pre-0{margin-left:0!important}html[dir="rtl"] .pre-0{margin-right:0!important}.post-0{margin-right:0!important}html[dir="rtl"] .post-0{margin-left:0!important}.pre-1{margin-left:60.41667px!important}html[dir="rtl"] .pre-1{margin-right:60.41667px!important}.post-1{margin-right:60.41667px!important}html[dir="rtl"] .post-1{margin-left:60.41667px!important}.pre-2{margin-left:120.83333px!important}html[dir="rtl"] .pre-2{margin-right:120.83333px!important}.post-2{margin-right:120.83333px!important}html[dir="rtl"] .post-2{margin-left:120.83333px!important}.pre-3{margin-left:181.25px!important}html[dir="rtl"] .pre-3{margin-right:181.25px!important}.post-3{margin-right:181.25px!important}html[dir="rtl"] .post-3{margin-left:181.25px!important}.pre-4{margin-left:241.66667px!important}html[dir="rtl"] .pre-4{margin-right:241.66667px!important}.post-4{margin-right:241.66667px!important}html[dir="rtl"] .post-4{margin-left:241.66667px!important}.pre-5{margin-left:302.08333px!important}html[dir="rtl"] .pre-5{margin-right:302.08333px!important}.post-5{margin-right:302.08333px!important}html[dir="rtl"] .post-5{margin-left:302.08333px!important}.pre-6{margin-left:362.5px!important}html[dir="rtl"] .pre-6{margin-right:362.5px!important}.post-6{margin-right:362.5px!important}html[dir="rtl"] .post-6{margin-left:362.5px!important}.pre-7{margin-left:422.91667px!important}html[dir="rtl"] .pre-7{margin-right:422.91667px!important}.post-7{margin-right:422.91667px!important}html[dir="rtl"] .post-7{margin-left:422.91667px!important}.pre-8{margin-left:483.33333px!important}html[dir="rtl"] .pre-8{margin-right:483.33333px!important}.post-8{margin-right:483.33333px!important}html[dir="rtl"] .post-8{margin-left:483.33333px!important}.pre-9{margin-left:543.75px!important}html[dir="rtl"] .pre-9{margin-right:543.75px!important}.post-9{margin-right:543.75px!important}html[dir="rtl"] .post-9{margin-left:543.75px!important}.pre-10{margin-left:604.16667px!important}html[dir="rtl"] .pre-10{margin-right:604.16667px!important}.post-10{margin-right:604.16667px!important}html[dir="rtl"] .post-10{margin-left:604.16667px!important}.pre-11{margin-left:664.58333px!important}html[dir="rtl"] .pre-11{margin-right:664.58333px!important}.post-11{margin-right:664.58333px!important}html[dir="rtl"] .post-11{margin-left:664.58333px!important}.pre-12{margin-left:725px!important}html[dir="rtl"] .pre-12{margin-right:725px!important}.post-12{margin-right:725px!important}html[dir="rtl"] .post-12{margin-left:725px!important}.pre-13{margin-left:785.41667px!important}html[dir="rtl"] .pre-13{margin-right:785.41667px!important}.post-13{margin-right:785.41667px!important}html[dir="rtl"] .post-13{margin-left:785.41667px!important}.pre-14{margin-left:845.83333px!important}html[dir="rtl"] .pre-14{margin-right:845.83333px!important}.post-14{margin-right:845.83333px!important}html[dir="rtl"] .post-14{margin-left:845.83333px!important}.pre-15{margin-left:906.25px!important}html[dir="rtl"] .pre-15{margin-right:906.25px!important}.post-15{margin-right:906.25px!important}html[dir="rtl"] .post-15{margin-left:906.25px!important}.pre-16{margin-left:966.66667px!important}html[dir="rtl"] .pre-16{margin-right:966.66667px!important}.post-16{margin-right:966.66667px!important}html[dir="rtl"] .post-16{margin-left:966.66667px!important}.pre-17{margin-left:1027.08333px!important}html[dir="rtl"] .pre-17{margin-right:1027.08333px!important}.post-17{margin-right:1027.08333px!important}html[dir="rtl"] .post-17{margin-left:1027.08333px!important}.pre-18{margin-left:1087.5px!important}html[dir="rtl"] .pre-18{margin-right:1087.5px!important}.post-18{margin-right:1087.5px!important}html[dir="rtl"] .post-18{margin-left:1087.5px!important}.pre-19{margin-left:1147.91667px!important}html[dir="rtl"] .pre-19{margin-right:1147.91667px!important}.post-19{margin-right:1147.91667px!important}html[dir="rtl"] .post-19{margin-left:1147.91667px!important}.pre-20{margin-left:1208.33333px!important}html[dir="rtl"] .pre-20{margin-right:1208.33333px!important}.post-20{margin-right:1208.33333px!important}html[dir="rtl"] .post-20{margin-left:1208.33333px!important}.pre-21{margin-left:1268.75px!important}html[dir="rtl"] .pre-21{margin-right:1268.75px!important}.post-21{margin-right:1268.75px!important}html[dir="rtl"] .post-21{margin-left:1268.75px!important}.pre-22{margin-left:1329.16667px!important}html[dir="rtl"] .pre-22{margin-right:1329.16667px!important}.post-22{margin-right:1329.16667px!important}html[dir="rtl"] .post-22{margin-left:1329.16667px!important}.pre-23{margin-left:1389.58333px!important}html[dir="rtl"] .pre-23{margin-right:1389.58333px!important}.post-23{margin-right:1389.58333px!important}html[dir="rtl"] .post-23{margin-left:1389.58333px!important}.pre-24{margin-left:1450px!important}html[dir="rtl"] .pre-24{margin-right:1450px!important}.post-24{margin-right:1450px!important}html[dir="rtl"] .post-24{margin-left:1450px!important}.rtl-pre-0{margin-left:0!important}html[dir="rtl"] .rtl-pre-0{margin-right:0!important}.rtl-post-0{margin-right:0!important}html[dir="rtl"] .rtl-post-0{margin-left:0!important}.rtl-pre-1{margin-left:60.41667px!important}html[dir="rtl"] .rtl-pre-1{margin-right:60.41667px!important}.rtl-post-1{margin-right:60.41667px!important}html[dir="rtl"] .rtl-post-1{margin-left:60.41667px!important}.rtl-pre-2{margin-left:120.83333px!important}html[dir="rtl"] .rtl-pre-2{margin-right:120.83333px!important}.rtl-post-2{margin-right:120.83333px!important}html[dir="rtl"] .rtl-post-2{margin-left:120.83333px!important}.rtl-pre-3{margin-left:181.25px!important}html[dir="rtl"] .rtl-pre-3{margin-right:181.25px!important}.rtl-post-3{margin-right:181.25px!important}html[dir="rtl"] .rtl-post-3{margin-left:181.25px!important}.rtl-pre-4{margin-left:241.66667px!important}html[dir="rtl"] .rtl-pre-4{margin-right:241.66667px!important}.rtl-post-4{margin-right:241.66667px!important}html[dir="rtl"] .rtl-post-4{margin-left:241.66667px!important}.rtl-pre-5{margin-left:302.08333px!important}html[dir="rtl"] .rtl-pre-5{margin-right:302.08333px!important}.rtl-post-5{margin-right:302.08333px!important}html[dir="rtl"] .rtl-post-5{margin-left:302.08333px!important}.rtl-pre-6{margin-left:362.5px!important}html[dir="rtl"] .rtl-pre-6{margin-right:362.5px!important}.rtl-post-6{margin-right:362.5px!important}html[dir="rtl"] .rtl-post-6{margin-left:362.5px!important}.rtl-pre-7{margin-left:422.91667px!important}html[dir="rtl"] .rtl-pre-7{margin-right:422.91667px!important}.rtl-post-7{margin-right:422.91667px!important}html[dir="rtl"] .rtl-post-7{margin-left:422.91667px!important}.rtl-pre-8{margin-left:483.33333px!important}html[dir="rtl"] .rtl-pre-8{margin-right:483.33333px!important}.rtl-post-8{margin-right:483.33333px!important}html[dir="rtl"] .rtl-post-8{margin-left:483.33333px!important}.rtl-pre-9{margin-left:543.75px!important}html[dir="rtl"] .rtl-pre-9{margin-right:543.75px!important}.rtl-post-9{margin-right:543.75px!important}html[dir="rtl"] .rtl-post-9{margin-left:543.75px!important}.rtl-pre-10{margin-left:604.16667px!important}html[dir="rtl"] .rtl-pre-10{margin-right:604.16667px!important}.rtl-post-10{margin-right:604.16667px!important}html[dir="rtl"] .rtl-post-10{margin-left:604.16667px!important}.rtl-pre-11{margin-left:664.58333px!important}html[dir="rtl"] .rtl-pre-11{margin-right:664.58333px!important}.rtl-post-11{margin-right:664.58333px!important}html[dir="rtl"] .rtl-post-11{margin-left:664.58333px!important}.rtl-pre-12{margin-left:725px!important}html[dir="rtl"] .rtl-pre-12{margin-right:725px!important}.rtl-post-12{margin-right:725px!important}html[dir="rtl"] .rtl-post-12{margin-left:725px!important}.rtl-pre-13{margin-left:785.41667px!important}html[dir="rtl"] .rtl-pre-13{margin-right:785.41667px!important}.rtl-post-13{margin-right:785.41667px!important}html[dir="rtl"] .rtl-post-13{margin-left:785.41667px!important}.rtl-pre-14{margin-left:845.83333px!important}html[dir="rtl"] .rtl-pre-14{margin-right:845.83333px!important}.rtl-post-14{margin-right:845.83333px!important}html[dir="rtl"] .rtl-post-14{margin-left:845.83333px!important}.rtl-pre-15{margin-left:906.25px!important}html[dir="rtl"] .rtl-pre-15{margin-right:906.25px!important}.rtl-post-15{margin-right:906.25px!important}html[dir="rtl"] .rtl-post-15{margin-left:906.25px!important}.rtl-pre-16{margin-left:966.66667px!important}html[dir="rtl"] .rtl-pre-16{margin-right:966.66667px!important}.rtl-post-16{margin-right:966.66667px!important}html[dir="rtl"] .rtl-post-16{margin-left:966.66667px!important}.rtl-pre-17{margin-left:1027.08333px!important}html[dir="rtl"] .rtl-pre-17{margin-right:1027.08333px!important}.rtl-post-17{margin-right:1027.08333px!important}html[dir="rtl"] .rtl-post-17{margin-left:1027.08333px!important}.rtl-pre-18{margin-left:1087.5px!important}html[dir="rtl"] .rtl-pre-18{margin-right:1087.5px!important}.rtl-post-18{margin-right:1087.5px!important}html[dir="rtl"] .rtl-post-18{margin-left:1087.5px!important}.rtl-pre-19{margin-left:1147.91667px!important}html[dir="rtl"] .rtl-pre-19{margin-right:1147.91667px!important}.rtl-post-19{margin-right:1147.91667px!important}html[dir="rtl"] .rtl-post-19{margin-left:1147.91667px!important}.rtl-pre-20{margin-left:1208.33333px!important}html[dir="rtl"] .rtl-pre-20{margin-right:1208.33333px!important}.rtl-post-20{margin-right:1208.33333px!important}html[dir="rtl"] .rtl-post-20{margin-left:1208.33333px!important}.rtl-pre-21{margin-left:1268.75px!important}html[dir="rtl"] .rtl-pre-21{margin-right:1268.75px!important}.rtl-post-21{margin-right:1268.75px!important}html[dir="rtl"] .rtl-post-21{margin-left:1268.75px!important}.rtl-pre-22{margin-left:1329.16667px!important}html[dir="rtl"] .rtl-pre-22{margin-right:1329.16667px!important}.rtl-post-22{margin-right:1329.16667px!important}html[dir="rtl"] .rtl-post-22{margin-left:1329.16667px!important}.rtl-pre-23{margin-left:1389.58333px!important}html[dir="rtl"] .rtl-pre-23{margin-right:1389.58333px!important}.rtl-post-23{margin-right:1389.58333px!important}html[dir="rtl"] .rtl-post-23{margin-left:1389.58333px!important}.rtl-pre-24{margin-left:1450px!important}html[dir="rtl"] .rtl-pre-24{margin-right:1450px!important}.rtl-post-24{margin-right:1450px!important}html[dir="rtl"] .rtl-post-24{margin-left:1450px!important}}@media screen and (min-width:1450px){.phone-show{display:none!important}.tablet-show{display:none!important}.tablet-only{display:none!important}.large-hide{display:none!important}}@media screen and (max-width:1449px) and (min-width:860px){.phone-show{display:none!important}.tablet-show{display:none!important}.tablet-only{display:none!important}.large-only{display:none!important}.large-show{display:none!important}}@media screen and (max-width:859px) and (min-width:480px){.tablet-hide{display:none!important}.phone-show{display:none!important}.large-only{display:none!important}.large-show{display:none!important}}@media screen and (max-width:479px){.phone-hide{display:none!important}.tablet-hide{display:none!important}.tablet-only{display:none!important}.large-only{display:none!important}.large-show{display:none!important}}.invisible{visibility:hidden}.visible{visibility:visible}.hide{display:none!important}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visually-hidden-focusable{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visually-hidden-focusable:active,.visually-hidden-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.left{float:left}html[dir="rtl"] .left{float:right}.right{float:right}html[dir="rtl"] .right{float:left}@media screen and (min-width:1450px){.large-left{float:left}html[dir="rtl"] .large-left{float:right}.large-right{float:right}html[dir="rtl"] .large-right{float:left}}@media screen and (max-width:859px) and (min-width:480px){.tablet-left{float:left}html[dir="rtl"] .tablet-left{float:right}.tablet-right{float:right}html[dir="rtl"] .tablet-right{float:left}}@media screen and (max-width:479px){.phone-left{float:left}html[dir="rtl"] .phone-left{float:right}.phone-right{float:right}html[dir="rtl"] .phone-right{float:left}}.block-group{margin-left:-0.75rem;margin-right:-0.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.block{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:0.75rem;margin-right:0.75rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:0;-ms-flex-negative:1;flex-shrink:1}.block-group-1-up .block{-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem);width:calc(100% - 1.5rem)}.block-group-2-up .block{-ms-flex-preferred-size:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);width:calc(50% - 1.5rem)}.block-group-3-up .block{-ms-flex-preferred-size:calc(33.33333% - 1.5rem);flex-basis:calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}.block-group-4-up .block{-ms-flex-preferred-size:calc(25% - 1.5rem);flex-basis:calc(25% - 1.5rem);width:calc(25% - 1.5rem)}.block-group-5-up .block{-ms-flex-preferred-size:calc(20% - 1.5rem);flex-basis:calc(20% - 1.5rem);width:calc(20% - 1.5rem)}.block-group-6-up .block{-ms-flex-preferred-size:calc(16.66666% - 1.5rem);flex-basis:calc(16.66666% - 1.5rem);width:calc(16.66666% - 1.5rem)}.block-group-7-up .block{-ms-flex-preferred-size:calc(14.28570% - 1.5rem);flex-basis:calc(14.28570% - 1.5rem);width:calc(14.28570% - 1.5rem)}.block-group-8-up .block{-ms-flex-preferred-size:calc(12.5% - 1.5rem);flex-basis:calc(12.5% - 1.5rem);width:calc(12.5% - 1.5rem)}@media screen and (max-width:860px){.tablet-block-group-1-up .block{-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem);width:calc(100% - 1.5rem)}.tablet-block-group-2-up .block{-ms-flex-preferred-size:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);width:calc(50% - 1.5rem)}.tablet-block-group-3-up .block{-ms-flex-preferred-size:calc(33.33333% - 1.5rem);flex-basis:calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}.tablet-block-group-4-up .block{-ms-flex-preferred-size:calc(25% - 1.5rem);flex-basis:calc(25% - 1.5rem);width:calc(25% - 1.5rem)}.tablet-block-group-5-up .block{-ms-flex-preferred-size:calc(20% - 1.5rem);flex-basis:calc(20% - 1.5rem);width:calc(20% - 1.5rem)}.tablet-block-group-6-up .block{-ms-flex-preferred-size:calc(16.66666% - 1.5rem);flex-basis:calc(16.66666% - 1.5rem);width:calc(16.66666% - 1.5rem)}.tablet-block-group-7-up .block{-ms-flex-preferred-size:calc(14.28570% - 1.5rem);flex-basis:calc(14.28570% - 1.5rem);width:calc(14.28570% - 1.5rem)}.tablet-block-group-8-up .block{-ms-flex-preferred-size:calc(12.5% - 1.5rem);flex-basis:calc(12.5% - 1.5rem);width:calc(12.5% - 1.5rem)}}@media screen and (max-width:480px){.phone-block-group-1-up .block{-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem);width:calc(100% - 1.5rem)}.phone-block-group-2-up .block{-ms-flex-preferred-size:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);width:calc(50% - 1.5rem)}.phone-block-group-3-up .block{-ms-flex-preferred-size:calc(33.33333% - 1.5rem);flex-basis:calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}.phone-block-group-4-up .block{-ms-flex-preferred-size:calc(25% - 1.5rem);flex-basis:calc(25% - 1.5rem);width:calc(25% - 1.5rem)}.phone-block-group-5-up .block{-ms-flex-preferred-size:calc(20% - 1.5rem);flex-basis:calc(20% - 1.5rem);width:calc(20% - 1.5rem)}.phone-block-group-6-up .block{-ms-flex-preferred-size:calc(16.66666% - 1.5rem);flex-basis:calc(16.66666% - 1.5rem);width:calc(16.66666% - 1.5rem)}.phone-block-group-7-up .block{-ms-flex-preferred-size:calc(14.28570% - 1.5rem);flex-basis:calc(14.28570% - 1.5rem);width:calc(14.28570% - 1.5rem)}.phone-block-group-8-up .block{-ms-flex-preferred-size:calc(12.5% - 1.5rem);flex-basis:calc(12.5% - 1.5rem);width:calc(12.5% - 1.5rem)}}.ie9 .block{float:left}.ie9 .block-group:after{content:'';display:table;clear:both}.is-sticky{position:fixed;z-index:10}.is-sticky.scroll-show,.is-sticky .scroll-show{visibility:visible}.scroll-show{visibility:hidden}.avenir-light{font-weight:300;font-style:normal}.avenir-light b,.avenir-light strong{font-weight:500}.avenir-light-italic{font-weight:300;font-style:italic}.avenir-light-italic b,.avenir-light-italic strong{font-weight:500}.avenir-regular{font-weight:400;font-style:normal}.avenir-regular b,.avenir-regular strong{font-weight:500}.avenir-italic{font-weight:400;font-style:italic}.avenir-italic b,.avenir-italic strong{font-weight:500}.avenir-demi{font-weight:500;font-style:normal}.avenir-demi b,.avenir-demi strong{font-weight:600}.avenir-demi-italic{font-weight:500;font-style:italic}.avenir-demi-italic b,.avenir-demi-italic strong{font-weight:600}.avenir-bold{font-weight:600;font-style:normal}.avenir-bold b,.avenir-bold strong{font-weight:600}.avenir-bold-italic{font-weight:600;font-style:italic}.avenir-bold-italic b,.avenir-bold-italic strong{font-weight:600}.code-face,.code-face .block{letter-spacing:0em;font-family:"Consolas","Andale Mono","Lucida Console","Monaco","Courier New",Courier,monospace;font-weight:400;font-style:normal}.code-face b,.code-face strong,.code-face .block b,.code-face .block strong{font-weight:400}.code-italic,.code-italic .block{letter-spacing:0em;font-family:"Consolas","Andale Mono","Lucida Console","Monaco","Courier New",Courier,monospace;font-weight:400;font-style:italic}.code-italic b,.code-italic strong,.code-italic .block b,.code-italic .block strong{font-weight:400}html{font-size:17px}body{font-weight:400;font-style:normal;font-size:1rem;line-height:1.55rem;letter-spacing:0em;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;line-height:1.55rem;color:#4c4c4c;-webkit-font-feature-settings:"kern";-moz-font-feature-settings:"kern";font-feature-settings:"kern";font-kerning:normal;text-rendering:optimizeLegibility;-moz-font-feature-settings:'liga= 1','calt=0';-moz-font-feature-settings:"liga" 1,"calt" 0;-webkit-font-feature-settings:"liga" 1,"calt" 0;-ms-font-feature-settings:'liga= 1','calt=0';-o-font-feature-settings:"liga" 1,"calt" 0;font-feature-settings:"liga" 1,"calt" 0}body b,body strong{font-weight:500}@media screen and (max-width:859px){body{font-size:1rem}}@media screen and (max-width:479px){body{font-size:1rem}}form,select,button,input{letter-spacing:0em;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif}h1,h2,h3,h4,h5,h6{font-weight:300;font-style:normal;margin:0 0 1.55rem 0}h1 b,h1 strong,h2 b,h2 strong,h3 b,h3 strong,h4 b,h4 strong,h5 b,h5 strong,h6 b,h6 strong{font-weight:500}h1{font-size:2.40307rem;line-height:3.1rem}@media screen and (max-width:859px){h1{font-size:1.99974rem}}@media screen and (max-width:479px){h1{font-size:1.66016rem;line-height:2.325rem}}h2{font-size:1.9994rem;line-height:2.325rem}@media screen and (max-width:859px){h2{font-size:1.7689rem}}@media screen and (max-width:479px){h2{font-size:1.5625rem}}h3{font-size:1.69949rem;line-height:2.325rem}@media screen and (max-width:859px){h3{font-size:1.50357rem}}@media screen and (max-width:479px){h3{font-size:1.32812rem}}h4{font-size:1.414rem;line-height:1.55rem}@media screen and (max-width:859px){h4{font-size:1.33rem}}@media screen and (max-width:479px){h4{font-size:1.25rem}}h5{font-size:1.2019rem;line-height:1.55rem}@media screen and (max-width:859px){h5{font-size:1.1305rem}}@media screen and (max-width:479px){h5{font-size:1.0625rem}}h6{font-size:1rem;line-height:1.55rem}@media screen and (max-width:859px){h6{font-size:1rem}}@media screen and (max-width:479px){h6{font-size:1rem}}code,kbd,pre,samp{font-family:"Consolas","Andale Mono","Lucida Console","Monaco","Courier New",Courier,monospace}code{padding:.25rem;border-radius:3px;border:1px solid #efefef;color:#595959;background-color:#f8f8f8;white-space:pre;font-size:0.85em;line-height:1.4rem}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;max-width:100%;margin-bottom:1.55rem}pre code{padding:1rem;display:block;overflow:auto;word-wrap:normal;font-size:0.85em;position:relative}p,ul,ol,dl,blockquote{margin-top:0;margin-bottom:1.55rem}p:empty{margin:0}blockquote{margin:1.55rem 0;font-weight:400;font-style:normal;padding-left:1rem;color:#6e6e6e;border-left:3px solid #ccc}blockquote b,blockquote strong{font-weight:500}html[dir="rtl"] blockquote{padding-right:1rem}html[dir="rtl"] blockquote{border-left:none;border-right:3px solid #ccc}blockquote,blockquote p{font-size:1.2019rem;line-height:1.55rem}@media screen and (max-width:859px){blockquote,blockquote p{font-size:1.1305rem}}@media screen and (max-width:479px){blockquote,blockquote p{font-size:1.0625rem}}a{color:#0079c1;text-decoration:none}a:hover{color:#005e95;text-decoration:underline}ul,ol{padding:0;list-style-position:inside;margin-bottom:1.55rem;margin-left:0.775rem;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){ul,ol{font-size:0.9375rem}}@media screen and (max-width:479px){ul,ol{font-size:0.9375rem}}html[dir="rtl"] ul,html[dir="rtl"] ol{margin-right:0.775rem}li{list-style-position:outside;margin:0.3875rem 0 0.3875rem 1.5rem}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}li ul,li ol{margin-bottom:0}dl{padding:0;margin-bottom:1.55rem}dt{font-weight:500;font-style:normal;margin-top:0.775rem}dt b,dt strong{font-weight:600}dt:first-child{margin-top:0}dd{margin-left:0.775rem}html[dir="rtl"] dd{margin-right:0.775rem}small,sup,sub{font-size:0.70721em}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}mark{padding:0 0.1em 0.1em}hr{margin:2.325rem 0;border:none;border-top:1px solid #ccc}figure{margin:0 0 1.55rem 0}figure img{max-width:100%}figcaption{margin:0.3875rem 0;padding-left:0.775rem;border-left:3px solid #828282;font-size:0.875rem;line-height:1.55rem;font-style:italic;color:#828282}@media screen and (max-width:859px){figcaption{font-size:0.875rem}}@media screen and (max-width:479px){figcaption{font-size:0.875rem}}html[dir="rtl"] figcaption{padding-left:0;border-left:none;padding-right:0.775rem;border-right:3px solid #828282}table{margin-bottom:1.55rem}html[lang="vi"] body,html[lang="vi"] form,html[lang="vi"] select,html[lang="vi"] button,html[lang="vi"] input,html.vi body,html.vi form,html.vi select,html.vi button,html.vi input{font-family:'Lucida Grande',Arial,Verdana,Geneva,sans-serif}.dropdown-btn:after,.accordion-title:before,.filter-dropdown-link:after,.filter-dropdown-link:before,.filter-dropdown-remove:after{font-family:'calcite-ui';padding-right:0.51667rem;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;text-decoration:none}html[dir="rtl"] .dropdown-btn:after,html[dir="rtl"] .accordion-title:before,html[dir="rtl"] .filter-dropdown-link:after,html[dir="rtl"] .filter-dropdown-link:before,html[dir="rtl"] .filter-dropdown-remove:after{padding-left:0.775rem;padding-right:0}.dropdown-btn:after{padding-right:0;padding-left:0.51667rem}.icon-ui-flush:before,.icon-ui-flush:after{padding-right:0!important;padding-left:0!important}@font-face{font-family:'calcite-ui';src:url(../fonts/calcite-ui.eot?#iefix) format("embedded-opentype"),url(../fonts/calcite-ui.woff) format("woff"),url(../fonts/calcite-ui.ttf) format("truetype");font-weight:normal;font-style:normal}[class^="icon-ui-"]:before,[class*=" icon-ui-"]:before{font-family:'calcite-ui';padding-right:0.51667rem;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;text-decoration:none}html[dir="rtl"] [class^="icon-ui-"]:before,html[dir="rtl"] [class*=" icon-ui-"]:before{padding-left:0.775rem;padding-right:0}.icon-ui-small:before{font-size:0.75rem;line-height:1.55rem}@media screen and (max-width:859px){.icon-ui-small:before{font-size:0.75rem}}@media screen and (max-width:479px){.icon-ui-small:before{font-size:0.75rem}}.icon-ui-add-attachment:before{content:"\f101"}.icon-ui-announcement:before{content:"\f102"}.icon-ui-applications:before{content:"\f103"}.icon-ui-arrow-down-circled:before{content:"\f104"}.icon-ui-arrow-left-circled:before{content:"\f105"}.icon-ui-arrow-right-circled:before{content:"\f106"}.icon-ui-arrow-up-circled:before{content:"\f107"}.icon-ui-attachment:before{content:"\f108"}.icon-ui-authorize:before{content:"\f109"}.icon-ui-basemap:before{content:"\f10a"}.icon-ui-beginning:before{content:"\f10b"}.icon-ui-blank-map-pin:before{content:"\f10c"}.icon-ui-browser:before{content:"\f10d"}.icon-ui-calendar:before{content:"\f10e"}.icon-ui-chart:before{content:"\f10f"}.icon-ui-chat:before{content:"\f110"}.icon-ui-check-mark:before,.filter-dropdown-link:before{content:"\f111"}.icon-ui-checkbox-checked:before{content:"\f112"}.icon-ui-checkbox-unchecked:before{content:"\f113"}.icon-ui-close-circled:before{content:"\f114"}.icon-ui-close:before,.filter-dropdown-link:after,.filter-dropdown-remove:after{content:"\f115"}.icon-ui-collapse:before{content:"\f116"}.icon-ui-collection:before{content:"\f117"}.icon-ui-comment:before{content:"\f118"}.icon-ui-compass:before{content:"\f119"}.icon-ui-configure-popup:before{content:"\f11a"}.icon-ui-contact:before{content:"\f11b"}.icon-ui-dashboard:before{content:"\f11c"}.icon-ui-deny:before{content:"\f11d"}.icon-ui-description:before{content:"\f11e"}.icon-ui-directions:before{content:"\f11f"}.icon-ui-directions2:before{content:"\f120"}.icon-ui-dock-bottom:before{content:"\f121"}.icon-ui-dock-left:before{content:"\f122"}.icon-ui-dock-right:before{content:"\f123"}.icon-ui-documentation:before{content:"\f124"}.icon-ui-down-arrow-circled:before{content:"\f125"}.icon-ui-down-arrow:before,.dropdown-btn:after{content:"\f126"}.icon-ui-down:before,.accordion-section.is-active .accordion-title:before{content:"\f127"}.icon-ui-download:before{content:"\f128"}.icon-ui-drag-horizontal:before{content:"\f129"}.icon-ui-drag-vertical:before{content:"\f12a"}.icon-ui-duplicate:before{content:"\f12b"}.icon-ui-edit:before{content:"\f12c"}.icon-ui-end:before{content:"\f12d"}.icon-ui-environment-settings:before{content:"\f12e"}.icon-ui-erase:before{content:"\f12f"}.icon-ui-error:before{content:"\f130"}.icon-ui-error2:before{content:"\f131"}.icon-ui-expand:before{content:"\f132"}.icon-ui-experimental:before{content:"\f133"}.icon-ui-favorites:before{content:"\f134"}.icon-ui-feature-layer:before{content:"\f135"}.icon-ui-filter:before{content:"\f136"}.icon-ui-forward:before{content:"\f137"}.icon-ui-globe:before{content:"\f138"}.icon-ui-grant:before{content:"\f139"}.icon-ui-group:before{content:"\f13a"}.icon-ui-handle-horizontal:before{content:"\f13b"}.icon-ui-handle-vertical:before{content:"\f13c"}.icon-ui-home:before{content:"\f13d"}.icon-ui-key:before{content:"\f13e"}.icon-ui-labels:before{content:"\f13f"}.icon-ui-layer-list:before{content:"\f140"}.icon-ui-layers:before{content:"\f141"}.icon-ui-left-arrow-circled:before{content:"\f142"}.icon-ui-left-arrow:before{content:"\f143"}.icon-ui-left-triangle-arrow:before{content:"\f144"}.icon-ui-left:before{content:"\f145"}.icon-ui-line-chart:before{content:"\f146"}.icon-ui-link-external:before{content:"\f147"}.icon-ui-link:before{content:"\f148"}.icon-ui-loading-indicator:before{content:"\f149"}.icon-ui-locate:before{content:"\f14a"}.icon-ui-locked:before{content:"\f14b"}.icon-ui-map-pin:before{content:"\f14c"}.icon-ui-maps:before{content:"\f14d"}.icon-ui-marketplace:before{content:"\f14e"}.icon-ui-maximize:before{content:"\f14f"}.icon-ui-media:before{content:"\f150"}.icon-ui-media2:before{content:"\f151"}.icon-ui-menu:before{content:"\f152"}.icon-ui-minimize:before{content:"\f153"}.icon-ui-minus-circled:before{content:"\f154"}.icon-ui-minus:before{content:"\f155"}.icon-ui-mobile:before{content:"\f156"}.icon-ui-navigation:before{content:"\f157"}.icon-ui-notice-round:before{content:"\f158"}.icon-ui-notice-triangle:before{content:"\f159"}.icon-ui-organization:before{content:"\f15a"}.icon-ui-overview-arrow-bottom-left:before{content:"\f15b"}.icon-ui-overview-arrow-bottom-right:before{content:"\f15c"}.icon-ui-overview-arrow-top-left:before{content:"\f15d"}.icon-ui-overview-arrow-top-right:before{content:"\f15e"}.icon-ui-pan:before{content:"\f15f"}.icon-ui-pause:before{content:"\f160"}.icon-ui-phone:before{content:"\f161"}.icon-ui-pie-chart:before{content:"\f162"}.icon-ui-play:before{content:"\f163"}.icon-ui-plus-circled:before{content:"\f164"}.icon-ui-plus:before{content:"\f165"}.icon-ui-printer:before{content:"\f166"}.icon-ui-question:before{content:"\f167"}.icon-ui-radio-checked:before{content:"\f168"}.icon-ui-radio-unchecked:before{content:"\f169"}.icon-ui-refresh:before{content:"\f16a"}.icon-ui-resend-invitation:before{content:"\f16b"}.icon-ui-reverse:before{content:"\f16c"}.icon-ui-review:before{content:"\f16d"}.icon-ui-right-arrow-circled:before{content:"\f16e"}.icon-ui-right-arrow:before{content:"\f16f"}.icon-ui-right-triangle-arrow:before{content:"\f170"}.icon-ui-right:before,.accordion-title:before{content:"\f171"}.icon-ui-rotate:before{content:"\f172"}.icon-ui-save:before{content:"\f173"}.icon-ui-search:before{content:"\f174"}.icon-ui-settings:before{content:"\f175"}.icon-ui-settings2:before{content:"\f176"}.icon-ui-share:before{content:"\f177"}.icon-ui-sign-out:before{content:"\f178"}.icon-ui-support:before{content:"\f179"}.icon-ui-table:before{content:"\f17a"}.icon-ui-tag:before{content:"\f17b"}.icon-ui-time-clock:before{content:"\f17c"}.icon-ui-trash:before{content:"\f17d"}.icon-ui-unlocked:before{content:"\f17e"}.icon-ui-up-arrow-circled:before{content:"\f17f"}.icon-ui-up-arrow:before{content:"\f180"}.icon-ui-up-down-arrows:before{content:"\f181"}.icon-ui-up:before{content:"\f182"}.icon-ui-upload:before{content:"\f183"}.icon-ui-user:before{content:"\f184"}.icon-ui-zoom-in-fixed:before{content:"\f185"}.icon-ui-zoom-in-magnifying-glass:before{content:"\f186"}.icon-ui-zoom-out-fixed:before{content:"\f187"}.icon-ui-zoom-out-magnifying-glass:before{content:"\f188"}.esri-icon-yellow:before,.icon-ui-yellow:before{color:#fad817}.esri-icon-green:before,.icon-ui-green:before{color:#5a9359}.esri-icon-blue:before,.icon-ui-blue:before{color:#0079c1}.esri-icon-light-blue:before,.icon-ui-light-blue:before{color:#56a5d8}.esri-icon-dark-blue:before,.icon-ui-dark-blue:before{color:#005e95}.esri-icon-purple:before,.icon-ui-purple:before{color:#9081bc}.esri-icon-orange:before,.icon-ui-orange:before{color:#d17e21}.esri-icon-gray:before,.icon-ui-gray:before{color:#959595}.esri-icon-red:before,.icon-ui-red:before{color:#de2900}[class*="icon-social-"]{background-color:#b2b2b2;width:30px;height:30px;display:inline-block;background-repeat:no-repeat;-webkit-transition:background-color 200ms linear;transition:background-color 200ms linear}[class*="icon-social-"]:hover{-webkit-transition:background-color 200ms linear;transition:background-color 200ms linear}.icon-social-contact{background-image:url(../img/icons/social/contact.svg)!important}.icon-social-contact:hover{background-color:#8EC449!important}.icon-social-facebook{background-image:url(../img/icons/social/facebook.svg)!important}.icon-social-facebook:hover{background-color:#3D5A96!important}.icon-social-geonet{background-image:url(../img/icons/social/geonet.svg)!important}.icon-social-geonet:hover{background-color:#127BC0!important}.icon-social-github{background-image:url(../img/icons/social/github.svg)!important}.icon-social-github:hover{background-color:#171515!important}.icon-social-google-plus{background-image:url(../img/icons/social/google-plus.svg)!important}.icon-social-google-plus:hover{background-color:#DD4C3C!important}.icon-social-instagram{background-image:url(../img/icons/social/instagram.svg)!important}.icon-social-instagram:hover{background-color:#1B6FB1!important}.icon-social-linkedin{background-image:url(../img/icons/social/linkedin.svg)!important}.icon-social-linkedin:hover{background-color:#127CB3!important}.icon-social-pinterest{background-image:url(../img/icons/social/pinterest.svg)!important}.icon-social-pinterest:hover{background-color:#BB0F23!important}.icon-social-rss{background-image:url(../img/icons/social/rss.svg)!important}.icon-social-rss:hover{background-color:#FD8023!important}.icon-social-share{background-image:url(../img/icons/social/share.svg)!important}.icon-social-share:hover{background-color:#1EBD21!important}.icon-social-twitter{background-image:url(../img/icons/social/twitter.svg)!important}.icon-social-twitter:hover{background-color:#59ADEB!important}.icon-social-youtube{background-image:url(../img/icons/social/youtube.svg)!important}.icon-social-youtube:hover{background-color:#CF2529!important}.esri-logo{margin:0.3875rem;content:"";display:inline-block;background-repeat:no-repeat;background-position:center;background-color:transparent;min-height:30px;min-width:70px;line-height:0;background-size:100% 100%;background-image:url(../img/logo/esri-logo.svg)!important}.esri-logo-reverse{margin:0.3875rem;content:"";display:inline-block;background-repeat:no-repeat;background-position:center;background-color:transparent;min-height:30px;min-width:70px;line-height:0;background-size:100% 100%;background-image:url(../img/logo/esri-logo.svg)!important;background-image:url(../img/logo/esri-logo-reversed.svg)!important}.esri-logo-condensed{margin-left:0;margin-right:0;margin-bottom:-0.125rem;margin-top:-0.135rem}.btn{position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){.btn{font-size:0.9375rem}}@media screen and (max-width:479px){.btn{font-size:0.9375rem}}.btn:hover{text-decoration:none;background-color:#005e95;color:white}.btn-transparent{background:none;color:#0079c1;border:none}.btn-transparent:hover{color:#005e95;background:none;text-decoration:underline}.btn-clear{color:#0079c1;background:white;border-color:#0079c1}.btn-clear:hover{color:white;background:#005e95;border-color:#005e95}.btn-clear-white{background:none;color:white;border:1px solid white}.btn-clear-white:hover{color:#959595;background:white}.btn-small{font-size:0.875rem;line-height:1.55rem;padding:0.2325rem 0.675rem}@media screen and (max-width:859px){.btn-small{font-size:0.875rem}}@media screen and (max-width:479px){.btn-small{font-size:0.875rem}}.btn-large{font-size:1rem;line-height:1.55rem;padding:.5rem 1rem .5rem}@media screen and (max-width:859px){.btn-large{font-size:1rem}}@media screen and (max-width:479px){.btn-large{font-size:1rem}}.btn-fill{width:100%;text-align:center}.btn-half{width:50%;text-align:center}.btn-grouped{float:left}html[dir="rtl"] .btn-grouped{float:right}.btn-grouped + .btn-grouped{margin-left:1px}html[dir="rtl"] .btn-grouped + .btn-grouped{margin-left:0;margin-right:1px}.btn-grouped:last-of-type{float:none}.btn-grouped.btn-half{margin-left:0}.btn-white{background:white;color:#4c4c4c;border:1px solid white}.btn-white:hover{color:#4c4c4c;background:#efefef}.btn-red{color:#de2900;background:transparent;border-color:#de2900}.btn-red:hover{color:white;background:#ab3c16;border-color:#ab3c16}.btn-green{background-color:#5a9359;border-color:#5a9359}.btn-green:hover{background-color:#338033}.btn:disabled,.btn-disabled,button[disabled]{cursor:not-allowed;pointer-events:none;opacity:.3}.label{background-color:#efefef;padding:.25em .5em;border-radius:3px;font-size:.85em;line-height:1}.label-red{background-color:#de2900;color:white}.label-yellow{background-color:#efe397;color:#828282}.label-green{background-color:#5a9359;color:white}.label-blue{background-color:#0079c1;color:white}.dropdown{position:relative;display:inline-block}.dropdown.is-active .dropdown-menu{display:block}.dropdown-btn{padding-right:1.5rem;cursor:pointer;position:relative}.dropdown-btn:after{font-size:0.6875rem;line-height:1.55rem;line-height:2.25em;position:absolute;right:.5rem}@media screen and (max-width:859px){.dropdown-btn:after{font-size:0.6875rem}}@media screen and (max-width:479px){.dropdown-btn:after{font-size:0.6875rem}}html[dir="rtl"] .dropdown-btn:after{right:auto;left:.5rem;padding-left:0}html[dir="rtl"] .dropdown-btn{padding-left:1.5rem;padding-right:0.9rem}.dropdown-menu{position:absolute;min-width:200px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);z-index:1000;display:none;overflow:auto}.dropdown-menu.dropdown-right{right:0}.dropdown-title{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem;font-size:0.875rem;line-height:1.55rem;color:#6e6e6e;background-color:white;border-top:1px solid #efefef;white-space:nowrap;cursor:pointer;background-color:#f8f8f8;cursor:auto}@media screen and (max-width:859px){.dropdown-title{font-size:0.875rem}}@media screen and (max-width:479px){.dropdown-title{font-size:0.875rem}}.dropdown-title:hover{background-color:#f8f8f8;text-decoration:none;color:#6e6e6e}.dropdown-title.is-active,.dropdown-title:focus{text-indent:-3px;border-left:3px solid #0079c1}.dropdown-link{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem;font-size:0.875rem;line-height:1.55rem;color:#6e6e6e;background-color:white;border-top:1px solid #efefef;white-space:nowrap;cursor:pointer}@media screen and (max-width:859px){.dropdown-link{font-size:0.875rem}}@media screen and (max-width:479px){.dropdown-link{font-size:0.875rem}}.dropdown-link:hover{background-color:#f8f8f8;text-decoration:none;color:#6e6e6e}.dropdown-link.is-active,.dropdown-link:focus{text-indent:-3px;border-left:3px solid #0079c1}.breadcrumbs{font-size:0.875rem;line-height:1.55rem;color:#828282}@media screen and (max-width:859px){.breadcrumbs{font-size:0.875rem}}@media screen and (max-width:479px){.breadcrumbs{font-size:0.875rem}}.crumb{color:#828282;padding:0 0.25rem 0 0.75rem;background:url(../img/forward-slash.svg) left center no-repeat transparent;float:left}html[dir="rtl"] .crumb{padding:0 0.75rem 0 0.25rem;background:url(../img/forward-slash.svg) right center no-repeat transparent;white-space:nowrap}html[dir="rtl"] .crumb{float:right}.crumb.is-active{font-weight:600}.breadcrumbs-white .crumb{color:white;color:white;background-image:url(../img/forward-slash-white.svg)}.breadcrumbs-white .crumb:hover{color:#efefef}.crumb:first-child{background-image:none;padding-left:0}html[dir="rtl"] .crumb:first-child{padding-right:0;background:none}.tooltip{position:relative;cursor:pointer}.tooltip:after{content:attr(aria-label);position:absolute;z-index:1000000;display:none;padding:0.3875rem 0.775rem;font-size:0.875rem;line-height:1.55rem;color:white;text-align:center;word-wrap:break-word;white-space:pre;pointer-events:none;background:rgba(0,0,0,0.75);border-radius:3px}@media screen and (max-width:859px){.tooltip:after{font-size:0.875rem}}@media screen and (max-width:479px){.tooltip:after{font-size:0.875rem}}.tooltip:before{content:"";position:absolute;z-index:1000001;display:none;width:0;height:0;color:rgba(0,0,0,0.75);pointer-events:none;border:5px solid transparent}.tooltip:hover,.tooltip:active,.tooltip:focus{text-decoration:none}.tooltip:hover:before,.tooltip:hover:after,.tooltip:active:before,.tooltip:active:after,.tooltip:focus:before,.tooltip:focus:after{display:inline-block}.tooltip-multiline:hover:after,.tooltip-multiline:active:after,.tooltip-multiline:focus:after{display:table-cell}.tooltip:after{top:100%;right:50%;margin-top:5px;line-height:1.5}.tooltip:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,0.75)}.tooltip-top:after{top:auto;right:50%;bottom:100%;margin-bottom:5px}.tooltip-top:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,0.75);border-bottom:5px solid transparent}.tooltip:after,.tooltip-bottom:after{-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translateX(50%)}.tooltip-left:after{top:auto;right:100%;margin-right:5px;bottom:50%;margin-bottom:inherit;-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}html[dir="rtl"] .tooltip-left:after{right:auto;left:100%;margin-right:0;margin-left:5px}.tooltip-left:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,0.75);border-bottom:5px solid transparent}html[dir="rtl"] .tooltip-left:before{left:auto;right:-5px;margin-right:0;border-left-color:transparent;border-right-color:rgba(0,0,0,0.75)}.tooltip-right:after{top:auto;right:auto;bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}html[dir="rtl"] .tooltip-right:after{left:auto;right:100%;margin-left:0;margin-right:5px}.tooltip-right:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;margin-right:0;border-right-color:rgba(0,0,0,0.75);border-bottom:5px solid transparent}html[dir="rtl"] .tooltip-right:before{left:-5px;right:auto;border-left-color:rgba(0,0,0,0.75);border-right-color:transparent}.tooltip-multiline:after{width:-moz-max-content;width:-webkit-max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltip-multiline.tooltip-bottom:after,.tooltip-multiline.tooltip-top:after{right:auto;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-multiline.tooltip-left:after,.tooltip-multiline.tooltip-right:after{right:100%}@media screen and (min-width:0\0){.tooltip-multiline:after{width:250px}}.alert{font-size:0.9375rem;line-height:1.55rem;padding:0.775rem 0.775rem;color:rgba(0,0,0,0.75);background-color:#d2e9f9;position:relative;display:none;z-index:100;max-width:40em;border:1px solid #0079c1;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);color:#4c4c4c}@media screen and (max-width:859px){.alert{font-size:0.9375rem}}@media screen and (max-width:479px){.alert{font-size:0.9375rem}}.alert:hover{color:#323232}.alert.is-active{display:block}.alert a:hover{color:rgba(0,0,0,0.75)}.alert-red{background-color:#f3ded7;border-color:#e4a793}.alert-yellow{background-color:#f3edc7;border-color:#e4d154}.alert-green{background-color:#ddeedb;border-color:#9bc19c}.alert-close{position:absolute;right:0.775rem}html[dir="rtl"] .alert-close{right:auto;left:0.775rem}.panel{background-color:#f8f8f8;border:1px solid #efefef;padding:1.023rem}.panel:after{content:'';display:table;clear:both}.panel code{background-color:white}.panel-black{background-color:#323232;color:white;border:1px solid #4c4c4c}.panel-dark{background-color:#595959;color:white;border:1px solid #4c4c4c}.panel-white{background-color:white;border:1px solid #efefef}.panel-white code{background-color:#f8f8f8}.panel-dark-blue{background-color:#004575;color:white;border:1px solid #052942}.panel-blue{background-color:#0079c1;color:white;border:1px solid #005e95}.panel-light-blue{color:#323232;background-color:#56a5d8;border:1px solid #0079c1}.panel-no-border{border:none}.panel-no-padding{padding:0}table{width:100%;background-color:white;border-collapse:collapse;border-spacing:0;border:1px solid #ccc;text-align:left;overflow:auto;font-size:0.875rem;line-height:1.55rem}@media screen and (max-width:859px){table{font-size:0.875rem}}@media screen and (max-width:479px){table{font-size:0.875rem}}html[dir="rtl"] table{text-align:right}table > thead{background-color:#efefef;border-bottom:1px solid #ccc;font-weight:400;font-style:normal;font-size:1rem;line-height:1.55rem}table > thead b,table > thead strong{font-weight:500}@media screen and (max-width:859px){table > thead{font-size:1rem}}@media screen and (max-width:479px){table > thead{font-size:1rem}}table > tbody{overflow:auto;width:100%}table > tfoot{background-color:#efefef;border-top:1px solid #ccc}table th,table td{font-weight:300;border-left:1px solid #ccc;border-right:1px solid #ccc;padding:0.51667rem}html[dir="rtl"] table th,html[dir="rtl"] table td{text-align:right}table tr{border-bottom:1px solid #ccc;text-align:left}table tr:last-child{border-bottom:none}table caption{color:#959595;caption-side:bottom;line-height:1.55rem;padding:0.3875rem 0.775rem}.table-blue{border:1px solid #0079c1}.table-blue > thead{background-color:#0079c1;border:none;border-bottom:1px solid #0079c1;color:white}.table-blue > thead tr:nth-child(even){background-color:#bcdaed;color:#4c4c4c}.table-blue > tfoot{border-top:1px solid #0079c1}.table-blue th,.table-blue td{border-left:1px solid #0079c1;border-right:1px solid #0079c1}.table-blue tr{border-bottom:1px solid #0079c1}.table-plain{border:none}.table-plain > thead,.table-plain > tfoot,.table-plain th,.table-plain td{background-color:transparent;border:none}.table-plain tr{border:none}.table-plain tr:nth-child(even){background-color:transparent}.table-plain tr:nth-child(even) td{background-color:transparent}.table-striped tr:nth-child(even){background-color:#f8f8f8}.table-striped tr:nth-child(even) td{background-color:#f8f8f8}.table-striped.table-blue tr:nth-child(even){background-color:#d2e9f9}.table-striped.table-blue tr:nth-child(even) td{background-color:#d2e9f9}form{margin:0;padding:0}fieldset{margin:0 0 1.55rem 0;padding:0;border:none;display:block}.fieldset-radio label,.fieldset-checkbox label{margin-bottom:.25rem;font-size:0.9375rem;line-height:1.25rem;color:#595959}label,legend{position:relative;display:block;margin:0 0 1.55rem 0}legend{margin-bottom:.1rem}input[type='date'],input[type='datetime'],input[type='datetime-local'],input[type='email'],input[type='time'],input[type='week'],input[type='search'],input[type='tel'],input[type='text'],input[type='url'],input[type='number'],input[type='password'],input[type='month'],select,textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;outline:none;outline-offset:0;vertical-align:baseline;margin:0.3875rem 0 0 0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075)}input[type='date'][disabled],input[type='datetime'][disabled],input[type='datetime-local'][disabled],input[type='email'][disabled],input[type='time'][disabled],input[type='week'][disabled],input[type='search'][disabled],input[type='tel'][disabled],input[type='text'][disabled],input[type='url'][disabled],input[type='number'][disabled],input[type='password'][disabled],input[type='month'][disabled],select[disabled],textarea[disabled]{cursor:default}input[type='date']:focus,input[type='datetime']:focus,input[type='datetime-local']:focus,input[type='email']:focus,input[type='time']:focus,input[type='week']:focus,input[type='search']:focus,input[type='tel']:focus,input[type='text']:focus,input[type='url']:focus,input[type='number']:focus,input[type='password']:focus,input[type='month']:focus,select:focus,textarea:focus{border-color:#0079c1;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5)}input[type='date'],input[type='datetime'],input[type='datetime-local'],input[type='email'],input[type='time'],input[type='week'],input[type='search'],input[type='tel'],input[type='text'],input[type='url'],input[type='number'],input[type='password'],input[type='month'],textarea{display:inline-block;padding:0 0.31rem;font-size:1rem;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;color:#595959;border:1px solid #a9a9a9;-webkit-transition:border-color 150ms linear;transition:border-color 150ms linear;-webkit-appearance:textfield;height:2.25rem}textarea{font-family:inherit;max-width:100%;height:auto;padding-top:0.31rem}input[type='date'],input[type='datetime'],input[type='datetime-local'],input[type='time'],input[type='week'],input[type='month']{max-height:2.325rem}button{position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){button{font-size:0.9375rem}}@media screen and (max-width:479px){button{font-size:0.9375rem}}button:hover{text-decoration:none;background-color:#005e95;color:white}input[type="file"]::-webkit-file-upload-button{-webkit-appearance:none;position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){input[type="file"]::-webkit-file-upload-button{font-size:0.9375rem}}@media screen and (max-width:479px){input[type="file"]::-webkit-file-upload-button{font-size:0.9375rem}}input[type="file"]::-webkit-file-upload-button:hover{text-decoration:none;background-color:#005e95;color:white}::-ms-browse{position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){::-ms-browse{font-size:0.9375rem}}@media screen and (max-width:479px){::-ms-browse{font-size:0.9375rem}}::-ms-browse:hover{text-decoration:none;background-color:#005e95;color:white}input[type='radio'],input[type='checkbox']{float:left;width:1rem;height:1rem}html[dir="rtl"] input[type='radio'],html[dir="rtl"] input[type='checkbox']{float:right}select{background-color:white;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTAwcHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM1OTU5NTkiIGQ9Ik03NS43NDksMzcuNDY2YzAuNDI1LDAuNDI1LDAuNTUyLDEuMDYzLDAuMzIyLDEuNjE4Qzc1Ljg0MSwzOS42MzksNzUuMzAxLDQwLDc0LjY5OSw0MGgtNDkuNA0KCQljLTAuNiwwLTEuMTQzLTAuMzYyLTEuMzcyLTAuOTE3Yy0wLjIzLTAuNTU1LTAuMTAzLTEuMTkzLDAuMzIyLTEuNjE4bDIzLjQ0LTIzLjQ0YzEuMjc2LTEuMjc2LDMuMzQzLTEuMjc2LDQuNjIsMEw3NS43NDksMzcuNDY2DQoJCUw3NS43NDksMzcuNDY2eiBNMjQuMjUsNjIuNTM0Yy0wLjQyNi0wLjQyNS0wLjU1My0xLjA2My0wLjMyMy0xLjYxOGMwLjIzLTAuNTU1LDAuNzctMC45MTYsMS4zNy0wLjkxNkg3NC43DQoJCWMwLjYwMiwwLDEuMTQzLDAuMzU5LDEuMzczLDAuOTE2YzAuMjMsMC41NTUsMC4xMDMsMS4xOTMtMC4zMjIsMS42MThMNTIuMzEsODUuOTc3Yy0xLjI3NSwxLjI3NS0zLjM0NCwxLjI3NC00LjYyLDBMMjQuMjUsNjIuNTM0eg0KCQkiLz4NCjwvZz4NCjwvc3ZnPg0K);background-position:center right;background-repeat:no-repeat;background-size:.9rem;display:block;width:auto;max-width:100%;height:2.25rem;padding:0.31rem 1.55rem 0.31rem 0.3875rem;font-size:0.9375rem;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;color:#595959;border:1px solid #a9a9a9;border-radius:0;-webkit-transition:border-color 150ms linear;transition:border-color 150ms linear;-webkit-appearance:none}select:focus{border-color:#0079c1}html[dir="rtl"] select{background-position:center left;padding:0.31rem 0.3875rem 0.31rem 1.55rem}select{-moz-appearance:none}select[multiple]{height:auto;background-image:none;padding:0}select[multiple] option{padding:0.31rem}.select-full{width:100%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){select::-ms-expand{display:none}select:focus::-ms-value{background:transparent;color:#595959}}.input-error{border-color:#de2900}.input-error:focus{border-color:#0079c1}.input-warning{border-color:#d9bf2b}.input-warning:focus{border-color:#0079c1}.input-success{border-color:#5a9359}.input-success:focus{border-color:#0079c1}.input-group{display:table;margin-top:0.3875rem}.input-group-button{width:1%;vertical-align:middle;display:table-cell}.input-group-button .btn,.input-group-button button{height:2.25rem;margin-left:-1px}input.input-group-input,.input-group-input{display:table-cell;position:relative;margin-top:0;width:100%;vertical-align:middle}.loader-bars:before,.loader-bars:after,.loader-bars{background:#0079c1;-webkit-animation:load 0.8s infinite ease-in-out;animation:load 0.8s infinite ease-in-out;width:0.85rem;height:2rem}.loader-bars:before,.loader-bars:after{position:absolute;top:0;content:''}@-webkit-keyframes load{0%,80%,100%{opacity:.75;box-shadow:0 0 #0079c1;height:2rem}40%{opacity:1;box-shadow:0 -0.5rem #0079c1;height:2.5rem}}@keyframes load{0%,80%,100%{opacity:.75;box-shadow:0 0 #0079c1;height:2rem}40%{opacity:1;box-shadow:0 -0.5rem #0079c1;height:2.5rem}}.loader{display:none;position:relative}.loader.is-active{display:block}.loader-bars{text-indent:-9999em;margin:auto;position:absolute;right:50%;font-size:11px;-webkit-animation-delay:0.16s;animation-delay:0.16s}.loader-bars:before{left:-1.25rem}.loader-bars:after{left:1.25rem;-webkit-animation-delay:0.32s;animation-delay:0.32s}.loader-text{text-align:center;padding-top:4rem;font-weight:400;font-style:normal}.loader-text b,.loader-text strong{font-weight:500}.loader-text:after{content:"…"}.ie9 .loader-bars{position:inherit;background-color:transparent;background-image:url(../img/loader-ie9.gif);background-position:center top;animation:none;-webkit-animation-delay:none;-webkit-animation:none;width:64px;height:64px}.ie9 .loader-bars:before,.ie9 .loader-bars:after{background:none;animation:none;-webkit-animation:none;width:0;height:0}.ie9 .loader-text{padding-top:2rem}.skip-to-content{opacity:0;float:left;pointer-events:none;margin:0 0 0 1rem;position:absolute;z-index:10;background-color:transparent;-webkit-transition:150ms linear;transition:150ms linear}.skip-to-content:focus{opacity:1;-webkit-transition:150ms linear;transition:150ms linear;background-color:white}.card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;background:white;box-shadow:0 0 16px 0 rgba(0,0,0,0.05);border:1px solid rgba(0,0,0,0.1)}.card-image-wrap{width:100%;position:relative;margin-bottom:0}.card-image{width:100%;display:block}.card-image-caption{background:rgba(255,255,255,0.8);width:100%;box-sizing:border-box;position:absolute;bottom:0;font-size:0.875rem;line-height:1.55rem;padding:.35rem 1.25rem .35rem 1.25rem}@media screen and (max-width:859px){.card-image-caption{font-size:0.875rem}}@media screen and (max-width:479px){.card-image-caption{font-size:0.875rem}}.card-last{margin-bottom:auto}.card-content{padding:1.5rem 1.25rem 1.25rem 1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.card-shaped{box-shadow:none;background:transparent;border:none}.card-shaped .card-content{box-shadow:0 0 16px 0 rgba(0,0,0,0.05);border:1px solid rgba(0,0,0,0.1);padding-top:4rem}.card-shaped .card-image-wrap{margin-bottom:-3rem;padding:0 1.25rem;box-sizing:border-box}.card-bar-lightest-blue{border-top:3px solid #d2e9f9}.card-bar-lighter-blue{border-top:3px solid #bcdaed}.card-bar-light-blue{border-top:3px solid #56a5d8}.card-bar-blue{border-top:3px solid #0079c1}.card-bar-dark-blue{border-top:3px solid #005e95}.card-bar-light-green{border-top:3px solid #9bc19c}.card-bar-green{border-top:3px solid #5a9359}.card-bar-dark-green{border-top:3px solid #338033}.card-bar-light-red{border-top:3px solid #e4a793}.card-bar-red{border-top:3px solid #de2900}.card-bar-dark-red{border-top:3px solid #ab3c16}.card-bar-light-orange{border-top:3px solid #e8912e}.card-bar-orange{border-top:3px solid #d17e21}.card-bar-dark-orange{border-top:3px solid #ad6511}.card-bar-light-yellow{border-top:3px solid #efe397}.card-bar-yellow{border-top:3px solid #e4d154}.card-bar-dark-yellow{border-top:3px solid #d9bf2b}.card-bar-light-purple{border-top:3px solid #c4bcdc}.card-bar-purple{border-top:3px solid #9081bc}.card-bar-dark-purple{border-top:3px solid #7461a8}.card-bar-light-brown{border-top:3px solid #d2b38f}.card-bar-brown{border-top:3px solid #a57946}.card-bar-dark-brown{border-top:3px solid #8c5e2a}.card-wide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.card-wide .card-content{display:block}.card-wide-image-wrap{position:relative;top:0;left:0;bottom:0;width:25%;overflow:hidden;margin-bottom:0}.card-wide-image{width:auto;min-width:100%;max-width:none;height:100%;margin:0;display:block;position:absolute}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes in-up{0%{transform:translate3d(0,100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-up{0%{transform:translate3d(0,100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes out-down{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-100%,0)}}@keyframes out-down{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-100%,0)}}@-webkit-keyframes out-up{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,100%,0)}}@keyframes out-up{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,100%,0)}}.fade-in,.animate-fade-in{opacity:0;-webkit-animation:fade-in ease-in 1;-moz-animation:fade-in ease-in 1;animation:fade-in ease-in 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:0.75s;-moz-animation-duration:0.75s;animation-duration:0.75s}.animate-fade-out{-webkit-animation:fade-out ease-out 1;-moz-animation:fade-out ease-out 1;animation:fade-out ease-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.75s;-moz-animation-duration:0.75s;animation-duration:0.75s}.animate-in-down{-webkit-animation:in-down ease-out 1;-moz-animation:in-down ease-out 1;animation:in-down ease-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.animate-in-up{-webkit-animation:in-up ease-out 1;-moz-animation:in-up ease-out 1;animation:in-up ease-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.animate-out-down{-webkit-animation:out-down ease-in 1;-moz-animation:out-down ease-in 1;animation:out-down ease-in 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.animate-out-up{-webkit-animation:out-up ease-in 1;-moz-animation:out-up ease-in 1;animation:out-up ease-in 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.top-nav{font-weight:400;font-style:normal;border-bottom:1px solid #efefef;background-color:white}.top-nav b,.top-nav strong{font-weight:500}.top-nav .esri-logo{margin-top:1rem}.top-nav .sign-in{padding-top:1.55rem}.top-nav-title{font-weight:400;font-style:normal;font-size:1.2019rem;line-height:1.55rem;float:left;margin-right:1.5rem;padding:1.125rem 0;line-height:1.5rem;color:#4c4c4c}.top-nav-title b,.top-nav-title strong{font-weight:500}@media screen and (max-width:859px){.top-nav-title{font-size:1.1305rem}}@media screen and (max-width:479px){.top-nav-title{font-size:1.0625rem}}html[dir="rtl"] .top-nav-title{float:right}html[dir="rtl"] .top-nav-title{white-space:nowrap;margin-right:0;margin-left:1.5rem}.top-nav-title:hover{color:#0079c1;-webkit-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);text-decoration:none}.top-nav-title.icon-ui-menu:before{vertical-align:-1px;padding-right:.5em}.top-nav-list{float:left;padding:0}html[dir="rtl"] .top-nav-list{float:right}.top-nav-list .top-nav-link + .top-nav-link{margin-left:.75em}html[dir="rtl"] .top-nav-list .top-nav-link + .top-nav-link{margin-left:0;margin-right:.75em}.top-nav-list.right{float:right}html[dir="rtl"] .top-nav-list.right{float:left}.top-nav-link{font-size:0.9375rem;line-height:1.55rem;color:#4c4c4c;padding:1.1625rem 0;line-height:1.5rem;display:inline-block;vertical-align:top}@media screen and (max-width:859px){.top-nav-link{font-size:0.9375rem}}@media screen and (max-width:479px){.top-nav-link{font-size:0.9375rem}}.top-nav-link:hover,.top-nav-link:focus{color:#0079c1;background:url(../img/top-nav-ie9.gif) repeat-x top left transparent;-webkit-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);text-decoration:none}.top-nav-link:focus{outline:none}.top-nav-link.is-active{-webkit-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%)}.sign-in{float:right;padding-left:0.3875rem;margin-top:-0.7rem}html[dir="rtl"] .sign-in{float:left}html[dir="rtl"] .sign-in{padding-left:0;padding-right:0.3875rem}.user-nav-name{padding-right:1.5em;color:#4c4c4c}.user-nav-name:hover{text-decoration:none}.user-nav-image{width:1.2rem;height:1.2rem;vertical-align:-0.25rem}.sub-nav{background-color:#efefef}.sub-nav-title{font-size:1.9994rem;line-height:2.325rem;margin-top:0.775rem;margin-bottom:0.775rem;display:inline-block;line-height:1.25}@media screen and (max-width:859px){.sub-nav-title{font-size:1.7689rem}}@media screen and (max-width:479px){.sub-nav-title{font-size:1.5625rem}}.sub-nav-list{width:100%;float:left}html[dir="rtl"] .sub-nav-list{float:right}.sub-nav-link{padding:.25em .75em;margin:0 .25em 0 0;float:left;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;color:#efefef;font-size:0.9375rem;line-height:1.55rem;background-color:rgba(0,0,0,0.45);box-sizing:border-box;-webkit-transition:background-color 150ms linear,color 150ms 150ms linear;transition:background-color 150ms linear,color 150ms 150ms linear}html[dir="rtl"] .sub-nav-link{float:right}@media screen and (max-width:859px){.sub-nav-link{font-size:0.9375rem}}@media screen and (max-width:479px){.sub-nav-link{font-size:0.9375rem}}.sub-nav-link:hover,.sub-nav-link:focus{background-color:rgba(0,0,0,0.3);color:white;text-decoration:none;-webkit-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-moz-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-o-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%)}.sub-nav-link.is-active{background-color:white;color:#4c4c4c}.third-nav{font-weight:400;font-style:normal;border-bottom:1px solid #efefef;background-color:white;padding:0.3875rem 0;width:100%}.third-nav b,.third-nav strong{font-weight:500}.third-nav-container{position:relative;overflow-x:auto;white-space:nowrap;padding-bottom:15px;margin-bottom:-15px}.third-nav-link{color:#595959;font-size:0.875rem;line-height:1.55rem;margin-right:1.1625rem}@media screen and (max-width:859px){.third-nav-link{font-size:0.875rem}}@media screen and (max-width:479px){.third-nav-link{font-size:0.875rem}}html[dir="rtl"] .third-nav-link{white-space:nowrap}.third-nav-link:last-child{margin-right:2.325rem}.third-nav-link.is-active{font-weight:600;font-style:normal}.third-nav-link.is-active b,.third-nav-link.is-active strong{font-weight:600}.nav-overflow-left{position:absolute;padding:11px 6px;top:0;margin:0;background-color:rgba(255,255,255,0.8);display:none;left:0}.nav-overflow-left:before{padding-right:0}.nav-overflow-left.is-active{display:block}.nav-overflow-right{position:absolute;padding:11px 6px;top:0;margin:0;background-color:rgba(255,255,255,0.8);display:none;right:0}.nav-overflow-right:before{padding-right:0}.nav-overflow-right.is-active{display:block}.side-nav,.dropdown-menu,.filter-dropdown-list{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;border:1px solid #efefef;border-top:none;font-weight:400;font-style:normal;background-color:white}.side-nav b,.dropdown-menu b,.filter-dropdown-list b,.side-nav strong,.dropdown-menu strong,.filter-dropdown-list strong{font-weight:500}.side-nav-title{margin:0;padding:0.51667rem;font-weight:400;font-style:normal;font-size:0.9375rem;line-height:1.55rem;background-color:#f8f8f8;border-top:1px solid #efefef}.side-nav-title b,.side-nav-title strong{font-weight:500}@media screen and (max-width:859px){.side-nav-title{font-size:0.9375rem}}@media screen and (max-width:479px){.side-nav-title{font-size:0.9375rem}}.side-nav-link{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem;font-size:0.875rem;line-height:1.55rem;color:#595959;background-color:white;border-top:1px solid #efefef;cursor:pointer}@media screen and (max-width:859px){.side-nav-link{font-size:0.875rem}}@media screen and (max-width:479px){.side-nav-link{font-size:0.875rem}}.side-nav-link:hover{background-color:#f8f8f8;text-decoration:none;color:#4c4c4c}.side-nav-link.is-active{text-indent:-3px;border-left:3px solid #0079c1}html[dir="rtl"] .side-nav-link.is-active{border-left:none;border-right:3px solid #0079c1}body{display:flex;height:100%;flex-direction:column}.wrapper{flex:1 0 auto}.footer{background-color:#f8f8f8;padding-top:3.1rem;flex:none}.tab-nav:after{content:'';display:table;clear:both}.tab-title{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:0.875rem;line-height:1.55rem;-webkit-transition:background,150ms linear;transition:background,150ms linear;padding:0.3875rem 0.775rem;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#f8f8f8;border:1px solid #ccc;border-left:none;cursor:pointer}@media screen and (max-width:859px){.tab-title{font-size:0.875rem}}@media screen and (max-width:479px){.tab-title{font-size:0.875rem}}.tab-title:first-child{border-left:1px solid #ccc}.tab-title:focus{outline:none}.tab-title:hover,.tab-title:focus{background-color:#fcfcfc;text-decoration:none;-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tab-title.is-active{border-bottom:1px solid white;background-color:white}.tab-title.is-active:hover{background-color:white}.tab-contents{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #ccc;margin-top:-1px}.tab-section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:white;display:none;padding:0.775rem}.tab-section.is-active{display:block}.tab-section pre{margin:0}.tabs-gray .tab-title{background-color:white}.tabs-gray .tab-title.is-active{background-color:#f8f8f8;border-bottom:1px solid #f8f8f8}.tabs-gray .tab-section{background-color:#f8f8f8}.tabs-gray pre code{padding:0;border:none;background-color:transparent}.tabs-transparent .tab-title{background-color:transparent;border:1px solid transparent;border-bottom:1px solid #ccc}.tabs-transparent .tab-title:hover{border-bottom:1px solid #ccc}.tabs-transparent .tab-title.is-active{-webkit-transition:backround,150ms linear;transition:backround,150ms linear;background-color:transparent;border:1px solid #ccc;border-bottom:1px solid white}.tabs-transparent .tab-contents{border-bottom:none;border-left:none;border-right:none}.tabs-transparent .tab-section{background-color:transparent;padding-left:0;padding-right:0}.tabs-translucent .tab-title{background-clip:padding-box;background-color:rgba(255,255,255,0.7);border:none;color:#4c4c4c;margin-right:2px;margin-bottom:3px;transition:background,0ms linear}.tabs-translucent .tab-title:hover{background-color:rgba(255,255,255,0.8);-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-translucent .tab-title.is-active{background-color:rgba(255,255,255,0.8);border-bottom:2px solid rgba(255,255,255,0.8);margin-bottom:0;-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-translucent .tab-contents{border:none}.tabs-translucent .tab-section{background-color:rgba(255,255,255,0.8)}.tabs-dark .tab-title{background-clip:padding-box;background-color:rgba(255,255,255,0.7);border:none;color:#4c4c4c;margin-right:2px;margin-bottom:3px;transition:background,0ms linear}.tabs-dark .tab-title:hover{background-color:rgba(255,255,255,0.8);-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-dark .tab-title.is-active{background-color:rgba(255,255,255,0.8);border-bottom:2px solid rgba(255,255,255,0.8);margin-bottom:0;-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-dark .tab-contents{border:none}.tabs-dark .tab-section{background-color:rgba(255,255,255,0.8)}.tabs-dark .tab-title{background-color:rgba(0,0,0,0.75);color:white}.tabs-dark .tab-title:hover{background-color:rgba(0,0,0,0.85);-webkit-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-moz-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-o-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%)}.tabs-dark .tab-title.is-active{border-bottom:2px solid rgba(0,0,0,0.85);background-color:rgba(0,0,0,0.85);-webkit-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-moz-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-o-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%)}.tabs-dark .tab-section{background-color:rgba(0,0,0,0.85);color:white}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:hidden;text-align:center;opacity:0;visibility:hidden;background:rgba(0,0,0,0.75);-webkit-transition:visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);transition:visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);z-index:50}.modal-overlay.is-active{visibility:visible;opacity:1;-webkit-transition-delay:0ms;transition-delay:0ms}.modal-overlay.is-active .modal-content{visibility:visible;opacity:1;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-overlay:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.modal-content{box-sizing:border-box;max-height:80vh;z-index:100;float:none;background:white;padding:1.55rem;text-align:start;overflow-y:auto;-webkit-overflow-scrolling:touch;display:inline-block;vertical-align:middle;opacity:0;visibility:hidden;-webkit-transition:-webkit- transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);-o-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}html[dir="rtl"] .modal-content{float:none}.accordion{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;border:1px solid #efefef;border-top:none;font-weight:400;font-style:normal;background-color:white}.accordion b,.accordion strong{font-weight:500}.accordion-section.is-active .accordion-content{display:block}.accordion-title{margin:0;padding:0.51667rem;font-weight:400;font-style:normal;font-size:0.9375rem;line-height:1.55rem;background-color:#f8f8f8;border-top:1px solid #efefef;cursor:pointer;-webkit-transition:all,150ms linear;transition:all,150ms linear}.accordion-title b,.accordion-title strong{font-weight:500}@media screen and (max-width:859px){.accordion-title{font-size:0.9375rem}}@media screen and (max-width:479px){.accordion-title{font-size:0.9375rem}}.accordion-title:before{font-size:0.8125rem}.accordion-title:focus,.accordion-title:hover{-webkit-transition:all,150ms linear;transition:all,150ms linear;background-color:#f4f4f4}.accordion-content{display:none}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;overflow:hidden;opacity:0;background:rgba(0,0,0,0.75);-webkit-transition:visibility 0ms linear 200ms,opacity 200ms linear;transition:visibility 0ms linear 200ms,opacity 200ms linear;z-index:1001}.drawer.is-active{visibility:visible;opacity:1;background-color:rgba(0,0,0,0.75);-webkit-transition-delay:0ms;transition-delay:0ms}.drawer.is-active.drawer-left .drawer-nav{-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}html[dir="rtl"] .drawer.is-active.drawer-left .drawer-nav{-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}.drawer.is-active.drawer-right .drawer-nav{-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}html[dir="rtl"] .drawer.is-active.drawer-right .drawer-nav{-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}.drawer-nav{position:absolute;top:0;height:100%;width:280px;margin:0;padding:0;list-style:none;background:white;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88)}.drawer-left .drawer-nav{left:-280px}html[dir="rtl"] .drawer-left .drawer-nav{left:100%}.drawer-right .drawer-nav{left:100%}html[dir="rtl"] .drawer-right .drawer-nav{left:-280px}.wrapper{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88)}.drawer-left-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}html[dir="rtl"] .drawer-left-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}.drawer-right-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}html[dir="rtl"] .drawer-right-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}.ie9 .drawer.is-active.drawer-left .drawer-nav{-ms-transform:translate(280px,0)}html[dir="rtl"] .ie9 .drawer.is-active.drawer-left .drawer-nav{-ms-transform:translate(-280px,0)}.ie9 .drawer.is-active.drawer-right .drawer-nav{-ms-transform:translate(-280px,0)}html[dir="rtl"] .ie9 .drawer.is-active.drawer-right .drawer-nav{-ms-transform:translate(280px,0)}input.filter-dropdown-input{margin:1%;width:98%}.filter-dropdown-title{display:inline;padding-bottom:0}.filter-dropdown-action{font-size:0.8125rem;line-height:1.55rem;float:right;color:#959595;display:none}@media screen and (max-width:859px){.filter-dropdown-action{font-size:0.8125rem}}@media screen and (max-width:479px){.filter-dropdown-action{font-size:0.8125rem}}html[dir="rtl"] .filter-dropdown-action{float:left}.filter-dropdown-action.is-active{display:inline-block}.filter-dropdown-container:after{content:'';display:table;clear:both}.filter-dropdown-list{position:absolute;min-width:200px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);z-index:1000;display:none;overflow:auto;background-color:#f8f8f8;border-top:1px solid #efefef;max-width:100%;width:100%}.filter-dropdown-list.dropdown-right{right:0}.filter-dropdown-list.is-active{display:block}.filter-dropdown-inner-list{max-height:13.95rem;overflow:auto;border-top:1px solid #efefef;background-color:white}.filter-dropdown-link{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem 1.55rem 0.51667rem 0.125rem;font-size:0.875rem;line-height:1.55rem;color:#6e6e6e;border-top:1px solid #efefef}html[dir="rtl"] .filter-dropdown-link{padding:0.51667rem 0.125rem 0.51667rem 1.55rem}@media screen and (max-width:859px){.filter-dropdown-link{font-size:0.875rem}}@media screen and (max-width:479px){.filter-dropdown-link{font-size:0.875rem}}.filter-dropdown-link:first-child{border-top:none}.filter-dropdown-link:after{position:absolute;right:0;margin-top:0.25833rem;opacity:0;color:#959595}html[dir="rtl"] .filter-dropdown-link:after{right:auto;left:0;padding-left:0.51667rem}.filter-dropdown-link:hover{text-decoration:none;color:#828282}.filter-dropdown-link:hover:before{opacity:1}.filter-dropdown-link:before{opacity:0;padding:0 0.25833rem;color:#959595}html[dir="rtl"] .filter-dropdown-link:before{float:right;padding-top:0.25833rem}.filter-dropdown-link.is-active:before{opacity:1;color:#5a9359}.filter-dropdown-link.is-active:after{opacity:1}.filter-dropdown-link.is-active:hover:after{opacity:1;color:#de2900}.filter-dropdown-active{background-color:#efefef;padding:.25em .5em;border-radius:3px;font-size:.85em;line-height:1;font-size:0.875rem;line-height:1.55rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;padding:0.51667rem 0 0.51667rem 0.51667rem;margin-right:0.25833rem;margin-top:0.25833rem;color:#6e6e6e}@media screen and (max-width:859px){.filter-dropdown-active{font-size:0.875rem}}@media screen and (max-width:479px){.filter-dropdown-active{font-size:0.875rem}}.filter-dropdown-remove{float:right;right:0;top:1.3rem}html[dir="rtl"] .filter-dropdown-remove{float:left}.filter-dropdown-remove:after{font-size:0.9375rem;line-height:1.55rem;margin-left:0.51667rem;opacity:1;color:#959595}@media screen and (max-width:859px){.filter-dropdown-remove:after{font-size:0.9375rem}}@media screen and (max-width:479px){.filter-dropdown-remove:after{font-size:0.9375rem}}html[dir="rtl"] .filter-dropdown-remove:after{right:auto;left:0;padding-left:0.51667rem}.filter-dropdown-remove:hover:after{color:#de2900}.is-hidden{display:none!important}.link-red{color:#de2900}.link-red:hover{color:#ab3c16}.link-green{color:#5a9359}.link-green:hover{color:#338033}.link-light-blue{color:#bcdaed}.link-light-blue:hover{color:#56a5d8}.link-blue{color:#0079c1}.link-blue:hover{color:#005e95}.link-white{color:white}.link-white:hover{color:#efefef}.link-light-gray{color:#a9a9a9}.link-light-gray:hover{color:#959595}.link-dark-gray{color:#828282}.link-dark-gray:hover{color:#6e6e6e}.link-darker-gray{color:#6e6e6e}.link-darker-gray:hover{color:#595959}.link-darkest-gray,.third-nav-link.is-active:hover{color:#595959}.link-darkest-gray:hover,.third-nav-link.is-active:hover{color:#4c4c4c}.link-off-black{color:#4c4c4c}.link-off-black:hover{color:#323232}.text-red{color:#de2900}.text-green{color:#5a9359}.text-blue{color:#0079c1}.text-white{color:white}.text-light-gray{color:#a9a9a9}.text-dark-gray{color:#828282}.text-darker-gray{color:#6e6e6e}.text-darkest-gray{color:#595959}.text-off-black{color:#4c4c4c}.text-rule{border-bottom:1px solid #ccc}.text-inline{display:inline}.text-center{text-align:center}.text-left{text-align:left}html[dir="rtl"] .text-left{text-align:right}.text-right{text-align:right}html[dir="rtl"] .text-right{text-align:left}.text-light{opacity:0.66}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-numbered{counter-reset:li;list-style:none;position:relative;padding-bottom:1em;margin-left:0}.list-numbered > li{padding:0.3em .25em .25em 2.5em;position:relative;margin-bottom:0.75em;margin-left:0}html[dir="rtl"] .list-numbered > li{padding:0.3em 2.5em .25em .25em}.list-numbered > li:before{font-weight:300;font-style:normal;content:counter(li);counter-increment:li;position:absolute;top:0;left:0;height:100%;height:calc(100% - .3em);width:0.75em;padding:.3em .5em 0 0;color:#959595;font-size:1.2019rem;line-height:1.55rem;line-height:1;text-align:right;border-right:2px solid #ccc}.list-numbered > li:before b,.list-numbered > li:before strong{font-weight:500}@media screen and (max-width:859px){.list-numbered > li:before{font-size:1.1305rem}}@media screen and (max-width:479px){.list-numbered > li:before{font-size:1.0625rem}}html[dir="rtl"] .list-numbered > li:before{left:auto;right:0;padding:0 0 0 .5em;text-align:left;border-right:none;border-left:2px solid #ccc}.list-numbered > li:after{content:".";display:block;clear:left;visibility:hidden;line-height:0;height:0}.list-numbered .list-numbered{margin-bottom:0;padding-bottom:0}.list-numbered .list-numbered > li:before{content:counter(li,lower-alpha)}.list-plain{margin:0.3875rem 0}.list-plain li{list-style-type:none;margin-left:0}.font-size--3{font-size:0.8125rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size--3{font-size:0.8125rem}}@media screen and (max-width:479px){.font-size--3{font-size:0.8125rem}}.font-size--2{font-size:0.875rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size--2{font-size:0.875rem}}@media screen and (max-width:479px){.font-size--2{font-size:0.875rem}}.font-size--1{font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size--1{font-size:0.9375rem}}@media screen and (max-width:479px){.font-size--1{font-size:0.9375rem}}.font-size-0{font-size:1rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size-0{font-size:1rem}}@media screen and (max-width:479px){.font-size-0{font-size:1rem}}.font-size-1{font-size:1.2019rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size-1{font-size:1.1305rem}}@media screen and (max-width:479px){.font-size-1{font-size:1.0625rem}}.font-size-2{font-size:1.414rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size-2{font-size:1.33rem}}@media screen and (max-width:479px){.font-size-2{font-size:1.25rem}}.font-size-3{font-size:1.69949rem;line-height:2.325rem}@media screen and (max-width:859px){.font-size-3{font-size:1.50357rem}}@media screen and (max-width:479px){.font-size-3{font-size:1.32812rem}}.font-size-4{font-size:1.9994rem;line-height:2.325rem}@media screen and (max-width:859px){.font-size-4{font-size:1.7689rem}}@media screen and (max-width:479px){.font-size-4{font-size:1.5625rem}}.font-size-5{font-size:2.40307rem;line-height:3.1rem}@media screen and (max-width:859px){.font-size-5{font-size:1.99974rem}}@media screen and (max-width:479px){.font-size-5{font-size:1.66016rem;line-height:2.325rem}}.font-size-6{font-size:2.82715rem;line-height:3.1rem}@media screen and (max-width:859px){.font-size-6{font-size:2.35264rem}}@media screen and (max-width:479px){.font-size-6{font-size:1.95312rem;line-height:2.325rem}}.font-size-7{font-size:3.39795rem;line-height:3.1rem}@media screen and (max-width:859px){.font-size-7{font-size:2.65966rem}}@media screen and (max-width:479px){.font-size-7{font-size:2.0752rem;line-height:2.325rem}}.font-size-8{font-size:3.99758rem;line-height:3.875rem}@media screen and (max-width:859px){.font-size-8{font-size:3.12901rem}}@media screen and (max-width:479px){.font-size-8{font-size:2.44141rem;line-height:3.1rem}}.leader-half{margin-top:0.775rem}.trailer-half{margin-bottom:0.775rem}.padding-leader-half{padding-top:0.775rem}.padding-trailer-half{padding-bottom:0.775rem}.leader-0{margin-top:0rem}.trailer-0{margin-bottom:0rem}.padding-leader-0{padding-top:0rem}.padding-trailer-0{padding-bottom:0rem}.leader-1{margin-top:1.55rem}.trailer-1{margin-bottom:1.55rem}.padding-leader-1{padding-top:1.55rem}.padding-trailer-1{padding-bottom:1.55rem}.leader-2{margin-top:3.1rem}.trailer-2{margin-bottom:3.1rem}.padding-leader-2{padding-top:3.1rem}.padding-trailer-2{padding-bottom:3.1rem}.leader-3{margin-top:4.65rem}.trailer-3{margin-bottom:4.65rem}.padding-leader-3{padding-top:4.65rem}.padding-trailer-3{padding-bottom:4.65rem}.leader-4{margin-top:6.2rem}.trailer-4{margin-bottom:6.2rem}.padding-leader-4{padding-top:6.2rem}.padding-trailer-4{padding-bottom:6.2rem}.leader-5{margin-top:7.75rem}.trailer-5{margin-bottom:7.75rem}.padding-leader-5{padding-top:7.75rem}.padding-trailer-5{padding-bottom:7.75rem}.leader-6{margin-top:9.3rem}.trailer-6{margin-bottom:9.3rem}.padding-leader-6{padding-top:9.3rem}.padding-trailer-6{padding-bottom:9.3rem}@media screen and (min-width:1450px){.large-leader-0{margin-top:0rem}.large-trailer-0{margin-bottom:0rem}.large-padding-leader-0{padding-top:0rem}.large-padding-trailer-0{padding-bottom:0rem}.large-leader-1{margin-top:1.55rem}.large-trailer-1{margin-bottom:1.55rem}.large-padding-leader-1{padding-top:1.55rem}.large-padding-trailer-1{padding-bottom:1.55rem}.large-leader-2{margin-top:3.1rem}.large-trailer-2{margin-bottom:3.1rem}.large-padding-leader-2{padding-top:3.1rem}.large-padding-trailer-2{padding-bottom:3.1rem}.large-leader-3{margin-top:4.65rem}.large-trailer-3{margin-bottom:4.65rem}.large-padding-leader-3{padding-top:4.65rem}.large-padding-trailer-3{padding-bottom:4.65rem}.large-leader-4{margin-top:6.2rem}.large-trailer-4{margin-bottom:6.2rem}.large-padding-leader-4{padding-top:6.2rem}.large-padding-trailer-4{padding-bottom:6.2rem}.large-leader-5{margin-top:7.75rem}.large-trailer-5{margin-bottom:7.75rem}.large-padding-leader-5{padding-top:7.75rem}.large-padding-trailer-5{padding-bottom:7.75rem}.large-leader-6{margin-top:9.3rem}.large-trailer-6{margin-bottom:9.3rem}.large-padding-leader-6{padding-top:9.3rem}.large-padding-trailer-6{padding-bottom:9.3rem}}@media screen and (max-width:859px){.tablet-leader-0{margin-top:0rem}.tablet-trailer-0{margin-bottom:0rem}.tablet-padding-leader-0{padding-top:0rem}.tablet-padding-trailer-0{padding-bottom:0rem}.tablet-leader-1{margin-top:1.55rem}.tablet-trailer-1{margin-bottom:1.55rem}.tablet-padding-leader-1{padding-top:1.55rem}.tablet-padding-trailer-1{padding-bottom:1.55rem}.tablet-leader-2{margin-top:3.1rem}.tablet-trailer-2{margin-bottom:3.1rem}.tablet-padding-leader-2{padding-top:3.1rem}.tablet-padding-trailer-2{padding-bottom:3.1rem}.tablet-leader-3{margin-top:4.65rem}.tablet-trailer-3{margin-bottom:4.65rem}.tablet-padding-leader-3{padding-top:4.65rem}.tablet-padding-trailer-3{padding-bottom:4.65rem}.tablet-leader-4{margin-top:6.2rem}.tablet-trailer-4{margin-bottom:6.2rem}.tablet-padding-leader-4{padding-top:6.2rem}.tablet-padding-trailer-4{padding-bottom:6.2rem}.tablet-leader-5{margin-top:7.75rem}.tablet-trailer-5{margin-bottom:7.75rem}.tablet-padding-leader-5{padding-top:7.75rem}.tablet-padding-trailer-5{padding-bottom:7.75rem}.tablet-leader-6{margin-top:9.3rem}.tablet-trailer-6{margin-bottom:9.3rem}.tablet-padding-leader-6{padding-top:9.3rem}.tablet-padding-trailer-6{padding-bottom:9.3rem}}@media screen and (max-width:479px){.phone-leader-0{margin-top:0rem}.phone-trailer-0{margin-bottom:0rem}.phone-padding-leader-0{padding-top:0rem}.phone-padding-trailer-0{padding-bottom:0rem}.phone-leader-1{margin-top:1.55rem}.phone-trailer-1{margin-bottom:1.55rem}.phone-padding-leader-1{padding-top:1.55rem}.phone-padding-trailer-1{padding-bottom:1.55rem}.phone-leader-2{margin-top:3.1rem}.phone-trailer-2{margin-bottom:3.1rem}.phone-padding-leader-2{padding-top:3.1rem}.phone-padding-trailer-2{padding-bottom:3.1rem}.phone-leader-3{margin-top:4.65rem}.phone-trailer-3{margin-bottom:4.65rem}.phone-padding-leader-3{padding-top:4.65rem}.phone-padding-trailer-3{padding-bottom:4.65rem}.phone-leader-4{margin-top:6.2rem}.phone-trailer-4{margin-bottom:6.2rem}.phone-padding-leader-4{padding-top:6.2rem}.phone-padding-trailer-4{padding-bottom:6.2rem}.phone-leader-5{margin-top:7.75rem}.phone-trailer-5{margin-bottom:7.75rem}.phone-padding-leader-5{padding-top:7.75rem}.phone-padding-trailer-5{padding-bottom:7.75rem}.phone-leader-6{margin-top:9.3rem}.phone-trailer-6{margin-bottom:9.3rem}.phone-padding-leader-6{padding-top:9.3rem}.phone-padding-trailer-6{padding-bottom:9.3rem}}html[dir="rtl"] .rtl-padding-left-0{padding-left:0rem}html[dir="rtl"] .rtl-padding-right-0{padding-right:0rem}.padding-left-quarter{padding-left:0.25rem}html[dir="rtl"] .padding-left-quarter{padding-right:0.25rem}.padding-right-quarter{padding-right:0.25rem}html[dir="rtl"] .padding-right-quarter{padding-left:0.25rem}.padding-left-third{padding-left:0.33333rem}html[dir="rtl"] .padding-left-third{padding-right:0.33333rem}.padding-right-third{padding-right:0.33333rem}html[dir="rtl"] .padding-right-third{padding-left:0.33333rem}.padding-left-half{padding-left:0.5rem}html[dir="rtl"] .padding-left-half{padding-right:0.5rem}.padding-right-half{padding-right:0.5rem}html[dir="rtl"] .padding-right-half{padding-left:0.5rem}.padding-left-0{padding-left:0rem}html[dir="rtl"] .padding-left-0{padding-right:0rem}.padding-right-0{padding-right:0rem}html[dir="rtl"] .padding-right-0{padding-left:0rem}.padding-left-1{padding-left:1rem}html[dir="rtl"] .padding-left-1{padding-right:1rem}.padding-right-1{padding-right:1rem}html[dir="rtl"] .padding-right-1{padding-left:1rem}.padding-left-2{padding-left:2rem}html[dir="rtl"] .padding-left-2{padding-right:2rem}.padding-right-2{padding-right:2rem}html[dir="rtl"] .padding-right-2{padding-left:2rem}.padding-left-3{padding-left:3rem}html[dir="rtl"] .padding-left-3{padding-right:3rem}.padding-right-3{padding-right:3rem}html[dir="rtl"] .padding-right-3{padding-left:3rem}.padding-left-4{padding-left:4rem}html[dir="rtl"] .padding-left-4{padding-right:4rem}.padding-right-4{padding-right:4rem}html[dir="rtl"] .padding-right-4{padding-left:4rem}html[dir="rtl"] .rtl-margin-left-0{margin-left:0rem}html[dir="rtl"] .rtl-margin-right-0{margin-right:0rem}.margin-left-quarter{margin-left:0.25rem}html[dir="rtl"] .margin-left-quarter{margin-right:0.25rem}.margin-right-quarter{margin-right:0.25rem}html[dir="rtl"] .margin-right-quarter{margin-left:0.25rem}.margin-left-third{margin-left:0.33333rem}html[dir="rtl"] .margin-left-third{margin-right:0.33333rem}.margin-right-third{margin-right:0.33333rem}html[dir="rtl"] .margin-right-third{margin-left:0.33333rem}.margin-left-half{margin-left:0.5rem}html[dir="rtl"] .margin-left-half{margin-right:0.5rem}.margin-right-half{margin-right:0.5rem}html[dir="rtl"] .margin-right-half{margin-left:0.5rem}.margin-left-0{margin-left:0rem}html[dir="rtl"] .margin-left-0{margin-right:0rem}.margin-right-0{margin-right:0rem}html[dir="rtl"] .margin-right-0{margin-left:0rem}.margin-left-1{margin-left:1rem}html[dir="rtl"] .margin-left-1{margin-right:1rem}.margin-right-1{margin-right:1rem}html[dir="rtl"] .margin-right-1{margin-left:1rem}.margin-left-2{margin-left:2rem}html[dir="rtl"] .margin-left-2{margin-right:2rem}.margin-right-2{margin-right:2rem}html[dir="rtl"] .margin-right-2{margin-left:2rem}.margin-left-3{margin-left:3rem}html[dir="rtl"] .margin-left-3{margin-right:3rem}.margin-right-3{margin-right:3rem}html[dir="rtl"] .margin-right-3{margin-left:3rem}.margin-left-4{margin-left:4rem}html[dir="rtl"] .margin-left-4{margin-right:4rem}.margin-right-4{margin-right:4rem}html[dir="rtl"] .margin-right-4{margin-left:4rem}@media screen and (max-width:859px){.tablet-gutter-left-0{padding-left:0rem}html[dir="rtl"] .tablet-gutter-left-0{padding-right:0rem}.tablet-gutter-right-0{padding-right:0rem}html[dir="rtl"] .tablet-gutter-right-0{padding-left:0rem}.tablet-gutter-left-1{padding-left:1rem}html[dir="rtl"] .tablet-gutter-left-1{padding-right:1rem}.tablet-gutter-right-1{padding-right:1rem}html[dir="rtl"] .tablet-gutter-right-1{padding-left:1rem}.tablet-gutter-left-2{padding-left:2rem}html[dir="rtl"] .tablet-gutter-left-2{padding-right:2rem}.tablet-gutter-right-2{padding-right:2rem}html[dir="rtl"] .tablet-gutter-right-2{padding-left:2rem}.tablet-gutter-left-3{padding-left:3rem}html[dir="rtl"] .tablet-gutter-left-3{padding-right:3rem}.tablet-gutter-right-3{padding-right:3rem}html[dir="rtl"] .tablet-gutter-right-3{padding-left:3rem}.tablet-gutter-left-4{padding-left:4rem}html[dir="rtl"] .tablet-gutter-left-4{padding-right:4rem}.tablet-gutter-right-4{padding-right:4rem}html[dir="rtl"] .tablet-gutter-right-4{padding-left:4rem}}@media screen and (max-width:479px){.phone-gutter-left-0{padding-left:0rem}html[dir="rtl"] .phone-gutter-left-0{padding-right:0rem}.phone-gutter-right-0{padding-right:0rem}html[dir="rtl"] .phone-gutter-right-0{padding-left:0rem}.phone-gutter-left-1{padding-left:1rem}html[dir="rtl"] .phone-gutter-left-1{padding-right:1rem}.phone-gutter-right-1{padding-right:1rem}html[dir="rtl"] .phone-gutter-right-1{padding-left:1rem}.phone-gutter-left-2{padding-left:2rem}html[dir="rtl"] .phone-gutter-left-2{padding-right:2rem}.phone-gutter-right-2{padding-right:2rem}html[dir="rtl"] .phone-gutter-right-2{padding-left:2rem}.phone-gutter-left-3{padding-left:3rem}html[dir="rtl"] .phone-gutter-left-3{padding-right:3rem}.phone-gutter-right-3{padding-right:3rem}html[dir="rtl"] .phone-gutter-right-3{padding-left:3rem}.phone-gutter-left-4{padding-left:4rem}html[dir="rtl"] .phone-gutter-left-4{padding-right:4rem}.phone-gutter-right-4{padding-right:4rem}html[dir="rtl"] .phone-gutter-right-4{padding-left:4rem}} \ No newline at end of file +@charset "UTF-8";html{overflow-y:scroll;height:100%;font-size:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%}body{min-height:100%;margin:0}.wrapper{overflow:hidden}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}svg:not(:root){overflow:hidden}video,img{max-width:100%;height:auto}.ie main{display:block}.ie select{padding-right:8px}.clearfix:after{content:'';display:table;clear:both}.overflow-auto{overflow:auto}.inline-block{display:inline-block}.column-1,.column-2,.column-3,.column-4,.column-5,.column-6,.column-7,.column-8,.column-9,.column-10,.column-11,.column-12,.column-13,.column-14,.column-15,.column-16,.column-17,.column-18,.column-19,.column-20,.column-21,.column-22,.column-23,.column-24{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:1450px;max-width:100%;padding-left:0.5rem;padding-right:0.5rem;float:left}html[dir="rtl"] .column-1,html[dir="rtl"] .column-2,html[dir="rtl"] .column-3,html[dir="rtl"] .column-4,html[dir="rtl"] .column-5,html[dir="rtl"] .column-6,html[dir="rtl"] .column-7,html[dir="rtl"] .column-8,html[dir="rtl"] .column-9,html[dir="rtl"] .column-10,html[dir="rtl"] .column-11,html[dir="rtl"] .column-12,html[dir="rtl"] .column-13,html[dir="rtl"] .column-14,html[dir="rtl"] .column-15,html[dir="rtl"] .column-16,html[dir="rtl"] .column-17,html[dir="rtl"] .column-18,html[dir="rtl"] .column-19,html[dir="rtl"] .column-20,html[dir="rtl"] .column-21,html[dir="rtl"] .column-22,html[dir="rtl"] .column-23,html[dir="rtl"] .column-24{float:right}[class*="column-"] [class*="column-"]:first-of-type{margin-left:-0.5rem}html[dir="rtl"] [class*="column-"] [class*="column-"]:first-of-type{margin-left:0;margin-right:-0.5rem}[class*="column-"] [class*="column-"]:last-of-type{margin-right:-0.5rem}html[dir="rtl"] [class*="column-"] [class*="column-"]:last-of-type{margin-right:0;margin-left:-0.5rem}[class*="column-"]:last-of-type:after{content:'';display:table;clear:both}@media screen{.grid-container{width:1450px;max-width:95vw;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.grid-container:after{content:'';display:table;clear:both}}@media screen{.first-column{margin-left:-0.5rem}html[dir="rtl"] .first-column{margin-left:0;margin-right:-0.5rem}.last-column{margin-right:-0.5rem}html[dir="rtl"] .last-column{margin-right:0;margin-left:-0.5rem}}@media screen and (min-width:1450px){.column-1{width:60.41667px;max-width:3.95833vw}.column-1 > .column-1{margin-left:-0.5rem;margin-right:-0.5rem}.column-2{width:120.83333px;max-width:7.91667vw}.column-2 > .column-2{margin-left:-0.5rem;margin-right:-0.5rem}.column-3{width:181.25px;max-width:11.875vw}.column-3 > .column-3{margin-left:-0.5rem;margin-right:-0.5rem}.column-4{width:241.66667px;max-width:15.83333vw}.column-4 > .column-4{margin-left:-0.5rem;margin-right:-0.5rem}.column-5{width:302.08333px;max-width:19.79167vw}.column-5 > .column-5{margin-left:-0.5rem;margin-right:-0.5rem}.column-6{width:362.5px;max-width:23.75vw}.column-6 > .column-6{margin-left:-0.5rem;margin-right:-0.5rem}.column-7{width:422.91667px;max-width:27.70833vw}.column-7 > .column-7{margin-left:-0.5rem;margin-right:-0.5rem}.column-8{width:483.33333px;max-width:31.66667vw}.column-8 > .column-8{margin-left:-0.5rem;margin-right:-0.5rem}.column-9{width:543.75px;max-width:35.625vw}.column-9 > .column-9{margin-left:-0.5rem;margin-right:-0.5rem}.column-10{width:604.16667px;max-width:39.58333vw}.column-10 > .column-10{margin-left:-0.5rem;margin-right:-0.5rem}.column-11{width:664.58333px;max-width:43.54167vw}.column-11 > .column-11{margin-left:-0.5rem;margin-right:-0.5rem}.column-12{width:725px;max-width:47.5vw}.column-12 > .column-12{margin-left:-0.5rem;margin-right:-0.5rem}.column-13{width:785.41667px;max-width:51.45833vw}.column-13 > .column-13{margin-left:-0.5rem;margin-right:-0.5rem}.column-14{width:845.83333px;max-width:55.41667vw}.column-14 > .column-14{margin-left:-0.5rem;margin-right:-0.5rem}.column-15{width:906.25px;max-width:59.375vw}.column-15 > .column-15{margin-left:-0.5rem;margin-right:-0.5rem}.column-16{width:966.66667px;max-width:63.33333vw}.column-16 > .column-16{margin-left:-0.5rem;margin-right:-0.5rem}.column-17{width:1027.08333px;max-width:67.29167vw}.column-17 > .column-17{margin-left:-0.5rem;margin-right:-0.5rem}.column-18{width:1087.5px;max-width:71.25vw}.column-18 > .column-18{margin-left:-0.5rem;margin-right:-0.5rem}.column-19{width:1147.91667px;max-width:75.20833vw}.column-19 > .column-19{margin-left:-0.5rem;margin-right:-0.5rem}.column-20{width:1208.33333px;max-width:79.16667vw}.column-20 > .column-20{margin-left:-0.5rem;margin-right:-0.5rem}.column-21{width:1268.75px;max-width:83.125vw}.column-21 > .column-21{margin-left:-0.5rem;margin-right:-0.5rem}.column-22{width:1329.16667px;max-width:87.08333vw}.column-22 > .column-22{margin-left:-0.5rem;margin-right:-0.5rem}.column-23{width:1389.58333px;max-width:91.04167vw}.column-23 > .column-23{margin-left:-0.5rem;margin-right:-0.5rem}.column-24{width:1450px;max-width:95vw}.column-24 > .column-24{margin-left:-0.5rem;margin-right:-0.5rem}.large-column-1{width:60.41667px;max-width:3.95833vw}.large-column-2{width:120.83333px;max-width:7.91667vw}.large-column-3{width:181.25px;max-width:11.875vw}.large-column-4{width:241.66667px;max-width:15.83333vw}.large-column-5{width:302.08333px;max-width:19.79167vw}.large-column-6{width:362.5px;max-width:23.75vw}.large-column-7{width:422.91667px;max-width:27.70833vw}.large-column-8{width:483.33333px;max-width:31.66667vw}.large-column-9{width:543.75px;max-width:35.625vw}.large-column-10{width:604.16667px;max-width:39.58333vw}.large-column-11{width:664.58333px;max-width:43.54167vw}.large-column-12{width:725px;max-width:47.5vw}.large-column-13{width:785.41667px;max-width:51.45833vw}.large-column-14{width:845.83333px;max-width:55.41667vw}.large-column-15{width:906.25px;max-width:59.375vw}.large-column-16{width:966.66667px;max-width:63.33333vw}.large-column-17{width:1027.08333px;max-width:67.29167vw}.large-column-18{width:1087.5px;max-width:71.25vw}.large-column-19{width:1147.91667px;max-width:75.20833vw}.large-column-20{width:1208.33333px;max-width:79.16667vw}.large-column-21{width:1268.75px;max-width:83.125vw}.large-column-22{width:1329.16667px;max-width:87.08333vw}.large-column-23{width:1389.58333px;max-width:91.04167vw}.large-column-24{width:1450px;max-width:95vw}.large-first-column{margin-left:-0.5rem;margin-right:-0.5rem}.large-last-column{margin-right:-0.5rem;margin-left:-0.5rem}}@media screen and (max-width:1449px){.column-1{width:60.41667px;max-width:3.95833vw}.column-1 > .column-1{margin-left:-0.5rem;margin-right:-0.5rem}.column-2{width:120.83333px;max-width:7.91667vw}.column-2 > .column-2{margin-left:-0.5rem;margin-right:-0.5rem}.column-3{width:181.25px;max-width:11.875vw}.column-3 > .column-3{margin-left:-0.5rem;margin-right:-0.5rem}.column-4{width:241.66667px;max-width:15.83333vw}.column-4 > .column-4{margin-left:-0.5rem;margin-right:-0.5rem}.column-5{width:302.08333px;max-width:19.79167vw}.column-5 > .column-5{margin-left:-0.5rem;margin-right:-0.5rem}.column-6{width:362.5px;max-width:23.75vw}.column-6 > .column-6{margin-left:-0.5rem;margin-right:-0.5rem}.column-7{width:422.91667px;max-width:27.70833vw}.column-7 > .column-7{margin-left:-0.5rem;margin-right:-0.5rem}.column-8{width:483.33333px;max-width:31.66667vw}.column-8 > .column-8{margin-left:-0.5rem;margin-right:-0.5rem}.column-9{width:543.75px;max-width:35.625vw}.column-9 > .column-9{margin-left:-0.5rem;margin-right:-0.5rem}.column-10{width:604.16667px;max-width:39.58333vw}.column-10 > .column-10{margin-left:-0.5rem;margin-right:-0.5rem}.column-11{width:664.58333px;max-width:43.54167vw}.column-11 > .column-11{margin-left:-0.5rem;margin-right:-0.5rem}.column-12{width:725px;max-width:47.5vw}.column-12 > .column-12{margin-left:-0.5rem;margin-right:-0.5rem}.column-13{width:785.41667px;max-width:51.45833vw}.column-13 > .column-13{margin-left:-0.5rem;margin-right:-0.5rem}.column-14{width:845.83333px;max-width:55.41667vw}.column-14 > .column-14{margin-left:-0.5rem;margin-right:-0.5rem}.column-15{width:906.25px;max-width:59.375vw}.column-15 > .column-15{margin-left:-0.5rem;margin-right:-0.5rem}.column-16{width:966.66667px;max-width:63.33333vw}.column-16 > .column-16{margin-left:-0.5rem;margin-right:-0.5rem}.column-17{width:1027.08333px;max-width:67.29167vw}.column-17 > .column-17{margin-left:-0.5rem;margin-right:-0.5rem}.column-18{width:1087.5px;max-width:71.25vw}.column-18 > .column-18{margin-left:-0.5rem;margin-right:-0.5rem}.column-19{width:1147.91667px;max-width:75.20833vw}.column-19 > .column-19{margin-left:-0.5rem;margin-right:-0.5rem}.column-20{width:1208.33333px;max-width:79.16667vw}.column-20 > .column-20{margin-left:-0.5rem;margin-right:-0.5rem}.column-21{width:1268.75px;max-width:83.125vw}.column-21 > .column-21{margin-left:-0.5rem;margin-right:-0.5rem}.column-22{width:1329.16667px;max-width:87.08333vw}.column-22 > .column-22{margin-left:-0.5rem;margin-right:-0.5rem}.column-23{width:1389.58333px;max-width:91.04167vw}.column-23 > .column-23{margin-left:-0.5rem;margin-right:-0.5rem}.column-24{width:1450px;max-width:95vw}.column-24 > .column-24{margin-left:-0.5rem;margin-right:-0.5rem}}@media screen and (max-width:859px){.column-1{width:120.83333px;max-width:7.91667vw}.column-2{width:241.66667px;max-width:15.83333vw}.column-3{width:362.5px;max-width:23.75vw}.column-4{width:483.33333px;max-width:31.66667vw}.column-5{width:604.16667px;max-width:39.58333vw}.column-6{width:725px;max-width:47.5vw}.column-7{width:845.83333px;max-width:55.41667vw}.column-8{width:966.66667px;max-width:63.33333vw}.column-9{width:1087.5px;max-width:71.25vw}.column-10{width:1208.33333px;max-width:79.16667vw}.column-11{width:1329.16667px;max-width:87.08333vw}.column-12{width:1450px;max-width:95vw}.column-12{width:1450px;max-width:95vw}.column-13{width:1450px;max-width:95vw}.column-14{width:1450px;max-width:95vw}.column-15{width:1450px;max-width:95vw}.column-16{width:1450px;max-width:95vw}.column-17{width:1450px;max-width:95vw}.column-18{width:1450px;max-width:95vw}.column-19{width:1450px;max-width:95vw}.column-20{width:1450px;max-width:95vw}.column-21{width:1450px;max-width:95vw}.column-22{width:1450px;max-width:95vw}.column-23{width:1450px;max-width:95vw}.column-24{width:1450px;max-width:95vw}.tablet-column-1{width:120.83333px;max-width:7.91667vw}.tablet-column-2{width:241.66667px;max-width:15.83333vw}.tablet-column-3{width:362.5px;max-width:23.75vw}.tablet-column-4{width:483.33333px;max-width:31.66667vw}.tablet-column-5{width:604.16667px;max-width:39.58333vw}.tablet-column-6{width:725px;max-width:47.5vw}.tablet-column-7{width:845.83333px;max-width:55.41667vw}.tablet-column-8{width:966.66667px;max-width:63.33333vw}.tablet-column-9{width:1087.5px;max-width:71.25vw}.tablet-column-10{width:1208.33333px;max-width:79.16667vw}.tablet-column-11{width:1329.16667px;max-width:87.08333vw}.tablet-column-12{width:1450px;max-width:95vw}.tablet-first-column{margin-left:-0.5rem}html[dir="rtl"] .tablet-first-column{margin-left:0;margin-right:-0.5rem}.tablet-last-column{margin-right:-0.5rem}html[dir="rtl"] .tablet-last-column{margin-right:0;margin-left:-0.5rem}}@media screen and (max-width:479px){.column-1{width:241.66667px;max-width:15.83333vw}.column-2{width:483.33333px;max-width:31.66667vw}.column-3{width:725px;max-width:47.5vw}.column-4{width:966.66667px;max-width:63.33333vw}.column-5{width:1208.33333px;max-width:79.16667vw}.column-6{width:1450px;max-width:95vw}.column-6{width:1450px;max-width:95vw}.column-7{width:1450px;max-width:95vw}.column-8{width:1450px;max-width:95vw}.column-9{width:1450px;max-width:95vw}.column-10{width:1450px;max-width:95vw}.column-11{width:1450px;max-width:95vw}.column-12{width:1450px;max-width:95vw}.column-13{width:1450px;max-width:95vw}.column-14{width:1450px;max-width:95vw}.column-15{width:1450px;max-width:95vw}.column-16{width:1450px;max-width:95vw}.column-17{width:1450px;max-width:95vw}.column-18{width:1450px;max-width:95vw}.column-19{width:1450px;max-width:95vw}.column-20{width:1450px;max-width:95vw}.column-21{width:1450px;max-width:95vw}.column-22{width:1450px;max-width:95vw}.column-23{width:1450px;max-width:95vw}.column-24{width:1450px;max-width:95vw}.tablet-column-1{width:241.66667px;max-width:15.83333vw}.tablet-column-2{width:483.33333px;max-width:31.66667vw}.tablet-column-3{width:725px;max-width:47.5vw}.tablet-column-4{width:966.66667px;max-width:63.33333vw}.tablet-column-5{width:1208.33333px;max-width:79.16667vw}.tablet-column-6{width:1450px;max-width:95vw}.tablet-column-6{width:1450px;max-width:95vw}.tablet-column-7{width:1450px;max-width:95vw}.tablet-column-8{width:1450px;max-width:95vw}.tablet-column-9{width:1450px;max-width:95vw}.tablet-column-10{width:1450px;max-width:95vw}.tablet-column-11{width:1450px;max-width:95vw}.tablet-column-12{width:1450px;max-width:95vw}.tablet-column-13{width:1450px;max-width:95vw}.tablet-column-14{width:1450px;max-width:95vw}.tablet-column-15{width:1450px;max-width:95vw}.tablet-column-16{width:1450px;max-width:95vw}.tablet-column-17{width:1450px;max-width:95vw}.tablet-column-18{width:1450px;max-width:95vw}.tablet-column-19{width:1450px;max-width:95vw}.tablet-column-20{width:1450px;max-width:95vw}.tablet-column-21{width:1450px;max-width:95vw}.tablet-column-22{width:1450px;max-width:95vw}.tablet-column-23{width:1450px;max-width:95vw}.tablet-column-24{width:1450px;max-width:95vw}.phone-column-1{width:241.66667px;max-width:15.83333vw}.phone-column-2{width:483.33333px;max-width:31.66667vw}.phone-column-3{width:725px;max-width:47.5vw}.phone-column-4{width:966.66667px;max-width:63.33333vw}.phone-column-5{width:1208.33333px;max-width:79.16667vw}.phone-column-6{width:1450px;max-width:95vw}.phone-first-column{margin-left:-0.5rem}html[dir="rtl"] .phone-first-column{margin-left:0;margin-right:-0.5rem}.phone-last-column{margin-right:-0.5rem}html[dir="rtl"] .phone-last-column{margin-right:0;margin-left:-0.5rem}}@media screen and (min-width:860px){.pre-0{margin-left:0vw!important}html[dir="rtl"] .pre-0{margin-right:0vw!important}.first-column.pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-0{margin-right:calc(0vw - 0.5rem)!important}.post-0{margin-right:0vw!important}html[dir="rtl"] .post-0{margin-left:0vw!important}.pre-1{margin-left:3.95833vw!important}html[dir="rtl"] .pre-1{margin-right:3.95833vw!important}.first-column.pre-1{margin-left:calc(3.95833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-1{margin-right:calc(3.95833vw - 0.5rem)!important}.post-1{margin-right:3.95833vw!important}html[dir="rtl"] .post-1{margin-left:3.95833vw!important}.pre-2{margin-left:7.91667vw!important}html[dir="rtl"] .pre-2{margin-right:7.91667vw!important}.first-column.pre-2{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-2{margin-right:calc(7.91667vw - 0.5rem)!important}.post-2{margin-right:7.91667vw!important}html[dir="rtl"] .post-2{margin-left:7.91667vw!important}.pre-3{margin-left:11.875vw!important}html[dir="rtl"] .pre-3{margin-right:11.875vw!important}.first-column.pre-3{margin-left:calc(11.875vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-3{margin-right:calc(11.875vw - 0.5rem)!important}.post-3{margin-right:11.875vw!important}html[dir="rtl"] .post-3{margin-left:11.875vw!important}.pre-4{margin-left:15.83333vw!important}html[dir="rtl"] .pre-4{margin-right:15.83333vw!important}.first-column.pre-4{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-4{margin-right:calc(15.83333vw - 0.5rem)!important}.post-4{margin-right:15.83333vw!important}html[dir="rtl"] .post-4{margin-left:15.83333vw!important}.pre-5{margin-left:19.79167vw!important}html[dir="rtl"] .pre-5{margin-right:19.79167vw!important}.first-column.pre-5{margin-left:calc(19.79167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-5{margin-right:calc(19.79167vw - 0.5rem)!important}.post-5{margin-right:19.79167vw!important}html[dir="rtl"] .post-5{margin-left:19.79167vw!important}.pre-6{margin-left:23.75vw!important}html[dir="rtl"] .pre-6{margin-right:23.75vw!important}.first-column.pre-6{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-6{margin-right:calc(23.75vw - 0.5rem)!important}.post-6{margin-right:23.75vw!important}html[dir="rtl"] .post-6{margin-left:23.75vw!important}.pre-7{margin-left:27.70833vw!important}html[dir="rtl"] .pre-7{margin-right:27.70833vw!important}.first-column.pre-7{margin-left:calc(27.70833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-7{margin-right:calc(27.70833vw - 0.5rem)!important}.post-7{margin-right:27.70833vw!important}html[dir="rtl"] .post-7{margin-left:27.70833vw!important}.pre-8{margin-left:31.66667vw!important}html[dir="rtl"] .pre-8{margin-right:31.66667vw!important}.first-column.pre-8{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-8{margin-right:calc(31.66667vw - 0.5rem)!important}.post-8{margin-right:31.66667vw!important}html[dir="rtl"] .post-8{margin-left:31.66667vw!important}.pre-9{margin-left:35.625vw!important}html[dir="rtl"] .pre-9{margin-right:35.625vw!important}.first-column.pre-9{margin-left:calc(35.625vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-9{margin-right:calc(35.625vw - 0.5rem)!important}.post-9{margin-right:35.625vw!important}html[dir="rtl"] .post-9{margin-left:35.625vw!important}.pre-10{margin-left:39.58333vw!important}html[dir="rtl"] .pre-10{margin-right:39.58333vw!important}.first-column.pre-10{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-10{margin-right:calc(39.58333vw - 0.5rem)!important}.post-10{margin-right:39.58333vw!important}html[dir="rtl"] .post-10{margin-left:39.58333vw!important}.pre-11{margin-left:43.54167vw!important}html[dir="rtl"] .pre-11{margin-right:43.54167vw!important}.first-column.pre-11{margin-left:calc(43.54167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-11{margin-right:calc(43.54167vw - 0.5rem)!important}.post-11{margin-right:43.54167vw!important}html[dir="rtl"] .post-11{margin-left:43.54167vw!important}.pre-12{margin-left:47.5vw!important}html[dir="rtl"] .pre-12{margin-right:47.5vw!important}.first-column.pre-12{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-12{margin-right:calc(47.5vw - 0.5rem)!important}.post-12{margin-right:47.5vw!important}html[dir="rtl"] .post-12{margin-left:47.5vw!important}.pre-13{margin-left:51.45833vw!important}html[dir="rtl"] .pre-13{margin-right:51.45833vw!important}.first-column.pre-13{margin-left:calc(51.45833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-13{margin-right:calc(51.45833vw - 0.5rem)!important}.post-13{margin-right:51.45833vw!important}html[dir="rtl"] .post-13{margin-left:51.45833vw!important}.pre-14{margin-left:55.41667vw!important}html[dir="rtl"] .pre-14{margin-right:55.41667vw!important}.first-column.pre-14{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-14{margin-right:calc(55.41667vw - 0.5rem)!important}.post-14{margin-right:55.41667vw!important}html[dir="rtl"] .post-14{margin-left:55.41667vw!important}.pre-15{margin-left:59.375vw!important}html[dir="rtl"] .pre-15{margin-right:59.375vw!important}.first-column.pre-15{margin-left:calc(59.375vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-15{margin-right:calc(59.375vw - 0.5rem)!important}.post-15{margin-right:59.375vw!important}html[dir="rtl"] .post-15{margin-left:59.375vw!important}.pre-16{margin-left:63.33333vw!important}html[dir="rtl"] .pre-16{margin-right:63.33333vw!important}.first-column.pre-16{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-16{margin-right:calc(63.33333vw - 0.5rem)!important}.post-16{margin-right:63.33333vw!important}html[dir="rtl"] .post-16{margin-left:63.33333vw!important}.pre-17{margin-left:67.29167vw!important}html[dir="rtl"] .pre-17{margin-right:67.29167vw!important}.first-column.pre-17{margin-left:calc(67.29167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-17{margin-right:calc(67.29167vw - 0.5rem)!important}.post-17{margin-right:67.29167vw!important}html[dir="rtl"] .post-17{margin-left:67.29167vw!important}.pre-18{margin-left:71.25vw!important}html[dir="rtl"] .pre-18{margin-right:71.25vw!important}.first-column.pre-18{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-18{margin-right:calc(71.25vw - 0.5rem)!important}.post-18{margin-right:71.25vw!important}html[dir="rtl"] .post-18{margin-left:71.25vw!important}.pre-19{margin-left:75.20833vw!important}html[dir="rtl"] .pre-19{margin-right:75.20833vw!important}.first-column.pre-19{margin-left:calc(75.20833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-19{margin-right:calc(75.20833vw - 0.5rem)!important}.post-19{margin-right:75.20833vw!important}html[dir="rtl"] .post-19{margin-left:75.20833vw!important}.pre-20{margin-left:79.16667vw!important}html[dir="rtl"] .pre-20{margin-right:79.16667vw!important}.first-column.pre-20{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-20{margin-right:calc(79.16667vw - 0.5rem)!important}.post-20{margin-right:79.16667vw!important}html[dir="rtl"] .post-20{margin-left:79.16667vw!important}.pre-21{margin-left:83.125vw!important}html[dir="rtl"] .pre-21{margin-right:83.125vw!important}.first-column.pre-21{margin-left:calc(83.125vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-21{margin-right:calc(83.125vw - 0.5rem)!important}.post-21{margin-right:83.125vw!important}html[dir="rtl"] .post-21{margin-left:83.125vw!important}.pre-22{margin-left:87.08333vw!important}html[dir="rtl"] .pre-22{margin-right:87.08333vw!important}.first-column.pre-22{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-22{margin-right:calc(87.08333vw - 0.5rem)!important}.post-22{margin-right:87.08333vw!important}html[dir="rtl"] .post-22{margin-left:87.08333vw!important}.pre-23{margin-left:91.04167vw!important}html[dir="rtl"] .pre-23{margin-right:91.04167vw!important}.first-column.pre-23{margin-left:calc(91.04167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-23{margin-right:calc(91.04167vw - 0.5rem)!important}.post-23{margin-right:91.04167vw!important}html[dir="rtl"] .post-23{margin-left:91.04167vw!important}.pre-24{margin-left:95vw!important}html[dir="rtl"] .pre-24{margin-right:95vw!important}.first-column.pre-24{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-24{margin-right:calc(95vw - 0.5rem)!important}.post-24{margin-right:95vw!important}html[dir="rtl"] .post-24{margin-left:95vw!important}.rtl-pre-0{margin-left:0vw!important}html[dir="rtl"] .rtl-pre-0{margin-right:0vw!important}.first-column.rtl-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-0{margin-right:calc(0vw - 0.5rem)!important}.rtl-post-0{margin-right:0vw!important}html[dir="rtl"] .rtl-post-0{margin-left:0vw!important}.rtl-pre-1{margin-left:3.95833vw!important}html[dir="rtl"] .rtl-pre-1{margin-right:3.95833vw!important}.first-column.rtl-pre-1{margin-left:calc(3.95833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-1{margin-right:calc(3.95833vw - 0.5rem)!important}.rtl-post-1{margin-right:3.95833vw!important}html[dir="rtl"] .rtl-post-1{margin-left:3.95833vw!important}.rtl-pre-2{margin-left:7.91667vw!important}html[dir="rtl"] .rtl-pre-2{margin-right:7.91667vw!important}.first-column.rtl-pre-2{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-2{margin-right:calc(7.91667vw - 0.5rem)!important}.rtl-post-2{margin-right:7.91667vw!important}html[dir="rtl"] .rtl-post-2{margin-left:7.91667vw!important}.rtl-pre-3{margin-left:11.875vw!important}html[dir="rtl"] .rtl-pre-3{margin-right:11.875vw!important}.first-column.rtl-pre-3{margin-left:calc(11.875vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-3{margin-right:calc(11.875vw - 0.5rem)!important}.rtl-post-3{margin-right:11.875vw!important}html[dir="rtl"] .rtl-post-3{margin-left:11.875vw!important}.rtl-pre-4{margin-left:15.83333vw!important}html[dir="rtl"] .rtl-pre-4{margin-right:15.83333vw!important}.first-column.rtl-pre-4{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-4{margin-right:calc(15.83333vw - 0.5rem)!important}.rtl-post-4{margin-right:15.83333vw!important}html[dir="rtl"] .rtl-post-4{margin-left:15.83333vw!important}.rtl-pre-5{margin-left:19.79167vw!important}html[dir="rtl"] .rtl-pre-5{margin-right:19.79167vw!important}.first-column.rtl-pre-5{margin-left:calc(19.79167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-5{margin-right:calc(19.79167vw - 0.5rem)!important}.rtl-post-5{margin-right:19.79167vw!important}html[dir="rtl"] .rtl-post-5{margin-left:19.79167vw!important}.rtl-pre-6{margin-left:23.75vw!important}html[dir="rtl"] .rtl-pre-6{margin-right:23.75vw!important}.first-column.rtl-pre-6{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-6{margin-right:calc(23.75vw - 0.5rem)!important}.rtl-post-6{margin-right:23.75vw!important}html[dir="rtl"] .rtl-post-6{margin-left:23.75vw!important}.rtl-pre-7{margin-left:27.70833vw!important}html[dir="rtl"] .rtl-pre-7{margin-right:27.70833vw!important}.first-column.rtl-pre-7{margin-left:calc(27.70833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-7{margin-right:calc(27.70833vw - 0.5rem)!important}.rtl-post-7{margin-right:27.70833vw!important}html[dir="rtl"] .rtl-post-7{margin-left:27.70833vw!important}.rtl-pre-8{margin-left:31.66667vw!important}html[dir="rtl"] .rtl-pre-8{margin-right:31.66667vw!important}.first-column.rtl-pre-8{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-8{margin-right:calc(31.66667vw - 0.5rem)!important}.rtl-post-8{margin-right:31.66667vw!important}html[dir="rtl"] .rtl-post-8{margin-left:31.66667vw!important}.rtl-pre-9{margin-left:35.625vw!important}html[dir="rtl"] .rtl-pre-9{margin-right:35.625vw!important}.first-column.rtl-pre-9{margin-left:calc(35.625vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-9{margin-right:calc(35.625vw - 0.5rem)!important}.rtl-post-9{margin-right:35.625vw!important}html[dir="rtl"] .rtl-post-9{margin-left:35.625vw!important}.rtl-pre-10{margin-left:39.58333vw!important}html[dir="rtl"] .rtl-pre-10{margin-right:39.58333vw!important}.first-column.rtl-pre-10{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-10{margin-right:calc(39.58333vw - 0.5rem)!important}.rtl-post-10{margin-right:39.58333vw!important}html[dir="rtl"] .rtl-post-10{margin-left:39.58333vw!important}.rtl-pre-11{margin-left:43.54167vw!important}html[dir="rtl"] .rtl-pre-11{margin-right:43.54167vw!important}.first-column.rtl-pre-11{margin-left:calc(43.54167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-11{margin-right:calc(43.54167vw - 0.5rem)!important}.rtl-post-11{margin-right:43.54167vw!important}html[dir="rtl"] .rtl-post-11{margin-left:43.54167vw!important}.rtl-pre-12{margin-left:47.5vw!important}html[dir="rtl"] .rtl-pre-12{margin-right:47.5vw!important}.first-column.rtl-pre-12{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-12{margin-right:calc(47.5vw - 0.5rem)!important}.rtl-post-12{margin-right:47.5vw!important}html[dir="rtl"] .rtl-post-12{margin-left:47.5vw!important}.rtl-pre-13{margin-left:51.45833vw!important}html[dir="rtl"] .rtl-pre-13{margin-right:51.45833vw!important}.first-column.rtl-pre-13{margin-left:calc(51.45833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-13{margin-right:calc(51.45833vw - 0.5rem)!important}.rtl-post-13{margin-right:51.45833vw!important}html[dir="rtl"] .rtl-post-13{margin-left:51.45833vw!important}.rtl-pre-14{margin-left:55.41667vw!important}html[dir="rtl"] .rtl-pre-14{margin-right:55.41667vw!important}.first-column.rtl-pre-14{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-14{margin-right:calc(55.41667vw - 0.5rem)!important}.rtl-post-14{margin-right:55.41667vw!important}html[dir="rtl"] .rtl-post-14{margin-left:55.41667vw!important}.rtl-pre-15{margin-left:59.375vw!important}html[dir="rtl"] .rtl-pre-15{margin-right:59.375vw!important}.first-column.rtl-pre-15{margin-left:calc(59.375vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-15{margin-right:calc(59.375vw - 0.5rem)!important}.rtl-post-15{margin-right:59.375vw!important}html[dir="rtl"] .rtl-post-15{margin-left:59.375vw!important}.rtl-pre-16{margin-left:63.33333vw!important}html[dir="rtl"] .rtl-pre-16{margin-right:63.33333vw!important}.first-column.rtl-pre-16{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-16{margin-right:calc(63.33333vw - 0.5rem)!important}.rtl-post-16{margin-right:63.33333vw!important}html[dir="rtl"] .rtl-post-16{margin-left:63.33333vw!important}.rtl-pre-17{margin-left:67.29167vw!important}html[dir="rtl"] .rtl-pre-17{margin-right:67.29167vw!important}.first-column.rtl-pre-17{margin-left:calc(67.29167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-17{margin-right:calc(67.29167vw - 0.5rem)!important}.rtl-post-17{margin-right:67.29167vw!important}html[dir="rtl"] .rtl-post-17{margin-left:67.29167vw!important}.rtl-pre-18{margin-left:71.25vw!important}html[dir="rtl"] .rtl-pre-18{margin-right:71.25vw!important}.first-column.rtl-pre-18{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-18{margin-right:calc(71.25vw - 0.5rem)!important}.rtl-post-18{margin-right:71.25vw!important}html[dir="rtl"] .rtl-post-18{margin-left:71.25vw!important}.rtl-pre-19{margin-left:75.20833vw!important}html[dir="rtl"] .rtl-pre-19{margin-right:75.20833vw!important}.first-column.rtl-pre-19{margin-left:calc(75.20833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-19{margin-right:calc(75.20833vw - 0.5rem)!important}.rtl-post-19{margin-right:75.20833vw!important}html[dir="rtl"] .rtl-post-19{margin-left:75.20833vw!important}.rtl-pre-20{margin-left:79.16667vw!important}html[dir="rtl"] .rtl-pre-20{margin-right:79.16667vw!important}.first-column.rtl-pre-20{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-20{margin-right:calc(79.16667vw - 0.5rem)!important}.rtl-post-20{margin-right:79.16667vw!important}html[dir="rtl"] .rtl-post-20{margin-left:79.16667vw!important}.rtl-pre-21{margin-left:83.125vw!important}html[dir="rtl"] .rtl-pre-21{margin-right:83.125vw!important}.first-column.rtl-pre-21{margin-left:calc(83.125vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-21{margin-right:calc(83.125vw - 0.5rem)!important}.rtl-post-21{margin-right:83.125vw!important}html[dir="rtl"] .rtl-post-21{margin-left:83.125vw!important}.rtl-pre-22{margin-left:87.08333vw!important}html[dir="rtl"] .rtl-pre-22{margin-right:87.08333vw!important}.first-column.rtl-pre-22{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-22{margin-right:calc(87.08333vw - 0.5rem)!important}.rtl-post-22{margin-right:87.08333vw!important}html[dir="rtl"] .rtl-post-22{margin-left:87.08333vw!important}.rtl-pre-23{margin-left:91.04167vw!important}html[dir="rtl"] .rtl-pre-23{margin-right:91.04167vw!important}.first-column.rtl-pre-23{margin-left:calc(91.04167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-23{margin-right:calc(91.04167vw - 0.5rem)!important}.rtl-post-23{margin-right:91.04167vw!important}html[dir="rtl"] .rtl-post-23{margin-left:91.04167vw!important}.rtl-pre-24{margin-left:95vw!important}html[dir="rtl"] .rtl-pre-24{margin-right:95vw!important}.first-column.rtl-pre-24{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-24{margin-right:calc(95vw - 0.5rem)!important}.rtl-post-24{margin-right:95vw!important}html[dir="rtl"] .rtl-post-24{margin-left:95vw!important}}@media screen and (max-width:859px){.tablet-pre-0{margin-left:0vw!important}html[dir="rtl"] .tablet-pre-0{margin-right:0vw!important}.tablet-first-column.tablet-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-0{margin-right:calc(0vw - 0.5rem)!important}.tablet-post-0{margin-right:0vw!important}html[dir="rtl"] .tablet-post-0{margin-left:0vw!important}.tablet-pre-1{margin-left:7.91667vw!important}html[dir="rtl"] .tablet-pre-1{margin-right:7.91667vw!important}.tablet-first-column.tablet-pre-1{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-1{margin-right:calc(7.91667vw - 0.5rem)!important}.tablet-post-1{margin-right:7.91667vw!important}html[dir="rtl"] .tablet-post-1{margin-left:7.91667vw!important}.tablet-pre-2{margin-left:15.83333vw!important}html[dir="rtl"] .tablet-pre-2{margin-right:15.83333vw!important}.tablet-first-column.tablet-pre-2{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-2{margin-right:calc(15.83333vw - 0.5rem)!important}.tablet-post-2{margin-right:15.83333vw!important}html[dir="rtl"] .tablet-post-2{margin-left:15.83333vw!important}.tablet-pre-3{margin-left:23.75vw!important}html[dir="rtl"] .tablet-pre-3{margin-right:23.75vw!important}.tablet-first-column.tablet-pre-3{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-3{margin-right:calc(23.75vw - 0.5rem)!important}.tablet-post-3{margin-right:23.75vw!important}html[dir="rtl"] .tablet-post-3{margin-left:23.75vw!important}.tablet-pre-4{margin-left:31.66667vw!important}html[dir="rtl"] .tablet-pre-4{margin-right:31.66667vw!important}.tablet-first-column.tablet-pre-4{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-4{margin-right:calc(31.66667vw - 0.5rem)!important}.tablet-post-4{margin-right:31.66667vw!important}html[dir="rtl"] .tablet-post-4{margin-left:31.66667vw!important}.tablet-pre-5{margin-left:39.58333vw!important}html[dir="rtl"] .tablet-pre-5{margin-right:39.58333vw!important}.tablet-first-column.tablet-pre-5{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-5{margin-right:calc(39.58333vw - 0.5rem)!important}.tablet-post-5{margin-right:39.58333vw!important}html[dir="rtl"] .tablet-post-5{margin-left:39.58333vw!important}.tablet-pre-6{margin-left:47.5vw!important}html[dir="rtl"] .tablet-pre-6{margin-right:47.5vw!important}.tablet-first-column.tablet-pre-6{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-6{margin-right:calc(47.5vw - 0.5rem)!important}.tablet-post-6{margin-right:47.5vw!important}html[dir="rtl"] .tablet-post-6{margin-left:47.5vw!important}.tablet-pre-7{margin-left:55.41667vw!important}html[dir="rtl"] .tablet-pre-7{margin-right:55.41667vw!important}.tablet-first-column.tablet-pre-7{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-7{margin-right:calc(55.41667vw - 0.5rem)!important}.tablet-post-7{margin-right:55.41667vw!important}html[dir="rtl"] .tablet-post-7{margin-left:55.41667vw!important}.tablet-pre-8{margin-left:63.33333vw!important}html[dir="rtl"] .tablet-pre-8{margin-right:63.33333vw!important}.tablet-first-column.tablet-pre-8{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-8{margin-right:calc(63.33333vw - 0.5rem)!important}.tablet-post-8{margin-right:63.33333vw!important}html[dir="rtl"] .tablet-post-8{margin-left:63.33333vw!important}.tablet-pre-9{margin-left:71.25vw!important}html[dir="rtl"] .tablet-pre-9{margin-right:71.25vw!important}.tablet-first-column.tablet-pre-9{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-9{margin-right:calc(71.25vw - 0.5rem)!important}.tablet-post-9{margin-right:71.25vw!important}html[dir="rtl"] .tablet-post-9{margin-left:71.25vw!important}.tablet-pre-10{margin-left:79.16667vw!important}html[dir="rtl"] .tablet-pre-10{margin-right:79.16667vw!important}.tablet-first-column.tablet-pre-10{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-10{margin-right:calc(79.16667vw - 0.5rem)!important}.tablet-post-10{margin-right:79.16667vw!important}html[dir="rtl"] .tablet-post-10{margin-left:79.16667vw!important}.tablet-pre-11{margin-left:87.08333vw!important}html[dir="rtl"] .tablet-pre-11{margin-right:87.08333vw!important}.tablet-first-column.tablet-pre-11{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-11{margin-right:calc(87.08333vw - 0.5rem)!important}.tablet-post-11{margin-right:87.08333vw!important}html[dir="rtl"] .tablet-post-11{margin-left:87.08333vw!important}.tablet-pre-12{margin-left:95vw!important}html[dir="rtl"] .tablet-pre-12{margin-right:95vw!important}.tablet-first-column.tablet-pre-12{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-12{margin-right:calc(95vw - 0.5rem)!important}.tablet-post-12{margin-right:95vw!important}html[dir="rtl"] .tablet-post-12{margin-left:95vw!important}.rtl-tablet-pre-0{margin-left:0vw!important}html[dir="rtl"] .rtl-tablet-pre-0{margin-right:0vw!important}.tablet-first-column.rtl-tablet-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-0{margin-right:calc(0vw - 0.5rem)!important}.rtl-tablet-post-0{margin-right:0vw!important}html[dir="rtl"] .rtl-tablet-post-0{margin-left:0vw!important}.rtl-tablet-pre-1{margin-left:7.91667vw!important}html[dir="rtl"] .rtl-tablet-pre-1{margin-right:7.91667vw!important}.tablet-first-column.rtl-tablet-pre-1{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-1{margin-right:calc(7.91667vw - 0.5rem)!important}.rtl-tablet-post-1{margin-right:7.91667vw!important}html[dir="rtl"] .rtl-tablet-post-1{margin-left:7.91667vw!important}.rtl-tablet-pre-2{margin-left:15.83333vw!important}html[dir="rtl"] .rtl-tablet-pre-2{margin-right:15.83333vw!important}.tablet-first-column.rtl-tablet-pre-2{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-2{margin-right:calc(15.83333vw - 0.5rem)!important}.rtl-tablet-post-2{margin-right:15.83333vw!important}html[dir="rtl"] .rtl-tablet-post-2{margin-left:15.83333vw!important}.rtl-tablet-pre-3{margin-left:23.75vw!important}html[dir="rtl"] .rtl-tablet-pre-3{margin-right:23.75vw!important}.tablet-first-column.rtl-tablet-pre-3{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-3{margin-right:calc(23.75vw - 0.5rem)!important}.rtl-tablet-post-3{margin-right:23.75vw!important}html[dir="rtl"] .rtl-tablet-post-3{margin-left:23.75vw!important}.rtl-tablet-pre-4{margin-left:31.66667vw!important}html[dir="rtl"] .rtl-tablet-pre-4{margin-right:31.66667vw!important}.tablet-first-column.rtl-tablet-pre-4{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-4{margin-right:calc(31.66667vw - 0.5rem)!important}.rtl-tablet-post-4{margin-right:31.66667vw!important}html[dir="rtl"] .rtl-tablet-post-4{margin-left:31.66667vw!important}.rtl-tablet-pre-5{margin-left:39.58333vw!important}html[dir="rtl"] .rtl-tablet-pre-5{margin-right:39.58333vw!important}.tablet-first-column.rtl-tablet-pre-5{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-5{margin-right:calc(39.58333vw - 0.5rem)!important}.rtl-tablet-post-5{margin-right:39.58333vw!important}html[dir="rtl"] .rtl-tablet-post-5{margin-left:39.58333vw!important}.rtl-tablet-pre-6{margin-left:47.5vw!important}html[dir="rtl"] .rtl-tablet-pre-6{margin-right:47.5vw!important}.tablet-first-column.rtl-tablet-pre-6{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-6{margin-right:calc(47.5vw - 0.5rem)!important}.rtl-tablet-post-6{margin-right:47.5vw!important}html[dir="rtl"] .rtl-tablet-post-6{margin-left:47.5vw!important}.rtl-tablet-pre-7{margin-left:55.41667vw!important}html[dir="rtl"] .rtl-tablet-pre-7{margin-right:55.41667vw!important}.tablet-first-column.rtl-tablet-pre-7{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-7{margin-right:calc(55.41667vw - 0.5rem)!important}.rtl-tablet-post-7{margin-right:55.41667vw!important}html[dir="rtl"] .rtl-tablet-post-7{margin-left:55.41667vw!important}.rtl-tablet-pre-8{margin-left:63.33333vw!important}html[dir="rtl"] .rtl-tablet-pre-8{margin-right:63.33333vw!important}.tablet-first-column.rtl-tablet-pre-8{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-8{margin-right:calc(63.33333vw - 0.5rem)!important}.rtl-tablet-post-8{margin-right:63.33333vw!important}html[dir="rtl"] .rtl-tablet-post-8{margin-left:63.33333vw!important}.rtl-tablet-pre-9{margin-left:71.25vw!important}html[dir="rtl"] .rtl-tablet-pre-9{margin-right:71.25vw!important}.tablet-first-column.rtl-tablet-pre-9{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-9{margin-right:calc(71.25vw - 0.5rem)!important}.rtl-tablet-post-9{margin-right:71.25vw!important}html[dir="rtl"] .rtl-tablet-post-9{margin-left:71.25vw!important}.rtl-tablet-pre-10{margin-left:79.16667vw!important}html[dir="rtl"] .rtl-tablet-pre-10{margin-right:79.16667vw!important}.tablet-first-column.rtl-tablet-pre-10{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-10{margin-right:calc(79.16667vw - 0.5rem)!important}.rtl-tablet-post-10{margin-right:79.16667vw!important}html[dir="rtl"] .rtl-tablet-post-10{margin-left:79.16667vw!important}.rtl-tablet-pre-11{margin-left:87.08333vw!important}html[dir="rtl"] .rtl-tablet-pre-11{margin-right:87.08333vw!important}.tablet-first-column.rtl-tablet-pre-11{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-11{margin-right:calc(87.08333vw - 0.5rem)!important}.rtl-tablet-post-11{margin-right:87.08333vw!important}html[dir="rtl"] .rtl-tablet-post-11{margin-left:87.08333vw!important}.rtl-tablet-pre-12{margin-left:95vw!important}html[dir="rtl"] .rtl-tablet-pre-12{margin-right:95vw!important}.tablet-first-column.rtl-tablet-pre-12{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-12{margin-right:calc(95vw - 0.5rem)!important}.rtl-tablet-post-12{margin-right:95vw!important}html[dir="rtl"] .rtl-tablet-post-12{margin-left:95vw!important}}@media screen and (max-width:479px){.phone-pre-0{margin-left:0vw!important}html[dir="rtl"] .phone-pre-0{margin-right:0vw!important}.phone-first-column.phone-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-0{margin-right:calc(0vw - 0.5rem)!important}.phone-post-0{margin-right:0vw!important}html[dir="rtl"] .phone-post-0{margin-left:0vw!important}.phone-pre-1{margin-left:15.83333vw!important}html[dir="rtl"] .phone-pre-1{margin-right:15.83333vw!important}.phone-first-column.phone-pre-1{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-1{margin-right:calc(15.83333vw - 0.5rem)!important}.phone-post-1{margin-right:15.83333vw!important}html[dir="rtl"] .phone-post-1{margin-left:15.83333vw!important}.phone-pre-2{margin-left:31.66667vw!important}html[dir="rtl"] .phone-pre-2{margin-right:31.66667vw!important}.phone-first-column.phone-pre-2{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-2{margin-right:calc(31.66667vw - 0.5rem)!important}.phone-post-2{margin-right:31.66667vw!important}html[dir="rtl"] .phone-post-2{margin-left:31.66667vw!important}.phone-pre-3{margin-left:47.5vw!important}html[dir="rtl"] .phone-pre-3{margin-right:47.5vw!important}.phone-first-column.phone-pre-3{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-3{margin-right:calc(47.5vw - 0.5rem)!important}.phone-post-3{margin-right:47.5vw!important}html[dir="rtl"] .phone-post-3{margin-left:47.5vw!important}.phone-pre-4{margin-left:63.33333vw!important}html[dir="rtl"] .phone-pre-4{margin-right:63.33333vw!important}.phone-first-column.phone-pre-4{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-4{margin-right:calc(63.33333vw - 0.5rem)!important}.phone-post-4{margin-right:63.33333vw!important}html[dir="rtl"] .phone-post-4{margin-left:63.33333vw!important}.phone-pre-5{margin-left:79.16667vw!important}html[dir="rtl"] .phone-pre-5{margin-right:79.16667vw!important}.phone-first-column.phone-pre-5{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-5{margin-right:calc(79.16667vw - 0.5rem)!important}.phone-post-5{margin-right:79.16667vw!important}html[dir="rtl"] .phone-post-5{margin-left:79.16667vw!important}.phone-pre-6{margin-left:95vw!important}html[dir="rtl"] .phone-pre-6{margin-right:95vw!important}.phone-first-column.phone-pre-6{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-6{margin-right:calc(95vw - 0.5rem)!important}.phone-post-6{margin-right:95vw!important}html[dir="rtl"] .phone-post-6{margin-left:95vw!important}.rtl-phone-pre-0{margin-left:0vw!important}html[dir="rtl"] .rtl-phone-pre-0{margin-right:0vw!important}.phone-first-column.rtl-phone-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-0{margin-right:calc(0vw - 0.5rem)!important}.rtl-phone-post-0{margin-right:0vw!important}html[dir="rtl"] .rtl-phone-post-0{margin-left:0vw!important}.rtl-phone-pre-1{margin-left:15.83333vw!important}html[dir="rtl"] .rtl-phone-pre-1{margin-right:15.83333vw!important}.phone-first-column.rtl-phone-pre-1{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-1{margin-right:calc(15.83333vw - 0.5rem)!important}.rtl-phone-post-1{margin-right:15.83333vw!important}html[dir="rtl"] .rtl-phone-post-1{margin-left:15.83333vw!important}.rtl-phone-pre-2{margin-left:31.66667vw!important}html[dir="rtl"] .rtl-phone-pre-2{margin-right:31.66667vw!important}.phone-first-column.rtl-phone-pre-2{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-2{margin-right:calc(31.66667vw - 0.5rem)!important}.rtl-phone-post-2{margin-right:31.66667vw!important}html[dir="rtl"] .rtl-phone-post-2{margin-left:31.66667vw!important}.rtl-phone-pre-3{margin-left:47.5vw!important}html[dir="rtl"] .rtl-phone-pre-3{margin-right:47.5vw!important}.phone-first-column.rtl-phone-pre-3{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-3{margin-right:calc(47.5vw - 0.5rem)!important}.rtl-phone-post-3{margin-right:47.5vw!important}html[dir="rtl"] .rtl-phone-post-3{margin-left:47.5vw!important}.rtl-phone-pre-4{margin-left:63.33333vw!important}html[dir="rtl"] .rtl-phone-pre-4{margin-right:63.33333vw!important}.phone-first-column.rtl-phone-pre-4{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-4{margin-right:calc(63.33333vw - 0.5rem)!important}.rtl-phone-post-4{margin-right:63.33333vw!important}html[dir="rtl"] .rtl-phone-post-4{margin-left:63.33333vw!important}.rtl-phone-pre-5{margin-left:79.16667vw!important}html[dir="rtl"] .rtl-phone-pre-5{margin-right:79.16667vw!important}.phone-first-column.rtl-phone-pre-5{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-5{margin-right:calc(79.16667vw - 0.5rem)!important}.rtl-phone-post-5{margin-right:79.16667vw!important}html[dir="rtl"] .rtl-phone-post-5{margin-left:79.16667vw!important}.rtl-phone-pre-6{margin-left:95vw!important}html[dir="rtl"] .rtl-phone-pre-6{margin-right:95vw!important}.phone-first-column.rtl-phone-pre-6{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-6{margin-right:calc(95vw - 0.5rem)!important}.rtl-phone-post-6{margin-right:95vw!important}html[dir="rtl"] .rtl-phone-post-6{margin-left:95vw!important}}@media screen and (min-width:1525.5px){.pre-0{margin-left:0!important}html[dir="rtl"] .pre-0{margin-right:0!important}.post-0{margin-right:0!important}html[dir="rtl"] .post-0{margin-left:0!important}.pre-1{margin-left:60.41667px!important}html[dir="rtl"] .pre-1{margin-right:60.41667px!important}.post-1{margin-right:60.41667px!important}html[dir="rtl"] .post-1{margin-left:60.41667px!important}.pre-2{margin-left:120.83333px!important}html[dir="rtl"] .pre-2{margin-right:120.83333px!important}.post-2{margin-right:120.83333px!important}html[dir="rtl"] .post-2{margin-left:120.83333px!important}.pre-3{margin-left:181.25px!important}html[dir="rtl"] .pre-3{margin-right:181.25px!important}.post-3{margin-right:181.25px!important}html[dir="rtl"] .post-3{margin-left:181.25px!important}.pre-4{margin-left:241.66667px!important}html[dir="rtl"] .pre-4{margin-right:241.66667px!important}.post-4{margin-right:241.66667px!important}html[dir="rtl"] .post-4{margin-left:241.66667px!important}.pre-5{margin-left:302.08333px!important}html[dir="rtl"] .pre-5{margin-right:302.08333px!important}.post-5{margin-right:302.08333px!important}html[dir="rtl"] .post-5{margin-left:302.08333px!important}.pre-6{margin-left:362.5px!important}html[dir="rtl"] .pre-6{margin-right:362.5px!important}.post-6{margin-right:362.5px!important}html[dir="rtl"] .post-6{margin-left:362.5px!important}.pre-7{margin-left:422.91667px!important}html[dir="rtl"] .pre-7{margin-right:422.91667px!important}.post-7{margin-right:422.91667px!important}html[dir="rtl"] .post-7{margin-left:422.91667px!important}.pre-8{margin-left:483.33333px!important}html[dir="rtl"] .pre-8{margin-right:483.33333px!important}.post-8{margin-right:483.33333px!important}html[dir="rtl"] .post-8{margin-left:483.33333px!important}.pre-9{margin-left:543.75px!important}html[dir="rtl"] .pre-9{margin-right:543.75px!important}.post-9{margin-right:543.75px!important}html[dir="rtl"] .post-9{margin-left:543.75px!important}.pre-10{margin-left:604.16667px!important}html[dir="rtl"] .pre-10{margin-right:604.16667px!important}.post-10{margin-right:604.16667px!important}html[dir="rtl"] .post-10{margin-left:604.16667px!important}.pre-11{margin-left:664.58333px!important}html[dir="rtl"] .pre-11{margin-right:664.58333px!important}.post-11{margin-right:664.58333px!important}html[dir="rtl"] .post-11{margin-left:664.58333px!important}.pre-12{margin-left:725px!important}html[dir="rtl"] .pre-12{margin-right:725px!important}.post-12{margin-right:725px!important}html[dir="rtl"] .post-12{margin-left:725px!important}.pre-13{margin-left:785.41667px!important}html[dir="rtl"] .pre-13{margin-right:785.41667px!important}.post-13{margin-right:785.41667px!important}html[dir="rtl"] .post-13{margin-left:785.41667px!important}.pre-14{margin-left:845.83333px!important}html[dir="rtl"] .pre-14{margin-right:845.83333px!important}.post-14{margin-right:845.83333px!important}html[dir="rtl"] .post-14{margin-left:845.83333px!important}.pre-15{margin-left:906.25px!important}html[dir="rtl"] .pre-15{margin-right:906.25px!important}.post-15{margin-right:906.25px!important}html[dir="rtl"] .post-15{margin-left:906.25px!important}.pre-16{margin-left:966.66667px!important}html[dir="rtl"] .pre-16{margin-right:966.66667px!important}.post-16{margin-right:966.66667px!important}html[dir="rtl"] .post-16{margin-left:966.66667px!important}.pre-17{margin-left:1027.08333px!important}html[dir="rtl"] .pre-17{margin-right:1027.08333px!important}.post-17{margin-right:1027.08333px!important}html[dir="rtl"] .post-17{margin-left:1027.08333px!important}.pre-18{margin-left:1087.5px!important}html[dir="rtl"] .pre-18{margin-right:1087.5px!important}.post-18{margin-right:1087.5px!important}html[dir="rtl"] .post-18{margin-left:1087.5px!important}.pre-19{margin-left:1147.91667px!important}html[dir="rtl"] .pre-19{margin-right:1147.91667px!important}.post-19{margin-right:1147.91667px!important}html[dir="rtl"] .post-19{margin-left:1147.91667px!important}.pre-20{margin-left:1208.33333px!important}html[dir="rtl"] .pre-20{margin-right:1208.33333px!important}.post-20{margin-right:1208.33333px!important}html[dir="rtl"] .post-20{margin-left:1208.33333px!important}.pre-21{margin-left:1268.75px!important}html[dir="rtl"] .pre-21{margin-right:1268.75px!important}.post-21{margin-right:1268.75px!important}html[dir="rtl"] .post-21{margin-left:1268.75px!important}.pre-22{margin-left:1329.16667px!important}html[dir="rtl"] .pre-22{margin-right:1329.16667px!important}.post-22{margin-right:1329.16667px!important}html[dir="rtl"] .post-22{margin-left:1329.16667px!important}.pre-23{margin-left:1389.58333px!important}html[dir="rtl"] .pre-23{margin-right:1389.58333px!important}.post-23{margin-right:1389.58333px!important}html[dir="rtl"] .post-23{margin-left:1389.58333px!important}.pre-24{margin-left:1450px!important}html[dir="rtl"] .pre-24{margin-right:1450px!important}.post-24{margin-right:1450px!important}html[dir="rtl"] .post-24{margin-left:1450px!important}.rtl-pre-0{margin-left:0!important}html[dir="rtl"] .rtl-pre-0{margin-right:0!important}.rtl-post-0{margin-right:0!important}html[dir="rtl"] .rtl-post-0{margin-left:0!important}.rtl-pre-1{margin-left:60.41667px!important}html[dir="rtl"] .rtl-pre-1{margin-right:60.41667px!important}.rtl-post-1{margin-right:60.41667px!important}html[dir="rtl"] .rtl-post-1{margin-left:60.41667px!important}.rtl-pre-2{margin-left:120.83333px!important}html[dir="rtl"] .rtl-pre-2{margin-right:120.83333px!important}.rtl-post-2{margin-right:120.83333px!important}html[dir="rtl"] .rtl-post-2{margin-left:120.83333px!important}.rtl-pre-3{margin-left:181.25px!important}html[dir="rtl"] .rtl-pre-3{margin-right:181.25px!important}.rtl-post-3{margin-right:181.25px!important}html[dir="rtl"] .rtl-post-3{margin-left:181.25px!important}.rtl-pre-4{margin-left:241.66667px!important}html[dir="rtl"] .rtl-pre-4{margin-right:241.66667px!important}.rtl-post-4{margin-right:241.66667px!important}html[dir="rtl"] .rtl-post-4{margin-left:241.66667px!important}.rtl-pre-5{margin-left:302.08333px!important}html[dir="rtl"] .rtl-pre-5{margin-right:302.08333px!important}.rtl-post-5{margin-right:302.08333px!important}html[dir="rtl"] .rtl-post-5{margin-left:302.08333px!important}.rtl-pre-6{margin-left:362.5px!important}html[dir="rtl"] .rtl-pre-6{margin-right:362.5px!important}.rtl-post-6{margin-right:362.5px!important}html[dir="rtl"] .rtl-post-6{margin-left:362.5px!important}.rtl-pre-7{margin-left:422.91667px!important}html[dir="rtl"] .rtl-pre-7{margin-right:422.91667px!important}.rtl-post-7{margin-right:422.91667px!important}html[dir="rtl"] .rtl-post-7{margin-left:422.91667px!important}.rtl-pre-8{margin-left:483.33333px!important}html[dir="rtl"] .rtl-pre-8{margin-right:483.33333px!important}.rtl-post-8{margin-right:483.33333px!important}html[dir="rtl"] .rtl-post-8{margin-left:483.33333px!important}.rtl-pre-9{margin-left:543.75px!important}html[dir="rtl"] .rtl-pre-9{margin-right:543.75px!important}.rtl-post-9{margin-right:543.75px!important}html[dir="rtl"] .rtl-post-9{margin-left:543.75px!important}.rtl-pre-10{margin-left:604.16667px!important}html[dir="rtl"] .rtl-pre-10{margin-right:604.16667px!important}.rtl-post-10{margin-right:604.16667px!important}html[dir="rtl"] .rtl-post-10{margin-left:604.16667px!important}.rtl-pre-11{margin-left:664.58333px!important}html[dir="rtl"] .rtl-pre-11{margin-right:664.58333px!important}.rtl-post-11{margin-right:664.58333px!important}html[dir="rtl"] .rtl-post-11{margin-left:664.58333px!important}.rtl-pre-12{margin-left:725px!important}html[dir="rtl"] .rtl-pre-12{margin-right:725px!important}.rtl-post-12{margin-right:725px!important}html[dir="rtl"] .rtl-post-12{margin-left:725px!important}.rtl-pre-13{margin-left:785.41667px!important}html[dir="rtl"] .rtl-pre-13{margin-right:785.41667px!important}.rtl-post-13{margin-right:785.41667px!important}html[dir="rtl"] .rtl-post-13{margin-left:785.41667px!important}.rtl-pre-14{margin-left:845.83333px!important}html[dir="rtl"] .rtl-pre-14{margin-right:845.83333px!important}.rtl-post-14{margin-right:845.83333px!important}html[dir="rtl"] .rtl-post-14{margin-left:845.83333px!important}.rtl-pre-15{margin-left:906.25px!important}html[dir="rtl"] .rtl-pre-15{margin-right:906.25px!important}.rtl-post-15{margin-right:906.25px!important}html[dir="rtl"] .rtl-post-15{margin-left:906.25px!important}.rtl-pre-16{margin-left:966.66667px!important}html[dir="rtl"] .rtl-pre-16{margin-right:966.66667px!important}.rtl-post-16{margin-right:966.66667px!important}html[dir="rtl"] .rtl-post-16{margin-left:966.66667px!important}.rtl-pre-17{margin-left:1027.08333px!important}html[dir="rtl"] .rtl-pre-17{margin-right:1027.08333px!important}.rtl-post-17{margin-right:1027.08333px!important}html[dir="rtl"] .rtl-post-17{margin-left:1027.08333px!important}.rtl-pre-18{margin-left:1087.5px!important}html[dir="rtl"] .rtl-pre-18{margin-right:1087.5px!important}.rtl-post-18{margin-right:1087.5px!important}html[dir="rtl"] .rtl-post-18{margin-left:1087.5px!important}.rtl-pre-19{margin-left:1147.91667px!important}html[dir="rtl"] .rtl-pre-19{margin-right:1147.91667px!important}.rtl-post-19{margin-right:1147.91667px!important}html[dir="rtl"] .rtl-post-19{margin-left:1147.91667px!important}.rtl-pre-20{margin-left:1208.33333px!important}html[dir="rtl"] .rtl-pre-20{margin-right:1208.33333px!important}.rtl-post-20{margin-right:1208.33333px!important}html[dir="rtl"] .rtl-post-20{margin-left:1208.33333px!important}.rtl-pre-21{margin-left:1268.75px!important}html[dir="rtl"] .rtl-pre-21{margin-right:1268.75px!important}.rtl-post-21{margin-right:1268.75px!important}html[dir="rtl"] .rtl-post-21{margin-left:1268.75px!important}.rtl-pre-22{margin-left:1329.16667px!important}html[dir="rtl"] .rtl-pre-22{margin-right:1329.16667px!important}.rtl-post-22{margin-right:1329.16667px!important}html[dir="rtl"] .rtl-post-22{margin-left:1329.16667px!important}.rtl-pre-23{margin-left:1389.58333px!important}html[dir="rtl"] .rtl-pre-23{margin-right:1389.58333px!important}.rtl-post-23{margin-right:1389.58333px!important}html[dir="rtl"] .rtl-post-23{margin-left:1389.58333px!important}.rtl-pre-24{margin-left:1450px!important}html[dir="rtl"] .rtl-pre-24{margin-right:1450px!important}.rtl-post-24{margin-right:1450px!important}html[dir="rtl"] .rtl-post-24{margin-left:1450px!important}}@media screen and (min-width:1450px){.phone-show{display:none!important}.tablet-show{display:none!important}.tablet-only{display:none!important}.large-hide{display:none!important}}@media screen and (max-width:1449px) and (min-width:860px){.phone-show{display:none!important}.tablet-show{display:none!important}.tablet-only{display:none!important}.large-only{display:none!important}.large-show{display:none!important}}@media screen and (max-width:859px) and (min-width:480px){.tablet-hide{display:none!important}.phone-show{display:none!important}.large-only{display:none!important}.large-show{display:none!important}}@media screen and (max-width:479px){.phone-hide{display:none!important}.tablet-hide{display:none!important}.tablet-only{display:none!important}.large-only{display:none!important}.large-show{display:none!important}}.invisible{visibility:hidden}.visible{visibility:visible}.hide{display:none!important}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visually-hidden-focusable{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visually-hidden-focusable:active,.visually-hidden-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.left{float:left}html[dir="rtl"] .left{float:right}.right{float:right}html[dir="rtl"] .right{float:left}@media screen and (min-width:1450px){.large-left{float:left}html[dir="rtl"] .large-left{float:right}.large-right{float:right}html[dir="rtl"] .large-right{float:left}}@media screen and (max-width:859px) and (min-width:480px){.tablet-left{float:left}html[dir="rtl"] .tablet-left{float:right}.tablet-right{float:right}html[dir="rtl"] .tablet-right{float:left}}@media screen and (max-width:479px){.phone-left{float:left}html[dir="rtl"] .phone-left{float:right}.phone-right{float:right}html[dir="rtl"] .phone-right{float:left}}.block-group{margin-left:-0.75rem;margin-right:-0.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.block{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:0.75rem;margin-right:0.75rem;min-width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:0;-ms-flex-negative:1;flex-shrink:1}.block-group-1-up > .block{-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem);width:calc(100% - 1.5rem)}.block-group-2-up > .block{-ms-flex-preferred-size:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);width:calc(50% - 1.5rem)}.block-group-3-up > .block{-ms-flex-preferred-size:calc(33.33333% - 1.5rem);flex-basis:calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}.block-group-4-up > .block{-ms-flex-preferred-size:calc(25% - 1.5rem);flex-basis:calc(25% - 1.5rem);width:calc(25% - 1.5rem)}.block-group-5-up > .block{-ms-flex-preferred-size:calc(20% - 1.5rem);flex-basis:calc(20% - 1.5rem);width:calc(20% - 1.5rem)}.block-group-6-up > .block{-ms-flex-preferred-size:calc(16.66666% - 1.5rem);flex-basis:calc(16.66666% - 1.5rem);width:calc(16.66666% - 1.5rem)}.block-group-7-up > .block{-ms-flex-preferred-size:calc(14.28570% - 1.5rem);flex-basis:calc(14.28570% - 1.5rem);width:calc(14.28570% - 1.5rem)}.block-group-8-up > .block{-ms-flex-preferred-size:calc(12.5% - 1.5rem);flex-basis:calc(12.5% - 1.5rem);width:calc(12.5% - 1.5rem)}@media screen and (max-width:860px){.tablet-block-group-1-up > .block{-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem);width:calc(100% - 1.5rem)}.tablet-block-group-2-up > .block{-ms-flex-preferred-size:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);width:calc(50% - 1.5rem)}.tablet-block-group-3-up > .block{-ms-flex-preferred-size:calc(33.33333% - 1.5rem);flex-basis:calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}.tablet-block-group-4-up > .block{-ms-flex-preferred-size:calc(25% - 1.5rem);flex-basis:calc(25% - 1.5rem);width:calc(25% - 1.5rem)}.tablet-block-group-5-up > .block{-ms-flex-preferred-size:calc(20% - 1.5rem);flex-basis:calc(20% - 1.5rem);width:calc(20% - 1.5rem)}.tablet-block-group-6-up > .block{-ms-flex-preferred-size:calc(16.66666% - 1.5rem);flex-basis:calc(16.66666% - 1.5rem);width:calc(16.66666% - 1.5rem)}.tablet-block-group-7-up > .block{-ms-flex-preferred-size:calc(14.28570% - 1.5rem);flex-basis:calc(14.28570% - 1.5rem);width:calc(14.28570% - 1.5rem)}.tablet-block-group-8-up > .block{-ms-flex-preferred-size:calc(12.5% - 1.5rem);flex-basis:calc(12.5% - 1.5rem);width:calc(12.5% - 1.5rem)}}@media screen and (max-width:480px){.phone-block-group-1-up > .block{-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem);width:calc(100% - 1.5rem)}.phone-block-group-2-up > .block{-ms-flex-preferred-size:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);width:calc(50% - 1.5rem)}.phone-block-group-3-up > .block{-ms-flex-preferred-size:calc(33.33333% - 1.5rem);flex-basis:calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}.phone-block-group-4-up > .block{-ms-flex-preferred-size:calc(25% - 1.5rem);flex-basis:calc(25% - 1.5rem);width:calc(25% - 1.5rem)}.phone-block-group-5-up > .block{-ms-flex-preferred-size:calc(20% - 1.5rem);flex-basis:calc(20% - 1.5rem);width:calc(20% - 1.5rem)}.phone-block-group-6-up > .block{-ms-flex-preferred-size:calc(16.66666% - 1.5rem);flex-basis:calc(16.66666% - 1.5rem);width:calc(16.66666% - 1.5rem)}.phone-block-group-7-up > .block{-ms-flex-preferred-size:calc(14.28570% - 1.5rem);flex-basis:calc(14.28570% - 1.5rem);width:calc(14.28570% - 1.5rem)}.phone-block-group-8-up > .block{-ms-flex-preferred-size:calc(12.5% - 1.5rem);flex-basis:calc(12.5% - 1.5rem);width:calc(12.5% - 1.5rem)}}.ie9 .block{float:left}.ie9 .block-group:after{content:'';display:table;clear:both}.is-sticky{position:fixed;z-index:10}.is-sticky.scroll-show,.is-sticky .scroll-show{visibility:visible}.scroll-show{visibility:hidden}.avenir-light{font-weight:300;font-style:normal}.avenir-light b,.avenir-light strong{font-weight:500}.avenir-light-italic{font-weight:300;font-style:italic}.avenir-light-italic b,.avenir-light-italic strong{font-weight:500}.avenir-regular{font-weight:400;font-style:normal}.avenir-regular b,.avenir-regular strong{font-weight:500}.avenir-italic{font-weight:400;font-style:italic}.avenir-italic b,.avenir-italic strong{font-weight:500}.avenir-demi{font-weight:500;font-style:normal}.avenir-demi b,.avenir-demi strong{font-weight:600}.avenir-demi-italic{font-weight:500;font-style:italic}.avenir-demi-italic b,.avenir-demi-italic strong{font-weight:600}.avenir-bold{font-weight:600;font-style:normal}.avenir-bold b,.avenir-bold strong{font-weight:600}.avenir-bold-italic{font-weight:600;font-style:italic}.avenir-bold-italic b,.avenir-bold-italic strong{font-weight:600}.code-face,.code-face .block{letter-spacing:0em;font-family:"Consolas","Andale Mono","Lucida Console","Monaco","Courier New",Courier,monospace;font-weight:400;font-style:normal}.code-face b,.code-face strong,.code-face .block b,.code-face .block strong{font-weight:400}.code-italic,.code-italic .block{letter-spacing:0em;font-family:"Consolas","Andale Mono","Lucida Console","Monaco","Courier New",Courier,monospace;font-weight:400;font-style:italic}.code-italic b,.code-italic strong,.code-italic .block b,.code-italic .block strong{font-weight:400}html{font-size:17px}body{font-weight:400;font-style:normal;font-size:1rem;line-height:1.55rem;letter-spacing:0em;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;line-height:1.55rem;color:#4c4c4c;-webkit-font-feature-settings:"kern";-moz-font-feature-settings:"kern";font-feature-settings:"kern";font-kerning:normal;text-rendering:optimizeLegibility;-moz-font-feature-settings:'liga= 1','calt=0';-moz-font-feature-settings:"liga" 1,"calt" 0;-webkit-font-feature-settings:"liga" 1,"calt" 0;-ms-font-feature-settings:'liga= 1','calt=0';-o-font-feature-settings:"liga" 1,"calt" 0;font-feature-settings:"liga" 1,"calt" 0}body b,body strong{font-weight:500}@media screen and (max-width:859px){body{font-size:1rem}}@media screen and (max-width:479px){body{font-size:1rem}}form,select,button,input{letter-spacing:0em;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif}h1,h2,h3,h4,h5,h6{font-weight:300;font-style:normal;margin:0 0 1.55rem 0}h1 b,h1 strong,h2 b,h2 strong,h3 b,h3 strong,h4 b,h4 strong,h5 b,h5 strong,h6 b,h6 strong{font-weight:500}h1{font-size:2.40307rem;line-height:3.1rem}@media screen and (max-width:859px){h1{font-size:1.99974rem}}@media screen and (max-width:479px){h1{font-size:1.66016rem;line-height:2.325rem}}h2{font-size:1.9994rem;line-height:2.325rem}@media screen and (max-width:859px){h2{font-size:1.7689rem}}@media screen and (max-width:479px){h2{font-size:1.5625rem}}h3{font-size:1.69949rem;line-height:2.325rem}@media screen and (max-width:859px){h3{font-size:1.50357rem}}@media screen and (max-width:479px){h3{font-size:1.32812rem}}h4{font-size:1.414rem;line-height:1.55rem}@media screen and (max-width:859px){h4{font-size:1.33rem}}@media screen and (max-width:479px){h4{font-size:1.25rem}}h5{font-size:1.2019rem;line-height:1.55rem}@media screen and (max-width:859px){h5{font-size:1.1305rem}}@media screen and (max-width:479px){h5{font-size:1.0625rem}}h6{font-size:1rem;line-height:1.55rem}@media screen and (max-width:859px){h6{font-size:1rem}}@media screen and (max-width:479px){h6{font-size:1rem}}code,kbd,pre,samp{font-family:"Consolas","Andale Mono","Lucida Console","Monaco","Courier New",Courier,monospace}code{padding:.25rem;border-radius:3px;border:1px solid #efefef;color:#595959;background-color:#f8f8f8;white-space:pre;font-size:0.85em;line-height:1.4rem}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;max-width:100%;margin-bottom:1.55rem}pre code{padding:1rem;display:block;overflow:auto;word-wrap:normal;font-size:0.85em;position:relative}p,ul,ol,dl,blockquote{margin-top:0;margin-bottom:1.55rem}p:empty{margin:0}blockquote{margin:1.55rem 0;font-weight:400;font-style:normal;padding-left:1rem;color:#6e6e6e;border-left:3px solid #ccc}blockquote b,blockquote strong{font-weight:500}html[dir="rtl"] blockquote{padding-right:1rem}html[dir="rtl"] blockquote{border-left:none;border-right:3px solid #ccc}blockquote,blockquote p{font-size:1.2019rem;line-height:1.55rem}@media screen and (max-width:859px){blockquote,blockquote p{font-size:1.1305rem}}@media screen and (max-width:479px){blockquote,blockquote p{font-size:1.0625rem}}a{color:#0079c1;text-decoration:none}a:hover{color:#005e95;text-decoration:underline}ul,ol{padding:0;list-style-position:inside;margin-bottom:1.55rem;margin-left:0.775rem;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){ul,ol{font-size:0.9375rem}}@media screen and (max-width:479px){ul,ol{font-size:0.9375rem}}html[dir="rtl"] ul,html[dir="rtl"] ol{margin-right:0.775rem}li{list-style-position:outside;margin:0.3875rem 0 0.3875rem 1.5rem}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}li ul,li ol{margin-bottom:0}dl{padding:0;margin-bottom:1.55rem}dt{font-weight:500;font-style:normal;margin-top:0.775rem}dt b,dt strong{font-weight:600}dt:first-child{margin-top:0}dd{margin-left:0.775rem}html[dir="rtl"] dd{margin-right:0.775rem}small,sup,sub{font-size:0.70721em}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}mark{padding:0 0.1em 0.1em}hr{margin:2.325rem 0;border:none;border-top:1px solid #ccc}figure{margin:0 0 1.55rem 0}figure img{max-width:100%}figcaption{margin:0.3875rem 0;padding-left:0.775rem;border-left:3px solid #828282;font-size:0.875rem;line-height:1.55rem;font-style:italic;color:#828282}@media screen and (max-width:859px){figcaption{font-size:0.875rem}}@media screen and (max-width:479px){figcaption{font-size:0.875rem}}html[dir="rtl"] figcaption{padding-left:0;border-left:none;padding-right:0.775rem;border-right:3px solid #828282}table{margin-bottom:1.55rem}html[lang="vi"] body,html[lang="vi"] form,html[lang="vi"] select,html[lang="vi"] button,html[lang="vi"] input,html.vi body,html.vi form,html.vi select,html.vi button,html.vi input{font-family:'Lucida Grande',Arial,Verdana,Geneva,sans-serif}.dropdown-btn:after,.accordion-title:before,.filter-dropdown-link:after,.filter-dropdown-link:before,.filter-dropdown-remove:after{font-family:'calcite-ui';padding-right:0.51667rem;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;text-decoration:none}html[dir="rtl"] .dropdown-btn:after,html[dir="rtl"] .accordion-title:before,html[dir="rtl"] .filter-dropdown-link:after,html[dir="rtl"] .filter-dropdown-link:before,html[dir="rtl"] .filter-dropdown-remove:after{padding-left:0.775rem;padding-right:0}.dropdown-btn:after{padding-right:0;padding-left:0.51667rem}.icon-ui-flush:before,.icon-ui-flush:after{padding-right:0!important;padding-left:0!important}@font-face{font-family:'calcite-ui';src:url(../fonts/calcite-ui.eot?#iefix) format("embedded-opentype"),url(../fonts/calcite-ui.woff) format("woff"),url(../fonts/calcite-ui.ttf) format("truetype");font-weight:normal;font-style:normal}[class^="icon-ui-"]:before,[class*=" icon-ui-"]:before{font-family:'calcite-ui';padding-right:0.51667rem;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;text-decoration:none}html[dir="rtl"] [class^="icon-ui-"]:before,html[dir="rtl"] [class*=" icon-ui-"]:before{padding-left:0.775rem;padding-right:0}.icon-ui-small:before{font-size:0.75rem;line-height:1.55rem}@media screen and (max-width:859px){.icon-ui-small:before{font-size:0.75rem}}@media screen and (max-width:479px){.icon-ui-small:before{font-size:0.75rem}}.icon-ui-add-attachment:before{content:"\f101"}.icon-ui-announcement:before{content:"\f102"}.icon-ui-applications:before{content:"\f103"}.icon-ui-arrow-down-circled:before{content:"\f104"}.icon-ui-arrow-left-circled:before{content:"\f105"}.icon-ui-arrow-right-circled:before{content:"\f106"}.icon-ui-arrow-up-circled:before{content:"\f107"}.icon-ui-attachment:before{content:"\f108"}.icon-ui-authorize:before{content:"\f109"}.icon-ui-basemap:before{content:"\f10a"}.icon-ui-beginning:before{content:"\f10b"}.icon-ui-blank-map-pin:before{content:"\f10c"}.icon-ui-browser:before{content:"\f10d"}.icon-ui-calendar:before{content:"\f10e"}.icon-ui-chart:before{content:"\f10f"}.icon-ui-chat:before{content:"\f110"}.icon-ui-check-mark:before,.filter-dropdown-link:before{content:"\f111"}.icon-ui-checkbox-checked:before{content:"\f112"}.icon-ui-checkbox-unchecked:before{content:"\f113"}.icon-ui-close-circled:before{content:"\f114"}.icon-ui-close:before,.filter-dropdown-link:after,.filter-dropdown-remove:after{content:"\f115"}.icon-ui-collapse:before{content:"\f116"}.icon-ui-collection:before{content:"\f117"}.icon-ui-comment:before{content:"\f118"}.icon-ui-compass:before{content:"\f119"}.icon-ui-configure-popup:before{content:"\f11a"}.icon-ui-contact:before{content:"\f11b"}.icon-ui-dashboard:before{content:"\f11c"}.icon-ui-deny:before{content:"\f11d"}.icon-ui-description:before{content:"\f11e"}.icon-ui-directions:before{content:"\f11f"}.icon-ui-directions2:before{content:"\f120"}.icon-ui-dock-bottom:before{content:"\f121"}.icon-ui-dock-left:before{content:"\f122"}.icon-ui-dock-right:before{content:"\f123"}.icon-ui-documentation:before{content:"\f124"}.icon-ui-down-arrow-circled:before{content:"\f125"}.icon-ui-down-arrow:before,.dropdown-btn:after{content:"\f126"}.icon-ui-down:before,.accordion-section.is-active .accordion-title:before{content:"\f127"}.icon-ui-download:before{content:"\f128"}.icon-ui-drag-horizontal:before{content:"\f129"}.icon-ui-drag-vertical:before{content:"\f12a"}.icon-ui-duplicate:before{content:"\f12b"}.icon-ui-edit:before{content:"\f12c"}.icon-ui-end:before{content:"\f12d"}.icon-ui-environment-settings:before{content:"\f12e"}.icon-ui-erase:before{content:"\f12f"}.icon-ui-error:before{content:"\f130"}.icon-ui-error2:before{content:"\f131"}.icon-ui-expand:before{content:"\f132"}.icon-ui-experimental:before{content:"\f133"}.icon-ui-favorites:before{content:"\f134"}.icon-ui-feature-layer:before{content:"\f135"}.icon-ui-filter:before{content:"\f136"}.icon-ui-forward:before{content:"\f137"}.icon-ui-globe:before{content:"\f138"}.icon-ui-grant:before{content:"\f139"}.icon-ui-group:before{content:"\f13a"}.icon-ui-handle-horizontal:before{content:"\f13b"}.icon-ui-handle-vertical:before{content:"\f13c"}.icon-ui-home:before{content:"\f13d"}.icon-ui-key:before{content:"\f13e"}.icon-ui-labels:before{content:"\f13f"}.icon-ui-layer-list:before{content:"\f140"}.icon-ui-layers:before{content:"\f141"}.icon-ui-left-arrow-circled:before{content:"\f142"}.icon-ui-left-arrow:before{content:"\f143"}.icon-ui-left-triangle-arrow:before{content:"\f144"}.icon-ui-left:before{content:"\f145"}.icon-ui-line-chart:before{content:"\f146"}.icon-ui-link-external:before{content:"\f147"}.icon-ui-link:before{content:"\f148"}.icon-ui-loading-indicator:before{content:"\f149"}.icon-ui-locate:before{content:"\f14a"}.icon-ui-locked:before{content:"\f14b"}.icon-ui-map-pin:before{content:"\f14c"}.icon-ui-maps:before{content:"\f14d"}.icon-ui-marketplace:before{content:"\f14e"}.icon-ui-maximize:before{content:"\f14f"}.icon-ui-media:before{content:"\f150"}.icon-ui-media2:before{content:"\f151"}.icon-ui-menu:before{content:"\f152"}.icon-ui-minimize:before{content:"\f153"}.icon-ui-minus-circled:before{content:"\f154"}.icon-ui-minus:before{content:"\f155"}.icon-ui-mobile:before{content:"\f156"}.icon-ui-navigation:before{content:"\f157"}.icon-ui-notice-round:before{content:"\f158"}.icon-ui-notice-triangle:before{content:"\f159"}.icon-ui-organization:before{content:"\f15a"}.icon-ui-overview-arrow-bottom-left:before{content:"\f15b"}.icon-ui-overview-arrow-bottom-right:before{content:"\f15c"}.icon-ui-overview-arrow-top-left:before{content:"\f15d"}.icon-ui-overview-arrow-top-right:before{content:"\f15e"}.icon-ui-pan:before{content:"\f15f"}.icon-ui-pause:before{content:"\f160"}.icon-ui-phone:before{content:"\f161"}.icon-ui-pie-chart:before{content:"\f162"}.icon-ui-play:before{content:"\f163"}.icon-ui-plus-circled:before{content:"\f164"}.icon-ui-plus:before{content:"\f165"}.icon-ui-printer:before{content:"\f166"}.icon-ui-question:before{content:"\f167"}.icon-ui-radio-checked:before{content:"\f168"}.icon-ui-radio-unchecked:before{content:"\f169"}.icon-ui-refresh:before{content:"\f16a"}.icon-ui-resend-invitation:before{content:"\f16b"}.icon-ui-reverse:before{content:"\f16c"}.icon-ui-review:before{content:"\f16d"}.icon-ui-right-arrow-circled:before{content:"\f16e"}.icon-ui-right-arrow:before{content:"\f16f"}.icon-ui-right-triangle-arrow:before{content:"\f170"}.icon-ui-right:before,.accordion-title:before{content:"\f171"}.icon-ui-rotate:before{content:"\f172"}.icon-ui-save:before{content:"\f173"}.icon-ui-search:before{content:"\f174"}.icon-ui-settings:before{content:"\f175"}.icon-ui-settings2:before{content:"\f176"}.icon-ui-share:before{content:"\f177"}.icon-ui-sign-out:before{content:"\f178"}.icon-ui-support:before{content:"\f179"}.icon-ui-table:before{content:"\f17a"}.icon-ui-tag:before{content:"\f17b"}.icon-ui-time-clock:before{content:"\f17c"}.icon-ui-trash:before{content:"\f17d"}.icon-ui-unlocked:before{content:"\f17e"}.icon-ui-up-arrow-circled:before{content:"\f17f"}.icon-ui-up-arrow:before{content:"\f180"}.icon-ui-up-down-arrows:before{content:"\f181"}.icon-ui-up:before{content:"\f182"}.icon-ui-upload:before{content:"\f183"}.icon-ui-user:before{content:"\f184"}.icon-ui-zoom-in-fixed:before{content:"\f185"}.icon-ui-zoom-in-magnifying-glass:before{content:"\f186"}.icon-ui-zoom-out-fixed:before{content:"\f187"}.icon-ui-zoom-out-magnifying-glass:before{content:"\f188"}.esri-icon-yellow:before,.icon-ui-yellow:before{color:#fad817}.esri-icon-green:before,.icon-ui-green:before{color:#5a9359}.esri-icon-blue:before,.icon-ui-blue:before{color:#0079c1}.esri-icon-light-blue:before,.icon-ui-light-blue:before{color:#56a5d8}.esri-icon-dark-blue:before,.icon-ui-dark-blue:before{color:#005e95}.esri-icon-purple:before,.icon-ui-purple:before{color:#9081bc}.esri-icon-orange:before,.icon-ui-orange:before{color:#d17e21}.esri-icon-gray:before,.icon-ui-gray:before{color:#959595}.esri-icon-red:before,.icon-ui-red:before{color:#de2900}[class*="icon-social-"]{background-color:#b2b2b2;width:30px;height:30px;display:inline-block;background-repeat:no-repeat;-webkit-transition:background-color 200ms linear;transition:background-color 200ms linear}[class*="icon-social-"]:hover{-webkit-transition:background-color 200ms linear;transition:background-color 200ms linear}.icon-social-contact{background-image:url(../img/icons/social/contact.svg)!important}.icon-social-contact:hover{background-color:#8EC449!important}.icon-social-facebook{background-image:url(../img/icons/social/facebook.svg)!important}.icon-social-facebook:hover{background-color:#3D5A96!important}.icon-social-geonet{background-image:url(../img/icons/social/geonet.svg)!important}.icon-social-geonet:hover{background-color:#127BC0!important}.icon-social-github{background-image:url(../img/icons/social/github.svg)!important}.icon-social-github:hover{background-color:#171515!important}.icon-social-google-plus{background-image:url(../img/icons/social/google-plus.svg)!important}.icon-social-google-plus:hover{background-color:#DD4C3C!important}.icon-social-instagram{background-image:url(../img/icons/social/instagram.svg)!important}.icon-social-instagram:hover{background-color:#1B6FB1!important}.icon-social-linkedin{background-image:url(../img/icons/social/linkedin.svg)!important}.icon-social-linkedin:hover{background-color:#127CB3!important}.icon-social-pinterest{background-image:url(../img/icons/social/pinterest.svg)!important}.icon-social-pinterest:hover{background-color:#BB0F23!important}.icon-social-rss{background-image:url(../img/icons/social/rss.svg)!important}.icon-social-rss:hover{background-color:#FD8023!important}.icon-social-share{background-image:url(../img/icons/social/share.svg)!important}.icon-social-share:hover{background-color:#1EBD21!important}.icon-social-twitter{background-image:url(../img/icons/social/twitter.svg)!important}.icon-social-twitter:hover{background-color:#59ADEB!important}.icon-social-youtube{background-image:url(../img/icons/social/youtube.svg)!important}.icon-social-youtube:hover{background-color:#CF2529!important}.esri-logo{margin:0.3875rem;content:"";display:inline-block;background-repeat:no-repeat;background-position:center;background-color:transparent;min-height:30px;min-width:70px;line-height:0;background-size:100% 100%;background-image:url(../img/logo/esri-logo.svg)!important}.esri-logo-reverse{margin:0.3875rem;content:"";display:inline-block;background-repeat:no-repeat;background-position:center;background-color:transparent;min-height:30px;min-width:70px;line-height:0;background-size:100% 100%;background-image:url(../img/logo/esri-logo.svg)!important;background-image:url(../img/logo/esri-logo-reversed.svg)!important}.esri-logo-condensed{margin-left:0;margin-right:0;margin-bottom:-0.125rem;margin-top:-0.135rem}.btn{position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){.btn{font-size:0.9375rem}}@media screen and (max-width:479px){.btn{font-size:0.9375rem}}.btn:hover{text-decoration:none;background-color:#005e95;color:white}.btn-transparent{background:none;color:#0079c1;border:none}.btn-transparent:hover{color:#005e95;background:none;text-decoration:underline}.btn-clear{color:#0079c1;background:white;border-color:#0079c1}.btn-clear:hover{color:white;background:#005e95;border-color:#005e95}.btn-clear-white{background:none;color:white;border:1px solid white}.btn-clear-white:hover{color:#959595;background:white}.btn-small{font-size:0.875rem;line-height:1.55rem;padding:0.2325rem 0.675rem}@media screen and (max-width:859px){.btn-small{font-size:0.875rem}}@media screen and (max-width:479px){.btn-small{font-size:0.875rem}}.btn-large{font-size:1rem;line-height:1.55rem;padding:.5rem 1rem .5rem}@media screen and (max-width:859px){.btn-large{font-size:1rem}}@media screen and (max-width:479px){.btn-large{font-size:1rem}}.btn-fill{width:100%;text-align:center}.btn-half{width:50%;text-align:center}.btn-grouped{float:left}html[dir="rtl"] .btn-grouped{float:right}.btn-grouped + .btn-grouped{margin-left:1px}html[dir="rtl"] .btn-grouped + .btn-grouped{margin-left:0;margin-right:1px}.btn-grouped:last-of-type{float:none}.btn-grouped.btn-half{margin-left:0}.btn-white{background:white;color:#4c4c4c;border:1px solid white}.btn-white:hover{color:#4c4c4c;background:#efefef}.btn-red{color:#de2900;background:transparent;border-color:#de2900}.btn-red:hover{color:white;background:#ab3c16;border-color:#ab3c16}.btn-green{background-color:#5a9359;border-color:#5a9359}.btn-green:hover{background-color:#338033}.btn:disabled,.btn-disabled,button[disabled]{cursor:not-allowed;pointer-events:none;opacity:.3}.label{background-color:#efefef;padding:.25em .5em;border-radius:3px;font-size:.85em;line-height:1;white-space:nowrap}.label-red{background-color:#de2900;color:white}.label-yellow{background-color:#efe397;color:#4c4c4c}.label-green{background-color:#5a9359;color:white}.label-blue{background-color:#0079c1;color:white}.dropdown{position:relative;display:inline-block}.dropdown.is-active .dropdown-menu{display:block}.dropdown-btn{padding-right:1.5rem;cursor:pointer;position:relative}.dropdown-btn:after{font-size:0.6875rem;line-height:1.55rem;line-height:2.25em;position:absolute;right:.5rem}@media screen and (max-width:859px){.dropdown-btn:after{font-size:0.6875rem}}@media screen and (max-width:479px){.dropdown-btn:after{font-size:0.6875rem}}html[dir="rtl"] .dropdown-btn:after{right:auto;left:.5rem;padding-left:0}html[dir="rtl"] .dropdown-btn{padding-left:1.5rem;padding-right:0.9rem}.dropdown-menu{position:absolute;min-width:200px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);z-index:1000;display:none;overflow:auto}.dropdown-menu.dropdown-right{right:0}.dropdown-title{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem;font-size:0.875rem;line-height:1.55rem;color:#6e6e6e;background-color:white;border-top:1px solid #efefef;white-space:nowrap;cursor:pointer;background-color:#f8f8f8;cursor:auto}@media screen and (max-width:859px){.dropdown-title{font-size:0.875rem}}@media screen and (max-width:479px){.dropdown-title{font-size:0.875rem}}.dropdown-title:hover{background-color:#f8f8f8;text-decoration:none;color:#6e6e6e}.dropdown-title.is-active,.dropdown-title:focus{text-indent:-3px;border-left:3px solid #0079c1}.dropdown-link{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem;font-size:0.875rem;line-height:1.55rem;color:#6e6e6e;background-color:white;border-top:1px solid #efefef;white-space:nowrap;cursor:pointer}@media screen and (max-width:859px){.dropdown-link{font-size:0.875rem}}@media screen and (max-width:479px){.dropdown-link{font-size:0.875rem}}.dropdown-link:hover{background-color:#f8f8f8;text-decoration:none;color:#6e6e6e}.dropdown-link.is-active,.dropdown-link:focus{text-indent:-3px;border-left:3px solid #0079c1}.breadcrumbs{font-size:0.875rem;line-height:1.55rem;color:#828282}@media screen and (max-width:859px){.breadcrumbs{font-size:0.875rem}}@media screen and (max-width:479px){.breadcrumbs{font-size:0.875rem}}.crumb{color:#828282;padding:0 0.25rem 0 0.75rem;background:url(../img/forward-slash.svg) left center no-repeat transparent;float:left}html[dir="rtl"] .crumb{padding:0 0.75rem 0 0.25rem;background:url(../img/forward-slash.svg) right center no-repeat transparent;white-space:nowrap}html[dir="rtl"] .crumb{float:right}.crumb.is-active{font-weight:600}.breadcrumbs-white .crumb{color:white;color:white;background-image:url(../img/forward-slash-white.svg)}.breadcrumbs-white .crumb:hover{color:#efefef}.crumb:first-child{background-image:none;padding-left:0}html[dir="rtl"] .crumb:first-child{padding-right:0;background:none}.tooltip{position:relative;cursor:pointer}.tooltip:after{content:attr(aria-label);position:absolute;z-index:1000000;display:none;padding:0.3875rem 0.775rem;font-size:0.875rem;line-height:1.55rem;color:white;text-align:center;word-wrap:break-word;white-space:pre;pointer-events:none;background:rgba(0,0,0,0.75);border-radius:3px}@media screen and (max-width:859px){.tooltip:after{font-size:0.875rem}}@media screen and (max-width:479px){.tooltip:after{font-size:0.875rem}}.tooltip:before{content:"";position:absolute;z-index:1000001;display:none;width:0;height:0;color:rgba(0,0,0,0.75);pointer-events:none;border:5px solid transparent}.tooltip:hover,.tooltip:active,.tooltip:focus{text-decoration:none}.tooltip:hover:before,.tooltip:hover:after,.tooltip:active:before,.tooltip:active:after,.tooltip:focus:before,.tooltip:focus:after{display:inline-block}.tooltip-multiline:hover:after,.tooltip-multiline:active:after,.tooltip-multiline:focus:after{display:table-cell}.tooltip:after{top:100%;right:50%;margin-top:5px;line-height:1.5}.tooltip:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,0.75)}.tooltip-top:after{top:auto;right:50%;bottom:100%;margin-bottom:5px}.tooltip-top:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,0.75);border-bottom:5px solid transparent}.tooltip:after,.tooltip-bottom:after{-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translateX(50%)}.tooltip-left:after{top:auto;right:100%;margin-right:5px;bottom:50%;margin-bottom:inherit;-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}html[dir="rtl"] .tooltip-left:after{right:auto;left:100%;margin-right:0;margin-left:5px}.tooltip-left:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,0.75);border-bottom:5px solid transparent}html[dir="rtl"] .tooltip-left:before{left:auto;right:-5px;margin-right:0;border-left-color:transparent;border-right-color:rgba(0,0,0,0.75)}.tooltip-right:after{top:auto;right:auto;bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}html[dir="rtl"] .tooltip-right:after{left:auto;right:100%;margin-left:0;margin-right:5px}.tooltip-right:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;margin-right:0;border-right-color:rgba(0,0,0,0.75);border-bottom:5px solid transparent}html[dir="rtl"] .tooltip-right:before{left:-5px;right:auto;border-left-color:rgba(0,0,0,0.75);border-right-color:transparent}.tooltip-multiline:after{width:-moz-max-content;width:-webkit-max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltip-multiline.tooltip-bottom:after,.tooltip-multiline.tooltip-top:after{right:auto;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-multiline.tooltip-left:after,.tooltip-multiline.tooltip-right:after{right:100%}@media screen and (min-width:0\0){.tooltip-multiline:after{width:250px}}.alert{font-size:0.9375rem;line-height:1.55rem;padding:0.775rem 0.775rem;color:rgba(0,0,0,0.75);background-color:#d2e9f9;position:relative;display:none;z-index:100;max-width:40em;border:1px solid #0079c1;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);color:#4c4c4c}@media screen and (max-width:859px){.alert{font-size:0.9375rem}}@media screen and (max-width:479px){.alert{font-size:0.9375rem}}.alert:hover{color:#323232}.alert.is-active{display:block}.alert a:hover{color:rgba(0,0,0,0.75)}.alert-red{background-color:#f3ded7;border-color:#e4a793}.alert-yellow{background-color:#f3edc7;border-color:#e4d154}.alert-green{background-color:#ddeedb;border-color:#9bc19c}.alert-close{position:absolute;right:0.775rem}html[dir="rtl"] .alert-close{right:auto;left:0.775rem}.panel{background-color:#f8f8f8;border:1px solid #efefef;padding:1.023rem}.panel:after{content:'';display:table;clear:both}.panel code{background-color:white}.panel-black{background-color:#323232;color:white;border:1px solid #4c4c4c}.panel-dark{background-color:#595959;color:white;border:1px solid #4c4c4c}.panel-white{background-color:white;border:1px solid #efefef}.panel-white code{background-color:#f8f8f8}.panel-dark-blue{background-color:#004575;color:white;border:1px solid #052942}.panel-blue{background-color:#0079c1;color:white;border:1px solid #005e95}.panel-light-blue{color:#323232;background-color:#56a5d8;border:1px solid #0079c1}.panel-no-border{border:none}.panel-no-padding{padding:0}table{width:100%;background-color:white;border-collapse:collapse;border-spacing:0;border:1px solid #ccc;text-align:left;overflow:auto;font-size:0.875rem;line-height:1.55rem}@media screen and (max-width:859px){table{font-size:0.875rem}}@media screen and (max-width:479px){table{font-size:0.875rem}}html[dir="rtl"] table{text-align:right}table > thead{background-color:#efefef;border-bottom:1px solid #ccc;font-weight:400;font-style:normal;font-size:1rem;line-height:1.55rem}table > thead b,table > thead strong{font-weight:500}@media screen and (max-width:859px){table > thead{font-size:1rem}}@media screen and (max-width:479px){table > thead{font-size:1rem}}table > tbody{overflow:auto;width:100%}table > tfoot{background-color:#efefef;border-top:1px solid #ccc}table th,table td{font-weight:300;border-left:1px solid #ccc;border-right:1px solid #ccc;padding:0.51667rem}html[dir="rtl"] table th,html[dir="rtl"] table td{text-align:right}table tr{border-bottom:1px solid #ccc;text-align:left}table tr:last-child{border-bottom:none}table caption{color:#959595;caption-side:bottom;line-height:1.55rem;padding:0.3875rem 0.775rem}.table-blue{border:1px solid #0079c1}.table-blue > thead{background-color:#0079c1;border:none;border-bottom:1px solid #0079c1;color:white}.table-blue > thead tr:nth-child(even){background-color:#bcdaed;color:#4c4c4c}.table-blue > tfoot{border-top:1px solid #0079c1}.table-blue th,.table-blue td{border-left:1px solid #0079c1;border-right:1px solid #0079c1}.table-blue tr{border-bottom:1px solid #0079c1}.table-plain{border:none}.table-plain > thead,.table-plain > tfoot,.table-plain th,.table-plain td{background-color:transparent;border:none}.table-plain tr{border:none}.table-plain tr:nth-child(even){background-color:transparent}.table-plain tr:nth-child(even) td{background-color:transparent}.table-striped tr:nth-child(even){background-color:#f8f8f8}.table-striped tr:nth-child(even) a{color:#005e95}.table-striped tr:nth-child(even) td{background-color:#f8f8f8}.table-striped.table-blue tr:nth-child(even){background-color:#d2e9f9}.table-striped.table-blue tr:nth-child(even) td{background-color:#d2e9f9}form{margin:0;padding:0}fieldset{margin:0 0 1.55rem 0;padding:0;border:none;display:block}.fieldset-radio label,.fieldset-checkbox label{margin-bottom:.25rem;font-size:0.9375rem;line-height:1.25rem;color:#595959}label,legend{position:relative;display:block;margin:0 0 1.55rem 0}legend{margin-bottom:.1rem}input[type='date'],input[type='datetime'],input[type='datetime-local'],input[type='email'],input[type='time'],input[type='week'],input[type='search'],input[type='tel'],input[type='text'],input[type='url'],input[type='number'],input[type='password'],input[type='month'],select,textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;outline:none;outline-offset:0;vertical-align:baseline;margin:0.3875rem 0 0 0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075)}input[type='date'][disabled],input[type='datetime'][disabled],input[type='datetime-local'][disabled],input[type='email'][disabled],input[type='time'][disabled],input[type='week'][disabled],input[type='search'][disabled],input[type='tel'][disabled],input[type='text'][disabled],input[type='url'][disabled],input[type='number'][disabled],input[type='password'][disabled],input[type='month'][disabled],select[disabled],textarea[disabled]{cursor:default}input[type='date']:focus,input[type='datetime']:focus,input[type='datetime-local']:focus,input[type='email']:focus,input[type='time']:focus,input[type='week']:focus,input[type='search']:focus,input[type='tel']:focus,input[type='text']:focus,input[type='url']:focus,input[type='number']:focus,input[type='password']:focus,input[type='month']:focus,select:focus,textarea:focus{border-color:#0079c1;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5)}input[type='date'],input[type='datetime'],input[type='datetime-local'],input[type='email'],input[type='time'],input[type='week'],input[type='search'],input[type='tel'],input[type='text'],input[type='url'],input[type='number'],input[type='password'],input[type='month'],textarea{display:inline-block;padding:0 0.31rem;font-size:1rem;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;color:#595959;border:1px solid #a9a9a9;-webkit-transition:border-color 150ms linear;transition:border-color 150ms linear;-webkit-appearance:textfield;height:2.25rem}textarea{font-family:inherit;max-width:100%;height:auto;padding-top:0.31rem}input[type='date'],input[type='datetime'],input[type='datetime-local'],input[type='time'],input[type='week'],input[type='month']{max-height:2.325rem}button{position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){button{font-size:0.9375rem}}@media screen and (max-width:479px){button{font-size:0.9375rem}}button:hover{text-decoration:none;background-color:#005e95;color:white}input[type="file"]::-webkit-file-upload-button{-webkit-appearance:none;position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){input[type="file"]::-webkit-file-upload-button{font-size:0.9375rem}}@media screen and (max-width:479px){input[type="file"]::-webkit-file-upload-button{font-size:0.9375rem}}input[type="file"]::-webkit-file-upload-button:hover{text-decoration:none;background-color:#005e95;color:white}::-ms-browse{position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){::-ms-browse{font-size:0.9375rem}}@media screen and (max-width:479px){::-ms-browse{font-size:0.9375rem}}::-ms-browse:hover{text-decoration:none;background-color:#005e95;color:white}input[type='radio'],input[type='checkbox']{float:left;width:1rem;height:1rem}html[dir="rtl"] input[type='radio'],html[dir="rtl"] input[type='checkbox']{float:right}select{background-color:white;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTAwcHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM1OTU5NTkiIGQ9Ik03NS43NDksMzcuNDY2YzAuNDI1LDAuNDI1LDAuNTUyLDEuMDYzLDAuMzIyLDEuNjE4Qzc1Ljg0MSwzOS42MzksNzUuMzAxLDQwLDc0LjY5OSw0MGgtNDkuNA0KCQljLTAuNiwwLTEuMTQzLTAuMzYyLTEuMzcyLTAuOTE3Yy0wLjIzLTAuNTU1LTAuMTAzLTEuMTkzLDAuMzIyLTEuNjE4bDIzLjQ0LTIzLjQ0YzEuMjc2LTEuMjc2LDMuMzQzLTEuMjc2LDQuNjIsMEw3NS43NDksMzcuNDY2DQoJCUw3NS43NDksMzcuNDY2eiBNMjQuMjUsNjIuNTM0Yy0wLjQyNi0wLjQyNS0wLjU1My0xLjA2My0wLjMyMy0xLjYxOGMwLjIzLTAuNTU1LDAuNzctMC45MTYsMS4zNy0wLjkxNkg3NC43DQoJCWMwLjYwMiwwLDEuMTQzLDAuMzU5LDEuMzczLDAuOTE2YzAuMjMsMC41NTUsMC4xMDMsMS4xOTMtMC4zMjIsMS42MThMNTIuMzEsODUuOTc3Yy0xLjI3NSwxLjI3NS0zLjM0NCwxLjI3NC00LjYyLDBMMjQuMjUsNjIuNTM0eg0KCQkiLz4NCjwvZz4NCjwvc3ZnPg0K);background-position:center right;background-repeat:no-repeat;background-size:.9rem;display:block;width:auto;max-width:100%;height:2.25rem;padding:0.31rem 1.55rem 0.31rem 0.3875rem;font-size:0.9375rem;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;color:#595959;border:1px solid #a9a9a9;border-radius:0;-webkit-transition:border-color 150ms linear;transition:border-color 150ms linear;-webkit-appearance:none}select:focus{border-color:#0079c1}html[dir="rtl"] select{background-position:center left;padding:0.31rem 0.3875rem 0.31rem 1.55rem}select{-moz-appearance:none}select[multiple]{height:auto;background-image:none;padding:0}select[multiple] option{padding:0.31rem}.select-full{width:100%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){select::-ms-expand{display:none}select:focus::-ms-value{background:transparent;color:#595959}}.input-error{border-color:#de2900}.input-error:focus{border-color:#0079c1}.input-warning{border-color:#d9bf2b}.input-warning:focus{border-color:#0079c1}.input-success{border-color:#5a9359}.input-success:focus{border-color:#0079c1}.input-group{display:table;margin-top:0.3875rem}.input-group-button{width:1%;vertical-align:middle;display:table-cell}.input-group-button .btn,.input-group-button button{height:2.25rem;margin-left:-1px}input.input-group-input,.input-group-input{display:table-cell;position:relative;margin-top:0;width:100%;vertical-align:middle}.loader-bars:before,.loader-bars:after,.loader-bars{background:#0079c1;-webkit-animation:load 0.8s infinite ease-in-out;animation:load 0.8s infinite ease-in-out;width:0.85rem;height:2rem}.loader-bars:before,.loader-bars:after{position:absolute;top:0;content:''}@-webkit-keyframes load{0%,80%,100%{opacity:.75;box-shadow:0 0 #0079c1;height:2rem}40%{opacity:1;box-shadow:0 -0.5rem #0079c1;height:2.5rem}}@keyframes load{0%,80%,100%{opacity:.75;box-shadow:0 0 #0079c1;height:2rem}40%{opacity:1;box-shadow:0 -0.5rem #0079c1;height:2.5rem}}.loader{display:none;position:relative}.loader.is-active{display:block}.loader-bars{text-indent:-9999em;margin:auto;position:absolute;right:50%;font-size:11px;-webkit-animation-delay:0.16s;animation-delay:0.16s}.loader-bars:before{left:-1.25rem}.loader-bars:after{left:1.25rem;-webkit-animation-delay:0.32s;animation-delay:0.32s}.loader-text{text-align:center;padding-top:4rem;font-weight:400;font-style:normal}.loader-text b,.loader-text strong{font-weight:500}.loader-text:after{content:"…"}.ie9 .loader-bars{position:inherit;background-color:transparent;background-image:url(../img/loader-ie9.gif);background-position:center top;animation:none;-webkit-animation-delay:none;-webkit-animation:none;width:64px;height:64px}.ie9 .loader-bars:before,.ie9 .loader-bars:after{background:none;animation:none;-webkit-animation:none;width:0;height:0}.ie9 .loader-text{padding-top:2rem}.skip-to-content{opacity:0;float:left;pointer-events:none;margin:0 0 0 1rem;position:absolute;z-index:10;background-color:transparent;-webkit-transition:150ms linear;transition:150ms linear}.skip-to-content:focus{opacity:1;-webkit-transition:150ms linear;transition:150ms linear;background-color:white}.card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;background:white;box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 0 16px 0 rgba(0,0,0,0.05)}.card-image-wrap{width:100%;position:relative;margin-bottom:0;-webkit-box-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.card-image{width:100%;display:block}.card-image-caption{background:rgba(255,255,255,0.8);width:100%;box-sizing:border-box;position:absolute;bottom:0;font-size:0.875rem;line-height:1.55rem;padding:.35rem 1.25rem .35rem 1.25rem}@media screen and (max-width:859px){.card-image-caption{font-size:0.875rem}}@media screen and (max-width:479px){.card-image-caption{font-size:0.875rem}}.card-last{margin-bottom:auto}.card-content{padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.card-shaped{box-shadow:none;background:transparent}.card-shaped .card-content{border:1px solid rgba(0,0,0,0.1);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);padding-top:4rem}.card-shaped .card-image-wrap{margin-bottom:-3rem;padding:0 1.25rem;box-sizing:border-box}.card-bar-lightest-blue{border-top:3px solid #d2e9f9}.card-bar-lighter-blue{border-top:3px solid #bcdaed}.card-bar-light-blue{border-top:3px solid #56a5d8}.card-bar-blue{border-top:3px solid #0079c1}.card-bar-dark-blue{border-top:3px solid #005e95}.card-bar-light-green{border-top:3px solid #9bc19c}.card-bar-green{border-top:3px solid #5a9359}.card-bar-dark-green{border-top:3px solid #338033}.card-bar-light-red{border-top:3px solid #e4a793}.card-bar-red{border-top:3px solid #de2900}.card-bar-dark-red{border-top:3px solid #ab3c16}.card-bar-light-orange{border-top:3px solid #e8912e}.card-bar-orange{border-top:3px solid #d17e21}.card-bar-dark-orange{border-top:3px solid #ad6511}.card-bar-light-yellow{border-top:3px solid #efe397}.card-bar-yellow{border-top:3px solid #e4d154}.card-bar-dark-yellow{border-top:3px solid #d9bf2b}.card-bar-light-purple{border-top:3px solid #c4bcdc}.card-bar-purple{border-top:3px solid #9081bc}.card-bar-dark-purple{border-top:3px solid #7461a8}.card-bar-light-brown{border-top:3px solid #d2b38f}.card-bar-brown{border-top:3px solid #a57946}.card-bar-dark-brown{border-top:3px solid #8c5e2a}.card-wide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.card-wide .card-content{display:block;-webkit-box-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%}.card-wide-image-wrap{position:relative;top:0;left:0;bottom:0;width:25%;overflow:hidden;margin-bottom:0}.card-wide-image{width:auto;min-width:100%;max-width:none;height:100%;margin:0;display:block;position:absolute}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes in-up{0%{transform:translate3d(0,100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-up{0%{transform:translate3d(0,100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes out-down{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-100%,0)}}@keyframes out-down{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-100%,0)}}@-webkit-keyframes out-up{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,100%,0)}}@keyframes out-up{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,100%,0)}}.fade-in,.animate-fade-in{opacity:0;-webkit-animation:fade-in ease-in 1;-moz-animation:fade-in ease-in 1;animation:fade-in ease-in 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:0.75s;-moz-animation-duration:0.75s;animation-duration:0.75s}.animate-fade-out{-webkit-animation:fade-out ease-out 1;-moz-animation:fade-out ease-out 1;animation:fade-out ease-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.75s;-moz-animation-duration:0.75s;animation-duration:0.75s}.animate-in-down{-webkit-animation:in-down ease-out 1;-moz-animation:in-down ease-out 1;animation:in-down ease-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.animate-in-up{-webkit-animation:in-up ease-out 1;-moz-animation:in-up ease-out 1;animation:in-up ease-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.animate-out-down{-webkit-animation:out-down ease-in 1;-moz-animation:out-down ease-in 1;animation:out-down ease-in 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.animate-out-up{-webkit-animation:out-up ease-in 1;-moz-animation:out-up ease-in 1;animation:out-up ease-in 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.top-nav{font-weight:400;font-style:normal;border-bottom:1px solid #efefef;background-color:white}.top-nav b,.top-nav strong{font-weight:500}.top-nav .esri-logo{margin-top:1rem}.top-nav .sign-in{padding-top:1.55rem}.top-nav-title{font-weight:400;font-style:normal;font-size:1.2019rem;line-height:1.55rem;float:left;margin-right:1.5rem;padding:1.125rem 0;line-height:1.5rem;color:#4c4c4c}.top-nav-title b,.top-nav-title strong{font-weight:500}@media screen and (max-width:859px){.top-nav-title{font-size:1.1305rem}}@media screen and (max-width:479px){.top-nav-title{font-size:1.0625rem}}html[dir="rtl"] .top-nav-title{float:right}html[dir="rtl"] .top-nav-title{white-space:nowrap;margin-right:0;margin-left:1.5rem}.top-nav-title:hover{color:#0079c1;-webkit-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);text-decoration:none}.top-nav-title.icon-ui-menu:before{vertical-align:-1px;padding-right:.5em}.top-nav-list{float:left;padding:0}html[dir="rtl"] .top-nav-list{float:right}.top-nav-list .top-nav-link + .top-nav-link{margin-left:.75em}html[dir="rtl"] .top-nav-list .top-nav-link + .top-nav-link{margin-left:0;margin-right:.75em}.top-nav-list.right{float:right}html[dir="rtl"] .top-nav-list.right{float:left}.top-nav-link{font-size:0.9375rem;line-height:1.55rem;color:#4c4c4c;padding:1.1625rem 0;line-height:1.5rem;display:inline-block;vertical-align:top}@media screen and (max-width:859px){.top-nav-link{font-size:0.9375rem}}@media screen and (max-width:479px){.top-nav-link{font-size:0.9375rem}}.top-nav-link:hover,.top-nav-link:focus{color:#0079c1;background:url(../img/top-nav-ie9.gif) repeat-x top left transparent;-webkit-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);text-decoration:none}.top-nav-link:focus{outline:none}.top-nav-link.is-active{-webkit-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%)}.top-nav-flex{display:flex}.top-nav-flex-list{flex-grow:1;flex-basis:30%}.top-nav-flex-title{flex-grow:2;text-align:center}.sign-in{float:right;padding-left:0.3875rem;margin-top:-0.7rem}html[dir="rtl"] .sign-in{float:left}html[dir="rtl"] .sign-in{padding-left:0;padding-right:0.3875rem}.user-nav-name{padding-right:1.5em;color:#4c4c4c}.user-nav-name:hover{text-decoration:none}.user-nav-image{width:1.2rem;height:1.2rem;vertical-align:-0.25rem}.sub-nav{background-color:#efefef}.sub-nav-title{font-size:1.9994rem;line-height:2.325rem;margin-top:0.775rem;margin-bottom:0.775rem;display:inline-block;line-height:1.25}@media screen and (max-width:859px){.sub-nav-title{font-size:1.7689rem}}@media screen and (max-width:479px){.sub-nav-title{font-size:1.5625rem}}.sub-nav-list{width:100%;float:left}html[dir="rtl"] .sub-nav-list{float:right}.sub-nav-link{padding:.25em .75em;margin:0 .25em 0 0;float:left;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;color:#efefef;font-size:0.9375rem;line-height:1.55rem;background-color:rgba(0,0,0,0.45);box-sizing:border-box;-webkit-transition:background-color 150ms linear,color 150ms 150ms linear;transition:background-color 150ms linear,color 150ms 150ms linear}html[dir="rtl"] .sub-nav-link{float:right}@media screen and (max-width:859px){.sub-nav-link{font-size:0.9375rem}}@media screen and (max-width:479px){.sub-nav-link{font-size:0.9375rem}}.sub-nav-link:hover,.sub-nav-link:focus{background-color:rgba(0,0,0,0.3);color:white;text-decoration:none;-webkit-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-moz-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-o-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%)}.sub-nav-link.is-active{background-color:white;color:#4c4c4c}.third-nav{font-weight:400;font-style:normal;border-bottom:1px solid #efefef;background-color:white;padding:0.3875rem 0;width:100%}.third-nav b,.third-nav strong{font-weight:500}.third-nav-container{position:relative;overflow-x:auto;white-space:nowrap;padding-bottom:15px;margin-bottom:-15px}.third-nav-link{color:#595959;font-size:0.875rem;line-height:1.55rem;margin-right:1.1625rem}@media screen and (max-width:859px){.third-nav-link{font-size:0.875rem}}@media screen and (max-width:479px){.third-nav-link{font-size:0.875rem}}html[dir="rtl"] .third-nav-link{white-space:nowrap}.third-nav-link:last-child{margin-right:2.325rem}.third-nav-link.is-active{font-weight:600;font-style:normal}.third-nav-link.is-active b,.third-nav-link.is-active strong{font-weight:600}.nav-overflow-left{position:absolute;padding:11px 6px;top:0;margin:0;background-color:rgba(255,255,255,0.8);display:none;left:0}.nav-overflow-left:before{padding-right:0}.nav-overflow-left.is-active{display:block}.nav-overflow-right{position:absolute;padding:11px 6px;top:0;margin:0;background-color:rgba(255,255,255,0.8);display:none;right:0}.nav-overflow-right:before{padding-right:0}.nav-overflow-right.is-active{display:block}.side-nav,.dropdown-menu,.filter-dropdown-list{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;border:1px solid #efefef;border-top:none;font-weight:400;font-style:normal;background-color:white}.side-nav b,.dropdown-menu b,.filter-dropdown-list b,.side-nav strong,.dropdown-menu strong,.filter-dropdown-list strong{font-weight:500}.side-nav-title{margin:0;padding:0.51667rem;font-weight:400;font-style:normal;font-size:0.9375rem;line-height:1.55rem;background-color:#f8f8f8;border-top:1px solid #efefef}.side-nav-title b,.side-nav-title strong{font-weight:500}@media screen and (max-width:859px){.side-nav-title{font-size:0.9375rem}}@media screen and (max-width:479px){.side-nav-title{font-size:0.9375rem}}.side-nav-link{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem;font-size:0.875rem;line-height:1.55rem;color:#595959;background-color:white;border-top:1px solid #efefef;cursor:pointer}@media screen and (max-width:859px){.side-nav-link{font-size:0.875rem}}@media screen and (max-width:479px){.side-nav-link{font-size:0.875rem}}.side-nav-link:hover{background-color:#f8f8f8;text-decoration:none;color:#4c4c4c}.side-nav-link.is-active{text-indent:-3px;border-left:3px solid #0079c1}html[dir="rtl"] .side-nav-link.is-active{border-left:none;border-right:3px solid #0079c1}body{display:flex;height:100%;flex-direction:column}.wrapper{flex:1 0 auto}.footer{background-color:#f8f8f8;padding-top:3.1rem;flex:none}.tab-nav:after{content:'';display:table;clear:both}.tab-title{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:0.875rem;line-height:1.55rem;-webkit-transition:background,150ms linear;transition:background,150ms linear;padding:0.3875rem 0.775rem;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#f8f8f8;border:1px solid #ccc;border-left:none;cursor:pointer}@media screen and (max-width:859px){.tab-title{font-size:0.875rem}}@media screen and (max-width:479px){.tab-title{font-size:0.875rem}}.tab-title:first-child{border-left:1px solid #ccc}.tab-title:focus{outline:none}.tab-title:hover,.tab-title:focus{background-color:#fcfcfc;text-decoration:none;-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tab-title.is-active{border-bottom:1px solid white;background-color:white}.tab-title.is-active:hover{background-color:white}.tab-contents{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #ccc;margin-top:-1px}.tab-section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:white;display:none;padding:0.775rem}.tab-section.is-active{display:block}.tab-section pre{margin:0}.tabs-gray .tab-title{background-color:white}.tabs-gray .tab-title.is-active{background-color:#f8f8f8;border-bottom:1px solid #f8f8f8}.tabs-gray .tab-section{background-color:#f8f8f8}.tabs-gray pre code{padding:0;border:none;background-color:transparent}.tabs-transparent .tab-title{background-color:transparent;border:1px solid transparent;border-bottom:1px solid #ccc}.tabs-transparent .tab-title:hover{border-bottom:1px solid #ccc}.tabs-transparent .tab-title.is-active{-webkit-transition:backround,150ms linear;transition:backround,150ms linear;background-color:transparent;border:1px solid #ccc;border-bottom:1px solid white}.tabs-transparent .tab-contents{border-bottom:none;border-left:none;border-right:none}.tabs-transparent .tab-section{background-color:transparent;padding-left:0;padding-right:0}.tabs-translucent .tab-title{background-clip:padding-box;background-color:rgba(255,255,255,0.7);border:none;color:#4c4c4c;margin-right:2px;margin-bottom:3px;transition:background,0ms linear}.tabs-translucent .tab-title:hover{background-color:rgba(255,255,255,0.8);-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-translucent .tab-title.is-active{background-color:rgba(255,255,255,0.8);border-bottom:2px solid rgba(255,255,255,0.8);margin-bottom:0;-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-translucent .tab-contents{border:none}.tabs-translucent .tab-section{background-color:rgba(255,255,255,0.8)}.tabs-dark .tab-title{background-clip:padding-box;background-color:rgba(255,255,255,0.7);border:none;color:#4c4c4c;margin-right:2px;margin-bottom:3px;transition:background,0ms linear}.tabs-dark .tab-title:hover{background-color:rgba(255,255,255,0.8);-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-dark .tab-title.is-active{background-color:rgba(255,255,255,0.8);border-bottom:2px solid rgba(255,255,255,0.8);margin-bottom:0;-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-dark .tab-contents{border:none}.tabs-dark .tab-section{background-color:rgba(255,255,255,0.8)}.tabs-dark .tab-title{background-color:rgba(0,0,0,0.75);color:white}.tabs-dark .tab-title:hover{background-color:rgba(0,0,0,0.85);-webkit-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-moz-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-o-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%)}.tabs-dark .tab-title.is-active{border-bottom:2px solid rgba(0,0,0,0.85);background-color:rgba(0,0,0,0.85);-webkit-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-moz-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-o-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%)}.tabs-dark .tab-section{background-color:rgba(0,0,0,0.85);color:white}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:hidden;text-align:center;opacity:0;visibility:hidden;background:rgba(0,0,0,0.75);-webkit-transition:visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);transition:visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);z-index:50}.modal-overlay.is-active{visibility:visible;opacity:1;-webkit-transition-delay:0ms;transition-delay:0ms}.modal-overlay.is-active .modal-content{visibility:visible;opacity:1;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-overlay:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.modal-content{box-sizing:border-box;max-height:80vh;z-index:100;float:none;background:white;padding:1.55rem;text-align:start;overflow-y:auto;-webkit-overflow-scrolling:touch;display:inline-block;vertical-align:middle;opacity:0;visibility:hidden;-webkit-transition:-webkit- transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);-o-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}html[dir="rtl"] .modal-content{float:none}.accordion{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;border:1px solid #efefef;border-top:none;font-weight:400;font-style:normal;background-color:white}.accordion b,.accordion strong{font-weight:500}.accordion-section.is-active .accordion-content{display:block}.accordion-title{margin:0;padding:0.51667rem;font-weight:400;font-style:normal;font-size:0.9375rem;line-height:1.55rem;background-color:#f8f8f8;border-top:1px solid #efefef;cursor:pointer;-webkit-transition:all,150ms linear;transition:all,150ms linear}.accordion-title b,.accordion-title strong{font-weight:500}@media screen and (max-width:859px){.accordion-title{font-size:0.9375rem}}@media screen and (max-width:479px){.accordion-title{font-size:0.9375rem}}.accordion-title:before{font-size:0.8125rem}.accordion-title:focus,.accordion-title:hover{-webkit-transition:all,150ms linear;transition:all,150ms linear;background-color:#f4f4f4}.accordion-content{display:none}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;overflow:hidden;opacity:0;background:rgba(0,0,0,0.75);-webkit-transition:visibility 0ms linear 200ms,opacity 200ms linear;transition:visibility 0ms linear 200ms,opacity 200ms linear;z-index:1001}.drawer.is-active{visibility:visible;opacity:1;background-color:rgba(0,0,0,0.75);-webkit-transition-delay:0ms;transition-delay:0ms}.drawer.is-active.drawer-left .drawer-nav{-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}html[dir="rtl"] .drawer.is-active.drawer-left .drawer-nav{-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}.drawer.is-active.drawer-right .drawer-nav{-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}html[dir="rtl"] .drawer.is-active.drawer-right .drawer-nav{-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}.drawer-nav{position:absolute;top:0;height:100%;width:280px;margin:0;padding:0;list-style:none;background:white;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88)}.drawer-left .drawer-nav{left:-280px}html[dir="rtl"] .drawer-left .drawer-nav{left:100%}.drawer-right .drawer-nav{left:100%}html[dir="rtl"] .drawer-right .drawer-nav{left:-280px}.wrapper{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88)}.drawer-left-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}html[dir="rtl"] .drawer-left-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}.drawer-right-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}html[dir="rtl"] .drawer-right-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}.ie9 .drawer.is-active.drawer-left .drawer-nav{-ms-transform:translate(280px,0)}html[dir="rtl"] .ie9 .drawer.is-active.drawer-left .drawer-nav{-ms-transform:translate(-280px,0)}.ie9 .drawer.is-active.drawer-right .drawer-nav{-ms-transform:translate(-280px,0)}html[dir="rtl"] .ie9 .drawer.is-active.drawer-right .drawer-nav{-ms-transform:translate(280px,0)}input.filter-dropdown-input{margin:1%;width:98%}.filter-dropdown-title{display:inline;padding-bottom:0}.filter-dropdown-action{font-size:0.8125rem;line-height:1.55rem;float:right;color:#959595;display:none}@media screen and (max-width:859px){.filter-dropdown-action{font-size:0.8125rem}}@media screen and (max-width:479px){.filter-dropdown-action{font-size:0.8125rem}}html[dir="rtl"] .filter-dropdown-action{float:left}.filter-dropdown-action.is-active{display:inline-block}.filter-dropdown-container:after{content:'';display:table;clear:both}.filter-dropdown-list{position:absolute;min-width:200px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);z-index:1000;display:none;overflow:auto;background-color:#f8f8f8;border-top:1px solid #efefef;max-width:100%;width:100%}.filter-dropdown-list.dropdown-right{right:0}.filter-dropdown-list.is-active{display:block}.filter-dropdown-inner-list{max-height:13.95rem;overflow:auto;border-top:1px solid #efefef;background-color:white}.filter-dropdown-link{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem 1.55rem 0.51667rem 0.125rem;font-size:0.875rem;line-height:1.55rem;color:#6e6e6e;border-top:1px solid #efefef}html[dir="rtl"] .filter-dropdown-link{padding:0.51667rem 0.125rem 0.51667rem 1.55rem}@media screen and (max-width:859px){.filter-dropdown-link{font-size:0.875rem}}@media screen and (max-width:479px){.filter-dropdown-link{font-size:0.875rem}}.filter-dropdown-link:first-child{border-top:none}.filter-dropdown-link:after{position:absolute;right:0;margin-top:0.25833rem;opacity:0;color:#959595}html[dir="rtl"] .filter-dropdown-link:after{right:auto;left:0;padding-left:0.51667rem}.filter-dropdown-link:hover{text-decoration:none;color:#828282}.filter-dropdown-link:hover:before{opacity:1}.filter-dropdown-link:before{opacity:0;padding:0 0.25833rem;color:#959595}html[dir="rtl"] .filter-dropdown-link:before{float:right;padding-top:0.25833rem}.filter-dropdown-link.is-active:before{opacity:1;color:#5a9359}.filter-dropdown-link.is-active:after{opacity:1}.filter-dropdown-link.is-active:hover:after{opacity:1;color:#de2900}.filter-dropdown-active{background-color:#efefef;padding:.25em .5em;border-radius:3px;font-size:.85em;line-height:1;white-space:nowrap;font-size:0.875rem;line-height:1.55rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;padding:0.51667rem 0 0.51667rem 0.51667rem;margin-right:0.25833rem;margin-top:0.25833rem;color:#6e6e6e}@media screen and (max-width:859px){.filter-dropdown-active{font-size:0.875rem}}@media screen and (max-width:479px){.filter-dropdown-active{font-size:0.875rem}}.filter-dropdown-remove{float:right;right:0;top:1.3rem}html[dir="rtl"] .filter-dropdown-remove{float:left}.filter-dropdown-remove:after{font-size:0.9375rem;line-height:1.55rem;margin-left:0.51667rem;opacity:1;color:#959595}@media screen and (max-width:859px){.filter-dropdown-remove:after{font-size:0.9375rem}}@media screen and (max-width:479px){.filter-dropdown-remove:after{font-size:0.9375rem}}html[dir="rtl"] .filter-dropdown-remove:after{right:auto;left:0;padding-left:0.51667rem}.filter-dropdown-remove:hover:after{color:#de2900}.is-hidden{display:none!important}.link-red{color:#de2900}.link-red:hover{color:#ab3c16}.link-green{color:#5a9359}.link-green:hover{color:#338033}.link-light-blue{color:#bcdaed}.link-light-blue:hover{color:#56a5d8}.link-blue{color:#0079c1}.link-blue:hover{color:#005e95}.link-white{color:white}.link-white:hover{color:#efefef}.link-light-gray{color:#a9a9a9}.link-light-gray:hover{color:#959595}.link-dark-gray{color:#828282}.link-dark-gray:hover{color:#6e6e6e}.link-darker-gray{color:#6e6e6e}.link-darker-gray:hover{color:#595959}.link-darkest-gray,.third-nav-link.is-active:hover{color:#595959}.link-darkest-gray:hover,.third-nav-link.is-active:hover{color:#4c4c4c}.link-off-black{color:#4c4c4c}.link-off-black:hover{color:#323232}.text-red{color:#de2900}.text-green{color:#5a9359}.text-blue{color:#0079c1}.text-white{color:white}.text-light-gray{color:#a9a9a9}.text-dark-gray{color:#828282}.text-darker-gray{color:#6e6e6e}.text-darkest-gray{color:#595959}.text-off-black{color:#4c4c4c}.text-rule{border-bottom:1px solid #ccc}.text-inline{display:inline}.text-center{text-align:center}.text-left{text-align:left}html[dir="rtl"] .text-left{text-align:right}.text-right{text-align:right}html[dir="rtl"] .text-right{text-align:left}.text-light{opacity:0.66}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-numbered{counter-reset:li;list-style:none;position:relative;padding-bottom:1em;margin-left:0}.list-numbered > li{padding:0.3em .25em .25em 2.5em;position:relative;margin-bottom:0.75em;margin-left:0}html[dir="rtl"] .list-numbered > li{padding:0.3em 2.5em .25em .25em}.list-numbered > li:before{font-weight:300;font-style:normal;content:counter(li);counter-increment:li;position:absolute;top:0;left:0;height:100%;height:calc(100% - .3em);width:0.75em;padding:.3em .5em 0 0;color:#959595;font-size:1.2019rem;line-height:1.55rem;line-height:1;text-align:right;border-right:2px solid #ccc}.list-numbered > li:before b,.list-numbered > li:before strong{font-weight:500}@media screen and (max-width:859px){.list-numbered > li:before{font-size:1.1305rem}}@media screen and (max-width:479px){.list-numbered > li:before{font-size:1.0625rem}}html[dir="rtl"] .list-numbered > li:before{left:auto;right:0;padding:0 0 0 .5em;text-align:left;border-right:none;border-left:2px solid #ccc}.list-numbered > li:after{content:".";display:block;clear:left;visibility:hidden;line-height:0;height:0}.list-numbered .list-numbered{margin-bottom:0;padding-bottom:0}.list-numbered .list-numbered > li:before{content:counter(li,lower-alpha)}.list-plain{margin:0.3875rem 0}.list-plain li{list-style-type:none;margin-left:0}.font-size--3{font-size:0.8125rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size--3{font-size:0.8125rem}}@media screen and (max-width:479px){.font-size--3{font-size:0.8125rem}}.font-size--2{font-size:0.875rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size--2{font-size:0.875rem}}@media screen and (max-width:479px){.font-size--2{font-size:0.875rem}}.font-size--1{font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size--1{font-size:0.9375rem}}@media screen and (max-width:479px){.font-size--1{font-size:0.9375rem}}.font-size-0{font-size:1rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size-0{font-size:1rem}}@media screen and (max-width:479px){.font-size-0{font-size:1rem}}.font-size-1{font-size:1.2019rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size-1{font-size:1.1305rem}}@media screen and (max-width:479px){.font-size-1{font-size:1.0625rem}}.font-size-2{font-size:1.414rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size-2{font-size:1.33rem}}@media screen and (max-width:479px){.font-size-2{font-size:1.25rem}}.font-size-3{font-size:1.69949rem;line-height:2.325rem}@media screen and (max-width:859px){.font-size-3{font-size:1.50357rem}}@media screen and (max-width:479px){.font-size-3{font-size:1.32812rem}}.font-size-4{font-size:1.9994rem;line-height:2.325rem}@media screen and (max-width:859px){.font-size-4{font-size:1.7689rem}}@media screen and (max-width:479px){.font-size-4{font-size:1.5625rem}}.font-size-5{font-size:2.40307rem;line-height:3.1rem}@media screen and (max-width:859px){.font-size-5{font-size:1.99974rem}}@media screen and (max-width:479px){.font-size-5{font-size:1.66016rem;line-height:2.325rem}}.font-size-6{font-size:2.82715rem;line-height:3.1rem}@media screen and (max-width:859px){.font-size-6{font-size:2.35264rem}}@media screen and (max-width:479px){.font-size-6{font-size:1.95312rem;line-height:2.325rem}}.font-size-7{font-size:3.39795rem;line-height:3.1rem}@media screen and (max-width:859px){.font-size-7{font-size:2.65966rem}}@media screen and (max-width:479px){.font-size-7{font-size:2.0752rem;line-height:2.325rem}}.font-size-8{font-size:3.99758rem;line-height:3.875rem}@media screen and (max-width:859px){.font-size-8{font-size:3.12901rem}}@media screen and (max-width:479px){.font-size-8{font-size:2.44141rem;line-height:3.1rem}}.leader-half{margin-top:0.775rem}.trailer-half{margin-bottom:0.775rem}.padding-leader-half{padding-top:0.775rem}.padding-trailer-half{padding-bottom:0.775rem}.leader-0{margin-top:0rem}.trailer-0{margin-bottom:0rem}.padding-leader-0{padding-top:0rem}.padding-trailer-0{padding-bottom:0rem}.leader-1{margin-top:1.55rem}.trailer-1{margin-bottom:1.55rem}.padding-leader-1{padding-top:1.55rem}.padding-trailer-1{padding-bottom:1.55rem}.leader-2{margin-top:3.1rem}.trailer-2{margin-bottom:3.1rem}.padding-leader-2{padding-top:3.1rem}.padding-trailer-2{padding-bottom:3.1rem}.leader-3{margin-top:4.65rem}.trailer-3{margin-bottom:4.65rem}.padding-leader-3{padding-top:4.65rem}.padding-trailer-3{padding-bottom:4.65rem}.leader-4{margin-top:6.2rem}.trailer-4{margin-bottom:6.2rem}.padding-leader-4{padding-top:6.2rem}.padding-trailer-4{padding-bottom:6.2rem}.leader-5{margin-top:7.75rem}.trailer-5{margin-bottom:7.75rem}.padding-leader-5{padding-top:7.75rem}.padding-trailer-5{padding-bottom:7.75rem}.leader-6{margin-top:9.3rem}.trailer-6{margin-bottom:9.3rem}.padding-leader-6{padding-top:9.3rem}.padding-trailer-6{padding-bottom:9.3rem}@media screen and (min-width:1450px){.large-leader-half{margin-top:0.775rem}.large-trailer-half{margin-bottom:0.775rem}.large-padding-leader-half{padding-top:0.775rem}.large-padding-trailer-half{padding-bottom:0.775rem}.large-leader-0{margin-top:0rem}.large-trailer-0{margin-bottom:0rem}.large-padding-leader-0{padding-top:0rem}.large-padding-trailer-0{padding-bottom:0rem}.large-leader-1{margin-top:1.55rem}.large-trailer-1{margin-bottom:1.55rem}.large-padding-leader-1{padding-top:1.55rem}.large-padding-trailer-1{padding-bottom:1.55rem}.large-leader-2{margin-top:3.1rem}.large-trailer-2{margin-bottom:3.1rem}.large-padding-leader-2{padding-top:3.1rem}.large-padding-trailer-2{padding-bottom:3.1rem}.large-leader-3{margin-top:4.65rem}.large-trailer-3{margin-bottom:4.65rem}.large-padding-leader-3{padding-top:4.65rem}.large-padding-trailer-3{padding-bottom:4.65rem}.large-leader-4{margin-top:6.2rem}.large-trailer-4{margin-bottom:6.2rem}.large-padding-leader-4{padding-top:6.2rem}.large-padding-trailer-4{padding-bottom:6.2rem}.large-leader-5{margin-top:7.75rem}.large-trailer-5{margin-bottom:7.75rem}.large-padding-leader-5{padding-top:7.75rem}.large-padding-trailer-5{padding-bottom:7.75rem}.large-leader-6{margin-top:9.3rem}.large-trailer-6{margin-bottom:9.3rem}.large-padding-leader-6{padding-top:9.3rem}.large-padding-trailer-6{padding-bottom:9.3rem}}@media screen and (max-width:859px){.tablet-leader-half{margin-top:0.775rem}.tablet-trailer-half{margin-bottom:0.775rem}.tablet-padding-leader-half{padding-top:0.775rem}.tablet-padding-trailer-half{padding-bottom:0.775rem}.tablet-leader-0{margin-top:0rem}.tablet-trailer-0{margin-bottom:0rem}.tablet-padding-leader-0{padding-top:0rem}.tablet-padding-trailer-0{padding-bottom:0rem}.tablet-leader-1{margin-top:1.55rem}.tablet-trailer-1{margin-bottom:1.55rem}.tablet-padding-leader-1{padding-top:1.55rem}.tablet-padding-trailer-1{padding-bottom:1.55rem}.tablet-leader-2{margin-top:3.1rem}.tablet-trailer-2{margin-bottom:3.1rem}.tablet-padding-leader-2{padding-top:3.1rem}.tablet-padding-trailer-2{padding-bottom:3.1rem}.tablet-leader-3{margin-top:4.65rem}.tablet-trailer-3{margin-bottom:4.65rem}.tablet-padding-leader-3{padding-top:4.65rem}.tablet-padding-trailer-3{padding-bottom:4.65rem}.tablet-leader-4{margin-top:6.2rem}.tablet-trailer-4{margin-bottom:6.2rem}.tablet-padding-leader-4{padding-top:6.2rem}.tablet-padding-trailer-4{padding-bottom:6.2rem}.tablet-leader-5{margin-top:7.75rem}.tablet-trailer-5{margin-bottom:7.75rem}.tablet-padding-leader-5{padding-top:7.75rem}.tablet-padding-trailer-5{padding-bottom:7.75rem}.tablet-leader-6{margin-top:9.3rem}.tablet-trailer-6{margin-bottom:9.3rem}.tablet-padding-leader-6{padding-top:9.3rem}.tablet-padding-trailer-6{padding-bottom:9.3rem}}@media screen and (max-width:479px){.phone-leader-half{margin-top:0.775rem}.phone-trailer-half{margin-bottom:0.775rem}.phone-padding-leader-half{padding-top:0.775rem}.phone-padding-trailer-half{padding-bottom:0.775rem}.phone-leader-0{margin-top:0rem}.phone-trailer-0{margin-bottom:0rem}.phone-padding-leader-0{padding-top:0rem}.phone-padding-trailer-0{padding-bottom:0rem}.phone-leader-1{margin-top:1.55rem}.phone-trailer-1{margin-bottom:1.55rem}.phone-padding-leader-1{padding-top:1.55rem}.phone-padding-trailer-1{padding-bottom:1.55rem}.phone-leader-2{margin-top:3.1rem}.phone-trailer-2{margin-bottom:3.1rem}.phone-padding-leader-2{padding-top:3.1rem}.phone-padding-trailer-2{padding-bottom:3.1rem}.phone-leader-3{margin-top:4.65rem}.phone-trailer-3{margin-bottom:4.65rem}.phone-padding-leader-3{padding-top:4.65rem}.phone-padding-trailer-3{padding-bottom:4.65rem}.phone-leader-4{margin-top:6.2rem}.phone-trailer-4{margin-bottom:6.2rem}.phone-padding-leader-4{padding-top:6.2rem}.phone-padding-trailer-4{padding-bottom:6.2rem}.phone-leader-5{margin-top:7.75rem}.phone-trailer-5{margin-bottom:7.75rem}.phone-padding-leader-5{padding-top:7.75rem}.phone-padding-trailer-5{padding-bottom:7.75rem}.phone-leader-6{margin-top:9.3rem}.phone-trailer-6{margin-bottom:9.3rem}.phone-padding-leader-6{padding-top:9.3rem}.phone-padding-trailer-6{padding-bottom:9.3rem}}html[dir="rtl"] .rtl-padding-left-0{padding-left:0rem}html[dir="rtl"] .rtl-padding-right-0{padding-right:0rem}.padding-left-quarter{padding-left:0.25rem}html[dir="rtl"] .padding-left-quarter{padding-right:0.25rem}.padding-right-quarter{padding-right:0.25rem}html[dir="rtl"] .padding-right-quarter{padding-left:0.25rem}.padding-left-third{padding-left:0.33333rem}html[dir="rtl"] .padding-left-third{padding-right:0.33333rem}.padding-right-third{padding-right:0.33333rem}html[dir="rtl"] .padding-right-third{padding-left:0.33333rem}.padding-left-half{padding-left:0.5rem}html[dir="rtl"] .padding-left-half{padding-right:0.5rem}.padding-right-half{padding-right:0.5rem}html[dir="rtl"] .padding-right-half{padding-left:0.5rem}.padding-left-0{padding-left:0rem}html[dir="rtl"] .padding-left-0{padding-right:0rem}.padding-right-0{padding-right:0rem}html[dir="rtl"] .padding-right-0{padding-left:0rem}.padding-left-1{padding-left:1rem}html[dir="rtl"] .padding-left-1{padding-right:1rem}.padding-right-1{padding-right:1rem}html[dir="rtl"] .padding-right-1{padding-left:1rem}.padding-left-2{padding-left:2rem}html[dir="rtl"] .padding-left-2{padding-right:2rem}.padding-right-2{padding-right:2rem}html[dir="rtl"] .padding-right-2{padding-left:2rem}.padding-left-3{padding-left:3rem}html[dir="rtl"] .padding-left-3{padding-right:3rem}.padding-right-3{padding-right:3rem}html[dir="rtl"] .padding-right-3{padding-left:3rem}.padding-left-4{padding-left:4rem}html[dir="rtl"] .padding-left-4{padding-right:4rem}.padding-right-4{padding-right:4rem}html[dir="rtl"] .padding-right-4{padding-left:4rem}html[dir="rtl"] .rtl-margin-left-0{margin-left:0rem}html[dir="rtl"] .rtl-margin-right-0{margin-right:0rem}.margin-left-quarter{margin-left:0.25rem}html[dir="rtl"] .margin-left-quarter{margin-right:0.25rem}.margin-right-quarter{margin-right:0.25rem}html[dir="rtl"] .margin-right-quarter{margin-left:0.25rem}.margin-left-third{margin-left:0.33333rem}html[dir="rtl"] .margin-left-third{margin-right:0.33333rem}.margin-right-third{margin-right:0.33333rem}html[dir="rtl"] .margin-right-third{margin-left:0.33333rem}.margin-left-half{margin-left:0.5rem}html[dir="rtl"] .margin-left-half{margin-right:0.5rem}.margin-right-half{margin-right:0.5rem}html[dir="rtl"] .margin-right-half{margin-left:0.5rem}.margin-left-0{margin-left:0rem}html[dir="rtl"] .margin-left-0{margin-right:0rem}.margin-right-0{margin-right:0rem}html[dir="rtl"] .margin-right-0{margin-left:0rem}.margin-left-1{margin-left:1rem}html[dir="rtl"] .margin-left-1{margin-right:1rem}.margin-right-1{margin-right:1rem}html[dir="rtl"] .margin-right-1{margin-left:1rem}.margin-left-2{margin-left:2rem}html[dir="rtl"] .margin-left-2{margin-right:2rem}.margin-right-2{margin-right:2rem}html[dir="rtl"] .margin-right-2{margin-left:2rem}.margin-left-3{margin-left:3rem}html[dir="rtl"] .margin-left-3{margin-right:3rem}.margin-right-3{margin-right:3rem}html[dir="rtl"] .margin-right-3{margin-left:3rem}.margin-left-4{margin-left:4rem}html[dir="rtl"] .margin-left-4{margin-right:4rem}.margin-right-4{margin-right:4rem}html[dir="rtl"] .margin-right-4{margin-left:4rem}@media screen and (max-width:859px){.tablet-gutter-left-0{padding-left:0rem}html[dir="rtl"] .tablet-gutter-left-0{padding-right:0rem}.tablet-gutter-right-0{padding-right:0rem}html[dir="rtl"] .tablet-gutter-right-0{padding-left:0rem}.tablet-gutter-left-1{padding-left:1rem}html[dir="rtl"] .tablet-gutter-left-1{padding-right:1rem}.tablet-gutter-right-1{padding-right:1rem}html[dir="rtl"] .tablet-gutter-right-1{padding-left:1rem}.tablet-gutter-left-2{padding-left:2rem}html[dir="rtl"] .tablet-gutter-left-2{padding-right:2rem}.tablet-gutter-right-2{padding-right:2rem}html[dir="rtl"] .tablet-gutter-right-2{padding-left:2rem}.tablet-gutter-left-3{padding-left:3rem}html[dir="rtl"] .tablet-gutter-left-3{padding-right:3rem}.tablet-gutter-right-3{padding-right:3rem}html[dir="rtl"] .tablet-gutter-right-3{padding-left:3rem}.tablet-gutter-left-4{padding-left:4rem}html[dir="rtl"] .tablet-gutter-left-4{padding-right:4rem}.tablet-gutter-right-4{padding-right:4rem}html[dir="rtl"] .tablet-gutter-right-4{padding-left:4rem}}@media screen and (max-width:479px){.phone-gutter-left-0{padding-left:0rem}html[dir="rtl"] .phone-gutter-left-0{padding-right:0rem}.phone-gutter-right-0{padding-right:0rem}html[dir="rtl"] .phone-gutter-right-0{padding-left:0rem}.phone-gutter-left-1{padding-left:1rem}html[dir="rtl"] .phone-gutter-left-1{padding-right:1rem}.phone-gutter-right-1{padding-right:1rem}html[dir="rtl"] .phone-gutter-right-1{padding-left:1rem}.phone-gutter-left-2{padding-left:2rem}html[dir="rtl"] .phone-gutter-left-2{padding-right:2rem}.phone-gutter-right-2{padding-right:2rem}html[dir="rtl"] .phone-gutter-right-2{padding-left:2rem}.phone-gutter-left-3{padding-left:3rem}html[dir="rtl"] .phone-gutter-left-3{padding-right:3rem}.phone-gutter-right-3{padding-right:3rem}html[dir="rtl"] .phone-gutter-right-3{padding-left:3rem}.phone-gutter-left-4{padding-left:4rem}html[dir="rtl"] .phone-gutter-left-4{padding-right:4rem}.phone-gutter-right-4{padding-right:4rem}html[dir="rtl"] .phone-gutter-right-4{padding-left:4rem}} \ No newline at end of file diff --git a/dist/css/calcite-web.css b/dist/css/calcite-web.css index 8c0fbf55b..e7e333641 100644 --- a/dist/css/calcite-web.css +++ b/dist/css/calcite-web.css @@ -65,7 +65,7 @@ img { .inline-block { display: inline-block; } -[class*="column-"] { +.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12, .column-13, .column-14, .column-15, .column-16, .column-17, .column-18, .column-19, .column-20, .column-21, .column-22, .column-23, .column-24 { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; @@ -74,22 +74,25 @@ img { padding-left: 0.5rem; padding-right: 0.5rem; float: left; } - html[dir="rtl"] [class*="column-"] { + html[dir="rtl"] .column-1, html[dir="rtl"] .column-2, html[dir="rtl"] .column-3, html[dir="rtl"] .column-4, html[dir="rtl"] .column-5, html[dir="rtl"] .column-6, html[dir="rtl"] .column-7, html[dir="rtl"] .column-8, html[dir="rtl"] .column-9, html[dir="rtl"] .column-10, html[dir="rtl"] .column-11, html[dir="rtl"] .column-12, html[dir="rtl"] .column-13, html[dir="rtl"] .column-14, html[dir="rtl"] .column-15, html[dir="rtl"] .column-16, html[dir="rtl"] .column-17, html[dir="rtl"] .column-18, html[dir="rtl"] .column-19, html[dir="rtl"] .column-20, html[dir="rtl"] .column-21, html[dir="rtl"] .column-22, html[dir="rtl"] .column-23, html[dir="rtl"] .column-24 { float: right; } - [class*="column-"] [class*="column-"]:first-of-type { - margin-left: -0.5rem; } - html[dir="rtl"] [class*="column-"] [class*="column-"]:first-of-type { - margin-left: 0; - margin-right: -0.5rem; } - [class*="column-"] [class*="column-"]:last-of-type { + +[class*="column-"] [class*="column-"]:first-of-type { + margin-left: -0.5rem; } + html[dir="rtl"] [class*="column-"] [class*="column-"]:first-of-type { + margin-left: 0; margin-right: -0.5rem; } - html[dir="rtl"] [class*="column-"] [class*="column-"]:last-of-type { - margin-right: 0; - margin-left: -0.5rem; } - [class*="column-"]:last-of-type:after { - content: ''; - display: table; - clear: both; } + +[class*="column-"] [class*="column-"]:last-of-type { + margin-right: -0.5rem; } + html[dir="rtl"] [class*="column-"] [class*="column-"]:last-of-type { + margin-right: 0; + margin-left: -0.5rem; } + +[class*="column-"]:last-of-type:after { + content: ''; + display: table; + clear: both; } @media screen { .grid-container { @@ -2415,116 +2418,117 @@ img { box-sizing: border-box; margin-left: 0.75rem; margin-right: 0.75rem; + min-width: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 0; -ms-flex-negative: 1; flex-shrink: 1; } -.block-group-1-up .block { +.block-group-1-up > .block { -ms-flex-preferred-size: calc(100% - 1.5rem); flex-basis: calc(100% - 1.5rem); width: calc(100% - 1.5rem); } -.block-group-2-up .block { +.block-group-2-up > .block { -ms-flex-preferred-size: calc(50% - 1.5rem); flex-basis: calc(50% - 1.5rem); width: calc(50% - 1.5rem); } -.block-group-3-up .block { +.block-group-3-up > .block { -ms-flex-preferred-size: calc(33.33333% - 1.5rem); flex-basis: calc(33.33333% - 1.5rem); width: calc(33.33333% - 1.5rem); } -.block-group-4-up .block { +.block-group-4-up > .block { -ms-flex-preferred-size: calc(25% - 1.5rem); flex-basis: calc(25% - 1.5rem); width: calc(25% - 1.5rem); } -.block-group-5-up .block { +.block-group-5-up > .block { -ms-flex-preferred-size: calc(20% - 1.5rem); flex-basis: calc(20% - 1.5rem); width: calc(20% - 1.5rem); } -.block-group-6-up .block { +.block-group-6-up > .block { -ms-flex-preferred-size: calc(16.66666% - 1.5rem); flex-basis: calc(16.66666% - 1.5rem); width: calc(16.66666% - 1.5rem); } -.block-group-7-up .block { +.block-group-7-up > .block { -ms-flex-preferred-size: calc(14.28570% - 1.5rem); flex-basis: calc(14.28570% - 1.5rem); width: calc(14.28570% - 1.5rem); } -.block-group-8-up .block { +.block-group-8-up > .block { -ms-flex-preferred-size: calc(12.5% - 1.5rem); flex-basis: calc(12.5% - 1.5rem); width: calc(12.5% - 1.5rem); } @media screen and (max-width: 860px) { - .tablet-block-group-1-up .block { + .tablet-block-group-1-up > .block { -ms-flex-preferred-size: calc(100% - 1.5rem); flex-basis: calc(100% - 1.5rem); width: calc(100% - 1.5rem); } - .tablet-block-group-2-up .block { + .tablet-block-group-2-up > .block { -ms-flex-preferred-size: calc(50% - 1.5rem); flex-basis: calc(50% - 1.5rem); width: calc(50% - 1.5rem); } - .tablet-block-group-3-up .block { + .tablet-block-group-3-up > .block { -ms-flex-preferred-size: calc(33.33333% - 1.5rem); flex-basis: calc(33.33333% - 1.5rem); width: calc(33.33333% - 1.5rem); } - .tablet-block-group-4-up .block { + .tablet-block-group-4-up > .block { -ms-flex-preferred-size: calc(25% - 1.5rem); flex-basis: calc(25% - 1.5rem); width: calc(25% - 1.5rem); } - .tablet-block-group-5-up .block { + .tablet-block-group-5-up > .block { -ms-flex-preferred-size: calc(20% - 1.5rem); flex-basis: calc(20% - 1.5rem); width: calc(20% - 1.5rem); } - .tablet-block-group-6-up .block { + .tablet-block-group-6-up > .block { -ms-flex-preferred-size: calc(16.66666% - 1.5rem); flex-basis: calc(16.66666% - 1.5rem); width: calc(16.66666% - 1.5rem); } - .tablet-block-group-7-up .block { + .tablet-block-group-7-up > .block { -ms-flex-preferred-size: calc(14.28570% - 1.5rem); flex-basis: calc(14.28570% - 1.5rem); width: calc(14.28570% - 1.5rem); } - .tablet-block-group-8-up .block { + .tablet-block-group-8-up > .block { -ms-flex-preferred-size: calc(12.5% - 1.5rem); flex-basis: calc(12.5% - 1.5rem); width: calc(12.5% - 1.5rem); } } @media screen and (max-width: 480px) { - .phone-block-group-1-up .block { + .phone-block-group-1-up > .block { -ms-flex-preferred-size: calc(100% - 1.5rem); flex-basis: calc(100% - 1.5rem); width: calc(100% - 1.5rem); } - .phone-block-group-2-up .block { + .phone-block-group-2-up > .block { -ms-flex-preferred-size: calc(50% - 1.5rem); flex-basis: calc(50% - 1.5rem); width: calc(50% - 1.5rem); } - .phone-block-group-3-up .block { + .phone-block-group-3-up > .block { -ms-flex-preferred-size: calc(33.33333% - 1.5rem); flex-basis: calc(33.33333% - 1.5rem); width: calc(33.33333% - 1.5rem); } - .phone-block-group-4-up .block { + .phone-block-group-4-up > .block { -ms-flex-preferred-size: calc(25% - 1.5rem); flex-basis: calc(25% - 1.5rem); width: calc(25% - 1.5rem); } - .phone-block-group-5-up .block { + .phone-block-group-5-up > .block { -ms-flex-preferred-size: calc(20% - 1.5rem); flex-basis: calc(20% - 1.5rem); width: calc(20% - 1.5rem); } - .phone-block-group-6-up .block { + .phone-block-group-6-up > .block { -ms-flex-preferred-size: calc(16.66666% - 1.5rem); flex-basis: calc(16.66666% - 1.5rem); width: calc(16.66666% - 1.5rem); } - .phone-block-group-7-up .block { + .phone-block-group-7-up > .block { -ms-flex-preferred-size: calc(14.28570% - 1.5rem); flex-basis: calc(14.28570% - 1.5rem); width: calc(14.28570% - 1.5rem); } - .phone-block-group-8-up .block { + .phone-block-group-8-up > .block { -ms-flex-preferred-size: calc(12.5% - 1.5rem); flex-basis: calc(12.5% - 1.5rem); width: calc(12.5% - 1.5rem); } } @@ -3765,7 +3769,8 @@ html.vi input { padding: .25em .5em; border-radius: 3px; font-size: .85em; - line-height: 1; } + line-height: 1; + white-space: nowrap; } .label-red { background-color: #de2900; @@ -3773,7 +3778,7 @@ html.vi input { .label-yellow { background-color: #efe397; - color: #828282; } + color: #4c4c4c; } .label-green { background-color: #5a9359; @@ -4270,6 +4275,8 @@ table { .table-striped tr:nth-child(even) { background-color: #f8f8f8; } + .table-striped tr:nth-child(even) a { + color: #005e95; } .table-striped tr:nth-child(even) td { background-color: #f8f8f8; } @@ -4688,13 +4695,15 @@ input.input-group-input, flex-direction: column; position: relative; background: white; - box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05); - border: 1px solid rgba(0, 0, 0, 0.1); } + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 16px 0 rgba(0, 0, 0, 0.05); } .card-image-wrap { width: 100%; position: relative; - margin-bottom: 0; } + margin-bottom: 0; + -webkit-box-flex: 0 0 auto; + -ms-flex: 0 0 auto; + flex: 0 0 auto; } .card-image { width: 100%; @@ -4720,7 +4729,7 @@ input.input-group-input, margin-bottom: auto; } .card-content { - padding: 1.5rem 1.25rem 1.25rem 1.25rem; + padding: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; @@ -4728,17 +4737,16 @@ input.input-group-input, -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; } + -webkit-box-flex: 1 1 auto; + -ms-flex: 1 1 auto; + flex: 1 1 auto; } .card-shaped { box-shadow: none; - background: transparent; - border: none; } + background: transparent; } .card-shaped .card-content { - box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.1); + box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05); padding-top: 4rem; } .card-shaped .card-image-wrap { margin-bottom: -3rem; @@ -4820,7 +4828,10 @@ input.input-group-input, -ms-flex-direction: row; flex-direction: row; } .card-wide .card-content { - display: block; } + display: block; + -webkit-box-flex: 1 1 75%; + -ms-flex: 1 1 75%; + flex: 1 1 75%; } .card-wide-image-wrap { position: relative; @@ -5095,6 +5106,17 @@ input.input-group-input, -o-background-image: linear-gradient(to top, transparent 92%, #0079c1 93%, #0079c1 100%); background-image: linear-gradient(to top, transparent 92%, #0079c1 93%, #0079c1 100%); } +.top-nav-flex { + display: flex; } + +.top-nav-flex-list { + flex-grow: 1; + flex-basis: 30%; } + +.top-nav-flex-title { + flex-grow: 2; + text-align: center; } + .sign-in { float: right; padding-left: 0.3875rem; @@ -5844,6 +5866,7 @@ input.filter-dropdown-input { border-radius: 3px; font-size: .85em; line-height: 1; + white-space: nowrap; font-size: 0.875rem; line-height: 1.55rem; -webkit-box-sizing: border-box; @@ -6280,6 +6303,14 @@ input.filter-dropdown-input { padding-bottom: 9.3rem; } @media screen and (min-width: 1450px) { + .large-leader-half { + margin-top: 0.775rem; } + .large-trailer-half { + margin-bottom: 0.775rem; } + .large-padding-leader-half { + padding-top: 0.775rem; } + .large-padding-trailer-half { + padding-bottom: 0.775rem; } .large-leader-0 { margin-top: 0rem; } .large-trailer-0 { @@ -6338,6 +6369,14 @@ input.filter-dropdown-input { padding-bottom: 9.3rem; } } @media screen and (max-width: 859px) { + .tablet-leader-half { + margin-top: 0.775rem; } + .tablet-trailer-half { + margin-bottom: 0.775rem; } + .tablet-padding-leader-half { + padding-top: 0.775rem; } + .tablet-padding-trailer-half { + padding-bottom: 0.775rem; } .tablet-leader-0 { margin-top: 0rem; } .tablet-trailer-0 { @@ -6396,6 +6435,14 @@ input.filter-dropdown-input { padding-bottom: 9.3rem; } } @media screen and (max-width: 479px) { + .phone-leader-half { + margin-top: 0.775rem; } + .phone-trailer-half { + margin-bottom: 0.775rem; } + .phone-padding-leader-half { + padding-top: 0.775rem; } + .phone-padding-trailer-half { + padding-bottom: 0.775rem; } .phone-leader-0 { margin-top: 0rem; } .phone-trailer-0 { diff --git a/dist/css/calcite-web.min.css b/dist/css/calcite-web.min.css index f11a0e0f6..c3b1f1eba 100644 --- a/dist/css/calcite-web.min.css +++ b/dist/css/calcite-web.min.css @@ -1 +1 @@ -@charset "UTF-8";@import url(https://fast.fonts.net/t/1.css?apiType=css&projectid=9431e9a5-7a6d-4b5f-82be-4d935972de5a);html{overflow-y:scroll;height:100%;font-size:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%}body{min-height:100%;margin:0}.wrapper{overflow:hidden}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}svg:not(:root){overflow:hidden}video,img{max-width:100%;height:auto}.ie main{display:block}.ie select{padding-right:8px}.clearfix:after{content:'';display:table;clear:both}.overflow-auto{overflow:auto}.inline-block{display:inline-block}[class*="column-"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:1450px;max-width:100%;padding-left:0.5rem;padding-right:0.5rem;float:left}html[dir="rtl"] [class*="column-"]{float:right}[class*="column-"] [class*="column-"]:first-of-type{margin-left:-0.5rem}html[dir="rtl"] [class*="column-"] [class*="column-"]:first-of-type{margin-left:0;margin-right:-0.5rem}[class*="column-"] [class*="column-"]:last-of-type{margin-right:-0.5rem}html[dir="rtl"] [class*="column-"] [class*="column-"]:last-of-type{margin-right:0;margin-left:-0.5rem}[class*="column-"]:last-of-type:after{content:'';display:table;clear:both}@media screen{.grid-container{width:1450px;max-width:95vw;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.grid-container:after{content:'';display:table;clear:both}}@media screen{.first-column{margin-left:-0.5rem}html[dir="rtl"] .first-column{margin-left:0;margin-right:-0.5rem}.last-column{margin-right:-0.5rem}html[dir="rtl"] .last-column{margin-right:0;margin-left:-0.5rem}}@media screen and (min-width:1450px){.column-1{width:60.41667px;max-width:3.95833vw}.column-1 > .column-1{margin-left:-0.5rem;margin-right:-0.5rem}.column-2{width:120.83333px;max-width:7.91667vw}.column-2 > .column-2{margin-left:-0.5rem;margin-right:-0.5rem}.column-3{width:181.25px;max-width:11.875vw}.column-3 > .column-3{margin-left:-0.5rem;margin-right:-0.5rem}.column-4{width:241.66667px;max-width:15.83333vw}.column-4 > .column-4{margin-left:-0.5rem;margin-right:-0.5rem}.column-5{width:302.08333px;max-width:19.79167vw}.column-5 > .column-5{margin-left:-0.5rem;margin-right:-0.5rem}.column-6{width:362.5px;max-width:23.75vw}.column-6 > .column-6{margin-left:-0.5rem;margin-right:-0.5rem}.column-7{width:422.91667px;max-width:27.70833vw}.column-7 > .column-7{margin-left:-0.5rem;margin-right:-0.5rem}.column-8{width:483.33333px;max-width:31.66667vw}.column-8 > .column-8{margin-left:-0.5rem;margin-right:-0.5rem}.column-9{width:543.75px;max-width:35.625vw}.column-9 > .column-9{margin-left:-0.5rem;margin-right:-0.5rem}.column-10{width:604.16667px;max-width:39.58333vw}.column-10 > .column-10{margin-left:-0.5rem;margin-right:-0.5rem}.column-11{width:664.58333px;max-width:43.54167vw}.column-11 > .column-11{margin-left:-0.5rem;margin-right:-0.5rem}.column-12{width:725px;max-width:47.5vw}.column-12 > .column-12{margin-left:-0.5rem;margin-right:-0.5rem}.column-13{width:785.41667px;max-width:51.45833vw}.column-13 > .column-13{margin-left:-0.5rem;margin-right:-0.5rem}.column-14{width:845.83333px;max-width:55.41667vw}.column-14 > .column-14{margin-left:-0.5rem;margin-right:-0.5rem}.column-15{width:906.25px;max-width:59.375vw}.column-15 > .column-15{margin-left:-0.5rem;margin-right:-0.5rem}.column-16{width:966.66667px;max-width:63.33333vw}.column-16 > .column-16{margin-left:-0.5rem;margin-right:-0.5rem}.column-17{width:1027.08333px;max-width:67.29167vw}.column-17 > .column-17{margin-left:-0.5rem;margin-right:-0.5rem}.column-18{width:1087.5px;max-width:71.25vw}.column-18 > .column-18{margin-left:-0.5rem;margin-right:-0.5rem}.column-19{width:1147.91667px;max-width:75.20833vw}.column-19 > .column-19{margin-left:-0.5rem;margin-right:-0.5rem}.column-20{width:1208.33333px;max-width:79.16667vw}.column-20 > .column-20{margin-left:-0.5rem;margin-right:-0.5rem}.column-21{width:1268.75px;max-width:83.125vw}.column-21 > .column-21{margin-left:-0.5rem;margin-right:-0.5rem}.column-22{width:1329.16667px;max-width:87.08333vw}.column-22 > .column-22{margin-left:-0.5rem;margin-right:-0.5rem}.column-23{width:1389.58333px;max-width:91.04167vw}.column-23 > .column-23{margin-left:-0.5rem;margin-right:-0.5rem}.column-24{width:1450px;max-width:95vw}.column-24 > .column-24{margin-left:-0.5rem;margin-right:-0.5rem}.large-column-1{width:60.41667px;max-width:3.95833vw}.large-column-2{width:120.83333px;max-width:7.91667vw}.large-column-3{width:181.25px;max-width:11.875vw}.large-column-4{width:241.66667px;max-width:15.83333vw}.large-column-5{width:302.08333px;max-width:19.79167vw}.large-column-6{width:362.5px;max-width:23.75vw}.large-column-7{width:422.91667px;max-width:27.70833vw}.large-column-8{width:483.33333px;max-width:31.66667vw}.large-column-9{width:543.75px;max-width:35.625vw}.large-column-10{width:604.16667px;max-width:39.58333vw}.large-column-11{width:664.58333px;max-width:43.54167vw}.large-column-12{width:725px;max-width:47.5vw}.large-column-13{width:785.41667px;max-width:51.45833vw}.large-column-14{width:845.83333px;max-width:55.41667vw}.large-column-15{width:906.25px;max-width:59.375vw}.large-column-16{width:966.66667px;max-width:63.33333vw}.large-column-17{width:1027.08333px;max-width:67.29167vw}.large-column-18{width:1087.5px;max-width:71.25vw}.large-column-19{width:1147.91667px;max-width:75.20833vw}.large-column-20{width:1208.33333px;max-width:79.16667vw}.large-column-21{width:1268.75px;max-width:83.125vw}.large-column-22{width:1329.16667px;max-width:87.08333vw}.large-column-23{width:1389.58333px;max-width:91.04167vw}.large-column-24{width:1450px;max-width:95vw}.large-first-column{margin-left:-0.5rem;margin-right:-0.5rem}.large-last-column{margin-right:-0.5rem;margin-left:-0.5rem}}@media screen and (max-width:1449px){.column-1{width:60.41667px;max-width:3.95833vw}.column-1 > .column-1{margin-left:-0.5rem;margin-right:-0.5rem}.column-2{width:120.83333px;max-width:7.91667vw}.column-2 > .column-2{margin-left:-0.5rem;margin-right:-0.5rem}.column-3{width:181.25px;max-width:11.875vw}.column-3 > .column-3{margin-left:-0.5rem;margin-right:-0.5rem}.column-4{width:241.66667px;max-width:15.83333vw}.column-4 > .column-4{margin-left:-0.5rem;margin-right:-0.5rem}.column-5{width:302.08333px;max-width:19.79167vw}.column-5 > .column-5{margin-left:-0.5rem;margin-right:-0.5rem}.column-6{width:362.5px;max-width:23.75vw}.column-6 > .column-6{margin-left:-0.5rem;margin-right:-0.5rem}.column-7{width:422.91667px;max-width:27.70833vw}.column-7 > .column-7{margin-left:-0.5rem;margin-right:-0.5rem}.column-8{width:483.33333px;max-width:31.66667vw}.column-8 > .column-8{margin-left:-0.5rem;margin-right:-0.5rem}.column-9{width:543.75px;max-width:35.625vw}.column-9 > .column-9{margin-left:-0.5rem;margin-right:-0.5rem}.column-10{width:604.16667px;max-width:39.58333vw}.column-10 > .column-10{margin-left:-0.5rem;margin-right:-0.5rem}.column-11{width:664.58333px;max-width:43.54167vw}.column-11 > .column-11{margin-left:-0.5rem;margin-right:-0.5rem}.column-12{width:725px;max-width:47.5vw}.column-12 > .column-12{margin-left:-0.5rem;margin-right:-0.5rem}.column-13{width:785.41667px;max-width:51.45833vw}.column-13 > .column-13{margin-left:-0.5rem;margin-right:-0.5rem}.column-14{width:845.83333px;max-width:55.41667vw}.column-14 > .column-14{margin-left:-0.5rem;margin-right:-0.5rem}.column-15{width:906.25px;max-width:59.375vw}.column-15 > .column-15{margin-left:-0.5rem;margin-right:-0.5rem}.column-16{width:966.66667px;max-width:63.33333vw}.column-16 > .column-16{margin-left:-0.5rem;margin-right:-0.5rem}.column-17{width:1027.08333px;max-width:67.29167vw}.column-17 > .column-17{margin-left:-0.5rem;margin-right:-0.5rem}.column-18{width:1087.5px;max-width:71.25vw}.column-18 > .column-18{margin-left:-0.5rem;margin-right:-0.5rem}.column-19{width:1147.91667px;max-width:75.20833vw}.column-19 > .column-19{margin-left:-0.5rem;margin-right:-0.5rem}.column-20{width:1208.33333px;max-width:79.16667vw}.column-20 > .column-20{margin-left:-0.5rem;margin-right:-0.5rem}.column-21{width:1268.75px;max-width:83.125vw}.column-21 > .column-21{margin-left:-0.5rem;margin-right:-0.5rem}.column-22{width:1329.16667px;max-width:87.08333vw}.column-22 > .column-22{margin-left:-0.5rem;margin-right:-0.5rem}.column-23{width:1389.58333px;max-width:91.04167vw}.column-23 > .column-23{margin-left:-0.5rem;margin-right:-0.5rem}.column-24{width:1450px;max-width:95vw}.column-24 > .column-24{margin-left:-0.5rem;margin-right:-0.5rem}}@media screen and (max-width:859px){.column-1{width:120.83333px;max-width:7.91667vw}.column-2{width:241.66667px;max-width:15.83333vw}.column-3{width:362.5px;max-width:23.75vw}.column-4{width:483.33333px;max-width:31.66667vw}.column-5{width:604.16667px;max-width:39.58333vw}.column-6{width:725px;max-width:47.5vw}.column-7{width:845.83333px;max-width:55.41667vw}.column-8{width:966.66667px;max-width:63.33333vw}.column-9{width:1087.5px;max-width:71.25vw}.column-10{width:1208.33333px;max-width:79.16667vw}.column-11{width:1329.16667px;max-width:87.08333vw}.column-12{width:1450px;max-width:95vw}.column-12{width:1450px;max-width:95vw}.column-13{width:1450px;max-width:95vw}.column-14{width:1450px;max-width:95vw}.column-15{width:1450px;max-width:95vw}.column-16{width:1450px;max-width:95vw}.column-17{width:1450px;max-width:95vw}.column-18{width:1450px;max-width:95vw}.column-19{width:1450px;max-width:95vw}.column-20{width:1450px;max-width:95vw}.column-21{width:1450px;max-width:95vw}.column-22{width:1450px;max-width:95vw}.column-23{width:1450px;max-width:95vw}.column-24{width:1450px;max-width:95vw}.tablet-column-1{width:120.83333px;max-width:7.91667vw}.tablet-column-2{width:241.66667px;max-width:15.83333vw}.tablet-column-3{width:362.5px;max-width:23.75vw}.tablet-column-4{width:483.33333px;max-width:31.66667vw}.tablet-column-5{width:604.16667px;max-width:39.58333vw}.tablet-column-6{width:725px;max-width:47.5vw}.tablet-column-7{width:845.83333px;max-width:55.41667vw}.tablet-column-8{width:966.66667px;max-width:63.33333vw}.tablet-column-9{width:1087.5px;max-width:71.25vw}.tablet-column-10{width:1208.33333px;max-width:79.16667vw}.tablet-column-11{width:1329.16667px;max-width:87.08333vw}.tablet-column-12{width:1450px;max-width:95vw}.tablet-first-column{margin-left:-0.5rem}html[dir="rtl"] .tablet-first-column{margin-left:0;margin-right:-0.5rem}.tablet-last-column{margin-right:-0.5rem}html[dir="rtl"] .tablet-last-column{margin-right:0;margin-left:-0.5rem}}@media screen and (max-width:479px){.column-1{width:241.66667px;max-width:15.83333vw}.column-2{width:483.33333px;max-width:31.66667vw}.column-3{width:725px;max-width:47.5vw}.column-4{width:966.66667px;max-width:63.33333vw}.column-5{width:1208.33333px;max-width:79.16667vw}.column-6{width:1450px;max-width:95vw}.column-6{width:1450px;max-width:95vw}.column-7{width:1450px;max-width:95vw}.column-8{width:1450px;max-width:95vw}.column-9{width:1450px;max-width:95vw}.column-10{width:1450px;max-width:95vw}.column-11{width:1450px;max-width:95vw}.column-12{width:1450px;max-width:95vw}.column-13{width:1450px;max-width:95vw}.column-14{width:1450px;max-width:95vw}.column-15{width:1450px;max-width:95vw}.column-16{width:1450px;max-width:95vw}.column-17{width:1450px;max-width:95vw}.column-18{width:1450px;max-width:95vw}.column-19{width:1450px;max-width:95vw}.column-20{width:1450px;max-width:95vw}.column-21{width:1450px;max-width:95vw}.column-22{width:1450px;max-width:95vw}.column-23{width:1450px;max-width:95vw}.column-24{width:1450px;max-width:95vw}.tablet-column-1{width:241.66667px;max-width:15.83333vw}.tablet-column-2{width:483.33333px;max-width:31.66667vw}.tablet-column-3{width:725px;max-width:47.5vw}.tablet-column-4{width:966.66667px;max-width:63.33333vw}.tablet-column-5{width:1208.33333px;max-width:79.16667vw}.tablet-column-6{width:1450px;max-width:95vw}.tablet-column-6{width:1450px;max-width:95vw}.tablet-column-7{width:1450px;max-width:95vw}.tablet-column-8{width:1450px;max-width:95vw}.tablet-column-9{width:1450px;max-width:95vw}.tablet-column-10{width:1450px;max-width:95vw}.tablet-column-11{width:1450px;max-width:95vw}.tablet-column-12{width:1450px;max-width:95vw}.tablet-column-13{width:1450px;max-width:95vw}.tablet-column-14{width:1450px;max-width:95vw}.tablet-column-15{width:1450px;max-width:95vw}.tablet-column-16{width:1450px;max-width:95vw}.tablet-column-17{width:1450px;max-width:95vw}.tablet-column-18{width:1450px;max-width:95vw}.tablet-column-19{width:1450px;max-width:95vw}.tablet-column-20{width:1450px;max-width:95vw}.tablet-column-21{width:1450px;max-width:95vw}.tablet-column-22{width:1450px;max-width:95vw}.tablet-column-23{width:1450px;max-width:95vw}.tablet-column-24{width:1450px;max-width:95vw}.phone-column-1{width:241.66667px;max-width:15.83333vw}.phone-column-2{width:483.33333px;max-width:31.66667vw}.phone-column-3{width:725px;max-width:47.5vw}.phone-column-4{width:966.66667px;max-width:63.33333vw}.phone-column-5{width:1208.33333px;max-width:79.16667vw}.phone-column-6{width:1450px;max-width:95vw}.phone-first-column{margin-left:-0.5rem}html[dir="rtl"] .phone-first-column{margin-left:0;margin-right:-0.5rem}.phone-last-column{margin-right:-0.5rem}html[dir="rtl"] .phone-last-column{margin-right:0;margin-left:-0.5rem}}@media screen and (min-width:860px){.pre-0{margin-left:0vw!important}html[dir="rtl"] .pre-0{margin-right:0vw!important}.first-column.pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-0{margin-right:calc(0vw - 0.5rem)!important}.post-0{margin-right:0vw!important}html[dir="rtl"] .post-0{margin-left:0vw!important}.pre-1{margin-left:3.95833vw!important}html[dir="rtl"] .pre-1{margin-right:3.95833vw!important}.first-column.pre-1{margin-left:calc(3.95833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-1{margin-right:calc(3.95833vw - 0.5rem)!important}.post-1{margin-right:3.95833vw!important}html[dir="rtl"] .post-1{margin-left:3.95833vw!important}.pre-2{margin-left:7.91667vw!important}html[dir="rtl"] .pre-2{margin-right:7.91667vw!important}.first-column.pre-2{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-2{margin-right:calc(7.91667vw - 0.5rem)!important}.post-2{margin-right:7.91667vw!important}html[dir="rtl"] .post-2{margin-left:7.91667vw!important}.pre-3{margin-left:11.875vw!important}html[dir="rtl"] .pre-3{margin-right:11.875vw!important}.first-column.pre-3{margin-left:calc(11.875vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-3{margin-right:calc(11.875vw - 0.5rem)!important}.post-3{margin-right:11.875vw!important}html[dir="rtl"] .post-3{margin-left:11.875vw!important}.pre-4{margin-left:15.83333vw!important}html[dir="rtl"] .pre-4{margin-right:15.83333vw!important}.first-column.pre-4{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-4{margin-right:calc(15.83333vw - 0.5rem)!important}.post-4{margin-right:15.83333vw!important}html[dir="rtl"] .post-4{margin-left:15.83333vw!important}.pre-5{margin-left:19.79167vw!important}html[dir="rtl"] .pre-5{margin-right:19.79167vw!important}.first-column.pre-5{margin-left:calc(19.79167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-5{margin-right:calc(19.79167vw - 0.5rem)!important}.post-5{margin-right:19.79167vw!important}html[dir="rtl"] .post-5{margin-left:19.79167vw!important}.pre-6{margin-left:23.75vw!important}html[dir="rtl"] .pre-6{margin-right:23.75vw!important}.first-column.pre-6{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-6{margin-right:calc(23.75vw - 0.5rem)!important}.post-6{margin-right:23.75vw!important}html[dir="rtl"] .post-6{margin-left:23.75vw!important}.pre-7{margin-left:27.70833vw!important}html[dir="rtl"] .pre-7{margin-right:27.70833vw!important}.first-column.pre-7{margin-left:calc(27.70833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-7{margin-right:calc(27.70833vw - 0.5rem)!important}.post-7{margin-right:27.70833vw!important}html[dir="rtl"] .post-7{margin-left:27.70833vw!important}.pre-8{margin-left:31.66667vw!important}html[dir="rtl"] .pre-8{margin-right:31.66667vw!important}.first-column.pre-8{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-8{margin-right:calc(31.66667vw - 0.5rem)!important}.post-8{margin-right:31.66667vw!important}html[dir="rtl"] .post-8{margin-left:31.66667vw!important}.pre-9{margin-left:35.625vw!important}html[dir="rtl"] .pre-9{margin-right:35.625vw!important}.first-column.pre-9{margin-left:calc(35.625vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-9{margin-right:calc(35.625vw - 0.5rem)!important}.post-9{margin-right:35.625vw!important}html[dir="rtl"] .post-9{margin-left:35.625vw!important}.pre-10{margin-left:39.58333vw!important}html[dir="rtl"] .pre-10{margin-right:39.58333vw!important}.first-column.pre-10{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-10{margin-right:calc(39.58333vw - 0.5rem)!important}.post-10{margin-right:39.58333vw!important}html[dir="rtl"] .post-10{margin-left:39.58333vw!important}.pre-11{margin-left:43.54167vw!important}html[dir="rtl"] .pre-11{margin-right:43.54167vw!important}.first-column.pre-11{margin-left:calc(43.54167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-11{margin-right:calc(43.54167vw - 0.5rem)!important}.post-11{margin-right:43.54167vw!important}html[dir="rtl"] .post-11{margin-left:43.54167vw!important}.pre-12{margin-left:47.5vw!important}html[dir="rtl"] .pre-12{margin-right:47.5vw!important}.first-column.pre-12{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-12{margin-right:calc(47.5vw - 0.5rem)!important}.post-12{margin-right:47.5vw!important}html[dir="rtl"] .post-12{margin-left:47.5vw!important}.pre-13{margin-left:51.45833vw!important}html[dir="rtl"] .pre-13{margin-right:51.45833vw!important}.first-column.pre-13{margin-left:calc(51.45833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-13{margin-right:calc(51.45833vw - 0.5rem)!important}.post-13{margin-right:51.45833vw!important}html[dir="rtl"] .post-13{margin-left:51.45833vw!important}.pre-14{margin-left:55.41667vw!important}html[dir="rtl"] .pre-14{margin-right:55.41667vw!important}.first-column.pre-14{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-14{margin-right:calc(55.41667vw - 0.5rem)!important}.post-14{margin-right:55.41667vw!important}html[dir="rtl"] .post-14{margin-left:55.41667vw!important}.pre-15{margin-left:59.375vw!important}html[dir="rtl"] .pre-15{margin-right:59.375vw!important}.first-column.pre-15{margin-left:calc(59.375vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-15{margin-right:calc(59.375vw - 0.5rem)!important}.post-15{margin-right:59.375vw!important}html[dir="rtl"] .post-15{margin-left:59.375vw!important}.pre-16{margin-left:63.33333vw!important}html[dir="rtl"] .pre-16{margin-right:63.33333vw!important}.first-column.pre-16{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-16{margin-right:calc(63.33333vw - 0.5rem)!important}.post-16{margin-right:63.33333vw!important}html[dir="rtl"] .post-16{margin-left:63.33333vw!important}.pre-17{margin-left:67.29167vw!important}html[dir="rtl"] .pre-17{margin-right:67.29167vw!important}.first-column.pre-17{margin-left:calc(67.29167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-17{margin-right:calc(67.29167vw - 0.5rem)!important}.post-17{margin-right:67.29167vw!important}html[dir="rtl"] .post-17{margin-left:67.29167vw!important}.pre-18{margin-left:71.25vw!important}html[dir="rtl"] .pre-18{margin-right:71.25vw!important}.first-column.pre-18{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-18{margin-right:calc(71.25vw - 0.5rem)!important}.post-18{margin-right:71.25vw!important}html[dir="rtl"] .post-18{margin-left:71.25vw!important}.pre-19{margin-left:75.20833vw!important}html[dir="rtl"] .pre-19{margin-right:75.20833vw!important}.first-column.pre-19{margin-left:calc(75.20833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-19{margin-right:calc(75.20833vw - 0.5rem)!important}.post-19{margin-right:75.20833vw!important}html[dir="rtl"] .post-19{margin-left:75.20833vw!important}.pre-20{margin-left:79.16667vw!important}html[dir="rtl"] .pre-20{margin-right:79.16667vw!important}.first-column.pre-20{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-20{margin-right:calc(79.16667vw - 0.5rem)!important}.post-20{margin-right:79.16667vw!important}html[dir="rtl"] .post-20{margin-left:79.16667vw!important}.pre-21{margin-left:83.125vw!important}html[dir="rtl"] .pre-21{margin-right:83.125vw!important}.first-column.pre-21{margin-left:calc(83.125vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-21{margin-right:calc(83.125vw - 0.5rem)!important}.post-21{margin-right:83.125vw!important}html[dir="rtl"] .post-21{margin-left:83.125vw!important}.pre-22{margin-left:87.08333vw!important}html[dir="rtl"] .pre-22{margin-right:87.08333vw!important}.first-column.pre-22{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-22{margin-right:calc(87.08333vw - 0.5rem)!important}.post-22{margin-right:87.08333vw!important}html[dir="rtl"] .post-22{margin-left:87.08333vw!important}.pre-23{margin-left:91.04167vw!important}html[dir="rtl"] .pre-23{margin-right:91.04167vw!important}.first-column.pre-23{margin-left:calc(91.04167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-23{margin-right:calc(91.04167vw - 0.5rem)!important}.post-23{margin-right:91.04167vw!important}html[dir="rtl"] .post-23{margin-left:91.04167vw!important}.pre-24{margin-left:95vw!important}html[dir="rtl"] .pre-24{margin-right:95vw!important}.first-column.pre-24{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-24{margin-right:calc(95vw - 0.5rem)!important}.post-24{margin-right:95vw!important}html[dir="rtl"] .post-24{margin-left:95vw!important}.rtl-pre-0{margin-left:0vw!important}html[dir="rtl"] .rtl-pre-0{margin-right:0vw!important}.first-column.rtl-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-0{margin-right:calc(0vw - 0.5rem)!important}.rtl-post-0{margin-right:0vw!important}html[dir="rtl"] .rtl-post-0{margin-left:0vw!important}.rtl-pre-1{margin-left:3.95833vw!important}html[dir="rtl"] .rtl-pre-1{margin-right:3.95833vw!important}.first-column.rtl-pre-1{margin-left:calc(3.95833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-1{margin-right:calc(3.95833vw - 0.5rem)!important}.rtl-post-1{margin-right:3.95833vw!important}html[dir="rtl"] .rtl-post-1{margin-left:3.95833vw!important}.rtl-pre-2{margin-left:7.91667vw!important}html[dir="rtl"] .rtl-pre-2{margin-right:7.91667vw!important}.first-column.rtl-pre-2{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-2{margin-right:calc(7.91667vw - 0.5rem)!important}.rtl-post-2{margin-right:7.91667vw!important}html[dir="rtl"] .rtl-post-2{margin-left:7.91667vw!important}.rtl-pre-3{margin-left:11.875vw!important}html[dir="rtl"] .rtl-pre-3{margin-right:11.875vw!important}.first-column.rtl-pre-3{margin-left:calc(11.875vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-3{margin-right:calc(11.875vw - 0.5rem)!important}.rtl-post-3{margin-right:11.875vw!important}html[dir="rtl"] .rtl-post-3{margin-left:11.875vw!important}.rtl-pre-4{margin-left:15.83333vw!important}html[dir="rtl"] .rtl-pre-4{margin-right:15.83333vw!important}.first-column.rtl-pre-4{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-4{margin-right:calc(15.83333vw - 0.5rem)!important}.rtl-post-4{margin-right:15.83333vw!important}html[dir="rtl"] .rtl-post-4{margin-left:15.83333vw!important}.rtl-pre-5{margin-left:19.79167vw!important}html[dir="rtl"] .rtl-pre-5{margin-right:19.79167vw!important}.first-column.rtl-pre-5{margin-left:calc(19.79167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-5{margin-right:calc(19.79167vw - 0.5rem)!important}.rtl-post-5{margin-right:19.79167vw!important}html[dir="rtl"] .rtl-post-5{margin-left:19.79167vw!important}.rtl-pre-6{margin-left:23.75vw!important}html[dir="rtl"] .rtl-pre-6{margin-right:23.75vw!important}.first-column.rtl-pre-6{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-6{margin-right:calc(23.75vw - 0.5rem)!important}.rtl-post-6{margin-right:23.75vw!important}html[dir="rtl"] .rtl-post-6{margin-left:23.75vw!important}.rtl-pre-7{margin-left:27.70833vw!important}html[dir="rtl"] .rtl-pre-7{margin-right:27.70833vw!important}.first-column.rtl-pre-7{margin-left:calc(27.70833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-7{margin-right:calc(27.70833vw - 0.5rem)!important}.rtl-post-7{margin-right:27.70833vw!important}html[dir="rtl"] .rtl-post-7{margin-left:27.70833vw!important}.rtl-pre-8{margin-left:31.66667vw!important}html[dir="rtl"] .rtl-pre-8{margin-right:31.66667vw!important}.first-column.rtl-pre-8{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-8{margin-right:calc(31.66667vw - 0.5rem)!important}.rtl-post-8{margin-right:31.66667vw!important}html[dir="rtl"] .rtl-post-8{margin-left:31.66667vw!important}.rtl-pre-9{margin-left:35.625vw!important}html[dir="rtl"] .rtl-pre-9{margin-right:35.625vw!important}.first-column.rtl-pre-9{margin-left:calc(35.625vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-9{margin-right:calc(35.625vw - 0.5rem)!important}.rtl-post-9{margin-right:35.625vw!important}html[dir="rtl"] .rtl-post-9{margin-left:35.625vw!important}.rtl-pre-10{margin-left:39.58333vw!important}html[dir="rtl"] .rtl-pre-10{margin-right:39.58333vw!important}.first-column.rtl-pre-10{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-10{margin-right:calc(39.58333vw - 0.5rem)!important}.rtl-post-10{margin-right:39.58333vw!important}html[dir="rtl"] .rtl-post-10{margin-left:39.58333vw!important}.rtl-pre-11{margin-left:43.54167vw!important}html[dir="rtl"] .rtl-pre-11{margin-right:43.54167vw!important}.first-column.rtl-pre-11{margin-left:calc(43.54167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-11{margin-right:calc(43.54167vw - 0.5rem)!important}.rtl-post-11{margin-right:43.54167vw!important}html[dir="rtl"] .rtl-post-11{margin-left:43.54167vw!important}.rtl-pre-12{margin-left:47.5vw!important}html[dir="rtl"] .rtl-pre-12{margin-right:47.5vw!important}.first-column.rtl-pre-12{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-12{margin-right:calc(47.5vw - 0.5rem)!important}.rtl-post-12{margin-right:47.5vw!important}html[dir="rtl"] .rtl-post-12{margin-left:47.5vw!important}.rtl-pre-13{margin-left:51.45833vw!important}html[dir="rtl"] .rtl-pre-13{margin-right:51.45833vw!important}.first-column.rtl-pre-13{margin-left:calc(51.45833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-13{margin-right:calc(51.45833vw - 0.5rem)!important}.rtl-post-13{margin-right:51.45833vw!important}html[dir="rtl"] .rtl-post-13{margin-left:51.45833vw!important}.rtl-pre-14{margin-left:55.41667vw!important}html[dir="rtl"] .rtl-pre-14{margin-right:55.41667vw!important}.first-column.rtl-pre-14{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-14{margin-right:calc(55.41667vw - 0.5rem)!important}.rtl-post-14{margin-right:55.41667vw!important}html[dir="rtl"] .rtl-post-14{margin-left:55.41667vw!important}.rtl-pre-15{margin-left:59.375vw!important}html[dir="rtl"] .rtl-pre-15{margin-right:59.375vw!important}.first-column.rtl-pre-15{margin-left:calc(59.375vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-15{margin-right:calc(59.375vw - 0.5rem)!important}.rtl-post-15{margin-right:59.375vw!important}html[dir="rtl"] .rtl-post-15{margin-left:59.375vw!important}.rtl-pre-16{margin-left:63.33333vw!important}html[dir="rtl"] .rtl-pre-16{margin-right:63.33333vw!important}.first-column.rtl-pre-16{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-16{margin-right:calc(63.33333vw - 0.5rem)!important}.rtl-post-16{margin-right:63.33333vw!important}html[dir="rtl"] .rtl-post-16{margin-left:63.33333vw!important}.rtl-pre-17{margin-left:67.29167vw!important}html[dir="rtl"] .rtl-pre-17{margin-right:67.29167vw!important}.first-column.rtl-pre-17{margin-left:calc(67.29167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-17{margin-right:calc(67.29167vw - 0.5rem)!important}.rtl-post-17{margin-right:67.29167vw!important}html[dir="rtl"] .rtl-post-17{margin-left:67.29167vw!important}.rtl-pre-18{margin-left:71.25vw!important}html[dir="rtl"] .rtl-pre-18{margin-right:71.25vw!important}.first-column.rtl-pre-18{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-18{margin-right:calc(71.25vw - 0.5rem)!important}.rtl-post-18{margin-right:71.25vw!important}html[dir="rtl"] .rtl-post-18{margin-left:71.25vw!important}.rtl-pre-19{margin-left:75.20833vw!important}html[dir="rtl"] .rtl-pre-19{margin-right:75.20833vw!important}.first-column.rtl-pre-19{margin-left:calc(75.20833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-19{margin-right:calc(75.20833vw - 0.5rem)!important}.rtl-post-19{margin-right:75.20833vw!important}html[dir="rtl"] .rtl-post-19{margin-left:75.20833vw!important}.rtl-pre-20{margin-left:79.16667vw!important}html[dir="rtl"] .rtl-pre-20{margin-right:79.16667vw!important}.first-column.rtl-pre-20{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-20{margin-right:calc(79.16667vw - 0.5rem)!important}.rtl-post-20{margin-right:79.16667vw!important}html[dir="rtl"] .rtl-post-20{margin-left:79.16667vw!important}.rtl-pre-21{margin-left:83.125vw!important}html[dir="rtl"] .rtl-pre-21{margin-right:83.125vw!important}.first-column.rtl-pre-21{margin-left:calc(83.125vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-21{margin-right:calc(83.125vw - 0.5rem)!important}.rtl-post-21{margin-right:83.125vw!important}html[dir="rtl"] .rtl-post-21{margin-left:83.125vw!important}.rtl-pre-22{margin-left:87.08333vw!important}html[dir="rtl"] .rtl-pre-22{margin-right:87.08333vw!important}.first-column.rtl-pre-22{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-22{margin-right:calc(87.08333vw - 0.5rem)!important}.rtl-post-22{margin-right:87.08333vw!important}html[dir="rtl"] .rtl-post-22{margin-left:87.08333vw!important}.rtl-pre-23{margin-left:91.04167vw!important}html[dir="rtl"] .rtl-pre-23{margin-right:91.04167vw!important}.first-column.rtl-pre-23{margin-left:calc(91.04167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-23{margin-right:calc(91.04167vw - 0.5rem)!important}.rtl-post-23{margin-right:91.04167vw!important}html[dir="rtl"] .rtl-post-23{margin-left:91.04167vw!important}.rtl-pre-24{margin-left:95vw!important}html[dir="rtl"] .rtl-pre-24{margin-right:95vw!important}.first-column.rtl-pre-24{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-24{margin-right:calc(95vw - 0.5rem)!important}.rtl-post-24{margin-right:95vw!important}html[dir="rtl"] .rtl-post-24{margin-left:95vw!important}}@media screen and (max-width:859px){.tablet-pre-0{margin-left:0vw!important}html[dir="rtl"] .tablet-pre-0{margin-right:0vw!important}.tablet-first-column.tablet-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-0{margin-right:calc(0vw - 0.5rem)!important}.tablet-post-0{margin-right:0vw!important}html[dir="rtl"] .tablet-post-0{margin-left:0vw!important}.tablet-pre-1{margin-left:7.91667vw!important}html[dir="rtl"] .tablet-pre-1{margin-right:7.91667vw!important}.tablet-first-column.tablet-pre-1{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-1{margin-right:calc(7.91667vw - 0.5rem)!important}.tablet-post-1{margin-right:7.91667vw!important}html[dir="rtl"] .tablet-post-1{margin-left:7.91667vw!important}.tablet-pre-2{margin-left:15.83333vw!important}html[dir="rtl"] .tablet-pre-2{margin-right:15.83333vw!important}.tablet-first-column.tablet-pre-2{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-2{margin-right:calc(15.83333vw - 0.5rem)!important}.tablet-post-2{margin-right:15.83333vw!important}html[dir="rtl"] .tablet-post-2{margin-left:15.83333vw!important}.tablet-pre-3{margin-left:23.75vw!important}html[dir="rtl"] .tablet-pre-3{margin-right:23.75vw!important}.tablet-first-column.tablet-pre-3{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-3{margin-right:calc(23.75vw - 0.5rem)!important}.tablet-post-3{margin-right:23.75vw!important}html[dir="rtl"] .tablet-post-3{margin-left:23.75vw!important}.tablet-pre-4{margin-left:31.66667vw!important}html[dir="rtl"] .tablet-pre-4{margin-right:31.66667vw!important}.tablet-first-column.tablet-pre-4{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-4{margin-right:calc(31.66667vw - 0.5rem)!important}.tablet-post-4{margin-right:31.66667vw!important}html[dir="rtl"] .tablet-post-4{margin-left:31.66667vw!important}.tablet-pre-5{margin-left:39.58333vw!important}html[dir="rtl"] .tablet-pre-5{margin-right:39.58333vw!important}.tablet-first-column.tablet-pre-5{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-5{margin-right:calc(39.58333vw - 0.5rem)!important}.tablet-post-5{margin-right:39.58333vw!important}html[dir="rtl"] .tablet-post-5{margin-left:39.58333vw!important}.tablet-pre-6{margin-left:47.5vw!important}html[dir="rtl"] .tablet-pre-6{margin-right:47.5vw!important}.tablet-first-column.tablet-pre-6{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-6{margin-right:calc(47.5vw - 0.5rem)!important}.tablet-post-6{margin-right:47.5vw!important}html[dir="rtl"] .tablet-post-6{margin-left:47.5vw!important}.tablet-pre-7{margin-left:55.41667vw!important}html[dir="rtl"] .tablet-pre-7{margin-right:55.41667vw!important}.tablet-first-column.tablet-pre-7{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-7{margin-right:calc(55.41667vw - 0.5rem)!important}.tablet-post-7{margin-right:55.41667vw!important}html[dir="rtl"] .tablet-post-7{margin-left:55.41667vw!important}.tablet-pre-8{margin-left:63.33333vw!important}html[dir="rtl"] .tablet-pre-8{margin-right:63.33333vw!important}.tablet-first-column.tablet-pre-8{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-8{margin-right:calc(63.33333vw - 0.5rem)!important}.tablet-post-8{margin-right:63.33333vw!important}html[dir="rtl"] .tablet-post-8{margin-left:63.33333vw!important}.tablet-pre-9{margin-left:71.25vw!important}html[dir="rtl"] .tablet-pre-9{margin-right:71.25vw!important}.tablet-first-column.tablet-pre-9{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-9{margin-right:calc(71.25vw - 0.5rem)!important}.tablet-post-9{margin-right:71.25vw!important}html[dir="rtl"] .tablet-post-9{margin-left:71.25vw!important}.tablet-pre-10{margin-left:79.16667vw!important}html[dir="rtl"] .tablet-pre-10{margin-right:79.16667vw!important}.tablet-first-column.tablet-pre-10{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-10{margin-right:calc(79.16667vw - 0.5rem)!important}.tablet-post-10{margin-right:79.16667vw!important}html[dir="rtl"] .tablet-post-10{margin-left:79.16667vw!important}.tablet-pre-11{margin-left:87.08333vw!important}html[dir="rtl"] .tablet-pre-11{margin-right:87.08333vw!important}.tablet-first-column.tablet-pre-11{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-11{margin-right:calc(87.08333vw - 0.5rem)!important}.tablet-post-11{margin-right:87.08333vw!important}html[dir="rtl"] .tablet-post-11{margin-left:87.08333vw!important}.tablet-pre-12{margin-left:95vw!important}html[dir="rtl"] .tablet-pre-12{margin-right:95vw!important}.tablet-first-column.tablet-pre-12{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-12{margin-right:calc(95vw - 0.5rem)!important}.tablet-post-12{margin-right:95vw!important}html[dir="rtl"] .tablet-post-12{margin-left:95vw!important}.rtl-tablet-pre-0{margin-left:0vw!important}html[dir="rtl"] .rtl-tablet-pre-0{margin-right:0vw!important}.tablet-first-column.rtl-tablet-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-0{margin-right:calc(0vw - 0.5rem)!important}.rtl-tablet-post-0{margin-right:0vw!important}html[dir="rtl"] .rtl-tablet-post-0{margin-left:0vw!important}.rtl-tablet-pre-1{margin-left:7.91667vw!important}html[dir="rtl"] .rtl-tablet-pre-1{margin-right:7.91667vw!important}.tablet-first-column.rtl-tablet-pre-1{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-1{margin-right:calc(7.91667vw - 0.5rem)!important}.rtl-tablet-post-1{margin-right:7.91667vw!important}html[dir="rtl"] .rtl-tablet-post-1{margin-left:7.91667vw!important}.rtl-tablet-pre-2{margin-left:15.83333vw!important}html[dir="rtl"] .rtl-tablet-pre-2{margin-right:15.83333vw!important}.tablet-first-column.rtl-tablet-pre-2{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-2{margin-right:calc(15.83333vw - 0.5rem)!important}.rtl-tablet-post-2{margin-right:15.83333vw!important}html[dir="rtl"] .rtl-tablet-post-2{margin-left:15.83333vw!important}.rtl-tablet-pre-3{margin-left:23.75vw!important}html[dir="rtl"] .rtl-tablet-pre-3{margin-right:23.75vw!important}.tablet-first-column.rtl-tablet-pre-3{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-3{margin-right:calc(23.75vw - 0.5rem)!important}.rtl-tablet-post-3{margin-right:23.75vw!important}html[dir="rtl"] .rtl-tablet-post-3{margin-left:23.75vw!important}.rtl-tablet-pre-4{margin-left:31.66667vw!important}html[dir="rtl"] .rtl-tablet-pre-4{margin-right:31.66667vw!important}.tablet-first-column.rtl-tablet-pre-4{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-4{margin-right:calc(31.66667vw - 0.5rem)!important}.rtl-tablet-post-4{margin-right:31.66667vw!important}html[dir="rtl"] .rtl-tablet-post-4{margin-left:31.66667vw!important}.rtl-tablet-pre-5{margin-left:39.58333vw!important}html[dir="rtl"] .rtl-tablet-pre-5{margin-right:39.58333vw!important}.tablet-first-column.rtl-tablet-pre-5{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-5{margin-right:calc(39.58333vw - 0.5rem)!important}.rtl-tablet-post-5{margin-right:39.58333vw!important}html[dir="rtl"] .rtl-tablet-post-5{margin-left:39.58333vw!important}.rtl-tablet-pre-6{margin-left:47.5vw!important}html[dir="rtl"] .rtl-tablet-pre-6{margin-right:47.5vw!important}.tablet-first-column.rtl-tablet-pre-6{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-6{margin-right:calc(47.5vw - 0.5rem)!important}.rtl-tablet-post-6{margin-right:47.5vw!important}html[dir="rtl"] .rtl-tablet-post-6{margin-left:47.5vw!important}.rtl-tablet-pre-7{margin-left:55.41667vw!important}html[dir="rtl"] .rtl-tablet-pre-7{margin-right:55.41667vw!important}.tablet-first-column.rtl-tablet-pre-7{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-7{margin-right:calc(55.41667vw - 0.5rem)!important}.rtl-tablet-post-7{margin-right:55.41667vw!important}html[dir="rtl"] .rtl-tablet-post-7{margin-left:55.41667vw!important}.rtl-tablet-pre-8{margin-left:63.33333vw!important}html[dir="rtl"] .rtl-tablet-pre-8{margin-right:63.33333vw!important}.tablet-first-column.rtl-tablet-pre-8{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-8{margin-right:calc(63.33333vw - 0.5rem)!important}.rtl-tablet-post-8{margin-right:63.33333vw!important}html[dir="rtl"] .rtl-tablet-post-8{margin-left:63.33333vw!important}.rtl-tablet-pre-9{margin-left:71.25vw!important}html[dir="rtl"] .rtl-tablet-pre-9{margin-right:71.25vw!important}.tablet-first-column.rtl-tablet-pre-9{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-9{margin-right:calc(71.25vw - 0.5rem)!important}.rtl-tablet-post-9{margin-right:71.25vw!important}html[dir="rtl"] .rtl-tablet-post-9{margin-left:71.25vw!important}.rtl-tablet-pre-10{margin-left:79.16667vw!important}html[dir="rtl"] .rtl-tablet-pre-10{margin-right:79.16667vw!important}.tablet-first-column.rtl-tablet-pre-10{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-10{margin-right:calc(79.16667vw - 0.5rem)!important}.rtl-tablet-post-10{margin-right:79.16667vw!important}html[dir="rtl"] .rtl-tablet-post-10{margin-left:79.16667vw!important}.rtl-tablet-pre-11{margin-left:87.08333vw!important}html[dir="rtl"] .rtl-tablet-pre-11{margin-right:87.08333vw!important}.tablet-first-column.rtl-tablet-pre-11{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-11{margin-right:calc(87.08333vw - 0.5rem)!important}.rtl-tablet-post-11{margin-right:87.08333vw!important}html[dir="rtl"] .rtl-tablet-post-11{margin-left:87.08333vw!important}.rtl-tablet-pre-12{margin-left:95vw!important}html[dir="rtl"] .rtl-tablet-pre-12{margin-right:95vw!important}.tablet-first-column.rtl-tablet-pre-12{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-12{margin-right:calc(95vw - 0.5rem)!important}.rtl-tablet-post-12{margin-right:95vw!important}html[dir="rtl"] .rtl-tablet-post-12{margin-left:95vw!important}}@media screen and (max-width:479px){.phone-pre-0{margin-left:0vw!important}html[dir="rtl"] .phone-pre-0{margin-right:0vw!important}.phone-first-column.phone-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-0{margin-right:calc(0vw - 0.5rem)!important}.phone-post-0{margin-right:0vw!important}html[dir="rtl"] .phone-post-0{margin-left:0vw!important}.phone-pre-1{margin-left:15.83333vw!important}html[dir="rtl"] .phone-pre-1{margin-right:15.83333vw!important}.phone-first-column.phone-pre-1{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-1{margin-right:calc(15.83333vw - 0.5rem)!important}.phone-post-1{margin-right:15.83333vw!important}html[dir="rtl"] .phone-post-1{margin-left:15.83333vw!important}.phone-pre-2{margin-left:31.66667vw!important}html[dir="rtl"] .phone-pre-2{margin-right:31.66667vw!important}.phone-first-column.phone-pre-2{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-2{margin-right:calc(31.66667vw - 0.5rem)!important}.phone-post-2{margin-right:31.66667vw!important}html[dir="rtl"] .phone-post-2{margin-left:31.66667vw!important}.phone-pre-3{margin-left:47.5vw!important}html[dir="rtl"] .phone-pre-3{margin-right:47.5vw!important}.phone-first-column.phone-pre-3{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-3{margin-right:calc(47.5vw - 0.5rem)!important}.phone-post-3{margin-right:47.5vw!important}html[dir="rtl"] .phone-post-3{margin-left:47.5vw!important}.phone-pre-4{margin-left:63.33333vw!important}html[dir="rtl"] .phone-pre-4{margin-right:63.33333vw!important}.phone-first-column.phone-pre-4{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-4{margin-right:calc(63.33333vw - 0.5rem)!important}.phone-post-4{margin-right:63.33333vw!important}html[dir="rtl"] .phone-post-4{margin-left:63.33333vw!important}.phone-pre-5{margin-left:79.16667vw!important}html[dir="rtl"] .phone-pre-5{margin-right:79.16667vw!important}.phone-first-column.phone-pre-5{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-5{margin-right:calc(79.16667vw - 0.5rem)!important}.phone-post-5{margin-right:79.16667vw!important}html[dir="rtl"] .phone-post-5{margin-left:79.16667vw!important}.phone-pre-6{margin-left:95vw!important}html[dir="rtl"] .phone-pre-6{margin-right:95vw!important}.phone-first-column.phone-pre-6{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-6{margin-right:calc(95vw - 0.5rem)!important}.phone-post-6{margin-right:95vw!important}html[dir="rtl"] .phone-post-6{margin-left:95vw!important}.rtl-phone-pre-0{margin-left:0vw!important}html[dir="rtl"] .rtl-phone-pre-0{margin-right:0vw!important}.phone-first-column.rtl-phone-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-0{margin-right:calc(0vw - 0.5rem)!important}.rtl-phone-post-0{margin-right:0vw!important}html[dir="rtl"] .rtl-phone-post-0{margin-left:0vw!important}.rtl-phone-pre-1{margin-left:15.83333vw!important}html[dir="rtl"] .rtl-phone-pre-1{margin-right:15.83333vw!important}.phone-first-column.rtl-phone-pre-1{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-1{margin-right:calc(15.83333vw - 0.5rem)!important}.rtl-phone-post-1{margin-right:15.83333vw!important}html[dir="rtl"] .rtl-phone-post-1{margin-left:15.83333vw!important}.rtl-phone-pre-2{margin-left:31.66667vw!important}html[dir="rtl"] .rtl-phone-pre-2{margin-right:31.66667vw!important}.phone-first-column.rtl-phone-pre-2{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-2{margin-right:calc(31.66667vw - 0.5rem)!important}.rtl-phone-post-2{margin-right:31.66667vw!important}html[dir="rtl"] .rtl-phone-post-2{margin-left:31.66667vw!important}.rtl-phone-pre-3{margin-left:47.5vw!important}html[dir="rtl"] .rtl-phone-pre-3{margin-right:47.5vw!important}.phone-first-column.rtl-phone-pre-3{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-3{margin-right:calc(47.5vw - 0.5rem)!important}.rtl-phone-post-3{margin-right:47.5vw!important}html[dir="rtl"] .rtl-phone-post-3{margin-left:47.5vw!important}.rtl-phone-pre-4{margin-left:63.33333vw!important}html[dir="rtl"] .rtl-phone-pre-4{margin-right:63.33333vw!important}.phone-first-column.rtl-phone-pre-4{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-4{margin-right:calc(63.33333vw - 0.5rem)!important}.rtl-phone-post-4{margin-right:63.33333vw!important}html[dir="rtl"] .rtl-phone-post-4{margin-left:63.33333vw!important}.rtl-phone-pre-5{margin-left:79.16667vw!important}html[dir="rtl"] .rtl-phone-pre-5{margin-right:79.16667vw!important}.phone-first-column.rtl-phone-pre-5{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-5{margin-right:calc(79.16667vw - 0.5rem)!important}.rtl-phone-post-5{margin-right:79.16667vw!important}html[dir="rtl"] .rtl-phone-post-5{margin-left:79.16667vw!important}.rtl-phone-pre-6{margin-left:95vw!important}html[dir="rtl"] .rtl-phone-pre-6{margin-right:95vw!important}.phone-first-column.rtl-phone-pre-6{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-6{margin-right:calc(95vw - 0.5rem)!important}.rtl-phone-post-6{margin-right:95vw!important}html[dir="rtl"] .rtl-phone-post-6{margin-left:95vw!important}}@media screen and (min-width:1525.5px){.pre-0{margin-left:0!important}html[dir="rtl"] .pre-0{margin-right:0!important}.post-0{margin-right:0!important}html[dir="rtl"] .post-0{margin-left:0!important}.pre-1{margin-left:60.41667px!important}html[dir="rtl"] .pre-1{margin-right:60.41667px!important}.post-1{margin-right:60.41667px!important}html[dir="rtl"] .post-1{margin-left:60.41667px!important}.pre-2{margin-left:120.83333px!important}html[dir="rtl"] .pre-2{margin-right:120.83333px!important}.post-2{margin-right:120.83333px!important}html[dir="rtl"] .post-2{margin-left:120.83333px!important}.pre-3{margin-left:181.25px!important}html[dir="rtl"] .pre-3{margin-right:181.25px!important}.post-3{margin-right:181.25px!important}html[dir="rtl"] .post-3{margin-left:181.25px!important}.pre-4{margin-left:241.66667px!important}html[dir="rtl"] .pre-4{margin-right:241.66667px!important}.post-4{margin-right:241.66667px!important}html[dir="rtl"] .post-4{margin-left:241.66667px!important}.pre-5{margin-left:302.08333px!important}html[dir="rtl"] .pre-5{margin-right:302.08333px!important}.post-5{margin-right:302.08333px!important}html[dir="rtl"] .post-5{margin-left:302.08333px!important}.pre-6{margin-left:362.5px!important}html[dir="rtl"] .pre-6{margin-right:362.5px!important}.post-6{margin-right:362.5px!important}html[dir="rtl"] .post-6{margin-left:362.5px!important}.pre-7{margin-left:422.91667px!important}html[dir="rtl"] .pre-7{margin-right:422.91667px!important}.post-7{margin-right:422.91667px!important}html[dir="rtl"] .post-7{margin-left:422.91667px!important}.pre-8{margin-left:483.33333px!important}html[dir="rtl"] .pre-8{margin-right:483.33333px!important}.post-8{margin-right:483.33333px!important}html[dir="rtl"] .post-8{margin-left:483.33333px!important}.pre-9{margin-left:543.75px!important}html[dir="rtl"] .pre-9{margin-right:543.75px!important}.post-9{margin-right:543.75px!important}html[dir="rtl"] .post-9{margin-left:543.75px!important}.pre-10{margin-left:604.16667px!important}html[dir="rtl"] .pre-10{margin-right:604.16667px!important}.post-10{margin-right:604.16667px!important}html[dir="rtl"] .post-10{margin-left:604.16667px!important}.pre-11{margin-left:664.58333px!important}html[dir="rtl"] .pre-11{margin-right:664.58333px!important}.post-11{margin-right:664.58333px!important}html[dir="rtl"] .post-11{margin-left:664.58333px!important}.pre-12{margin-left:725px!important}html[dir="rtl"] .pre-12{margin-right:725px!important}.post-12{margin-right:725px!important}html[dir="rtl"] .post-12{margin-left:725px!important}.pre-13{margin-left:785.41667px!important}html[dir="rtl"] .pre-13{margin-right:785.41667px!important}.post-13{margin-right:785.41667px!important}html[dir="rtl"] .post-13{margin-left:785.41667px!important}.pre-14{margin-left:845.83333px!important}html[dir="rtl"] .pre-14{margin-right:845.83333px!important}.post-14{margin-right:845.83333px!important}html[dir="rtl"] .post-14{margin-left:845.83333px!important}.pre-15{margin-left:906.25px!important}html[dir="rtl"] .pre-15{margin-right:906.25px!important}.post-15{margin-right:906.25px!important}html[dir="rtl"] .post-15{margin-left:906.25px!important}.pre-16{margin-left:966.66667px!important}html[dir="rtl"] .pre-16{margin-right:966.66667px!important}.post-16{margin-right:966.66667px!important}html[dir="rtl"] .post-16{margin-left:966.66667px!important}.pre-17{margin-left:1027.08333px!important}html[dir="rtl"] .pre-17{margin-right:1027.08333px!important}.post-17{margin-right:1027.08333px!important}html[dir="rtl"] .post-17{margin-left:1027.08333px!important}.pre-18{margin-left:1087.5px!important}html[dir="rtl"] .pre-18{margin-right:1087.5px!important}.post-18{margin-right:1087.5px!important}html[dir="rtl"] .post-18{margin-left:1087.5px!important}.pre-19{margin-left:1147.91667px!important}html[dir="rtl"] .pre-19{margin-right:1147.91667px!important}.post-19{margin-right:1147.91667px!important}html[dir="rtl"] .post-19{margin-left:1147.91667px!important}.pre-20{margin-left:1208.33333px!important}html[dir="rtl"] .pre-20{margin-right:1208.33333px!important}.post-20{margin-right:1208.33333px!important}html[dir="rtl"] .post-20{margin-left:1208.33333px!important}.pre-21{margin-left:1268.75px!important}html[dir="rtl"] .pre-21{margin-right:1268.75px!important}.post-21{margin-right:1268.75px!important}html[dir="rtl"] .post-21{margin-left:1268.75px!important}.pre-22{margin-left:1329.16667px!important}html[dir="rtl"] .pre-22{margin-right:1329.16667px!important}.post-22{margin-right:1329.16667px!important}html[dir="rtl"] .post-22{margin-left:1329.16667px!important}.pre-23{margin-left:1389.58333px!important}html[dir="rtl"] .pre-23{margin-right:1389.58333px!important}.post-23{margin-right:1389.58333px!important}html[dir="rtl"] .post-23{margin-left:1389.58333px!important}.pre-24{margin-left:1450px!important}html[dir="rtl"] .pre-24{margin-right:1450px!important}.post-24{margin-right:1450px!important}html[dir="rtl"] .post-24{margin-left:1450px!important}.rtl-pre-0{margin-left:0!important}html[dir="rtl"] .rtl-pre-0{margin-right:0!important}.rtl-post-0{margin-right:0!important}html[dir="rtl"] .rtl-post-0{margin-left:0!important}.rtl-pre-1{margin-left:60.41667px!important}html[dir="rtl"] .rtl-pre-1{margin-right:60.41667px!important}.rtl-post-1{margin-right:60.41667px!important}html[dir="rtl"] .rtl-post-1{margin-left:60.41667px!important}.rtl-pre-2{margin-left:120.83333px!important}html[dir="rtl"] .rtl-pre-2{margin-right:120.83333px!important}.rtl-post-2{margin-right:120.83333px!important}html[dir="rtl"] .rtl-post-2{margin-left:120.83333px!important}.rtl-pre-3{margin-left:181.25px!important}html[dir="rtl"] .rtl-pre-3{margin-right:181.25px!important}.rtl-post-3{margin-right:181.25px!important}html[dir="rtl"] .rtl-post-3{margin-left:181.25px!important}.rtl-pre-4{margin-left:241.66667px!important}html[dir="rtl"] .rtl-pre-4{margin-right:241.66667px!important}.rtl-post-4{margin-right:241.66667px!important}html[dir="rtl"] .rtl-post-4{margin-left:241.66667px!important}.rtl-pre-5{margin-left:302.08333px!important}html[dir="rtl"] .rtl-pre-5{margin-right:302.08333px!important}.rtl-post-5{margin-right:302.08333px!important}html[dir="rtl"] .rtl-post-5{margin-left:302.08333px!important}.rtl-pre-6{margin-left:362.5px!important}html[dir="rtl"] .rtl-pre-6{margin-right:362.5px!important}.rtl-post-6{margin-right:362.5px!important}html[dir="rtl"] .rtl-post-6{margin-left:362.5px!important}.rtl-pre-7{margin-left:422.91667px!important}html[dir="rtl"] .rtl-pre-7{margin-right:422.91667px!important}.rtl-post-7{margin-right:422.91667px!important}html[dir="rtl"] .rtl-post-7{margin-left:422.91667px!important}.rtl-pre-8{margin-left:483.33333px!important}html[dir="rtl"] .rtl-pre-8{margin-right:483.33333px!important}.rtl-post-8{margin-right:483.33333px!important}html[dir="rtl"] .rtl-post-8{margin-left:483.33333px!important}.rtl-pre-9{margin-left:543.75px!important}html[dir="rtl"] .rtl-pre-9{margin-right:543.75px!important}.rtl-post-9{margin-right:543.75px!important}html[dir="rtl"] .rtl-post-9{margin-left:543.75px!important}.rtl-pre-10{margin-left:604.16667px!important}html[dir="rtl"] .rtl-pre-10{margin-right:604.16667px!important}.rtl-post-10{margin-right:604.16667px!important}html[dir="rtl"] .rtl-post-10{margin-left:604.16667px!important}.rtl-pre-11{margin-left:664.58333px!important}html[dir="rtl"] .rtl-pre-11{margin-right:664.58333px!important}.rtl-post-11{margin-right:664.58333px!important}html[dir="rtl"] .rtl-post-11{margin-left:664.58333px!important}.rtl-pre-12{margin-left:725px!important}html[dir="rtl"] .rtl-pre-12{margin-right:725px!important}.rtl-post-12{margin-right:725px!important}html[dir="rtl"] .rtl-post-12{margin-left:725px!important}.rtl-pre-13{margin-left:785.41667px!important}html[dir="rtl"] .rtl-pre-13{margin-right:785.41667px!important}.rtl-post-13{margin-right:785.41667px!important}html[dir="rtl"] .rtl-post-13{margin-left:785.41667px!important}.rtl-pre-14{margin-left:845.83333px!important}html[dir="rtl"] .rtl-pre-14{margin-right:845.83333px!important}.rtl-post-14{margin-right:845.83333px!important}html[dir="rtl"] .rtl-post-14{margin-left:845.83333px!important}.rtl-pre-15{margin-left:906.25px!important}html[dir="rtl"] .rtl-pre-15{margin-right:906.25px!important}.rtl-post-15{margin-right:906.25px!important}html[dir="rtl"] .rtl-post-15{margin-left:906.25px!important}.rtl-pre-16{margin-left:966.66667px!important}html[dir="rtl"] .rtl-pre-16{margin-right:966.66667px!important}.rtl-post-16{margin-right:966.66667px!important}html[dir="rtl"] .rtl-post-16{margin-left:966.66667px!important}.rtl-pre-17{margin-left:1027.08333px!important}html[dir="rtl"] .rtl-pre-17{margin-right:1027.08333px!important}.rtl-post-17{margin-right:1027.08333px!important}html[dir="rtl"] .rtl-post-17{margin-left:1027.08333px!important}.rtl-pre-18{margin-left:1087.5px!important}html[dir="rtl"] .rtl-pre-18{margin-right:1087.5px!important}.rtl-post-18{margin-right:1087.5px!important}html[dir="rtl"] .rtl-post-18{margin-left:1087.5px!important}.rtl-pre-19{margin-left:1147.91667px!important}html[dir="rtl"] .rtl-pre-19{margin-right:1147.91667px!important}.rtl-post-19{margin-right:1147.91667px!important}html[dir="rtl"] .rtl-post-19{margin-left:1147.91667px!important}.rtl-pre-20{margin-left:1208.33333px!important}html[dir="rtl"] .rtl-pre-20{margin-right:1208.33333px!important}.rtl-post-20{margin-right:1208.33333px!important}html[dir="rtl"] .rtl-post-20{margin-left:1208.33333px!important}.rtl-pre-21{margin-left:1268.75px!important}html[dir="rtl"] .rtl-pre-21{margin-right:1268.75px!important}.rtl-post-21{margin-right:1268.75px!important}html[dir="rtl"] .rtl-post-21{margin-left:1268.75px!important}.rtl-pre-22{margin-left:1329.16667px!important}html[dir="rtl"] .rtl-pre-22{margin-right:1329.16667px!important}.rtl-post-22{margin-right:1329.16667px!important}html[dir="rtl"] .rtl-post-22{margin-left:1329.16667px!important}.rtl-pre-23{margin-left:1389.58333px!important}html[dir="rtl"] .rtl-pre-23{margin-right:1389.58333px!important}.rtl-post-23{margin-right:1389.58333px!important}html[dir="rtl"] .rtl-post-23{margin-left:1389.58333px!important}.rtl-pre-24{margin-left:1450px!important}html[dir="rtl"] .rtl-pre-24{margin-right:1450px!important}.rtl-post-24{margin-right:1450px!important}html[dir="rtl"] .rtl-post-24{margin-left:1450px!important}}@media screen and (min-width:1450px){.phone-show{display:none!important}.tablet-show{display:none!important}.tablet-only{display:none!important}.large-hide{display:none!important}}@media screen and (max-width:1449px) and (min-width:860px){.phone-show{display:none!important}.tablet-show{display:none!important}.tablet-only{display:none!important}.large-only{display:none!important}.large-show{display:none!important}}@media screen and (max-width:859px) and (min-width:480px){.tablet-hide{display:none!important}.phone-show{display:none!important}.large-only{display:none!important}.large-show{display:none!important}}@media screen and (max-width:479px){.phone-hide{display:none!important}.tablet-hide{display:none!important}.tablet-only{display:none!important}.large-only{display:none!important}.large-show{display:none!important}}.invisible{visibility:hidden}.visible{visibility:visible}.hide{display:none!important}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visually-hidden-focusable{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visually-hidden-focusable:active,.visually-hidden-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.left{float:left}html[dir="rtl"] .left{float:right}.right{float:right}html[dir="rtl"] .right{float:left}@media screen and (min-width:1450px){.large-left{float:left}html[dir="rtl"] .large-left{float:right}.large-right{float:right}html[dir="rtl"] .large-right{float:left}}@media screen and (max-width:859px) and (min-width:480px){.tablet-left{float:left}html[dir="rtl"] .tablet-left{float:right}.tablet-right{float:right}html[dir="rtl"] .tablet-right{float:left}}@media screen and (max-width:479px){.phone-left{float:left}html[dir="rtl"] .phone-left{float:right}.phone-right{float:right}html[dir="rtl"] .phone-right{float:left}}.block-group{margin-left:-0.75rem;margin-right:-0.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.block{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:0.75rem;margin-right:0.75rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:0;-ms-flex-negative:1;flex-shrink:1}.block-group-1-up .block{-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem);width:calc(100% - 1.5rem)}.block-group-2-up .block{-ms-flex-preferred-size:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);width:calc(50% - 1.5rem)}.block-group-3-up .block{-ms-flex-preferred-size:calc(33.33333% - 1.5rem);flex-basis:calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}.block-group-4-up .block{-ms-flex-preferred-size:calc(25% - 1.5rem);flex-basis:calc(25% - 1.5rem);width:calc(25% - 1.5rem)}.block-group-5-up .block{-ms-flex-preferred-size:calc(20% - 1.5rem);flex-basis:calc(20% - 1.5rem);width:calc(20% - 1.5rem)}.block-group-6-up .block{-ms-flex-preferred-size:calc(16.66666% - 1.5rem);flex-basis:calc(16.66666% - 1.5rem);width:calc(16.66666% - 1.5rem)}.block-group-7-up .block{-ms-flex-preferred-size:calc(14.28570% - 1.5rem);flex-basis:calc(14.28570% - 1.5rem);width:calc(14.28570% - 1.5rem)}.block-group-8-up .block{-ms-flex-preferred-size:calc(12.5% - 1.5rem);flex-basis:calc(12.5% - 1.5rem);width:calc(12.5% - 1.5rem)}@media screen and (max-width:860px){.tablet-block-group-1-up .block{-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem);width:calc(100% - 1.5rem)}.tablet-block-group-2-up .block{-ms-flex-preferred-size:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);width:calc(50% - 1.5rem)}.tablet-block-group-3-up .block{-ms-flex-preferred-size:calc(33.33333% - 1.5rem);flex-basis:calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}.tablet-block-group-4-up .block{-ms-flex-preferred-size:calc(25% - 1.5rem);flex-basis:calc(25% - 1.5rem);width:calc(25% - 1.5rem)}.tablet-block-group-5-up .block{-ms-flex-preferred-size:calc(20% - 1.5rem);flex-basis:calc(20% - 1.5rem);width:calc(20% - 1.5rem)}.tablet-block-group-6-up .block{-ms-flex-preferred-size:calc(16.66666% - 1.5rem);flex-basis:calc(16.66666% - 1.5rem);width:calc(16.66666% - 1.5rem)}.tablet-block-group-7-up .block{-ms-flex-preferred-size:calc(14.28570% - 1.5rem);flex-basis:calc(14.28570% - 1.5rem);width:calc(14.28570% - 1.5rem)}.tablet-block-group-8-up .block{-ms-flex-preferred-size:calc(12.5% - 1.5rem);flex-basis:calc(12.5% - 1.5rem);width:calc(12.5% - 1.5rem)}}@media screen and (max-width:480px){.phone-block-group-1-up .block{-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem);width:calc(100% - 1.5rem)}.phone-block-group-2-up .block{-ms-flex-preferred-size:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);width:calc(50% - 1.5rem)}.phone-block-group-3-up .block{-ms-flex-preferred-size:calc(33.33333% - 1.5rem);flex-basis:calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}.phone-block-group-4-up .block{-ms-flex-preferred-size:calc(25% - 1.5rem);flex-basis:calc(25% - 1.5rem);width:calc(25% - 1.5rem)}.phone-block-group-5-up .block{-ms-flex-preferred-size:calc(20% - 1.5rem);flex-basis:calc(20% - 1.5rem);width:calc(20% - 1.5rem)}.phone-block-group-6-up .block{-ms-flex-preferred-size:calc(16.66666% - 1.5rem);flex-basis:calc(16.66666% - 1.5rem);width:calc(16.66666% - 1.5rem)}.phone-block-group-7-up .block{-ms-flex-preferred-size:calc(14.28570% - 1.5rem);flex-basis:calc(14.28570% - 1.5rem);width:calc(14.28570% - 1.5rem)}.phone-block-group-8-up .block{-ms-flex-preferred-size:calc(12.5% - 1.5rem);flex-basis:calc(12.5% - 1.5rem);width:calc(12.5% - 1.5rem)}}.ie9 .block{float:left}.ie9 .block-group:after{content:'';display:table;clear:both}.is-sticky{position:fixed;z-index:10}.is-sticky.scroll-show,.is-sticky .scroll-show{visibility:visible}.scroll-show{visibility:hidden}@font-face{font-family:"Avenir Next W00_n2";src:url(https://fast.fonts.net/dv2/2/5db267f9-3612-485c-ae18-5698d2692816.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W00";src:url(https://fast.fonts.net/dv2/2/5db267f9-3612-485c-ae18-5698d2692816.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/5db267f9-3612-485c-ae18-5698d2692816.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/174d458a-81e0-4174-9473-35e3bf0a613c.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/57a79aa3-9b06-4ba7-a9a4-2b766d826ecf.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/733cb7bd-50e1-4dee-893a-0b40ef382b02.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/594135c6-6c4f-4880-a0d2-ba923b5ef38e.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#594135c6-6c4f-4880-a0d2-ba923b5ef38e) format("svg");font-weight:200;font-style:normal}@font-face{font-family:"Avenir Next W00_n4";src:url(https://fast.fonts.net/dv2/2/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W00";src:url(https://fast.fonts.net/dv2/2/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/7db1f672-3a8f-4d19-9c49-7f61aed450b5.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/4ab86b35-c0c2-42b5-98ad-4b6eba66b197.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/276b3566-1c3b-4bc1-8915-15314f091f29.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/5d02f5f4-46e7-453a-aef9-3e7106d7bb68.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#5d02f5f4-46e7-453a-aef9-3e7106d7bb68) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Avenir Next W00_n5";src:url(https://fast.fonts.net/dv2/2/c6970a14-8b0f-4629-9072-71c7e123908f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W00";src:url(https://fast.fonts.net/dv2/2/c6970a14-8b0f-4629-9072-71c7e123908f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/c6970a14-8b0f-4629-9072-71c7e123908f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/b0b84e4d-2164-45c7-a674-1662f19f3ba6.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/e91d1bbf-3fea-45e2-b003-a22b12ce6e5f.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/ead8b64b-1abd-4d5b-a642-a21dfe2f463b.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/e536e1c2-92a4-4db4-8a41-1c55354d11b7.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#e536e1c2-92a4-4db4-8a41-1c55354d11b7) format("svg");font-weight:500;font-style:normal}@font-face{font-family:"Avenir Next W00_n6";src:url(https://fast.fonts.net/dv2/2/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W00";src:url(https://fast.fonts.net/dv2/2/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/40d36b4a-60c6-460a-bf43-4c948c23563e.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/45b78f45-e639-4836-8612-e0892e120f14.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/cbc021cc-b96f-4c82-ba0d-59cb0b7449c0.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/c6778bcf-ca82-4a86-8a5f-08b70c9a71fd.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#c6778bcf-ca82-4a86-8a5f-08b70c9a71fd) format("svg");font-weight:600;font-style:normal}@font-face{font-family:"Avenir Next W01_n3";src:url(https://fast.fonts.net/dv2/2/0ecef829-586e-426d-a633-4c8a8c926769.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W01";src:url(https://fast.fonts.net/dv2/2/0ecef829-586e-426d-a633-4c8a8c926769.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/0ecef829-586e-426d-a633-4c8a8c926769.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/49c5f3e1-5867-4b1d-a843-2d07fa60d85d.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/f401df6f-54eb-406c-b46a-90b9451c598d.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/276fe25e-e430-4376-b33c-705dd77b3dba.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/869dc33b-3685-4d74-a51c-82b435579093.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#869dc33b-3685-4d74-a51c-82b435579093) format("svg");font-weight:300;font-style:normal}@font-face{font-family:"Avenir Next W01_n4";src:url(https://fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W01";src:url(https://fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/1e9892c0-6927-4412-9874-1b82801ba47a.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/52a192b1-bea5-4b48-879f-107f009b666f.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#52a192b1-bea5-4b48-879f-107f009b666f) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Avenir Next W01_n5";src:url(https://fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W01";src:url(https://fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/f26faddb-86cc-4477-a253-1e1287684336.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#a89d6ad1-a04f-4a8f-b140-e55478dbea80) format("svg");font-weight:500;font-style:normal}@font-face{font-family:"Avenir Next W01_n6";src:url(https://fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W01";src:url(https://fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/99affa9a-a5e9-4559-bd07-20cf0071852d.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#99affa9a-a5e9-4559-bd07-20cf0071852d) format("svg");font-weight:600;font-style:normal}@font-face{font-family:"Frutiger W01_i3";src:url(https://fast.fonts.net/dv2/2/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Frutiger W01";src:url(https://fast.fonts.net/dv2/2/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/dda818d0-9f7a-4574-8d17-8e3546cb04fb.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/8259f047-a5d2-40a0-a98c-1c24f0316b08.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/1078a920-3def-4194-ba69-46751fb9af38.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3) format("svg");font-weight:300;font-style:italic}@font-face{font-family:"Frutiger W01_n3";src:url(https://fast.fonts.net/dv2/2/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Frutiger W01";src:url(https://fast.fonts.net/dv2/2/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/4fb89ed5-baf5-425f-aba4-46e8c2c3aabe.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/74d53f3b-1683-4d5a-a556-e13f6553cdf0.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/3f5a5b87-e71e-4544-be0c-da4daa132710.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#3f5a5b87-e71e-4544-be0c-da4daa132710) format("svg");font-weight:300;font-style:normal}@font-face{font-family:"Frutiger W01_n5";src:url(https://fast.fonts.net/dv2/2/af97a512-f55a-4f61-b2ce-659c883930fc.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Frutiger W01";src:url(https://fast.fonts.net/dv2/2/af97a512-f55a-4f61-b2ce-659c883930fc.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/af97a512-f55a-4f61-b2ce-659c883930fc.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/9b1fae67-8764-448a-a926-54b09bd0b06b.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/3fbbd6b1-cfa7-4ff0-97ea-af1b2c489f15.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/076311f8-a01b-4389-a5eb-334a62e62d45.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877) format("svg");font-weight:500;font-style:normal}.avenir-light{font-weight:300;font-style:normal}.avenir-light b,.avenir-light strong{font-weight:500}.avenir-light-italic{font-weight:300;font-style:italic}.avenir-light-italic b,.avenir-light-italic strong{font-weight:500}.avenir-regular{font-weight:400;font-style:normal}.avenir-regular b,.avenir-regular strong{font-weight:500}.avenir-italic{font-weight:400;font-style:italic}.avenir-italic b,.avenir-italic strong{font-weight:500}.avenir-demi{font-weight:500;font-style:normal}.avenir-demi b,.avenir-demi strong{font-weight:600}.avenir-demi-italic{font-weight:500;font-style:italic}.avenir-demi-italic b,.avenir-demi-italic strong{font-weight:600}.avenir-bold{font-weight:600;font-style:normal}.avenir-bold b,.avenir-bold strong{font-weight:600}.avenir-bold-italic{font-weight:600;font-style:italic}.avenir-bold-italic b,.avenir-bold-italic strong{font-weight:600}.code-face,.code-face .block{letter-spacing:0em;font-family:"Consolas","Andale Mono","Lucida Console","Monaco","Courier New",Courier,monospace;font-weight:400;font-style:normal}.code-face b,.code-face strong,.code-face .block b,.code-face .block strong{font-weight:400}.code-italic,.code-italic .block{letter-spacing:0em;font-family:"Consolas","Andale Mono","Lucida Console","Monaco","Courier New",Courier,monospace;font-weight:400;font-style:italic}.code-italic b,.code-italic strong,.code-italic .block b,.code-italic .block strong{font-weight:400}html{font-size:17px}body{font-weight:400;font-style:normal;font-size:1rem;line-height:1.55rem;letter-spacing:0em;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;line-height:1.55rem;color:#4c4c4c;-webkit-font-feature-settings:"kern";-moz-font-feature-settings:"kern";font-feature-settings:"kern";font-kerning:normal;text-rendering:optimizeLegibility;-moz-font-feature-settings:'liga= 1','calt=0';-moz-font-feature-settings:"liga" 1,"calt" 0;-webkit-font-feature-settings:"liga" 1,"calt" 0;-ms-font-feature-settings:'liga= 1','calt=0';-o-font-feature-settings:"liga" 1,"calt" 0;font-feature-settings:"liga" 1,"calt" 0}body b,body strong{font-weight:500}@media screen and (max-width:859px){body{font-size:1rem}}@media screen and (max-width:479px){body{font-size:1rem}}form,select,button,input{letter-spacing:0em;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif}h1,h2,h3,h4,h5,h6{font-weight:300;font-style:normal;margin:0 0 1.55rem 0}h1 b,h1 strong,h2 b,h2 strong,h3 b,h3 strong,h4 b,h4 strong,h5 b,h5 strong,h6 b,h6 strong{font-weight:500}h1{font-size:2.40307rem;line-height:3.1rem}@media screen and (max-width:859px){h1{font-size:1.99974rem}}@media screen and (max-width:479px){h1{font-size:1.66016rem;line-height:2.325rem}}h2{font-size:1.9994rem;line-height:2.325rem}@media screen and (max-width:859px){h2{font-size:1.7689rem}}@media screen and (max-width:479px){h2{font-size:1.5625rem}}h3{font-size:1.69949rem;line-height:2.325rem}@media screen and (max-width:859px){h3{font-size:1.50357rem}}@media screen and (max-width:479px){h3{font-size:1.32812rem}}h4{font-size:1.414rem;line-height:1.55rem}@media screen and (max-width:859px){h4{font-size:1.33rem}}@media screen and (max-width:479px){h4{font-size:1.25rem}}h5{font-size:1.2019rem;line-height:1.55rem}@media screen and (max-width:859px){h5{font-size:1.1305rem}}@media screen and (max-width:479px){h5{font-size:1.0625rem}}h6{font-size:1rem;line-height:1.55rem}@media screen and (max-width:859px){h6{font-size:1rem}}@media screen and (max-width:479px){h6{font-size:1rem}}code,kbd,pre,samp{font-family:"Consolas","Andale Mono","Lucida Console","Monaco","Courier New",Courier,monospace}code{padding:.25rem;border-radius:3px;border:1px solid #efefef;color:#595959;background-color:#f8f8f8;white-space:pre;font-size:0.85em;line-height:1.4rem}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;max-width:100%;margin-bottom:1.55rem}pre code{padding:1rem;display:block;overflow:auto;word-wrap:normal;font-size:0.85em;position:relative}p,ul,ol,dl,blockquote{margin-top:0;margin-bottom:1.55rem}p:empty{margin:0}blockquote{margin:1.55rem 0;font-weight:400;font-style:normal;padding-left:1rem;color:#6e6e6e;border-left:3px solid #ccc}blockquote b,blockquote strong{font-weight:500}html[dir="rtl"] blockquote{padding-right:1rem}html[dir="rtl"] blockquote{border-left:none;border-right:3px solid #ccc}blockquote,blockquote p{font-size:1.2019rem;line-height:1.55rem}@media screen and (max-width:859px){blockquote,blockquote p{font-size:1.1305rem}}@media screen and (max-width:479px){blockquote,blockquote p{font-size:1.0625rem}}a{color:#0079c1;text-decoration:none}a:hover{color:#005e95;text-decoration:underline}ul,ol{padding:0;list-style-position:inside;margin-bottom:1.55rem;margin-left:0.775rem;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){ul,ol{font-size:0.9375rem}}@media screen and (max-width:479px){ul,ol{font-size:0.9375rem}}html[dir="rtl"] ul,html[dir="rtl"] ol{margin-right:0.775rem}li{list-style-position:outside;margin:0.3875rem 0 0.3875rem 1.5rem}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}li ul,li ol{margin-bottom:0}dl{padding:0;margin-bottom:1.55rem}dt{font-weight:500;font-style:normal;margin-top:0.775rem}dt b,dt strong{font-weight:600}dt:first-child{margin-top:0}dd{margin-left:0.775rem}html[dir="rtl"] dd{margin-right:0.775rem}small,sup,sub{font-size:0.70721em}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}mark{padding:0 0.1em 0.1em}hr{margin:2.325rem 0;border:none;border-top:1px solid #ccc}figure{margin:0 0 1.55rem 0}figure img{max-width:100%}figcaption{margin:0.3875rem 0;padding-left:0.775rem;border-left:3px solid #828282;font-size:0.875rem;line-height:1.55rem;font-style:italic;color:#828282}@media screen and (max-width:859px){figcaption{font-size:0.875rem}}@media screen and (max-width:479px){figcaption{font-size:0.875rem}}html[dir="rtl"] figcaption{padding-left:0;border-left:none;padding-right:0.775rem;border-right:3px solid #828282}table{margin-bottom:1.55rem}html[lang="vi"] body,html[lang="vi"] form,html[lang="vi"] select,html[lang="vi"] button,html[lang="vi"] input,html.vi body,html.vi form,html.vi select,html.vi button,html.vi input{font-family:'Lucida Grande',Arial,Verdana,Geneva,sans-serif}.dropdown-btn:after,.accordion-title:before,.filter-dropdown-link:after,.filter-dropdown-link:before,.filter-dropdown-remove:after{font-family:'calcite-ui';padding-right:0.51667rem;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;text-decoration:none}html[dir="rtl"] .dropdown-btn:after,html[dir="rtl"] .accordion-title:before,html[dir="rtl"] .filter-dropdown-link:after,html[dir="rtl"] .filter-dropdown-link:before,html[dir="rtl"] .filter-dropdown-remove:after{padding-left:0.775rem;padding-right:0}.dropdown-btn:after{padding-right:0;padding-left:0.51667rem}.icon-ui-flush:before,.icon-ui-flush:after{padding-right:0!important;padding-left:0!important}@font-face{font-family:'calcite-ui';src:url(../fonts/calcite-ui.eot?#iefix) format("embedded-opentype"),url(../fonts/calcite-ui.woff) format("woff"),url(../fonts/calcite-ui.ttf) format("truetype");font-weight:normal;font-style:normal}[class^="icon-ui-"]:before,[class*=" icon-ui-"]:before{font-family:'calcite-ui';padding-right:0.51667rem;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;text-decoration:none}html[dir="rtl"] [class^="icon-ui-"]:before,html[dir="rtl"] [class*=" icon-ui-"]:before{padding-left:0.775rem;padding-right:0}.icon-ui-small:before{font-size:0.75rem;line-height:1.55rem}@media screen and (max-width:859px){.icon-ui-small:before{font-size:0.75rem}}@media screen and (max-width:479px){.icon-ui-small:before{font-size:0.75rem}}.icon-ui-add-attachment:before{content:"\f101"}.icon-ui-announcement:before{content:"\f102"}.icon-ui-applications:before{content:"\f103"}.icon-ui-arrow-down-circled:before{content:"\f104"}.icon-ui-arrow-left-circled:before{content:"\f105"}.icon-ui-arrow-right-circled:before{content:"\f106"}.icon-ui-arrow-up-circled:before{content:"\f107"}.icon-ui-attachment:before{content:"\f108"}.icon-ui-authorize:before{content:"\f109"}.icon-ui-basemap:before{content:"\f10a"}.icon-ui-beginning:before{content:"\f10b"}.icon-ui-blank-map-pin:before{content:"\f10c"}.icon-ui-browser:before{content:"\f10d"}.icon-ui-calendar:before{content:"\f10e"}.icon-ui-chart:before{content:"\f10f"}.icon-ui-chat:before{content:"\f110"}.icon-ui-check-mark:before,.filter-dropdown-link:before{content:"\f111"}.icon-ui-checkbox-checked:before{content:"\f112"}.icon-ui-checkbox-unchecked:before{content:"\f113"}.icon-ui-close-circled:before{content:"\f114"}.icon-ui-close:before,.filter-dropdown-link:after,.filter-dropdown-remove:after{content:"\f115"}.icon-ui-collapse:before{content:"\f116"}.icon-ui-collection:before{content:"\f117"}.icon-ui-comment:before{content:"\f118"}.icon-ui-compass:before{content:"\f119"}.icon-ui-configure-popup:before{content:"\f11a"}.icon-ui-contact:before{content:"\f11b"}.icon-ui-dashboard:before{content:"\f11c"}.icon-ui-deny:before{content:"\f11d"}.icon-ui-description:before{content:"\f11e"}.icon-ui-directions:before{content:"\f11f"}.icon-ui-directions2:before{content:"\f120"}.icon-ui-dock-bottom:before{content:"\f121"}.icon-ui-dock-left:before{content:"\f122"}.icon-ui-dock-right:before{content:"\f123"}.icon-ui-documentation:before{content:"\f124"}.icon-ui-down-arrow-circled:before{content:"\f125"}.icon-ui-down-arrow:before,.dropdown-btn:after{content:"\f126"}.icon-ui-down:before,.accordion-section.is-active .accordion-title:before{content:"\f127"}.icon-ui-download:before{content:"\f128"}.icon-ui-drag-horizontal:before{content:"\f129"}.icon-ui-drag-vertical:before{content:"\f12a"}.icon-ui-duplicate:before{content:"\f12b"}.icon-ui-edit:before{content:"\f12c"}.icon-ui-end:before{content:"\f12d"}.icon-ui-environment-settings:before{content:"\f12e"}.icon-ui-erase:before{content:"\f12f"}.icon-ui-error:before{content:"\f130"}.icon-ui-error2:before{content:"\f131"}.icon-ui-expand:before{content:"\f132"}.icon-ui-experimental:before{content:"\f133"}.icon-ui-favorites:before{content:"\f134"}.icon-ui-feature-layer:before{content:"\f135"}.icon-ui-filter:before{content:"\f136"}.icon-ui-forward:before{content:"\f137"}.icon-ui-globe:before{content:"\f138"}.icon-ui-grant:before{content:"\f139"}.icon-ui-group:before{content:"\f13a"}.icon-ui-handle-horizontal:before{content:"\f13b"}.icon-ui-handle-vertical:before{content:"\f13c"}.icon-ui-home:before{content:"\f13d"}.icon-ui-key:before{content:"\f13e"}.icon-ui-labels:before{content:"\f13f"}.icon-ui-layer-list:before{content:"\f140"}.icon-ui-layers:before{content:"\f141"}.icon-ui-left-arrow-circled:before{content:"\f142"}.icon-ui-left-arrow:before{content:"\f143"}.icon-ui-left-triangle-arrow:before{content:"\f144"}.icon-ui-left:before{content:"\f145"}.icon-ui-line-chart:before{content:"\f146"}.icon-ui-link-external:before{content:"\f147"}.icon-ui-link:before{content:"\f148"}.icon-ui-loading-indicator:before{content:"\f149"}.icon-ui-locate:before{content:"\f14a"}.icon-ui-locked:before{content:"\f14b"}.icon-ui-map-pin:before{content:"\f14c"}.icon-ui-maps:before{content:"\f14d"}.icon-ui-marketplace:before{content:"\f14e"}.icon-ui-maximize:before{content:"\f14f"}.icon-ui-media:before{content:"\f150"}.icon-ui-media2:before{content:"\f151"}.icon-ui-menu:before{content:"\f152"}.icon-ui-minimize:before{content:"\f153"}.icon-ui-minus-circled:before{content:"\f154"}.icon-ui-minus:before{content:"\f155"}.icon-ui-mobile:before{content:"\f156"}.icon-ui-navigation:before{content:"\f157"}.icon-ui-notice-round:before{content:"\f158"}.icon-ui-notice-triangle:before{content:"\f159"}.icon-ui-organization:before{content:"\f15a"}.icon-ui-overview-arrow-bottom-left:before{content:"\f15b"}.icon-ui-overview-arrow-bottom-right:before{content:"\f15c"}.icon-ui-overview-arrow-top-left:before{content:"\f15d"}.icon-ui-overview-arrow-top-right:before{content:"\f15e"}.icon-ui-pan:before{content:"\f15f"}.icon-ui-pause:before{content:"\f160"}.icon-ui-phone:before{content:"\f161"}.icon-ui-pie-chart:before{content:"\f162"}.icon-ui-play:before{content:"\f163"}.icon-ui-plus-circled:before{content:"\f164"}.icon-ui-plus:before{content:"\f165"}.icon-ui-printer:before{content:"\f166"}.icon-ui-question:before{content:"\f167"}.icon-ui-radio-checked:before{content:"\f168"}.icon-ui-radio-unchecked:before{content:"\f169"}.icon-ui-refresh:before{content:"\f16a"}.icon-ui-resend-invitation:before{content:"\f16b"}.icon-ui-reverse:before{content:"\f16c"}.icon-ui-review:before{content:"\f16d"}.icon-ui-right-arrow-circled:before{content:"\f16e"}.icon-ui-right-arrow:before{content:"\f16f"}.icon-ui-right-triangle-arrow:before{content:"\f170"}.icon-ui-right:before,.accordion-title:before{content:"\f171"}.icon-ui-rotate:before{content:"\f172"}.icon-ui-save:before{content:"\f173"}.icon-ui-search:before{content:"\f174"}.icon-ui-settings:before{content:"\f175"}.icon-ui-settings2:before{content:"\f176"}.icon-ui-share:before{content:"\f177"}.icon-ui-sign-out:before{content:"\f178"}.icon-ui-support:before{content:"\f179"}.icon-ui-table:before{content:"\f17a"}.icon-ui-tag:before{content:"\f17b"}.icon-ui-time-clock:before{content:"\f17c"}.icon-ui-trash:before{content:"\f17d"}.icon-ui-unlocked:before{content:"\f17e"}.icon-ui-up-arrow-circled:before{content:"\f17f"}.icon-ui-up-arrow:before{content:"\f180"}.icon-ui-up-down-arrows:before{content:"\f181"}.icon-ui-up:before{content:"\f182"}.icon-ui-upload:before{content:"\f183"}.icon-ui-user:before{content:"\f184"}.icon-ui-zoom-in-fixed:before{content:"\f185"}.icon-ui-zoom-in-magnifying-glass:before{content:"\f186"}.icon-ui-zoom-out-fixed:before{content:"\f187"}.icon-ui-zoom-out-magnifying-glass:before{content:"\f188"}.esri-icon-yellow:before,.icon-ui-yellow:before{color:#fad817}.esri-icon-green:before,.icon-ui-green:before{color:#5a9359}.esri-icon-blue:before,.icon-ui-blue:before{color:#0079c1}.esri-icon-light-blue:before,.icon-ui-light-blue:before{color:#56a5d8}.esri-icon-dark-blue:before,.icon-ui-dark-blue:before{color:#005e95}.esri-icon-purple:before,.icon-ui-purple:before{color:#9081bc}.esri-icon-orange:before,.icon-ui-orange:before{color:#d17e21}.esri-icon-gray:before,.icon-ui-gray:before{color:#959595}.esri-icon-red:before,.icon-ui-red:before{color:#de2900}[class*="icon-social-"]{background-color:#b2b2b2;width:30px;height:30px;display:inline-block;background-repeat:no-repeat;-webkit-transition:background-color 200ms linear;transition:background-color 200ms linear}[class*="icon-social-"]:hover{-webkit-transition:background-color 200ms linear;transition:background-color 200ms linear}.icon-social-contact{background-image:url(../img/icons/social/contact.svg)!important}.icon-social-contact:hover{background-color:#8EC449!important}.icon-social-facebook{background-image:url(../img/icons/social/facebook.svg)!important}.icon-social-facebook:hover{background-color:#3D5A96!important}.icon-social-geonet{background-image:url(../img/icons/social/geonet.svg)!important}.icon-social-geonet:hover{background-color:#127BC0!important}.icon-social-github{background-image:url(../img/icons/social/github.svg)!important}.icon-social-github:hover{background-color:#171515!important}.icon-social-google-plus{background-image:url(../img/icons/social/google-plus.svg)!important}.icon-social-google-plus:hover{background-color:#DD4C3C!important}.icon-social-instagram{background-image:url(../img/icons/social/instagram.svg)!important}.icon-social-instagram:hover{background-color:#1B6FB1!important}.icon-social-linkedin{background-image:url(../img/icons/social/linkedin.svg)!important}.icon-social-linkedin:hover{background-color:#127CB3!important}.icon-social-pinterest{background-image:url(../img/icons/social/pinterest.svg)!important}.icon-social-pinterest:hover{background-color:#BB0F23!important}.icon-social-rss{background-image:url(../img/icons/social/rss.svg)!important}.icon-social-rss:hover{background-color:#FD8023!important}.icon-social-share{background-image:url(../img/icons/social/share.svg)!important}.icon-social-share:hover{background-color:#1EBD21!important}.icon-social-twitter{background-image:url(../img/icons/social/twitter.svg)!important}.icon-social-twitter:hover{background-color:#59ADEB!important}.icon-social-youtube{background-image:url(../img/icons/social/youtube.svg)!important}.icon-social-youtube:hover{background-color:#CF2529!important}.esri-logo{margin:0.3875rem;content:"";display:inline-block;background-repeat:no-repeat;background-position:center;background-color:transparent;min-height:30px;min-width:70px;line-height:0;background-size:100% 100%;background-image:url(../img/logo/esri-logo.svg)!important}.esri-logo-reverse{margin:0.3875rem;content:"";display:inline-block;background-repeat:no-repeat;background-position:center;background-color:transparent;min-height:30px;min-width:70px;line-height:0;background-size:100% 100%;background-image:url(../img/logo/esri-logo.svg)!important;background-image:url(../img/logo/esri-logo-reversed.svg)!important}.esri-logo-condensed{margin-left:0;margin-right:0;margin-bottom:-0.125rem;margin-top:-0.135rem}.btn{position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){.btn{font-size:0.9375rem}}@media screen and (max-width:479px){.btn{font-size:0.9375rem}}.btn:hover{text-decoration:none;background-color:#005e95;color:white}.btn-transparent{background:none;color:#0079c1;border:none}.btn-transparent:hover{color:#005e95;background:none;text-decoration:underline}.btn-clear{color:#0079c1;background:white;border-color:#0079c1}.btn-clear:hover{color:white;background:#005e95;border-color:#005e95}.btn-clear-white{background:none;color:white;border:1px solid white}.btn-clear-white:hover{color:#959595;background:white}.btn-small{font-size:0.875rem;line-height:1.55rem;padding:0.2325rem 0.675rem}@media screen and (max-width:859px){.btn-small{font-size:0.875rem}}@media screen and (max-width:479px){.btn-small{font-size:0.875rem}}.btn-large{font-size:1rem;line-height:1.55rem;padding:.5rem 1rem .5rem}@media screen and (max-width:859px){.btn-large{font-size:1rem}}@media screen and (max-width:479px){.btn-large{font-size:1rem}}.btn-fill{width:100%;text-align:center}.btn-half{width:50%;text-align:center}.btn-grouped{float:left}html[dir="rtl"] .btn-grouped{float:right}.btn-grouped + .btn-grouped{margin-left:1px}html[dir="rtl"] .btn-grouped + .btn-grouped{margin-left:0;margin-right:1px}.btn-grouped:last-of-type{float:none}.btn-grouped.btn-half{margin-left:0}.btn-white{background:white;color:#4c4c4c;border:1px solid white}.btn-white:hover{color:#4c4c4c;background:#efefef}.btn-red{color:#de2900;background:transparent;border-color:#de2900}.btn-red:hover{color:white;background:#ab3c16;border-color:#ab3c16}.btn-green{background-color:#5a9359;border-color:#5a9359}.btn-green:hover{background-color:#338033}.btn:disabled,.btn-disabled,button[disabled]{cursor:not-allowed;pointer-events:none;opacity:.3}.label{background-color:#efefef;padding:.25em .5em;border-radius:3px;font-size:.85em;line-height:1}.label-red{background-color:#de2900;color:white}.label-yellow{background-color:#efe397;color:#828282}.label-green{background-color:#5a9359;color:white}.label-blue{background-color:#0079c1;color:white}.dropdown{position:relative;display:inline-block}.dropdown.is-active .dropdown-menu{display:block}.dropdown-btn{padding-right:1.5rem;cursor:pointer;position:relative}.dropdown-btn:after{font-size:0.6875rem;line-height:1.55rem;line-height:2.25em;position:absolute;right:.5rem}@media screen and (max-width:859px){.dropdown-btn:after{font-size:0.6875rem}}@media screen and (max-width:479px){.dropdown-btn:after{font-size:0.6875rem}}html[dir="rtl"] .dropdown-btn:after{right:auto;left:.5rem;padding-left:0}html[dir="rtl"] .dropdown-btn{padding-left:1.5rem;padding-right:0.9rem}.dropdown-menu{position:absolute;min-width:200px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);z-index:1000;display:none;overflow:auto}.dropdown-menu.dropdown-right{right:0}.dropdown-title{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem;font-size:0.875rem;line-height:1.55rem;color:#6e6e6e;background-color:white;border-top:1px solid #efefef;white-space:nowrap;cursor:pointer;background-color:#f8f8f8;cursor:auto}@media screen and (max-width:859px){.dropdown-title{font-size:0.875rem}}@media screen and (max-width:479px){.dropdown-title{font-size:0.875rem}}.dropdown-title:hover{background-color:#f8f8f8;text-decoration:none;color:#6e6e6e}.dropdown-title.is-active,.dropdown-title:focus{text-indent:-3px;border-left:3px solid #0079c1}.dropdown-link{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem;font-size:0.875rem;line-height:1.55rem;color:#6e6e6e;background-color:white;border-top:1px solid #efefef;white-space:nowrap;cursor:pointer}@media screen and (max-width:859px){.dropdown-link{font-size:0.875rem}}@media screen and (max-width:479px){.dropdown-link{font-size:0.875rem}}.dropdown-link:hover{background-color:#f8f8f8;text-decoration:none;color:#6e6e6e}.dropdown-link.is-active,.dropdown-link:focus{text-indent:-3px;border-left:3px solid #0079c1}.breadcrumbs{font-size:0.875rem;line-height:1.55rem;color:#828282}@media screen and (max-width:859px){.breadcrumbs{font-size:0.875rem}}@media screen and (max-width:479px){.breadcrumbs{font-size:0.875rem}}.crumb{color:#828282;padding:0 0.25rem 0 0.75rem;background:url(../img/forward-slash.svg) left center no-repeat transparent;float:left}html[dir="rtl"] .crumb{padding:0 0.75rem 0 0.25rem;background:url(../img/forward-slash.svg) right center no-repeat transparent;white-space:nowrap}html[dir="rtl"] .crumb{float:right}.crumb.is-active{font-weight:600}.breadcrumbs-white .crumb{color:white;color:white;background-image:url(../img/forward-slash-white.svg)}.breadcrumbs-white .crumb:hover{color:#efefef}.crumb:first-child{background-image:none;padding-left:0}html[dir="rtl"] .crumb:first-child{padding-right:0;background:none}.tooltip{position:relative;cursor:pointer}.tooltip:after{content:attr(aria-label);position:absolute;z-index:1000000;display:none;padding:0.3875rem 0.775rem;font-size:0.875rem;line-height:1.55rem;color:white;text-align:center;word-wrap:break-word;white-space:pre;pointer-events:none;background:rgba(0,0,0,0.75);border-radius:3px}@media screen and (max-width:859px){.tooltip:after{font-size:0.875rem}}@media screen and (max-width:479px){.tooltip:after{font-size:0.875rem}}.tooltip:before{content:"";position:absolute;z-index:1000001;display:none;width:0;height:0;color:rgba(0,0,0,0.75);pointer-events:none;border:5px solid transparent}.tooltip:hover,.tooltip:active,.tooltip:focus{text-decoration:none}.tooltip:hover:before,.tooltip:hover:after,.tooltip:active:before,.tooltip:active:after,.tooltip:focus:before,.tooltip:focus:after{display:inline-block}.tooltip-multiline:hover:after,.tooltip-multiline:active:after,.tooltip-multiline:focus:after{display:table-cell}.tooltip:after{top:100%;right:50%;margin-top:5px;line-height:1.5}.tooltip:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,0.75)}.tooltip-top:after{top:auto;right:50%;bottom:100%;margin-bottom:5px}.tooltip-top:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,0.75);border-bottom:5px solid transparent}.tooltip:after,.tooltip-bottom:after{-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translateX(50%)}.tooltip-left:after{top:auto;right:100%;margin-right:5px;bottom:50%;margin-bottom:inherit;-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}html[dir="rtl"] .tooltip-left:after{right:auto;left:100%;margin-right:0;margin-left:5px}.tooltip-left:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,0.75);border-bottom:5px solid transparent}html[dir="rtl"] .tooltip-left:before{left:auto;right:-5px;margin-right:0;border-left-color:transparent;border-right-color:rgba(0,0,0,0.75)}.tooltip-right:after{top:auto;right:auto;bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}html[dir="rtl"] .tooltip-right:after{left:auto;right:100%;margin-left:0;margin-right:5px}.tooltip-right:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;margin-right:0;border-right-color:rgba(0,0,0,0.75);border-bottom:5px solid transparent}html[dir="rtl"] .tooltip-right:before{left:-5px;right:auto;border-left-color:rgba(0,0,0,0.75);border-right-color:transparent}.tooltip-multiline:after{width:-moz-max-content;width:-webkit-max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltip-multiline.tooltip-bottom:after,.tooltip-multiline.tooltip-top:after{right:auto;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-multiline.tooltip-left:after,.tooltip-multiline.tooltip-right:after{right:100%}@media screen and (min-width:0\0){.tooltip-multiline:after{width:250px}}.alert{font-size:0.9375rem;line-height:1.55rem;padding:0.775rem 0.775rem;color:rgba(0,0,0,0.75);background-color:#d2e9f9;position:relative;display:none;z-index:100;max-width:40em;border:1px solid #0079c1;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);color:#4c4c4c}@media screen and (max-width:859px){.alert{font-size:0.9375rem}}@media screen and (max-width:479px){.alert{font-size:0.9375rem}}.alert:hover{color:#323232}.alert.is-active{display:block}.alert a:hover{color:rgba(0,0,0,0.75)}.alert-red{background-color:#f3ded7;border-color:#e4a793}.alert-yellow{background-color:#f3edc7;border-color:#e4d154}.alert-green{background-color:#ddeedb;border-color:#9bc19c}.alert-close{position:absolute;right:0.775rem}html[dir="rtl"] .alert-close{right:auto;left:0.775rem}.panel{background-color:#f8f8f8;border:1px solid #efefef;padding:1.023rem}.panel:after{content:'';display:table;clear:both}.panel code{background-color:white}.panel-black{background-color:#323232;color:white;border:1px solid #4c4c4c}.panel-dark{background-color:#595959;color:white;border:1px solid #4c4c4c}.panel-white{background-color:white;border:1px solid #efefef}.panel-white code{background-color:#f8f8f8}.panel-dark-blue{background-color:#004575;color:white;border:1px solid #052942}.panel-blue{background-color:#0079c1;color:white;border:1px solid #005e95}.panel-light-blue{color:#323232;background-color:#56a5d8;border:1px solid #0079c1}.panel-no-border{border:none}.panel-no-padding{padding:0}table{width:100%;background-color:white;border-collapse:collapse;border-spacing:0;border:1px solid #ccc;text-align:left;overflow:auto;font-size:0.875rem;line-height:1.55rem}@media screen and (max-width:859px){table{font-size:0.875rem}}@media screen and (max-width:479px){table{font-size:0.875rem}}html[dir="rtl"] table{text-align:right}table > thead{background-color:#efefef;border-bottom:1px solid #ccc;font-weight:400;font-style:normal;font-size:1rem;line-height:1.55rem}table > thead b,table > thead strong{font-weight:500}@media screen and (max-width:859px){table > thead{font-size:1rem}}@media screen and (max-width:479px){table > thead{font-size:1rem}}table > tbody{overflow:auto;width:100%}table > tfoot{background-color:#efefef;border-top:1px solid #ccc}table th,table td{font-weight:300;border-left:1px solid #ccc;border-right:1px solid #ccc;padding:0.51667rem}html[dir="rtl"] table th,html[dir="rtl"] table td{text-align:right}table tr{border-bottom:1px solid #ccc;text-align:left}table tr:last-child{border-bottom:none}table caption{color:#959595;caption-side:bottom;line-height:1.55rem;padding:0.3875rem 0.775rem}.table-blue{border:1px solid #0079c1}.table-blue > thead{background-color:#0079c1;border:none;border-bottom:1px solid #0079c1;color:white}.table-blue > thead tr:nth-child(even){background-color:#bcdaed;color:#4c4c4c}.table-blue > tfoot{border-top:1px solid #0079c1}.table-blue th,.table-blue td{border-left:1px solid #0079c1;border-right:1px solid #0079c1}.table-blue tr{border-bottom:1px solid #0079c1}.table-plain{border:none}.table-plain > thead,.table-plain > tfoot,.table-plain th,.table-plain td{background-color:transparent;border:none}.table-plain tr{border:none}.table-plain tr:nth-child(even){background-color:transparent}.table-plain tr:nth-child(even) td{background-color:transparent}.table-striped tr:nth-child(even){background-color:#f8f8f8}.table-striped tr:nth-child(even) td{background-color:#f8f8f8}.table-striped.table-blue tr:nth-child(even){background-color:#d2e9f9}.table-striped.table-blue tr:nth-child(even) td{background-color:#d2e9f9}form{margin:0;padding:0}fieldset{margin:0 0 1.55rem 0;padding:0;border:none;display:block}.fieldset-radio label,.fieldset-checkbox label{margin-bottom:.25rem;font-size:0.9375rem;line-height:1.25rem;color:#595959}label,legend{position:relative;display:block;margin:0 0 1.55rem 0}legend{margin-bottom:.1rem}input[type='date'],input[type='datetime'],input[type='datetime-local'],input[type='email'],input[type='time'],input[type='week'],input[type='search'],input[type='tel'],input[type='text'],input[type='url'],input[type='number'],input[type='password'],input[type='month'],select,textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;outline:none;outline-offset:0;vertical-align:baseline;margin:0.3875rem 0 0 0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075)}input[type='date'][disabled],input[type='datetime'][disabled],input[type='datetime-local'][disabled],input[type='email'][disabled],input[type='time'][disabled],input[type='week'][disabled],input[type='search'][disabled],input[type='tel'][disabled],input[type='text'][disabled],input[type='url'][disabled],input[type='number'][disabled],input[type='password'][disabled],input[type='month'][disabled],select[disabled],textarea[disabled]{cursor:default}input[type='date']:focus,input[type='datetime']:focus,input[type='datetime-local']:focus,input[type='email']:focus,input[type='time']:focus,input[type='week']:focus,input[type='search']:focus,input[type='tel']:focus,input[type='text']:focus,input[type='url']:focus,input[type='number']:focus,input[type='password']:focus,input[type='month']:focus,select:focus,textarea:focus{border-color:#0079c1;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5)}input[type='date'],input[type='datetime'],input[type='datetime-local'],input[type='email'],input[type='time'],input[type='week'],input[type='search'],input[type='tel'],input[type='text'],input[type='url'],input[type='number'],input[type='password'],input[type='month'],textarea{display:inline-block;padding:0 0.31rem;font-size:1rem;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;color:#595959;border:1px solid #a9a9a9;-webkit-transition:border-color 150ms linear;transition:border-color 150ms linear;-webkit-appearance:textfield;height:2.25rem}textarea{font-family:inherit;max-width:100%;height:auto;padding-top:0.31rem}input[type='date'],input[type='datetime'],input[type='datetime-local'],input[type='time'],input[type='week'],input[type='month']{max-height:2.325rem}button{position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){button{font-size:0.9375rem}}@media screen and (max-width:479px){button{font-size:0.9375rem}}button:hover{text-decoration:none;background-color:#005e95;color:white}input[type="file"]::-webkit-file-upload-button{-webkit-appearance:none;position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){input[type="file"]::-webkit-file-upload-button{font-size:0.9375rem}}@media screen and (max-width:479px){input[type="file"]::-webkit-file-upload-button{font-size:0.9375rem}}input[type="file"]::-webkit-file-upload-button:hover{text-decoration:none;background-color:#005e95;color:white}::-ms-browse{position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){::-ms-browse{font-size:0.9375rem}}@media screen and (max-width:479px){::-ms-browse{font-size:0.9375rem}}::-ms-browse:hover{text-decoration:none;background-color:#005e95;color:white}input[type='radio'],input[type='checkbox']{float:left;width:1rem;height:1rem}html[dir="rtl"] input[type='radio'],html[dir="rtl"] input[type='checkbox']{float:right}select{background-color:white;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTAwcHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM1OTU5NTkiIGQ9Ik03NS43NDksMzcuNDY2YzAuNDI1LDAuNDI1LDAuNTUyLDEuMDYzLDAuMzIyLDEuNjE4Qzc1Ljg0MSwzOS42MzksNzUuMzAxLDQwLDc0LjY5OSw0MGgtNDkuNA0KCQljLTAuNiwwLTEuMTQzLTAuMzYyLTEuMzcyLTAuOTE3Yy0wLjIzLTAuNTU1LTAuMTAzLTEuMTkzLDAuMzIyLTEuNjE4bDIzLjQ0LTIzLjQ0YzEuMjc2LTEuMjc2LDMuMzQzLTEuMjc2LDQuNjIsMEw3NS43NDksMzcuNDY2DQoJCUw3NS43NDksMzcuNDY2eiBNMjQuMjUsNjIuNTM0Yy0wLjQyNi0wLjQyNS0wLjU1My0xLjA2My0wLjMyMy0xLjYxOGMwLjIzLTAuNTU1LDAuNzctMC45MTYsMS4zNy0wLjkxNkg3NC43DQoJCWMwLjYwMiwwLDEuMTQzLDAuMzU5LDEuMzczLDAuOTE2YzAuMjMsMC41NTUsMC4xMDMsMS4xOTMtMC4zMjIsMS42MThMNTIuMzEsODUuOTc3Yy0xLjI3NSwxLjI3NS0zLjM0NCwxLjI3NC00LjYyLDBMMjQuMjUsNjIuNTM0eg0KCQkiLz4NCjwvZz4NCjwvc3ZnPg0K);background-position:center right;background-repeat:no-repeat;background-size:.9rem;display:block;width:auto;max-width:100%;height:2.25rem;padding:0.31rem 1.55rem 0.31rem 0.3875rem;font-size:0.9375rem;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;color:#595959;border:1px solid #a9a9a9;border-radius:0;-webkit-transition:border-color 150ms linear;transition:border-color 150ms linear;-webkit-appearance:none}select:focus{border-color:#0079c1}html[dir="rtl"] select{background-position:center left;padding:0.31rem 0.3875rem 0.31rem 1.55rem}select{-moz-appearance:none}select[multiple]{height:auto;background-image:none;padding:0}select[multiple] option{padding:0.31rem}.select-full{width:100%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){select::-ms-expand{display:none}select:focus::-ms-value{background:transparent;color:#595959}}.input-error{border-color:#de2900}.input-error:focus{border-color:#0079c1}.input-warning{border-color:#d9bf2b}.input-warning:focus{border-color:#0079c1}.input-success{border-color:#5a9359}.input-success:focus{border-color:#0079c1}.input-group{display:table;margin-top:0.3875rem}.input-group-button{width:1%;vertical-align:middle;display:table-cell}.input-group-button .btn,.input-group-button button{height:2.25rem;margin-left:-1px}input.input-group-input,.input-group-input{display:table-cell;position:relative;margin-top:0;width:100%;vertical-align:middle}.loader-bars:before,.loader-bars:after,.loader-bars{background:#0079c1;-webkit-animation:load 0.8s infinite ease-in-out;animation:load 0.8s infinite ease-in-out;width:0.85rem;height:2rem}.loader-bars:before,.loader-bars:after{position:absolute;top:0;content:''}@-webkit-keyframes load{0%,80%,100%{opacity:.75;box-shadow:0 0 #0079c1;height:2rem}40%{opacity:1;box-shadow:0 -0.5rem #0079c1;height:2.5rem}}@keyframes load{0%,80%,100%{opacity:.75;box-shadow:0 0 #0079c1;height:2rem}40%{opacity:1;box-shadow:0 -0.5rem #0079c1;height:2.5rem}}.loader{display:none;position:relative}.loader.is-active{display:block}.loader-bars{text-indent:-9999em;margin:auto;position:absolute;right:50%;font-size:11px;-webkit-animation-delay:0.16s;animation-delay:0.16s}.loader-bars:before{left:-1.25rem}.loader-bars:after{left:1.25rem;-webkit-animation-delay:0.32s;animation-delay:0.32s}.loader-text{text-align:center;padding-top:4rem;font-weight:400;font-style:normal}.loader-text b,.loader-text strong{font-weight:500}.loader-text:after{content:"…"}.ie9 .loader-bars{position:inherit;background-color:transparent;background-image:url(../img/loader-ie9.gif);background-position:center top;animation:none;-webkit-animation-delay:none;-webkit-animation:none;width:64px;height:64px}.ie9 .loader-bars:before,.ie9 .loader-bars:after{background:none;animation:none;-webkit-animation:none;width:0;height:0}.ie9 .loader-text{padding-top:2rem}.skip-to-content{opacity:0;float:left;pointer-events:none;margin:0 0 0 1rem;position:absolute;z-index:10;background-color:transparent;-webkit-transition:150ms linear;transition:150ms linear}.skip-to-content:focus{opacity:1;-webkit-transition:150ms linear;transition:150ms linear;background-color:white}.card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;background:white;box-shadow:0 0 16px 0 rgba(0,0,0,0.05);border:1px solid rgba(0,0,0,0.1)}.card-image-wrap{width:100%;position:relative;margin-bottom:0}.card-image{width:100%;display:block}.card-image-caption{background:rgba(255,255,255,0.8);width:100%;box-sizing:border-box;position:absolute;bottom:0;font-size:0.875rem;line-height:1.55rem;padding:.35rem 1.25rem .35rem 1.25rem}@media screen and (max-width:859px){.card-image-caption{font-size:0.875rem}}@media screen and (max-width:479px){.card-image-caption{font-size:0.875rem}}.card-last{margin-bottom:auto}.card-content{padding:1.5rem 1.25rem 1.25rem 1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.card-shaped{box-shadow:none;background:transparent;border:none}.card-shaped .card-content{box-shadow:0 0 16px 0 rgba(0,0,0,0.05);border:1px solid rgba(0,0,0,0.1);padding-top:4rem}.card-shaped .card-image-wrap{margin-bottom:-3rem;padding:0 1.25rem;box-sizing:border-box}.card-bar-lightest-blue{border-top:3px solid #d2e9f9}.card-bar-lighter-blue{border-top:3px solid #bcdaed}.card-bar-light-blue{border-top:3px solid #56a5d8}.card-bar-blue{border-top:3px solid #0079c1}.card-bar-dark-blue{border-top:3px solid #005e95}.card-bar-light-green{border-top:3px solid #9bc19c}.card-bar-green{border-top:3px solid #5a9359}.card-bar-dark-green{border-top:3px solid #338033}.card-bar-light-red{border-top:3px solid #e4a793}.card-bar-red{border-top:3px solid #de2900}.card-bar-dark-red{border-top:3px solid #ab3c16}.card-bar-light-orange{border-top:3px solid #e8912e}.card-bar-orange{border-top:3px solid #d17e21}.card-bar-dark-orange{border-top:3px solid #ad6511}.card-bar-light-yellow{border-top:3px solid #efe397}.card-bar-yellow{border-top:3px solid #e4d154}.card-bar-dark-yellow{border-top:3px solid #d9bf2b}.card-bar-light-purple{border-top:3px solid #c4bcdc}.card-bar-purple{border-top:3px solid #9081bc}.card-bar-dark-purple{border-top:3px solid #7461a8}.card-bar-light-brown{border-top:3px solid #d2b38f}.card-bar-brown{border-top:3px solid #a57946}.card-bar-dark-brown{border-top:3px solid #8c5e2a}.card-wide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.card-wide .card-content{display:block}.card-wide-image-wrap{position:relative;top:0;left:0;bottom:0;width:25%;overflow:hidden;margin-bottom:0}.card-wide-image{width:auto;min-width:100%;max-width:none;height:100%;margin:0;display:block;position:absolute}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes in-up{0%{transform:translate3d(0,100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-up{0%{transform:translate3d(0,100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes out-down{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-100%,0)}}@keyframes out-down{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-100%,0)}}@-webkit-keyframes out-up{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,100%,0)}}@keyframes out-up{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,100%,0)}}.fade-in,.animate-fade-in{opacity:0;-webkit-animation:fade-in ease-in 1;-moz-animation:fade-in ease-in 1;animation:fade-in ease-in 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:0.75s;-moz-animation-duration:0.75s;animation-duration:0.75s}.animate-fade-out{-webkit-animation:fade-out ease-out 1;-moz-animation:fade-out ease-out 1;animation:fade-out ease-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.75s;-moz-animation-duration:0.75s;animation-duration:0.75s}.animate-in-down{-webkit-animation:in-down ease-out 1;-moz-animation:in-down ease-out 1;animation:in-down ease-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.animate-in-up{-webkit-animation:in-up ease-out 1;-moz-animation:in-up ease-out 1;animation:in-up ease-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.animate-out-down{-webkit-animation:out-down ease-in 1;-moz-animation:out-down ease-in 1;animation:out-down ease-in 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.animate-out-up{-webkit-animation:out-up ease-in 1;-moz-animation:out-up ease-in 1;animation:out-up ease-in 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.top-nav{font-weight:400;font-style:normal;border-bottom:1px solid #efefef;background-color:white}.top-nav b,.top-nav strong{font-weight:500}.top-nav .esri-logo{margin-top:1rem}.top-nav .sign-in{padding-top:1.55rem}.top-nav-title{font-weight:400;font-style:normal;font-size:1.2019rem;line-height:1.55rem;float:left;margin-right:1.5rem;padding:1.125rem 0;line-height:1.5rem;color:#4c4c4c}.top-nav-title b,.top-nav-title strong{font-weight:500}@media screen and (max-width:859px){.top-nav-title{font-size:1.1305rem}}@media screen and (max-width:479px){.top-nav-title{font-size:1.0625rem}}html[dir="rtl"] .top-nav-title{float:right}html[dir="rtl"] .top-nav-title{white-space:nowrap;margin-right:0;margin-left:1.5rem}.top-nav-title:hover{color:#0079c1;-webkit-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);text-decoration:none}.top-nav-title.icon-ui-menu:before{vertical-align:-1px;padding-right:.5em}.top-nav-list{float:left;padding:0}html[dir="rtl"] .top-nav-list{float:right}.top-nav-list .top-nav-link + .top-nav-link{margin-left:.75em}html[dir="rtl"] .top-nav-list .top-nav-link + .top-nav-link{margin-left:0;margin-right:.75em}.top-nav-list.right{float:right}html[dir="rtl"] .top-nav-list.right{float:left}.top-nav-link{font-size:0.9375rem;line-height:1.55rem;color:#4c4c4c;padding:1.1625rem 0;line-height:1.5rem;display:inline-block;vertical-align:top}@media screen and (max-width:859px){.top-nav-link{font-size:0.9375rem}}@media screen and (max-width:479px){.top-nav-link{font-size:0.9375rem}}.top-nav-link:hover,.top-nav-link:focus{color:#0079c1;background:url(../img/top-nav-ie9.gif) repeat-x top left transparent;-webkit-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);text-decoration:none}.top-nav-link:focus{outline:none}.top-nav-link.is-active{-webkit-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%)}.sign-in{float:right;padding-left:0.3875rem;margin-top:-0.7rem}html[dir="rtl"] .sign-in{float:left}html[dir="rtl"] .sign-in{padding-left:0;padding-right:0.3875rem}.user-nav-name{padding-right:1.5em;color:#4c4c4c}.user-nav-name:hover{text-decoration:none}.user-nav-image{width:1.2rem;height:1.2rem;vertical-align:-0.25rem}.sub-nav{background-color:#efefef}.sub-nav-title{font-size:1.9994rem;line-height:2.325rem;margin-top:0.775rem;margin-bottom:0.775rem;display:inline-block;line-height:1.25}@media screen and (max-width:859px){.sub-nav-title{font-size:1.7689rem}}@media screen and (max-width:479px){.sub-nav-title{font-size:1.5625rem}}.sub-nav-list{width:100%;float:left}html[dir="rtl"] .sub-nav-list{float:right}.sub-nav-link{padding:.25em .75em;margin:0 .25em 0 0;float:left;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;color:#efefef;font-size:0.9375rem;line-height:1.55rem;background-color:rgba(0,0,0,0.45);box-sizing:border-box;-webkit-transition:background-color 150ms linear,color 150ms 150ms linear;transition:background-color 150ms linear,color 150ms 150ms linear}html[dir="rtl"] .sub-nav-link{float:right}@media screen and (max-width:859px){.sub-nav-link{font-size:0.9375rem}}@media screen and (max-width:479px){.sub-nav-link{font-size:0.9375rem}}.sub-nav-link:hover,.sub-nav-link:focus{background-color:rgba(0,0,0,0.3);color:white;text-decoration:none;-webkit-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-moz-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-o-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%)}.sub-nav-link.is-active{background-color:white;color:#4c4c4c}.third-nav{font-weight:400;font-style:normal;border-bottom:1px solid #efefef;background-color:white;padding:0.3875rem 0;width:100%}.third-nav b,.third-nav strong{font-weight:500}.third-nav-container{position:relative;overflow-x:auto;white-space:nowrap;padding-bottom:15px;margin-bottom:-15px}.third-nav-link{color:#595959;font-size:0.875rem;line-height:1.55rem;margin-right:1.1625rem}@media screen and (max-width:859px){.third-nav-link{font-size:0.875rem}}@media screen and (max-width:479px){.third-nav-link{font-size:0.875rem}}html[dir="rtl"] .third-nav-link{white-space:nowrap}.third-nav-link:last-child{margin-right:2.325rem}.third-nav-link.is-active{font-weight:600;font-style:normal}.third-nav-link.is-active b,.third-nav-link.is-active strong{font-weight:600}.nav-overflow-left{position:absolute;padding:11px 6px;top:0;margin:0;background-color:rgba(255,255,255,0.8);display:none;left:0}.nav-overflow-left:before{padding-right:0}.nav-overflow-left.is-active{display:block}.nav-overflow-right{position:absolute;padding:11px 6px;top:0;margin:0;background-color:rgba(255,255,255,0.8);display:none;right:0}.nav-overflow-right:before{padding-right:0}.nav-overflow-right.is-active{display:block}.side-nav,.dropdown-menu,.filter-dropdown-list{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;border:1px solid #efefef;border-top:none;font-weight:400;font-style:normal;background-color:white}.side-nav b,.dropdown-menu b,.filter-dropdown-list b,.side-nav strong,.dropdown-menu strong,.filter-dropdown-list strong{font-weight:500}.side-nav-title{margin:0;padding:0.51667rem;font-weight:400;font-style:normal;font-size:0.9375rem;line-height:1.55rem;background-color:#f8f8f8;border-top:1px solid #efefef}.side-nav-title b,.side-nav-title strong{font-weight:500}@media screen and (max-width:859px){.side-nav-title{font-size:0.9375rem}}@media screen and (max-width:479px){.side-nav-title{font-size:0.9375rem}}.side-nav-link{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem;font-size:0.875rem;line-height:1.55rem;color:#595959;background-color:white;border-top:1px solid #efefef;cursor:pointer}@media screen and (max-width:859px){.side-nav-link{font-size:0.875rem}}@media screen and (max-width:479px){.side-nav-link{font-size:0.875rem}}.side-nav-link:hover{background-color:#f8f8f8;text-decoration:none;color:#4c4c4c}.side-nav-link.is-active{text-indent:-3px;border-left:3px solid #0079c1}html[dir="rtl"] .side-nav-link.is-active{border-left:none;border-right:3px solid #0079c1}body{display:flex;height:100%;flex-direction:column}.wrapper{flex:1 0 auto}.footer{background-color:#f8f8f8;padding-top:3.1rem;flex:none}.tab-nav:after{content:'';display:table;clear:both}.tab-title{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:0.875rem;line-height:1.55rem;-webkit-transition:background,150ms linear;transition:background,150ms linear;padding:0.3875rem 0.775rem;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#f8f8f8;border:1px solid #ccc;border-left:none;cursor:pointer}@media screen and (max-width:859px){.tab-title{font-size:0.875rem}}@media screen and (max-width:479px){.tab-title{font-size:0.875rem}}.tab-title:first-child{border-left:1px solid #ccc}.tab-title:focus{outline:none}.tab-title:hover,.tab-title:focus{background-color:#fcfcfc;text-decoration:none;-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tab-title.is-active{border-bottom:1px solid white;background-color:white}.tab-title.is-active:hover{background-color:white}.tab-contents{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #ccc;margin-top:-1px}.tab-section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:white;display:none;padding:0.775rem}.tab-section.is-active{display:block}.tab-section pre{margin:0}.tabs-gray .tab-title{background-color:white}.tabs-gray .tab-title.is-active{background-color:#f8f8f8;border-bottom:1px solid #f8f8f8}.tabs-gray .tab-section{background-color:#f8f8f8}.tabs-gray pre code{padding:0;border:none;background-color:transparent}.tabs-transparent .tab-title{background-color:transparent;border:1px solid transparent;border-bottom:1px solid #ccc}.tabs-transparent .tab-title:hover{border-bottom:1px solid #ccc}.tabs-transparent .tab-title.is-active{-webkit-transition:backround,150ms linear;transition:backround,150ms linear;background-color:transparent;border:1px solid #ccc;border-bottom:1px solid white}.tabs-transparent .tab-contents{border-bottom:none;border-left:none;border-right:none}.tabs-transparent .tab-section{background-color:transparent;padding-left:0;padding-right:0}.tabs-translucent .tab-title{background-clip:padding-box;background-color:rgba(255,255,255,0.7);border:none;color:#4c4c4c;margin-right:2px;margin-bottom:3px;transition:background,0ms linear}.tabs-translucent .tab-title:hover{background-color:rgba(255,255,255,0.8);-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-translucent .tab-title.is-active{background-color:rgba(255,255,255,0.8);border-bottom:2px solid rgba(255,255,255,0.8);margin-bottom:0;-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-translucent .tab-contents{border:none}.tabs-translucent .tab-section{background-color:rgba(255,255,255,0.8)}.tabs-dark .tab-title{background-clip:padding-box;background-color:rgba(255,255,255,0.7);border:none;color:#4c4c4c;margin-right:2px;margin-bottom:3px;transition:background,0ms linear}.tabs-dark .tab-title:hover{background-color:rgba(255,255,255,0.8);-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-dark .tab-title.is-active{background-color:rgba(255,255,255,0.8);border-bottom:2px solid rgba(255,255,255,0.8);margin-bottom:0;-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-dark .tab-contents{border:none}.tabs-dark .tab-section{background-color:rgba(255,255,255,0.8)}.tabs-dark .tab-title{background-color:rgba(0,0,0,0.75);color:white}.tabs-dark .tab-title:hover{background-color:rgba(0,0,0,0.85);-webkit-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-moz-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-o-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%)}.tabs-dark .tab-title.is-active{border-bottom:2px solid rgba(0,0,0,0.85);background-color:rgba(0,0,0,0.85);-webkit-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-moz-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-o-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%)}.tabs-dark .tab-section{background-color:rgba(0,0,0,0.85);color:white}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:hidden;text-align:center;opacity:0;visibility:hidden;background:rgba(0,0,0,0.75);-webkit-transition:visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);transition:visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);z-index:50}.modal-overlay.is-active{visibility:visible;opacity:1;-webkit-transition-delay:0ms;transition-delay:0ms}.modal-overlay.is-active .modal-content{visibility:visible;opacity:1;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-overlay:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.modal-content{box-sizing:border-box;max-height:80vh;z-index:100;float:none;background:white;padding:1.55rem;text-align:start;overflow-y:auto;-webkit-overflow-scrolling:touch;display:inline-block;vertical-align:middle;opacity:0;visibility:hidden;-webkit-transition:-webkit- transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);-o-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}html[dir="rtl"] .modal-content{float:none}.accordion{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;border:1px solid #efefef;border-top:none;font-weight:400;font-style:normal;background-color:white}.accordion b,.accordion strong{font-weight:500}.accordion-section.is-active .accordion-content{display:block}.accordion-title{margin:0;padding:0.51667rem;font-weight:400;font-style:normal;font-size:0.9375rem;line-height:1.55rem;background-color:#f8f8f8;border-top:1px solid #efefef;cursor:pointer;-webkit-transition:all,150ms linear;transition:all,150ms linear}.accordion-title b,.accordion-title strong{font-weight:500}@media screen and (max-width:859px){.accordion-title{font-size:0.9375rem}}@media screen and (max-width:479px){.accordion-title{font-size:0.9375rem}}.accordion-title:before{font-size:0.8125rem}.accordion-title:focus,.accordion-title:hover{-webkit-transition:all,150ms linear;transition:all,150ms linear;background-color:#f4f4f4}.accordion-content{display:none}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;overflow:hidden;opacity:0;background:rgba(0,0,0,0.75);-webkit-transition:visibility 0ms linear 200ms,opacity 200ms linear;transition:visibility 0ms linear 200ms,opacity 200ms linear;z-index:1001}.drawer.is-active{visibility:visible;opacity:1;background-color:rgba(0,0,0,0.75);-webkit-transition-delay:0ms;transition-delay:0ms}.drawer.is-active.drawer-left .drawer-nav{-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}html[dir="rtl"] .drawer.is-active.drawer-left .drawer-nav{-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}.drawer.is-active.drawer-right .drawer-nav{-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}html[dir="rtl"] .drawer.is-active.drawer-right .drawer-nav{-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}.drawer-nav{position:absolute;top:0;height:100%;width:280px;margin:0;padding:0;list-style:none;background:white;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88)}.drawer-left .drawer-nav{left:-280px}html[dir="rtl"] .drawer-left .drawer-nav{left:100%}.drawer-right .drawer-nav{left:100%}html[dir="rtl"] .drawer-right .drawer-nav{left:-280px}.wrapper{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88)}.drawer-left-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}html[dir="rtl"] .drawer-left-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}.drawer-right-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}html[dir="rtl"] .drawer-right-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}.ie9 .drawer.is-active.drawer-left .drawer-nav{-ms-transform:translate(280px,0)}html[dir="rtl"] .ie9 .drawer.is-active.drawer-left .drawer-nav{-ms-transform:translate(-280px,0)}.ie9 .drawer.is-active.drawer-right .drawer-nav{-ms-transform:translate(-280px,0)}html[dir="rtl"] .ie9 .drawer.is-active.drawer-right .drawer-nav{-ms-transform:translate(280px,0)}input.filter-dropdown-input{margin:1%;width:98%}.filter-dropdown-title{display:inline;padding-bottom:0}.filter-dropdown-action{font-size:0.8125rem;line-height:1.55rem;float:right;color:#959595;display:none}@media screen and (max-width:859px){.filter-dropdown-action{font-size:0.8125rem}}@media screen and (max-width:479px){.filter-dropdown-action{font-size:0.8125rem}}html[dir="rtl"] .filter-dropdown-action{float:left}.filter-dropdown-action.is-active{display:inline-block}.filter-dropdown-container:after{content:'';display:table;clear:both}.filter-dropdown-list{position:absolute;min-width:200px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);z-index:1000;display:none;overflow:auto;background-color:#f8f8f8;border-top:1px solid #efefef;max-width:100%;width:100%}.filter-dropdown-list.dropdown-right{right:0}.filter-dropdown-list.is-active{display:block}.filter-dropdown-inner-list{max-height:13.95rem;overflow:auto;border-top:1px solid #efefef;background-color:white}.filter-dropdown-link{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem 1.55rem 0.51667rem 0.125rem;font-size:0.875rem;line-height:1.55rem;color:#6e6e6e;border-top:1px solid #efefef}html[dir="rtl"] .filter-dropdown-link{padding:0.51667rem 0.125rem 0.51667rem 1.55rem}@media screen and (max-width:859px){.filter-dropdown-link{font-size:0.875rem}}@media screen and (max-width:479px){.filter-dropdown-link{font-size:0.875rem}}.filter-dropdown-link:first-child{border-top:none}.filter-dropdown-link:after{position:absolute;right:0;margin-top:0.25833rem;opacity:0;color:#959595}html[dir="rtl"] .filter-dropdown-link:after{right:auto;left:0;padding-left:0.51667rem}.filter-dropdown-link:hover{text-decoration:none;color:#828282}.filter-dropdown-link:hover:before{opacity:1}.filter-dropdown-link:before{opacity:0;padding:0 0.25833rem;color:#959595}html[dir="rtl"] .filter-dropdown-link:before{float:right;padding-top:0.25833rem}.filter-dropdown-link.is-active:before{opacity:1;color:#5a9359}.filter-dropdown-link.is-active:after{opacity:1}.filter-dropdown-link.is-active:hover:after{opacity:1;color:#de2900}.filter-dropdown-active{background-color:#efefef;padding:.25em .5em;border-radius:3px;font-size:.85em;line-height:1;font-size:0.875rem;line-height:1.55rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;padding:0.51667rem 0 0.51667rem 0.51667rem;margin-right:0.25833rem;margin-top:0.25833rem;color:#6e6e6e}@media screen and (max-width:859px){.filter-dropdown-active{font-size:0.875rem}}@media screen and (max-width:479px){.filter-dropdown-active{font-size:0.875rem}}.filter-dropdown-remove{float:right;right:0;top:1.3rem}html[dir="rtl"] .filter-dropdown-remove{float:left}.filter-dropdown-remove:after{font-size:0.9375rem;line-height:1.55rem;margin-left:0.51667rem;opacity:1;color:#959595}@media screen and (max-width:859px){.filter-dropdown-remove:after{font-size:0.9375rem}}@media screen and (max-width:479px){.filter-dropdown-remove:after{font-size:0.9375rem}}html[dir="rtl"] .filter-dropdown-remove:after{right:auto;left:0;padding-left:0.51667rem}.filter-dropdown-remove:hover:after{color:#de2900}.is-hidden{display:none!important}.link-red{color:#de2900}.link-red:hover{color:#ab3c16}.link-green{color:#5a9359}.link-green:hover{color:#338033}.link-light-blue{color:#bcdaed}.link-light-blue:hover{color:#56a5d8}.link-blue{color:#0079c1}.link-blue:hover{color:#005e95}.link-white{color:white}.link-white:hover{color:#efefef}.link-light-gray{color:#a9a9a9}.link-light-gray:hover{color:#959595}.link-dark-gray{color:#828282}.link-dark-gray:hover{color:#6e6e6e}.link-darker-gray{color:#6e6e6e}.link-darker-gray:hover{color:#595959}.link-darkest-gray,.third-nav-link.is-active:hover{color:#595959}.link-darkest-gray:hover,.third-nav-link.is-active:hover{color:#4c4c4c}.link-off-black{color:#4c4c4c}.link-off-black:hover{color:#323232}.text-red{color:#de2900}.text-green{color:#5a9359}.text-blue{color:#0079c1}.text-white{color:white}.text-light-gray{color:#a9a9a9}.text-dark-gray{color:#828282}.text-darker-gray{color:#6e6e6e}.text-darkest-gray{color:#595959}.text-off-black{color:#4c4c4c}.text-rule{border-bottom:1px solid #ccc}.text-inline{display:inline}.text-center{text-align:center}.text-left{text-align:left}html[dir="rtl"] .text-left{text-align:right}.text-right{text-align:right}html[dir="rtl"] .text-right{text-align:left}.text-light{opacity:0.66}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-numbered{counter-reset:li;list-style:none;position:relative;padding-bottom:1em;margin-left:0}.list-numbered > li{padding:0.3em .25em .25em 2.5em;position:relative;margin-bottom:0.75em;margin-left:0}html[dir="rtl"] .list-numbered > li{padding:0.3em 2.5em .25em .25em}.list-numbered > li:before{font-weight:300;font-style:normal;content:counter(li);counter-increment:li;position:absolute;top:0;left:0;height:100%;height:calc(100% - .3em);width:0.75em;padding:.3em .5em 0 0;color:#959595;font-size:1.2019rem;line-height:1.55rem;line-height:1;text-align:right;border-right:2px solid #ccc}.list-numbered > li:before b,.list-numbered > li:before strong{font-weight:500}@media screen and (max-width:859px){.list-numbered > li:before{font-size:1.1305rem}}@media screen and (max-width:479px){.list-numbered > li:before{font-size:1.0625rem}}html[dir="rtl"] .list-numbered > li:before{left:auto;right:0;padding:0 0 0 .5em;text-align:left;border-right:none;border-left:2px solid #ccc}.list-numbered > li:after{content:".";display:block;clear:left;visibility:hidden;line-height:0;height:0}.list-numbered .list-numbered{margin-bottom:0;padding-bottom:0}.list-numbered .list-numbered > li:before{content:counter(li,lower-alpha)}.list-plain{margin:0.3875rem 0}.list-plain li{list-style-type:none;margin-left:0}.font-size--3{font-size:0.8125rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size--3{font-size:0.8125rem}}@media screen and (max-width:479px){.font-size--3{font-size:0.8125rem}}.font-size--2{font-size:0.875rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size--2{font-size:0.875rem}}@media screen and (max-width:479px){.font-size--2{font-size:0.875rem}}.font-size--1{font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size--1{font-size:0.9375rem}}@media screen and (max-width:479px){.font-size--1{font-size:0.9375rem}}.font-size-0{font-size:1rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size-0{font-size:1rem}}@media screen and (max-width:479px){.font-size-0{font-size:1rem}}.font-size-1{font-size:1.2019rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size-1{font-size:1.1305rem}}@media screen and (max-width:479px){.font-size-1{font-size:1.0625rem}}.font-size-2{font-size:1.414rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size-2{font-size:1.33rem}}@media screen and (max-width:479px){.font-size-2{font-size:1.25rem}}.font-size-3{font-size:1.69949rem;line-height:2.325rem}@media screen and (max-width:859px){.font-size-3{font-size:1.50357rem}}@media screen and (max-width:479px){.font-size-3{font-size:1.32812rem}}.font-size-4{font-size:1.9994rem;line-height:2.325rem}@media screen and (max-width:859px){.font-size-4{font-size:1.7689rem}}@media screen and (max-width:479px){.font-size-4{font-size:1.5625rem}}.font-size-5{font-size:2.40307rem;line-height:3.1rem}@media screen and (max-width:859px){.font-size-5{font-size:1.99974rem}}@media screen and (max-width:479px){.font-size-5{font-size:1.66016rem;line-height:2.325rem}}.font-size-6{font-size:2.82715rem;line-height:3.1rem}@media screen and (max-width:859px){.font-size-6{font-size:2.35264rem}}@media screen and (max-width:479px){.font-size-6{font-size:1.95312rem;line-height:2.325rem}}.font-size-7{font-size:3.39795rem;line-height:3.1rem}@media screen and (max-width:859px){.font-size-7{font-size:2.65966rem}}@media screen and (max-width:479px){.font-size-7{font-size:2.0752rem;line-height:2.325rem}}.font-size-8{font-size:3.99758rem;line-height:3.875rem}@media screen and (max-width:859px){.font-size-8{font-size:3.12901rem}}@media screen and (max-width:479px){.font-size-8{font-size:2.44141rem;line-height:3.1rem}}.leader-half{margin-top:0.775rem}.trailer-half{margin-bottom:0.775rem}.padding-leader-half{padding-top:0.775rem}.padding-trailer-half{padding-bottom:0.775rem}.leader-0{margin-top:0rem}.trailer-0{margin-bottom:0rem}.padding-leader-0{padding-top:0rem}.padding-trailer-0{padding-bottom:0rem}.leader-1{margin-top:1.55rem}.trailer-1{margin-bottom:1.55rem}.padding-leader-1{padding-top:1.55rem}.padding-trailer-1{padding-bottom:1.55rem}.leader-2{margin-top:3.1rem}.trailer-2{margin-bottom:3.1rem}.padding-leader-2{padding-top:3.1rem}.padding-trailer-2{padding-bottom:3.1rem}.leader-3{margin-top:4.65rem}.trailer-3{margin-bottom:4.65rem}.padding-leader-3{padding-top:4.65rem}.padding-trailer-3{padding-bottom:4.65rem}.leader-4{margin-top:6.2rem}.trailer-4{margin-bottom:6.2rem}.padding-leader-4{padding-top:6.2rem}.padding-trailer-4{padding-bottom:6.2rem}.leader-5{margin-top:7.75rem}.trailer-5{margin-bottom:7.75rem}.padding-leader-5{padding-top:7.75rem}.padding-trailer-5{padding-bottom:7.75rem}.leader-6{margin-top:9.3rem}.trailer-6{margin-bottom:9.3rem}.padding-leader-6{padding-top:9.3rem}.padding-trailer-6{padding-bottom:9.3rem}@media screen and (min-width:1450px){.large-leader-0{margin-top:0rem}.large-trailer-0{margin-bottom:0rem}.large-padding-leader-0{padding-top:0rem}.large-padding-trailer-0{padding-bottom:0rem}.large-leader-1{margin-top:1.55rem}.large-trailer-1{margin-bottom:1.55rem}.large-padding-leader-1{padding-top:1.55rem}.large-padding-trailer-1{padding-bottom:1.55rem}.large-leader-2{margin-top:3.1rem}.large-trailer-2{margin-bottom:3.1rem}.large-padding-leader-2{padding-top:3.1rem}.large-padding-trailer-2{padding-bottom:3.1rem}.large-leader-3{margin-top:4.65rem}.large-trailer-3{margin-bottom:4.65rem}.large-padding-leader-3{padding-top:4.65rem}.large-padding-trailer-3{padding-bottom:4.65rem}.large-leader-4{margin-top:6.2rem}.large-trailer-4{margin-bottom:6.2rem}.large-padding-leader-4{padding-top:6.2rem}.large-padding-trailer-4{padding-bottom:6.2rem}.large-leader-5{margin-top:7.75rem}.large-trailer-5{margin-bottom:7.75rem}.large-padding-leader-5{padding-top:7.75rem}.large-padding-trailer-5{padding-bottom:7.75rem}.large-leader-6{margin-top:9.3rem}.large-trailer-6{margin-bottom:9.3rem}.large-padding-leader-6{padding-top:9.3rem}.large-padding-trailer-6{padding-bottom:9.3rem}}@media screen and (max-width:859px){.tablet-leader-0{margin-top:0rem}.tablet-trailer-0{margin-bottom:0rem}.tablet-padding-leader-0{padding-top:0rem}.tablet-padding-trailer-0{padding-bottom:0rem}.tablet-leader-1{margin-top:1.55rem}.tablet-trailer-1{margin-bottom:1.55rem}.tablet-padding-leader-1{padding-top:1.55rem}.tablet-padding-trailer-1{padding-bottom:1.55rem}.tablet-leader-2{margin-top:3.1rem}.tablet-trailer-2{margin-bottom:3.1rem}.tablet-padding-leader-2{padding-top:3.1rem}.tablet-padding-trailer-2{padding-bottom:3.1rem}.tablet-leader-3{margin-top:4.65rem}.tablet-trailer-3{margin-bottom:4.65rem}.tablet-padding-leader-3{padding-top:4.65rem}.tablet-padding-trailer-3{padding-bottom:4.65rem}.tablet-leader-4{margin-top:6.2rem}.tablet-trailer-4{margin-bottom:6.2rem}.tablet-padding-leader-4{padding-top:6.2rem}.tablet-padding-trailer-4{padding-bottom:6.2rem}.tablet-leader-5{margin-top:7.75rem}.tablet-trailer-5{margin-bottom:7.75rem}.tablet-padding-leader-5{padding-top:7.75rem}.tablet-padding-trailer-5{padding-bottom:7.75rem}.tablet-leader-6{margin-top:9.3rem}.tablet-trailer-6{margin-bottom:9.3rem}.tablet-padding-leader-6{padding-top:9.3rem}.tablet-padding-trailer-6{padding-bottom:9.3rem}}@media screen and (max-width:479px){.phone-leader-0{margin-top:0rem}.phone-trailer-0{margin-bottom:0rem}.phone-padding-leader-0{padding-top:0rem}.phone-padding-trailer-0{padding-bottom:0rem}.phone-leader-1{margin-top:1.55rem}.phone-trailer-1{margin-bottom:1.55rem}.phone-padding-leader-1{padding-top:1.55rem}.phone-padding-trailer-1{padding-bottom:1.55rem}.phone-leader-2{margin-top:3.1rem}.phone-trailer-2{margin-bottom:3.1rem}.phone-padding-leader-2{padding-top:3.1rem}.phone-padding-trailer-2{padding-bottom:3.1rem}.phone-leader-3{margin-top:4.65rem}.phone-trailer-3{margin-bottom:4.65rem}.phone-padding-leader-3{padding-top:4.65rem}.phone-padding-trailer-3{padding-bottom:4.65rem}.phone-leader-4{margin-top:6.2rem}.phone-trailer-4{margin-bottom:6.2rem}.phone-padding-leader-4{padding-top:6.2rem}.phone-padding-trailer-4{padding-bottom:6.2rem}.phone-leader-5{margin-top:7.75rem}.phone-trailer-5{margin-bottom:7.75rem}.phone-padding-leader-5{padding-top:7.75rem}.phone-padding-trailer-5{padding-bottom:7.75rem}.phone-leader-6{margin-top:9.3rem}.phone-trailer-6{margin-bottom:9.3rem}.phone-padding-leader-6{padding-top:9.3rem}.phone-padding-trailer-6{padding-bottom:9.3rem}}html[dir="rtl"] .rtl-padding-left-0{padding-left:0rem}html[dir="rtl"] .rtl-padding-right-0{padding-right:0rem}.padding-left-quarter{padding-left:0.25rem}html[dir="rtl"] .padding-left-quarter{padding-right:0.25rem}.padding-right-quarter{padding-right:0.25rem}html[dir="rtl"] .padding-right-quarter{padding-left:0.25rem}.padding-left-third{padding-left:0.33333rem}html[dir="rtl"] .padding-left-third{padding-right:0.33333rem}.padding-right-third{padding-right:0.33333rem}html[dir="rtl"] .padding-right-third{padding-left:0.33333rem}.padding-left-half{padding-left:0.5rem}html[dir="rtl"] .padding-left-half{padding-right:0.5rem}.padding-right-half{padding-right:0.5rem}html[dir="rtl"] .padding-right-half{padding-left:0.5rem}.padding-left-0{padding-left:0rem}html[dir="rtl"] .padding-left-0{padding-right:0rem}.padding-right-0{padding-right:0rem}html[dir="rtl"] .padding-right-0{padding-left:0rem}.padding-left-1{padding-left:1rem}html[dir="rtl"] .padding-left-1{padding-right:1rem}.padding-right-1{padding-right:1rem}html[dir="rtl"] .padding-right-1{padding-left:1rem}.padding-left-2{padding-left:2rem}html[dir="rtl"] .padding-left-2{padding-right:2rem}.padding-right-2{padding-right:2rem}html[dir="rtl"] .padding-right-2{padding-left:2rem}.padding-left-3{padding-left:3rem}html[dir="rtl"] .padding-left-3{padding-right:3rem}.padding-right-3{padding-right:3rem}html[dir="rtl"] .padding-right-3{padding-left:3rem}.padding-left-4{padding-left:4rem}html[dir="rtl"] .padding-left-4{padding-right:4rem}.padding-right-4{padding-right:4rem}html[dir="rtl"] .padding-right-4{padding-left:4rem}html[dir="rtl"] .rtl-margin-left-0{margin-left:0rem}html[dir="rtl"] .rtl-margin-right-0{margin-right:0rem}.margin-left-quarter{margin-left:0.25rem}html[dir="rtl"] .margin-left-quarter{margin-right:0.25rem}.margin-right-quarter{margin-right:0.25rem}html[dir="rtl"] .margin-right-quarter{margin-left:0.25rem}.margin-left-third{margin-left:0.33333rem}html[dir="rtl"] .margin-left-third{margin-right:0.33333rem}.margin-right-third{margin-right:0.33333rem}html[dir="rtl"] .margin-right-third{margin-left:0.33333rem}.margin-left-half{margin-left:0.5rem}html[dir="rtl"] .margin-left-half{margin-right:0.5rem}.margin-right-half{margin-right:0.5rem}html[dir="rtl"] .margin-right-half{margin-left:0.5rem}.margin-left-0{margin-left:0rem}html[dir="rtl"] .margin-left-0{margin-right:0rem}.margin-right-0{margin-right:0rem}html[dir="rtl"] .margin-right-0{margin-left:0rem}.margin-left-1{margin-left:1rem}html[dir="rtl"] .margin-left-1{margin-right:1rem}.margin-right-1{margin-right:1rem}html[dir="rtl"] .margin-right-1{margin-left:1rem}.margin-left-2{margin-left:2rem}html[dir="rtl"] .margin-left-2{margin-right:2rem}.margin-right-2{margin-right:2rem}html[dir="rtl"] .margin-right-2{margin-left:2rem}.margin-left-3{margin-left:3rem}html[dir="rtl"] .margin-left-3{margin-right:3rem}.margin-right-3{margin-right:3rem}html[dir="rtl"] .margin-right-3{margin-left:3rem}.margin-left-4{margin-left:4rem}html[dir="rtl"] .margin-left-4{margin-right:4rem}.margin-right-4{margin-right:4rem}html[dir="rtl"] .margin-right-4{margin-left:4rem}@media screen and (max-width:859px){.tablet-gutter-left-0{padding-left:0rem}html[dir="rtl"] .tablet-gutter-left-0{padding-right:0rem}.tablet-gutter-right-0{padding-right:0rem}html[dir="rtl"] .tablet-gutter-right-0{padding-left:0rem}.tablet-gutter-left-1{padding-left:1rem}html[dir="rtl"] .tablet-gutter-left-1{padding-right:1rem}.tablet-gutter-right-1{padding-right:1rem}html[dir="rtl"] .tablet-gutter-right-1{padding-left:1rem}.tablet-gutter-left-2{padding-left:2rem}html[dir="rtl"] .tablet-gutter-left-2{padding-right:2rem}.tablet-gutter-right-2{padding-right:2rem}html[dir="rtl"] .tablet-gutter-right-2{padding-left:2rem}.tablet-gutter-left-3{padding-left:3rem}html[dir="rtl"] .tablet-gutter-left-3{padding-right:3rem}.tablet-gutter-right-3{padding-right:3rem}html[dir="rtl"] .tablet-gutter-right-3{padding-left:3rem}.tablet-gutter-left-4{padding-left:4rem}html[dir="rtl"] .tablet-gutter-left-4{padding-right:4rem}.tablet-gutter-right-4{padding-right:4rem}html[dir="rtl"] .tablet-gutter-right-4{padding-left:4rem}}@media screen and (max-width:479px){.phone-gutter-left-0{padding-left:0rem}html[dir="rtl"] .phone-gutter-left-0{padding-right:0rem}.phone-gutter-right-0{padding-right:0rem}html[dir="rtl"] .phone-gutter-right-0{padding-left:0rem}.phone-gutter-left-1{padding-left:1rem}html[dir="rtl"] .phone-gutter-left-1{padding-right:1rem}.phone-gutter-right-1{padding-right:1rem}html[dir="rtl"] .phone-gutter-right-1{padding-left:1rem}.phone-gutter-left-2{padding-left:2rem}html[dir="rtl"] .phone-gutter-left-2{padding-right:2rem}.phone-gutter-right-2{padding-right:2rem}html[dir="rtl"] .phone-gutter-right-2{padding-left:2rem}.phone-gutter-left-3{padding-left:3rem}html[dir="rtl"] .phone-gutter-left-3{padding-right:3rem}.phone-gutter-right-3{padding-right:3rem}html[dir="rtl"] .phone-gutter-right-3{padding-left:3rem}.phone-gutter-left-4{padding-left:4rem}html[dir="rtl"] .phone-gutter-left-4{padding-right:4rem}.phone-gutter-right-4{padding-right:4rem}html[dir="rtl"] .phone-gutter-right-4{padding-left:4rem}} \ No newline at end of file +@charset "UTF-8";@import url(https://fast.fonts.net/t/1.css?apiType=css&projectid=9431e9a5-7a6d-4b5f-82be-4d935972de5a);html{overflow-y:scroll;height:100%;font-size:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%}body{min-height:100%;margin:0}.wrapper{overflow:hidden}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}svg:not(:root){overflow:hidden}video,img{max-width:100%;height:auto}.ie main{display:block}.ie select{padding-right:8px}.clearfix:after{content:'';display:table;clear:both}.overflow-auto{overflow:auto}.inline-block{display:inline-block}.column-1,.column-2,.column-3,.column-4,.column-5,.column-6,.column-7,.column-8,.column-9,.column-10,.column-11,.column-12,.column-13,.column-14,.column-15,.column-16,.column-17,.column-18,.column-19,.column-20,.column-21,.column-22,.column-23,.column-24{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:1450px;max-width:100%;padding-left:0.5rem;padding-right:0.5rem;float:left}html[dir="rtl"] .column-1,html[dir="rtl"] .column-2,html[dir="rtl"] .column-3,html[dir="rtl"] .column-4,html[dir="rtl"] .column-5,html[dir="rtl"] .column-6,html[dir="rtl"] .column-7,html[dir="rtl"] .column-8,html[dir="rtl"] .column-9,html[dir="rtl"] .column-10,html[dir="rtl"] .column-11,html[dir="rtl"] .column-12,html[dir="rtl"] .column-13,html[dir="rtl"] .column-14,html[dir="rtl"] .column-15,html[dir="rtl"] .column-16,html[dir="rtl"] .column-17,html[dir="rtl"] .column-18,html[dir="rtl"] .column-19,html[dir="rtl"] .column-20,html[dir="rtl"] .column-21,html[dir="rtl"] .column-22,html[dir="rtl"] .column-23,html[dir="rtl"] .column-24{float:right}[class*="column-"] [class*="column-"]:first-of-type{margin-left:-0.5rem}html[dir="rtl"] [class*="column-"] [class*="column-"]:first-of-type{margin-left:0;margin-right:-0.5rem}[class*="column-"] [class*="column-"]:last-of-type{margin-right:-0.5rem}html[dir="rtl"] [class*="column-"] [class*="column-"]:last-of-type{margin-right:0;margin-left:-0.5rem}[class*="column-"]:last-of-type:after{content:'';display:table;clear:both}@media screen{.grid-container{width:1450px;max-width:95vw;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.grid-container:after{content:'';display:table;clear:both}}@media screen{.first-column{margin-left:-0.5rem}html[dir="rtl"] .first-column{margin-left:0;margin-right:-0.5rem}.last-column{margin-right:-0.5rem}html[dir="rtl"] .last-column{margin-right:0;margin-left:-0.5rem}}@media screen and (min-width:1450px){.column-1{width:60.41667px;max-width:3.95833vw}.column-1 > .column-1{margin-left:-0.5rem;margin-right:-0.5rem}.column-2{width:120.83333px;max-width:7.91667vw}.column-2 > .column-2{margin-left:-0.5rem;margin-right:-0.5rem}.column-3{width:181.25px;max-width:11.875vw}.column-3 > .column-3{margin-left:-0.5rem;margin-right:-0.5rem}.column-4{width:241.66667px;max-width:15.83333vw}.column-4 > .column-4{margin-left:-0.5rem;margin-right:-0.5rem}.column-5{width:302.08333px;max-width:19.79167vw}.column-5 > .column-5{margin-left:-0.5rem;margin-right:-0.5rem}.column-6{width:362.5px;max-width:23.75vw}.column-6 > .column-6{margin-left:-0.5rem;margin-right:-0.5rem}.column-7{width:422.91667px;max-width:27.70833vw}.column-7 > .column-7{margin-left:-0.5rem;margin-right:-0.5rem}.column-8{width:483.33333px;max-width:31.66667vw}.column-8 > .column-8{margin-left:-0.5rem;margin-right:-0.5rem}.column-9{width:543.75px;max-width:35.625vw}.column-9 > .column-9{margin-left:-0.5rem;margin-right:-0.5rem}.column-10{width:604.16667px;max-width:39.58333vw}.column-10 > .column-10{margin-left:-0.5rem;margin-right:-0.5rem}.column-11{width:664.58333px;max-width:43.54167vw}.column-11 > .column-11{margin-left:-0.5rem;margin-right:-0.5rem}.column-12{width:725px;max-width:47.5vw}.column-12 > .column-12{margin-left:-0.5rem;margin-right:-0.5rem}.column-13{width:785.41667px;max-width:51.45833vw}.column-13 > .column-13{margin-left:-0.5rem;margin-right:-0.5rem}.column-14{width:845.83333px;max-width:55.41667vw}.column-14 > .column-14{margin-left:-0.5rem;margin-right:-0.5rem}.column-15{width:906.25px;max-width:59.375vw}.column-15 > .column-15{margin-left:-0.5rem;margin-right:-0.5rem}.column-16{width:966.66667px;max-width:63.33333vw}.column-16 > .column-16{margin-left:-0.5rem;margin-right:-0.5rem}.column-17{width:1027.08333px;max-width:67.29167vw}.column-17 > .column-17{margin-left:-0.5rem;margin-right:-0.5rem}.column-18{width:1087.5px;max-width:71.25vw}.column-18 > .column-18{margin-left:-0.5rem;margin-right:-0.5rem}.column-19{width:1147.91667px;max-width:75.20833vw}.column-19 > .column-19{margin-left:-0.5rem;margin-right:-0.5rem}.column-20{width:1208.33333px;max-width:79.16667vw}.column-20 > .column-20{margin-left:-0.5rem;margin-right:-0.5rem}.column-21{width:1268.75px;max-width:83.125vw}.column-21 > .column-21{margin-left:-0.5rem;margin-right:-0.5rem}.column-22{width:1329.16667px;max-width:87.08333vw}.column-22 > .column-22{margin-left:-0.5rem;margin-right:-0.5rem}.column-23{width:1389.58333px;max-width:91.04167vw}.column-23 > .column-23{margin-left:-0.5rem;margin-right:-0.5rem}.column-24{width:1450px;max-width:95vw}.column-24 > .column-24{margin-left:-0.5rem;margin-right:-0.5rem}.large-column-1{width:60.41667px;max-width:3.95833vw}.large-column-2{width:120.83333px;max-width:7.91667vw}.large-column-3{width:181.25px;max-width:11.875vw}.large-column-4{width:241.66667px;max-width:15.83333vw}.large-column-5{width:302.08333px;max-width:19.79167vw}.large-column-6{width:362.5px;max-width:23.75vw}.large-column-7{width:422.91667px;max-width:27.70833vw}.large-column-8{width:483.33333px;max-width:31.66667vw}.large-column-9{width:543.75px;max-width:35.625vw}.large-column-10{width:604.16667px;max-width:39.58333vw}.large-column-11{width:664.58333px;max-width:43.54167vw}.large-column-12{width:725px;max-width:47.5vw}.large-column-13{width:785.41667px;max-width:51.45833vw}.large-column-14{width:845.83333px;max-width:55.41667vw}.large-column-15{width:906.25px;max-width:59.375vw}.large-column-16{width:966.66667px;max-width:63.33333vw}.large-column-17{width:1027.08333px;max-width:67.29167vw}.large-column-18{width:1087.5px;max-width:71.25vw}.large-column-19{width:1147.91667px;max-width:75.20833vw}.large-column-20{width:1208.33333px;max-width:79.16667vw}.large-column-21{width:1268.75px;max-width:83.125vw}.large-column-22{width:1329.16667px;max-width:87.08333vw}.large-column-23{width:1389.58333px;max-width:91.04167vw}.large-column-24{width:1450px;max-width:95vw}.large-first-column{margin-left:-0.5rem;margin-right:-0.5rem}.large-last-column{margin-right:-0.5rem;margin-left:-0.5rem}}@media screen and (max-width:1449px){.column-1{width:60.41667px;max-width:3.95833vw}.column-1 > .column-1{margin-left:-0.5rem;margin-right:-0.5rem}.column-2{width:120.83333px;max-width:7.91667vw}.column-2 > .column-2{margin-left:-0.5rem;margin-right:-0.5rem}.column-3{width:181.25px;max-width:11.875vw}.column-3 > .column-3{margin-left:-0.5rem;margin-right:-0.5rem}.column-4{width:241.66667px;max-width:15.83333vw}.column-4 > .column-4{margin-left:-0.5rem;margin-right:-0.5rem}.column-5{width:302.08333px;max-width:19.79167vw}.column-5 > .column-5{margin-left:-0.5rem;margin-right:-0.5rem}.column-6{width:362.5px;max-width:23.75vw}.column-6 > .column-6{margin-left:-0.5rem;margin-right:-0.5rem}.column-7{width:422.91667px;max-width:27.70833vw}.column-7 > .column-7{margin-left:-0.5rem;margin-right:-0.5rem}.column-8{width:483.33333px;max-width:31.66667vw}.column-8 > .column-8{margin-left:-0.5rem;margin-right:-0.5rem}.column-9{width:543.75px;max-width:35.625vw}.column-9 > .column-9{margin-left:-0.5rem;margin-right:-0.5rem}.column-10{width:604.16667px;max-width:39.58333vw}.column-10 > .column-10{margin-left:-0.5rem;margin-right:-0.5rem}.column-11{width:664.58333px;max-width:43.54167vw}.column-11 > .column-11{margin-left:-0.5rem;margin-right:-0.5rem}.column-12{width:725px;max-width:47.5vw}.column-12 > .column-12{margin-left:-0.5rem;margin-right:-0.5rem}.column-13{width:785.41667px;max-width:51.45833vw}.column-13 > .column-13{margin-left:-0.5rem;margin-right:-0.5rem}.column-14{width:845.83333px;max-width:55.41667vw}.column-14 > .column-14{margin-left:-0.5rem;margin-right:-0.5rem}.column-15{width:906.25px;max-width:59.375vw}.column-15 > .column-15{margin-left:-0.5rem;margin-right:-0.5rem}.column-16{width:966.66667px;max-width:63.33333vw}.column-16 > .column-16{margin-left:-0.5rem;margin-right:-0.5rem}.column-17{width:1027.08333px;max-width:67.29167vw}.column-17 > .column-17{margin-left:-0.5rem;margin-right:-0.5rem}.column-18{width:1087.5px;max-width:71.25vw}.column-18 > .column-18{margin-left:-0.5rem;margin-right:-0.5rem}.column-19{width:1147.91667px;max-width:75.20833vw}.column-19 > .column-19{margin-left:-0.5rem;margin-right:-0.5rem}.column-20{width:1208.33333px;max-width:79.16667vw}.column-20 > .column-20{margin-left:-0.5rem;margin-right:-0.5rem}.column-21{width:1268.75px;max-width:83.125vw}.column-21 > .column-21{margin-left:-0.5rem;margin-right:-0.5rem}.column-22{width:1329.16667px;max-width:87.08333vw}.column-22 > .column-22{margin-left:-0.5rem;margin-right:-0.5rem}.column-23{width:1389.58333px;max-width:91.04167vw}.column-23 > .column-23{margin-left:-0.5rem;margin-right:-0.5rem}.column-24{width:1450px;max-width:95vw}.column-24 > .column-24{margin-left:-0.5rem;margin-right:-0.5rem}}@media screen and (max-width:859px){.column-1{width:120.83333px;max-width:7.91667vw}.column-2{width:241.66667px;max-width:15.83333vw}.column-3{width:362.5px;max-width:23.75vw}.column-4{width:483.33333px;max-width:31.66667vw}.column-5{width:604.16667px;max-width:39.58333vw}.column-6{width:725px;max-width:47.5vw}.column-7{width:845.83333px;max-width:55.41667vw}.column-8{width:966.66667px;max-width:63.33333vw}.column-9{width:1087.5px;max-width:71.25vw}.column-10{width:1208.33333px;max-width:79.16667vw}.column-11{width:1329.16667px;max-width:87.08333vw}.column-12{width:1450px;max-width:95vw}.column-12{width:1450px;max-width:95vw}.column-13{width:1450px;max-width:95vw}.column-14{width:1450px;max-width:95vw}.column-15{width:1450px;max-width:95vw}.column-16{width:1450px;max-width:95vw}.column-17{width:1450px;max-width:95vw}.column-18{width:1450px;max-width:95vw}.column-19{width:1450px;max-width:95vw}.column-20{width:1450px;max-width:95vw}.column-21{width:1450px;max-width:95vw}.column-22{width:1450px;max-width:95vw}.column-23{width:1450px;max-width:95vw}.column-24{width:1450px;max-width:95vw}.tablet-column-1{width:120.83333px;max-width:7.91667vw}.tablet-column-2{width:241.66667px;max-width:15.83333vw}.tablet-column-3{width:362.5px;max-width:23.75vw}.tablet-column-4{width:483.33333px;max-width:31.66667vw}.tablet-column-5{width:604.16667px;max-width:39.58333vw}.tablet-column-6{width:725px;max-width:47.5vw}.tablet-column-7{width:845.83333px;max-width:55.41667vw}.tablet-column-8{width:966.66667px;max-width:63.33333vw}.tablet-column-9{width:1087.5px;max-width:71.25vw}.tablet-column-10{width:1208.33333px;max-width:79.16667vw}.tablet-column-11{width:1329.16667px;max-width:87.08333vw}.tablet-column-12{width:1450px;max-width:95vw}.tablet-first-column{margin-left:-0.5rem}html[dir="rtl"] .tablet-first-column{margin-left:0;margin-right:-0.5rem}.tablet-last-column{margin-right:-0.5rem}html[dir="rtl"] .tablet-last-column{margin-right:0;margin-left:-0.5rem}}@media screen and (max-width:479px){.column-1{width:241.66667px;max-width:15.83333vw}.column-2{width:483.33333px;max-width:31.66667vw}.column-3{width:725px;max-width:47.5vw}.column-4{width:966.66667px;max-width:63.33333vw}.column-5{width:1208.33333px;max-width:79.16667vw}.column-6{width:1450px;max-width:95vw}.column-6{width:1450px;max-width:95vw}.column-7{width:1450px;max-width:95vw}.column-8{width:1450px;max-width:95vw}.column-9{width:1450px;max-width:95vw}.column-10{width:1450px;max-width:95vw}.column-11{width:1450px;max-width:95vw}.column-12{width:1450px;max-width:95vw}.column-13{width:1450px;max-width:95vw}.column-14{width:1450px;max-width:95vw}.column-15{width:1450px;max-width:95vw}.column-16{width:1450px;max-width:95vw}.column-17{width:1450px;max-width:95vw}.column-18{width:1450px;max-width:95vw}.column-19{width:1450px;max-width:95vw}.column-20{width:1450px;max-width:95vw}.column-21{width:1450px;max-width:95vw}.column-22{width:1450px;max-width:95vw}.column-23{width:1450px;max-width:95vw}.column-24{width:1450px;max-width:95vw}.tablet-column-1{width:241.66667px;max-width:15.83333vw}.tablet-column-2{width:483.33333px;max-width:31.66667vw}.tablet-column-3{width:725px;max-width:47.5vw}.tablet-column-4{width:966.66667px;max-width:63.33333vw}.tablet-column-5{width:1208.33333px;max-width:79.16667vw}.tablet-column-6{width:1450px;max-width:95vw}.tablet-column-6{width:1450px;max-width:95vw}.tablet-column-7{width:1450px;max-width:95vw}.tablet-column-8{width:1450px;max-width:95vw}.tablet-column-9{width:1450px;max-width:95vw}.tablet-column-10{width:1450px;max-width:95vw}.tablet-column-11{width:1450px;max-width:95vw}.tablet-column-12{width:1450px;max-width:95vw}.tablet-column-13{width:1450px;max-width:95vw}.tablet-column-14{width:1450px;max-width:95vw}.tablet-column-15{width:1450px;max-width:95vw}.tablet-column-16{width:1450px;max-width:95vw}.tablet-column-17{width:1450px;max-width:95vw}.tablet-column-18{width:1450px;max-width:95vw}.tablet-column-19{width:1450px;max-width:95vw}.tablet-column-20{width:1450px;max-width:95vw}.tablet-column-21{width:1450px;max-width:95vw}.tablet-column-22{width:1450px;max-width:95vw}.tablet-column-23{width:1450px;max-width:95vw}.tablet-column-24{width:1450px;max-width:95vw}.phone-column-1{width:241.66667px;max-width:15.83333vw}.phone-column-2{width:483.33333px;max-width:31.66667vw}.phone-column-3{width:725px;max-width:47.5vw}.phone-column-4{width:966.66667px;max-width:63.33333vw}.phone-column-5{width:1208.33333px;max-width:79.16667vw}.phone-column-6{width:1450px;max-width:95vw}.phone-first-column{margin-left:-0.5rem}html[dir="rtl"] .phone-first-column{margin-left:0;margin-right:-0.5rem}.phone-last-column{margin-right:-0.5rem}html[dir="rtl"] .phone-last-column{margin-right:0;margin-left:-0.5rem}}@media screen and (min-width:860px){.pre-0{margin-left:0vw!important}html[dir="rtl"] .pre-0{margin-right:0vw!important}.first-column.pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-0{margin-right:calc(0vw - 0.5rem)!important}.post-0{margin-right:0vw!important}html[dir="rtl"] .post-0{margin-left:0vw!important}.pre-1{margin-left:3.95833vw!important}html[dir="rtl"] .pre-1{margin-right:3.95833vw!important}.first-column.pre-1{margin-left:calc(3.95833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-1{margin-right:calc(3.95833vw - 0.5rem)!important}.post-1{margin-right:3.95833vw!important}html[dir="rtl"] .post-1{margin-left:3.95833vw!important}.pre-2{margin-left:7.91667vw!important}html[dir="rtl"] .pre-2{margin-right:7.91667vw!important}.first-column.pre-2{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-2{margin-right:calc(7.91667vw - 0.5rem)!important}.post-2{margin-right:7.91667vw!important}html[dir="rtl"] .post-2{margin-left:7.91667vw!important}.pre-3{margin-left:11.875vw!important}html[dir="rtl"] .pre-3{margin-right:11.875vw!important}.first-column.pre-3{margin-left:calc(11.875vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-3{margin-right:calc(11.875vw - 0.5rem)!important}.post-3{margin-right:11.875vw!important}html[dir="rtl"] .post-3{margin-left:11.875vw!important}.pre-4{margin-left:15.83333vw!important}html[dir="rtl"] .pre-4{margin-right:15.83333vw!important}.first-column.pre-4{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-4{margin-right:calc(15.83333vw - 0.5rem)!important}.post-4{margin-right:15.83333vw!important}html[dir="rtl"] .post-4{margin-left:15.83333vw!important}.pre-5{margin-left:19.79167vw!important}html[dir="rtl"] .pre-5{margin-right:19.79167vw!important}.first-column.pre-5{margin-left:calc(19.79167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-5{margin-right:calc(19.79167vw - 0.5rem)!important}.post-5{margin-right:19.79167vw!important}html[dir="rtl"] .post-5{margin-left:19.79167vw!important}.pre-6{margin-left:23.75vw!important}html[dir="rtl"] .pre-6{margin-right:23.75vw!important}.first-column.pre-6{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-6{margin-right:calc(23.75vw - 0.5rem)!important}.post-6{margin-right:23.75vw!important}html[dir="rtl"] .post-6{margin-left:23.75vw!important}.pre-7{margin-left:27.70833vw!important}html[dir="rtl"] .pre-7{margin-right:27.70833vw!important}.first-column.pre-7{margin-left:calc(27.70833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-7{margin-right:calc(27.70833vw - 0.5rem)!important}.post-7{margin-right:27.70833vw!important}html[dir="rtl"] .post-7{margin-left:27.70833vw!important}.pre-8{margin-left:31.66667vw!important}html[dir="rtl"] .pre-8{margin-right:31.66667vw!important}.first-column.pre-8{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-8{margin-right:calc(31.66667vw - 0.5rem)!important}.post-8{margin-right:31.66667vw!important}html[dir="rtl"] .post-8{margin-left:31.66667vw!important}.pre-9{margin-left:35.625vw!important}html[dir="rtl"] .pre-9{margin-right:35.625vw!important}.first-column.pre-9{margin-left:calc(35.625vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-9{margin-right:calc(35.625vw - 0.5rem)!important}.post-9{margin-right:35.625vw!important}html[dir="rtl"] .post-9{margin-left:35.625vw!important}.pre-10{margin-left:39.58333vw!important}html[dir="rtl"] .pre-10{margin-right:39.58333vw!important}.first-column.pre-10{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-10{margin-right:calc(39.58333vw - 0.5rem)!important}.post-10{margin-right:39.58333vw!important}html[dir="rtl"] .post-10{margin-left:39.58333vw!important}.pre-11{margin-left:43.54167vw!important}html[dir="rtl"] .pre-11{margin-right:43.54167vw!important}.first-column.pre-11{margin-left:calc(43.54167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-11{margin-right:calc(43.54167vw - 0.5rem)!important}.post-11{margin-right:43.54167vw!important}html[dir="rtl"] .post-11{margin-left:43.54167vw!important}.pre-12{margin-left:47.5vw!important}html[dir="rtl"] .pre-12{margin-right:47.5vw!important}.first-column.pre-12{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-12{margin-right:calc(47.5vw - 0.5rem)!important}.post-12{margin-right:47.5vw!important}html[dir="rtl"] .post-12{margin-left:47.5vw!important}.pre-13{margin-left:51.45833vw!important}html[dir="rtl"] .pre-13{margin-right:51.45833vw!important}.first-column.pre-13{margin-left:calc(51.45833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-13{margin-right:calc(51.45833vw - 0.5rem)!important}.post-13{margin-right:51.45833vw!important}html[dir="rtl"] .post-13{margin-left:51.45833vw!important}.pre-14{margin-left:55.41667vw!important}html[dir="rtl"] .pre-14{margin-right:55.41667vw!important}.first-column.pre-14{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-14{margin-right:calc(55.41667vw - 0.5rem)!important}.post-14{margin-right:55.41667vw!important}html[dir="rtl"] .post-14{margin-left:55.41667vw!important}.pre-15{margin-left:59.375vw!important}html[dir="rtl"] .pre-15{margin-right:59.375vw!important}.first-column.pre-15{margin-left:calc(59.375vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-15{margin-right:calc(59.375vw - 0.5rem)!important}.post-15{margin-right:59.375vw!important}html[dir="rtl"] .post-15{margin-left:59.375vw!important}.pre-16{margin-left:63.33333vw!important}html[dir="rtl"] .pre-16{margin-right:63.33333vw!important}.first-column.pre-16{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-16{margin-right:calc(63.33333vw - 0.5rem)!important}.post-16{margin-right:63.33333vw!important}html[dir="rtl"] .post-16{margin-left:63.33333vw!important}.pre-17{margin-left:67.29167vw!important}html[dir="rtl"] .pre-17{margin-right:67.29167vw!important}.first-column.pre-17{margin-left:calc(67.29167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-17{margin-right:calc(67.29167vw - 0.5rem)!important}.post-17{margin-right:67.29167vw!important}html[dir="rtl"] .post-17{margin-left:67.29167vw!important}.pre-18{margin-left:71.25vw!important}html[dir="rtl"] .pre-18{margin-right:71.25vw!important}.first-column.pre-18{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-18{margin-right:calc(71.25vw - 0.5rem)!important}.post-18{margin-right:71.25vw!important}html[dir="rtl"] .post-18{margin-left:71.25vw!important}.pre-19{margin-left:75.20833vw!important}html[dir="rtl"] .pre-19{margin-right:75.20833vw!important}.first-column.pre-19{margin-left:calc(75.20833vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-19{margin-right:calc(75.20833vw - 0.5rem)!important}.post-19{margin-right:75.20833vw!important}html[dir="rtl"] .post-19{margin-left:75.20833vw!important}.pre-20{margin-left:79.16667vw!important}html[dir="rtl"] .pre-20{margin-right:79.16667vw!important}.first-column.pre-20{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-20{margin-right:calc(79.16667vw - 0.5rem)!important}.post-20{margin-right:79.16667vw!important}html[dir="rtl"] .post-20{margin-left:79.16667vw!important}.pre-21{margin-left:83.125vw!important}html[dir="rtl"] .pre-21{margin-right:83.125vw!important}.first-column.pre-21{margin-left:calc(83.125vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-21{margin-right:calc(83.125vw - 0.5rem)!important}.post-21{margin-right:83.125vw!important}html[dir="rtl"] .post-21{margin-left:83.125vw!important}.pre-22{margin-left:87.08333vw!important}html[dir="rtl"] .pre-22{margin-right:87.08333vw!important}.first-column.pre-22{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-22{margin-right:calc(87.08333vw - 0.5rem)!important}.post-22{margin-right:87.08333vw!important}html[dir="rtl"] .post-22{margin-left:87.08333vw!important}.pre-23{margin-left:91.04167vw!important}html[dir="rtl"] .pre-23{margin-right:91.04167vw!important}.first-column.pre-23{margin-left:calc(91.04167vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-23{margin-right:calc(91.04167vw - 0.5rem)!important}.post-23{margin-right:91.04167vw!important}html[dir="rtl"] .post-23{margin-left:91.04167vw!important}.pre-24{margin-left:95vw!important}html[dir="rtl"] .pre-24{margin-right:95vw!important}.first-column.pre-24{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .first-column.pre-24{margin-right:calc(95vw - 0.5rem)!important}.post-24{margin-right:95vw!important}html[dir="rtl"] .post-24{margin-left:95vw!important}.rtl-pre-0{margin-left:0vw!important}html[dir="rtl"] .rtl-pre-0{margin-right:0vw!important}.first-column.rtl-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-0{margin-right:calc(0vw - 0.5rem)!important}.rtl-post-0{margin-right:0vw!important}html[dir="rtl"] .rtl-post-0{margin-left:0vw!important}.rtl-pre-1{margin-left:3.95833vw!important}html[dir="rtl"] .rtl-pre-1{margin-right:3.95833vw!important}.first-column.rtl-pre-1{margin-left:calc(3.95833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-1{margin-right:calc(3.95833vw - 0.5rem)!important}.rtl-post-1{margin-right:3.95833vw!important}html[dir="rtl"] .rtl-post-1{margin-left:3.95833vw!important}.rtl-pre-2{margin-left:7.91667vw!important}html[dir="rtl"] .rtl-pre-2{margin-right:7.91667vw!important}.first-column.rtl-pre-2{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-2{margin-right:calc(7.91667vw - 0.5rem)!important}.rtl-post-2{margin-right:7.91667vw!important}html[dir="rtl"] .rtl-post-2{margin-left:7.91667vw!important}.rtl-pre-3{margin-left:11.875vw!important}html[dir="rtl"] .rtl-pre-3{margin-right:11.875vw!important}.first-column.rtl-pre-3{margin-left:calc(11.875vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-3{margin-right:calc(11.875vw - 0.5rem)!important}.rtl-post-3{margin-right:11.875vw!important}html[dir="rtl"] .rtl-post-3{margin-left:11.875vw!important}.rtl-pre-4{margin-left:15.83333vw!important}html[dir="rtl"] .rtl-pre-4{margin-right:15.83333vw!important}.first-column.rtl-pre-4{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-4{margin-right:calc(15.83333vw - 0.5rem)!important}.rtl-post-4{margin-right:15.83333vw!important}html[dir="rtl"] .rtl-post-4{margin-left:15.83333vw!important}.rtl-pre-5{margin-left:19.79167vw!important}html[dir="rtl"] .rtl-pre-5{margin-right:19.79167vw!important}.first-column.rtl-pre-5{margin-left:calc(19.79167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-5{margin-right:calc(19.79167vw - 0.5rem)!important}.rtl-post-5{margin-right:19.79167vw!important}html[dir="rtl"] .rtl-post-5{margin-left:19.79167vw!important}.rtl-pre-6{margin-left:23.75vw!important}html[dir="rtl"] .rtl-pre-6{margin-right:23.75vw!important}.first-column.rtl-pre-6{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-6{margin-right:calc(23.75vw - 0.5rem)!important}.rtl-post-6{margin-right:23.75vw!important}html[dir="rtl"] .rtl-post-6{margin-left:23.75vw!important}.rtl-pre-7{margin-left:27.70833vw!important}html[dir="rtl"] .rtl-pre-7{margin-right:27.70833vw!important}.first-column.rtl-pre-7{margin-left:calc(27.70833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-7{margin-right:calc(27.70833vw - 0.5rem)!important}.rtl-post-7{margin-right:27.70833vw!important}html[dir="rtl"] .rtl-post-7{margin-left:27.70833vw!important}.rtl-pre-8{margin-left:31.66667vw!important}html[dir="rtl"] .rtl-pre-8{margin-right:31.66667vw!important}.first-column.rtl-pre-8{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-8{margin-right:calc(31.66667vw - 0.5rem)!important}.rtl-post-8{margin-right:31.66667vw!important}html[dir="rtl"] .rtl-post-8{margin-left:31.66667vw!important}.rtl-pre-9{margin-left:35.625vw!important}html[dir="rtl"] .rtl-pre-9{margin-right:35.625vw!important}.first-column.rtl-pre-9{margin-left:calc(35.625vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-9{margin-right:calc(35.625vw - 0.5rem)!important}.rtl-post-9{margin-right:35.625vw!important}html[dir="rtl"] .rtl-post-9{margin-left:35.625vw!important}.rtl-pre-10{margin-left:39.58333vw!important}html[dir="rtl"] .rtl-pre-10{margin-right:39.58333vw!important}.first-column.rtl-pre-10{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-10{margin-right:calc(39.58333vw - 0.5rem)!important}.rtl-post-10{margin-right:39.58333vw!important}html[dir="rtl"] .rtl-post-10{margin-left:39.58333vw!important}.rtl-pre-11{margin-left:43.54167vw!important}html[dir="rtl"] .rtl-pre-11{margin-right:43.54167vw!important}.first-column.rtl-pre-11{margin-left:calc(43.54167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-11{margin-right:calc(43.54167vw - 0.5rem)!important}.rtl-post-11{margin-right:43.54167vw!important}html[dir="rtl"] .rtl-post-11{margin-left:43.54167vw!important}.rtl-pre-12{margin-left:47.5vw!important}html[dir="rtl"] .rtl-pre-12{margin-right:47.5vw!important}.first-column.rtl-pre-12{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-12{margin-right:calc(47.5vw - 0.5rem)!important}.rtl-post-12{margin-right:47.5vw!important}html[dir="rtl"] .rtl-post-12{margin-left:47.5vw!important}.rtl-pre-13{margin-left:51.45833vw!important}html[dir="rtl"] .rtl-pre-13{margin-right:51.45833vw!important}.first-column.rtl-pre-13{margin-left:calc(51.45833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-13{margin-right:calc(51.45833vw - 0.5rem)!important}.rtl-post-13{margin-right:51.45833vw!important}html[dir="rtl"] .rtl-post-13{margin-left:51.45833vw!important}.rtl-pre-14{margin-left:55.41667vw!important}html[dir="rtl"] .rtl-pre-14{margin-right:55.41667vw!important}.first-column.rtl-pre-14{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-14{margin-right:calc(55.41667vw - 0.5rem)!important}.rtl-post-14{margin-right:55.41667vw!important}html[dir="rtl"] .rtl-post-14{margin-left:55.41667vw!important}.rtl-pre-15{margin-left:59.375vw!important}html[dir="rtl"] .rtl-pre-15{margin-right:59.375vw!important}.first-column.rtl-pre-15{margin-left:calc(59.375vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-15{margin-right:calc(59.375vw - 0.5rem)!important}.rtl-post-15{margin-right:59.375vw!important}html[dir="rtl"] .rtl-post-15{margin-left:59.375vw!important}.rtl-pre-16{margin-left:63.33333vw!important}html[dir="rtl"] .rtl-pre-16{margin-right:63.33333vw!important}.first-column.rtl-pre-16{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-16{margin-right:calc(63.33333vw - 0.5rem)!important}.rtl-post-16{margin-right:63.33333vw!important}html[dir="rtl"] .rtl-post-16{margin-left:63.33333vw!important}.rtl-pre-17{margin-left:67.29167vw!important}html[dir="rtl"] .rtl-pre-17{margin-right:67.29167vw!important}.first-column.rtl-pre-17{margin-left:calc(67.29167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-17{margin-right:calc(67.29167vw - 0.5rem)!important}.rtl-post-17{margin-right:67.29167vw!important}html[dir="rtl"] .rtl-post-17{margin-left:67.29167vw!important}.rtl-pre-18{margin-left:71.25vw!important}html[dir="rtl"] .rtl-pre-18{margin-right:71.25vw!important}.first-column.rtl-pre-18{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-18{margin-right:calc(71.25vw - 0.5rem)!important}.rtl-post-18{margin-right:71.25vw!important}html[dir="rtl"] .rtl-post-18{margin-left:71.25vw!important}.rtl-pre-19{margin-left:75.20833vw!important}html[dir="rtl"] .rtl-pre-19{margin-right:75.20833vw!important}.first-column.rtl-pre-19{margin-left:calc(75.20833vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-19{margin-right:calc(75.20833vw - 0.5rem)!important}.rtl-post-19{margin-right:75.20833vw!important}html[dir="rtl"] .rtl-post-19{margin-left:75.20833vw!important}.rtl-pre-20{margin-left:79.16667vw!important}html[dir="rtl"] .rtl-pre-20{margin-right:79.16667vw!important}.first-column.rtl-pre-20{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-20{margin-right:calc(79.16667vw - 0.5rem)!important}.rtl-post-20{margin-right:79.16667vw!important}html[dir="rtl"] .rtl-post-20{margin-left:79.16667vw!important}.rtl-pre-21{margin-left:83.125vw!important}html[dir="rtl"] .rtl-pre-21{margin-right:83.125vw!important}.first-column.rtl-pre-21{margin-left:calc(83.125vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-21{margin-right:calc(83.125vw - 0.5rem)!important}.rtl-post-21{margin-right:83.125vw!important}html[dir="rtl"] .rtl-post-21{margin-left:83.125vw!important}.rtl-pre-22{margin-left:87.08333vw!important}html[dir="rtl"] .rtl-pre-22{margin-right:87.08333vw!important}.first-column.rtl-pre-22{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-22{margin-right:calc(87.08333vw - 0.5rem)!important}.rtl-post-22{margin-right:87.08333vw!important}html[dir="rtl"] .rtl-post-22{margin-left:87.08333vw!important}.rtl-pre-23{margin-left:91.04167vw!important}html[dir="rtl"] .rtl-pre-23{margin-right:91.04167vw!important}.first-column.rtl-pre-23{margin-left:calc(91.04167vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-23{margin-right:calc(91.04167vw - 0.5rem)!important}.rtl-post-23{margin-right:91.04167vw!important}html[dir="rtl"] .rtl-post-23{margin-left:91.04167vw!important}.rtl-pre-24{margin-left:95vw!important}html[dir="rtl"] .rtl-pre-24{margin-right:95vw!important}.first-column.rtl-pre-24{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .first-column.rtl-pre-24{margin-right:calc(95vw - 0.5rem)!important}.rtl-post-24{margin-right:95vw!important}html[dir="rtl"] .rtl-post-24{margin-left:95vw!important}}@media screen and (max-width:859px){.tablet-pre-0{margin-left:0vw!important}html[dir="rtl"] .tablet-pre-0{margin-right:0vw!important}.tablet-first-column.tablet-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-0{margin-right:calc(0vw - 0.5rem)!important}.tablet-post-0{margin-right:0vw!important}html[dir="rtl"] .tablet-post-0{margin-left:0vw!important}.tablet-pre-1{margin-left:7.91667vw!important}html[dir="rtl"] .tablet-pre-1{margin-right:7.91667vw!important}.tablet-first-column.tablet-pre-1{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-1{margin-right:calc(7.91667vw - 0.5rem)!important}.tablet-post-1{margin-right:7.91667vw!important}html[dir="rtl"] .tablet-post-1{margin-left:7.91667vw!important}.tablet-pre-2{margin-left:15.83333vw!important}html[dir="rtl"] .tablet-pre-2{margin-right:15.83333vw!important}.tablet-first-column.tablet-pre-2{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-2{margin-right:calc(15.83333vw - 0.5rem)!important}.tablet-post-2{margin-right:15.83333vw!important}html[dir="rtl"] .tablet-post-2{margin-left:15.83333vw!important}.tablet-pre-3{margin-left:23.75vw!important}html[dir="rtl"] .tablet-pre-3{margin-right:23.75vw!important}.tablet-first-column.tablet-pre-3{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-3{margin-right:calc(23.75vw - 0.5rem)!important}.tablet-post-3{margin-right:23.75vw!important}html[dir="rtl"] .tablet-post-3{margin-left:23.75vw!important}.tablet-pre-4{margin-left:31.66667vw!important}html[dir="rtl"] .tablet-pre-4{margin-right:31.66667vw!important}.tablet-first-column.tablet-pre-4{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-4{margin-right:calc(31.66667vw - 0.5rem)!important}.tablet-post-4{margin-right:31.66667vw!important}html[dir="rtl"] .tablet-post-4{margin-left:31.66667vw!important}.tablet-pre-5{margin-left:39.58333vw!important}html[dir="rtl"] .tablet-pre-5{margin-right:39.58333vw!important}.tablet-first-column.tablet-pre-5{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-5{margin-right:calc(39.58333vw - 0.5rem)!important}.tablet-post-5{margin-right:39.58333vw!important}html[dir="rtl"] .tablet-post-5{margin-left:39.58333vw!important}.tablet-pre-6{margin-left:47.5vw!important}html[dir="rtl"] .tablet-pre-6{margin-right:47.5vw!important}.tablet-first-column.tablet-pre-6{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-6{margin-right:calc(47.5vw - 0.5rem)!important}.tablet-post-6{margin-right:47.5vw!important}html[dir="rtl"] .tablet-post-6{margin-left:47.5vw!important}.tablet-pre-7{margin-left:55.41667vw!important}html[dir="rtl"] .tablet-pre-7{margin-right:55.41667vw!important}.tablet-first-column.tablet-pre-7{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-7{margin-right:calc(55.41667vw - 0.5rem)!important}.tablet-post-7{margin-right:55.41667vw!important}html[dir="rtl"] .tablet-post-7{margin-left:55.41667vw!important}.tablet-pre-8{margin-left:63.33333vw!important}html[dir="rtl"] .tablet-pre-8{margin-right:63.33333vw!important}.tablet-first-column.tablet-pre-8{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-8{margin-right:calc(63.33333vw - 0.5rem)!important}.tablet-post-8{margin-right:63.33333vw!important}html[dir="rtl"] .tablet-post-8{margin-left:63.33333vw!important}.tablet-pre-9{margin-left:71.25vw!important}html[dir="rtl"] .tablet-pre-9{margin-right:71.25vw!important}.tablet-first-column.tablet-pre-9{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-9{margin-right:calc(71.25vw - 0.5rem)!important}.tablet-post-9{margin-right:71.25vw!important}html[dir="rtl"] .tablet-post-9{margin-left:71.25vw!important}.tablet-pre-10{margin-left:79.16667vw!important}html[dir="rtl"] .tablet-pre-10{margin-right:79.16667vw!important}.tablet-first-column.tablet-pre-10{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-10{margin-right:calc(79.16667vw - 0.5rem)!important}.tablet-post-10{margin-right:79.16667vw!important}html[dir="rtl"] .tablet-post-10{margin-left:79.16667vw!important}.tablet-pre-11{margin-left:87.08333vw!important}html[dir="rtl"] .tablet-pre-11{margin-right:87.08333vw!important}.tablet-first-column.tablet-pre-11{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-11{margin-right:calc(87.08333vw - 0.5rem)!important}.tablet-post-11{margin-right:87.08333vw!important}html[dir="rtl"] .tablet-post-11{margin-left:87.08333vw!important}.tablet-pre-12{margin-left:95vw!important}html[dir="rtl"] .tablet-pre-12{margin-right:95vw!important}.tablet-first-column.tablet-pre-12{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.tablet-pre-12{margin-right:calc(95vw - 0.5rem)!important}.tablet-post-12{margin-right:95vw!important}html[dir="rtl"] .tablet-post-12{margin-left:95vw!important}.rtl-tablet-pre-0{margin-left:0vw!important}html[dir="rtl"] .rtl-tablet-pre-0{margin-right:0vw!important}.tablet-first-column.rtl-tablet-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-0{margin-right:calc(0vw - 0.5rem)!important}.rtl-tablet-post-0{margin-right:0vw!important}html[dir="rtl"] .rtl-tablet-post-0{margin-left:0vw!important}.rtl-tablet-pre-1{margin-left:7.91667vw!important}html[dir="rtl"] .rtl-tablet-pre-1{margin-right:7.91667vw!important}.tablet-first-column.rtl-tablet-pre-1{margin-left:calc(7.91667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-1{margin-right:calc(7.91667vw - 0.5rem)!important}.rtl-tablet-post-1{margin-right:7.91667vw!important}html[dir="rtl"] .rtl-tablet-post-1{margin-left:7.91667vw!important}.rtl-tablet-pre-2{margin-left:15.83333vw!important}html[dir="rtl"] .rtl-tablet-pre-2{margin-right:15.83333vw!important}.tablet-first-column.rtl-tablet-pre-2{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-2{margin-right:calc(15.83333vw - 0.5rem)!important}.rtl-tablet-post-2{margin-right:15.83333vw!important}html[dir="rtl"] .rtl-tablet-post-2{margin-left:15.83333vw!important}.rtl-tablet-pre-3{margin-left:23.75vw!important}html[dir="rtl"] .rtl-tablet-pre-3{margin-right:23.75vw!important}.tablet-first-column.rtl-tablet-pre-3{margin-left:calc(23.75vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-3{margin-right:calc(23.75vw - 0.5rem)!important}.rtl-tablet-post-3{margin-right:23.75vw!important}html[dir="rtl"] .rtl-tablet-post-3{margin-left:23.75vw!important}.rtl-tablet-pre-4{margin-left:31.66667vw!important}html[dir="rtl"] .rtl-tablet-pre-4{margin-right:31.66667vw!important}.tablet-first-column.rtl-tablet-pre-4{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-4{margin-right:calc(31.66667vw - 0.5rem)!important}.rtl-tablet-post-4{margin-right:31.66667vw!important}html[dir="rtl"] .rtl-tablet-post-4{margin-left:31.66667vw!important}.rtl-tablet-pre-5{margin-left:39.58333vw!important}html[dir="rtl"] .rtl-tablet-pre-5{margin-right:39.58333vw!important}.tablet-first-column.rtl-tablet-pre-5{margin-left:calc(39.58333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-5{margin-right:calc(39.58333vw - 0.5rem)!important}.rtl-tablet-post-5{margin-right:39.58333vw!important}html[dir="rtl"] .rtl-tablet-post-5{margin-left:39.58333vw!important}.rtl-tablet-pre-6{margin-left:47.5vw!important}html[dir="rtl"] .rtl-tablet-pre-6{margin-right:47.5vw!important}.tablet-first-column.rtl-tablet-pre-6{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-6{margin-right:calc(47.5vw - 0.5rem)!important}.rtl-tablet-post-6{margin-right:47.5vw!important}html[dir="rtl"] .rtl-tablet-post-6{margin-left:47.5vw!important}.rtl-tablet-pre-7{margin-left:55.41667vw!important}html[dir="rtl"] .rtl-tablet-pre-7{margin-right:55.41667vw!important}.tablet-first-column.rtl-tablet-pre-7{margin-left:calc(55.41667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-7{margin-right:calc(55.41667vw - 0.5rem)!important}.rtl-tablet-post-7{margin-right:55.41667vw!important}html[dir="rtl"] .rtl-tablet-post-7{margin-left:55.41667vw!important}.rtl-tablet-pre-8{margin-left:63.33333vw!important}html[dir="rtl"] .rtl-tablet-pre-8{margin-right:63.33333vw!important}.tablet-first-column.rtl-tablet-pre-8{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-8{margin-right:calc(63.33333vw - 0.5rem)!important}.rtl-tablet-post-8{margin-right:63.33333vw!important}html[dir="rtl"] .rtl-tablet-post-8{margin-left:63.33333vw!important}.rtl-tablet-pre-9{margin-left:71.25vw!important}html[dir="rtl"] .rtl-tablet-pre-9{margin-right:71.25vw!important}.tablet-first-column.rtl-tablet-pre-9{margin-left:calc(71.25vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-9{margin-right:calc(71.25vw - 0.5rem)!important}.rtl-tablet-post-9{margin-right:71.25vw!important}html[dir="rtl"] .rtl-tablet-post-9{margin-left:71.25vw!important}.rtl-tablet-pre-10{margin-left:79.16667vw!important}html[dir="rtl"] .rtl-tablet-pre-10{margin-right:79.16667vw!important}.tablet-first-column.rtl-tablet-pre-10{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-10{margin-right:calc(79.16667vw - 0.5rem)!important}.rtl-tablet-post-10{margin-right:79.16667vw!important}html[dir="rtl"] .rtl-tablet-post-10{margin-left:79.16667vw!important}.rtl-tablet-pre-11{margin-left:87.08333vw!important}html[dir="rtl"] .rtl-tablet-pre-11{margin-right:87.08333vw!important}.tablet-first-column.rtl-tablet-pre-11{margin-left:calc(87.08333vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-11{margin-right:calc(87.08333vw - 0.5rem)!important}.rtl-tablet-post-11{margin-right:87.08333vw!important}html[dir="rtl"] .rtl-tablet-post-11{margin-left:87.08333vw!important}.rtl-tablet-pre-12{margin-left:95vw!important}html[dir="rtl"] .rtl-tablet-pre-12{margin-right:95vw!important}.tablet-first-column.rtl-tablet-pre-12{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .tablet-first-column.rtl-tablet-pre-12{margin-right:calc(95vw - 0.5rem)!important}.rtl-tablet-post-12{margin-right:95vw!important}html[dir="rtl"] .rtl-tablet-post-12{margin-left:95vw!important}}@media screen and (max-width:479px){.phone-pre-0{margin-left:0vw!important}html[dir="rtl"] .phone-pre-0{margin-right:0vw!important}.phone-first-column.phone-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-0{margin-right:calc(0vw - 0.5rem)!important}.phone-post-0{margin-right:0vw!important}html[dir="rtl"] .phone-post-0{margin-left:0vw!important}.phone-pre-1{margin-left:15.83333vw!important}html[dir="rtl"] .phone-pre-1{margin-right:15.83333vw!important}.phone-first-column.phone-pre-1{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-1{margin-right:calc(15.83333vw - 0.5rem)!important}.phone-post-1{margin-right:15.83333vw!important}html[dir="rtl"] .phone-post-1{margin-left:15.83333vw!important}.phone-pre-2{margin-left:31.66667vw!important}html[dir="rtl"] .phone-pre-2{margin-right:31.66667vw!important}.phone-first-column.phone-pre-2{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-2{margin-right:calc(31.66667vw - 0.5rem)!important}.phone-post-2{margin-right:31.66667vw!important}html[dir="rtl"] .phone-post-2{margin-left:31.66667vw!important}.phone-pre-3{margin-left:47.5vw!important}html[dir="rtl"] .phone-pre-3{margin-right:47.5vw!important}.phone-first-column.phone-pre-3{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-3{margin-right:calc(47.5vw - 0.5rem)!important}.phone-post-3{margin-right:47.5vw!important}html[dir="rtl"] .phone-post-3{margin-left:47.5vw!important}.phone-pre-4{margin-left:63.33333vw!important}html[dir="rtl"] .phone-pre-4{margin-right:63.33333vw!important}.phone-first-column.phone-pre-4{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-4{margin-right:calc(63.33333vw - 0.5rem)!important}.phone-post-4{margin-right:63.33333vw!important}html[dir="rtl"] .phone-post-4{margin-left:63.33333vw!important}.phone-pre-5{margin-left:79.16667vw!important}html[dir="rtl"] .phone-pre-5{margin-right:79.16667vw!important}.phone-first-column.phone-pre-5{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-5{margin-right:calc(79.16667vw - 0.5rem)!important}.phone-post-5{margin-right:79.16667vw!important}html[dir="rtl"] .phone-post-5{margin-left:79.16667vw!important}.phone-pre-6{margin-left:95vw!important}html[dir="rtl"] .phone-pre-6{margin-right:95vw!important}.phone-first-column.phone-pre-6{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.phone-pre-6{margin-right:calc(95vw - 0.5rem)!important}.phone-post-6{margin-right:95vw!important}html[dir="rtl"] .phone-post-6{margin-left:95vw!important}.rtl-phone-pre-0{margin-left:0vw!important}html[dir="rtl"] .rtl-phone-pre-0{margin-right:0vw!important}.phone-first-column.rtl-phone-pre-0{margin-left:calc(0vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-0{margin-right:calc(0vw - 0.5rem)!important}.rtl-phone-post-0{margin-right:0vw!important}html[dir="rtl"] .rtl-phone-post-0{margin-left:0vw!important}.rtl-phone-pre-1{margin-left:15.83333vw!important}html[dir="rtl"] .rtl-phone-pre-1{margin-right:15.83333vw!important}.phone-first-column.rtl-phone-pre-1{margin-left:calc(15.83333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-1{margin-right:calc(15.83333vw - 0.5rem)!important}.rtl-phone-post-1{margin-right:15.83333vw!important}html[dir="rtl"] .rtl-phone-post-1{margin-left:15.83333vw!important}.rtl-phone-pre-2{margin-left:31.66667vw!important}html[dir="rtl"] .rtl-phone-pre-2{margin-right:31.66667vw!important}.phone-first-column.rtl-phone-pre-2{margin-left:calc(31.66667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-2{margin-right:calc(31.66667vw - 0.5rem)!important}.rtl-phone-post-2{margin-right:31.66667vw!important}html[dir="rtl"] .rtl-phone-post-2{margin-left:31.66667vw!important}.rtl-phone-pre-3{margin-left:47.5vw!important}html[dir="rtl"] .rtl-phone-pre-3{margin-right:47.5vw!important}.phone-first-column.rtl-phone-pre-3{margin-left:calc(47.5vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-3{margin-right:calc(47.5vw - 0.5rem)!important}.rtl-phone-post-3{margin-right:47.5vw!important}html[dir="rtl"] .rtl-phone-post-3{margin-left:47.5vw!important}.rtl-phone-pre-4{margin-left:63.33333vw!important}html[dir="rtl"] .rtl-phone-pre-4{margin-right:63.33333vw!important}.phone-first-column.rtl-phone-pre-4{margin-left:calc(63.33333vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-4{margin-right:calc(63.33333vw - 0.5rem)!important}.rtl-phone-post-4{margin-right:63.33333vw!important}html[dir="rtl"] .rtl-phone-post-4{margin-left:63.33333vw!important}.rtl-phone-pre-5{margin-left:79.16667vw!important}html[dir="rtl"] .rtl-phone-pre-5{margin-right:79.16667vw!important}.phone-first-column.rtl-phone-pre-5{margin-left:calc(79.16667vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-5{margin-right:calc(79.16667vw - 0.5rem)!important}.rtl-phone-post-5{margin-right:79.16667vw!important}html[dir="rtl"] .rtl-phone-post-5{margin-left:79.16667vw!important}.rtl-phone-pre-6{margin-left:95vw!important}html[dir="rtl"] .rtl-phone-pre-6{margin-right:95vw!important}.phone-first-column.rtl-phone-pre-6{margin-left:calc(95vw - 0.5rem)!important}html[dir="rtl"] .phone-first-column.rtl-phone-pre-6{margin-right:calc(95vw - 0.5rem)!important}.rtl-phone-post-6{margin-right:95vw!important}html[dir="rtl"] .rtl-phone-post-6{margin-left:95vw!important}}@media screen and (min-width:1525.5px){.pre-0{margin-left:0!important}html[dir="rtl"] .pre-0{margin-right:0!important}.post-0{margin-right:0!important}html[dir="rtl"] .post-0{margin-left:0!important}.pre-1{margin-left:60.41667px!important}html[dir="rtl"] .pre-1{margin-right:60.41667px!important}.post-1{margin-right:60.41667px!important}html[dir="rtl"] .post-1{margin-left:60.41667px!important}.pre-2{margin-left:120.83333px!important}html[dir="rtl"] .pre-2{margin-right:120.83333px!important}.post-2{margin-right:120.83333px!important}html[dir="rtl"] .post-2{margin-left:120.83333px!important}.pre-3{margin-left:181.25px!important}html[dir="rtl"] .pre-3{margin-right:181.25px!important}.post-3{margin-right:181.25px!important}html[dir="rtl"] .post-3{margin-left:181.25px!important}.pre-4{margin-left:241.66667px!important}html[dir="rtl"] .pre-4{margin-right:241.66667px!important}.post-4{margin-right:241.66667px!important}html[dir="rtl"] .post-4{margin-left:241.66667px!important}.pre-5{margin-left:302.08333px!important}html[dir="rtl"] .pre-5{margin-right:302.08333px!important}.post-5{margin-right:302.08333px!important}html[dir="rtl"] .post-5{margin-left:302.08333px!important}.pre-6{margin-left:362.5px!important}html[dir="rtl"] .pre-6{margin-right:362.5px!important}.post-6{margin-right:362.5px!important}html[dir="rtl"] .post-6{margin-left:362.5px!important}.pre-7{margin-left:422.91667px!important}html[dir="rtl"] .pre-7{margin-right:422.91667px!important}.post-7{margin-right:422.91667px!important}html[dir="rtl"] .post-7{margin-left:422.91667px!important}.pre-8{margin-left:483.33333px!important}html[dir="rtl"] .pre-8{margin-right:483.33333px!important}.post-8{margin-right:483.33333px!important}html[dir="rtl"] .post-8{margin-left:483.33333px!important}.pre-9{margin-left:543.75px!important}html[dir="rtl"] .pre-9{margin-right:543.75px!important}.post-9{margin-right:543.75px!important}html[dir="rtl"] .post-9{margin-left:543.75px!important}.pre-10{margin-left:604.16667px!important}html[dir="rtl"] .pre-10{margin-right:604.16667px!important}.post-10{margin-right:604.16667px!important}html[dir="rtl"] .post-10{margin-left:604.16667px!important}.pre-11{margin-left:664.58333px!important}html[dir="rtl"] .pre-11{margin-right:664.58333px!important}.post-11{margin-right:664.58333px!important}html[dir="rtl"] .post-11{margin-left:664.58333px!important}.pre-12{margin-left:725px!important}html[dir="rtl"] .pre-12{margin-right:725px!important}.post-12{margin-right:725px!important}html[dir="rtl"] .post-12{margin-left:725px!important}.pre-13{margin-left:785.41667px!important}html[dir="rtl"] .pre-13{margin-right:785.41667px!important}.post-13{margin-right:785.41667px!important}html[dir="rtl"] .post-13{margin-left:785.41667px!important}.pre-14{margin-left:845.83333px!important}html[dir="rtl"] .pre-14{margin-right:845.83333px!important}.post-14{margin-right:845.83333px!important}html[dir="rtl"] .post-14{margin-left:845.83333px!important}.pre-15{margin-left:906.25px!important}html[dir="rtl"] .pre-15{margin-right:906.25px!important}.post-15{margin-right:906.25px!important}html[dir="rtl"] .post-15{margin-left:906.25px!important}.pre-16{margin-left:966.66667px!important}html[dir="rtl"] .pre-16{margin-right:966.66667px!important}.post-16{margin-right:966.66667px!important}html[dir="rtl"] .post-16{margin-left:966.66667px!important}.pre-17{margin-left:1027.08333px!important}html[dir="rtl"] .pre-17{margin-right:1027.08333px!important}.post-17{margin-right:1027.08333px!important}html[dir="rtl"] .post-17{margin-left:1027.08333px!important}.pre-18{margin-left:1087.5px!important}html[dir="rtl"] .pre-18{margin-right:1087.5px!important}.post-18{margin-right:1087.5px!important}html[dir="rtl"] .post-18{margin-left:1087.5px!important}.pre-19{margin-left:1147.91667px!important}html[dir="rtl"] .pre-19{margin-right:1147.91667px!important}.post-19{margin-right:1147.91667px!important}html[dir="rtl"] .post-19{margin-left:1147.91667px!important}.pre-20{margin-left:1208.33333px!important}html[dir="rtl"] .pre-20{margin-right:1208.33333px!important}.post-20{margin-right:1208.33333px!important}html[dir="rtl"] .post-20{margin-left:1208.33333px!important}.pre-21{margin-left:1268.75px!important}html[dir="rtl"] .pre-21{margin-right:1268.75px!important}.post-21{margin-right:1268.75px!important}html[dir="rtl"] .post-21{margin-left:1268.75px!important}.pre-22{margin-left:1329.16667px!important}html[dir="rtl"] .pre-22{margin-right:1329.16667px!important}.post-22{margin-right:1329.16667px!important}html[dir="rtl"] .post-22{margin-left:1329.16667px!important}.pre-23{margin-left:1389.58333px!important}html[dir="rtl"] .pre-23{margin-right:1389.58333px!important}.post-23{margin-right:1389.58333px!important}html[dir="rtl"] .post-23{margin-left:1389.58333px!important}.pre-24{margin-left:1450px!important}html[dir="rtl"] .pre-24{margin-right:1450px!important}.post-24{margin-right:1450px!important}html[dir="rtl"] .post-24{margin-left:1450px!important}.rtl-pre-0{margin-left:0!important}html[dir="rtl"] .rtl-pre-0{margin-right:0!important}.rtl-post-0{margin-right:0!important}html[dir="rtl"] .rtl-post-0{margin-left:0!important}.rtl-pre-1{margin-left:60.41667px!important}html[dir="rtl"] .rtl-pre-1{margin-right:60.41667px!important}.rtl-post-1{margin-right:60.41667px!important}html[dir="rtl"] .rtl-post-1{margin-left:60.41667px!important}.rtl-pre-2{margin-left:120.83333px!important}html[dir="rtl"] .rtl-pre-2{margin-right:120.83333px!important}.rtl-post-2{margin-right:120.83333px!important}html[dir="rtl"] .rtl-post-2{margin-left:120.83333px!important}.rtl-pre-3{margin-left:181.25px!important}html[dir="rtl"] .rtl-pre-3{margin-right:181.25px!important}.rtl-post-3{margin-right:181.25px!important}html[dir="rtl"] .rtl-post-3{margin-left:181.25px!important}.rtl-pre-4{margin-left:241.66667px!important}html[dir="rtl"] .rtl-pre-4{margin-right:241.66667px!important}.rtl-post-4{margin-right:241.66667px!important}html[dir="rtl"] .rtl-post-4{margin-left:241.66667px!important}.rtl-pre-5{margin-left:302.08333px!important}html[dir="rtl"] .rtl-pre-5{margin-right:302.08333px!important}.rtl-post-5{margin-right:302.08333px!important}html[dir="rtl"] .rtl-post-5{margin-left:302.08333px!important}.rtl-pre-6{margin-left:362.5px!important}html[dir="rtl"] .rtl-pre-6{margin-right:362.5px!important}.rtl-post-6{margin-right:362.5px!important}html[dir="rtl"] .rtl-post-6{margin-left:362.5px!important}.rtl-pre-7{margin-left:422.91667px!important}html[dir="rtl"] .rtl-pre-7{margin-right:422.91667px!important}.rtl-post-7{margin-right:422.91667px!important}html[dir="rtl"] .rtl-post-7{margin-left:422.91667px!important}.rtl-pre-8{margin-left:483.33333px!important}html[dir="rtl"] .rtl-pre-8{margin-right:483.33333px!important}.rtl-post-8{margin-right:483.33333px!important}html[dir="rtl"] .rtl-post-8{margin-left:483.33333px!important}.rtl-pre-9{margin-left:543.75px!important}html[dir="rtl"] .rtl-pre-9{margin-right:543.75px!important}.rtl-post-9{margin-right:543.75px!important}html[dir="rtl"] .rtl-post-9{margin-left:543.75px!important}.rtl-pre-10{margin-left:604.16667px!important}html[dir="rtl"] .rtl-pre-10{margin-right:604.16667px!important}.rtl-post-10{margin-right:604.16667px!important}html[dir="rtl"] .rtl-post-10{margin-left:604.16667px!important}.rtl-pre-11{margin-left:664.58333px!important}html[dir="rtl"] .rtl-pre-11{margin-right:664.58333px!important}.rtl-post-11{margin-right:664.58333px!important}html[dir="rtl"] .rtl-post-11{margin-left:664.58333px!important}.rtl-pre-12{margin-left:725px!important}html[dir="rtl"] .rtl-pre-12{margin-right:725px!important}.rtl-post-12{margin-right:725px!important}html[dir="rtl"] .rtl-post-12{margin-left:725px!important}.rtl-pre-13{margin-left:785.41667px!important}html[dir="rtl"] .rtl-pre-13{margin-right:785.41667px!important}.rtl-post-13{margin-right:785.41667px!important}html[dir="rtl"] .rtl-post-13{margin-left:785.41667px!important}.rtl-pre-14{margin-left:845.83333px!important}html[dir="rtl"] .rtl-pre-14{margin-right:845.83333px!important}.rtl-post-14{margin-right:845.83333px!important}html[dir="rtl"] .rtl-post-14{margin-left:845.83333px!important}.rtl-pre-15{margin-left:906.25px!important}html[dir="rtl"] .rtl-pre-15{margin-right:906.25px!important}.rtl-post-15{margin-right:906.25px!important}html[dir="rtl"] .rtl-post-15{margin-left:906.25px!important}.rtl-pre-16{margin-left:966.66667px!important}html[dir="rtl"] .rtl-pre-16{margin-right:966.66667px!important}.rtl-post-16{margin-right:966.66667px!important}html[dir="rtl"] .rtl-post-16{margin-left:966.66667px!important}.rtl-pre-17{margin-left:1027.08333px!important}html[dir="rtl"] .rtl-pre-17{margin-right:1027.08333px!important}.rtl-post-17{margin-right:1027.08333px!important}html[dir="rtl"] .rtl-post-17{margin-left:1027.08333px!important}.rtl-pre-18{margin-left:1087.5px!important}html[dir="rtl"] .rtl-pre-18{margin-right:1087.5px!important}.rtl-post-18{margin-right:1087.5px!important}html[dir="rtl"] .rtl-post-18{margin-left:1087.5px!important}.rtl-pre-19{margin-left:1147.91667px!important}html[dir="rtl"] .rtl-pre-19{margin-right:1147.91667px!important}.rtl-post-19{margin-right:1147.91667px!important}html[dir="rtl"] .rtl-post-19{margin-left:1147.91667px!important}.rtl-pre-20{margin-left:1208.33333px!important}html[dir="rtl"] .rtl-pre-20{margin-right:1208.33333px!important}.rtl-post-20{margin-right:1208.33333px!important}html[dir="rtl"] .rtl-post-20{margin-left:1208.33333px!important}.rtl-pre-21{margin-left:1268.75px!important}html[dir="rtl"] .rtl-pre-21{margin-right:1268.75px!important}.rtl-post-21{margin-right:1268.75px!important}html[dir="rtl"] .rtl-post-21{margin-left:1268.75px!important}.rtl-pre-22{margin-left:1329.16667px!important}html[dir="rtl"] .rtl-pre-22{margin-right:1329.16667px!important}.rtl-post-22{margin-right:1329.16667px!important}html[dir="rtl"] .rtl-post-22{margin-left:1329.16667px!important}.rtl-pre-23{margin-left:1389.58333px!important}html[dir="rtl"] .rtl-pre-23{margin-right:1389.58333px!important}.rtl-post-23{margin-right:1389.58333px!important}html[dir="rtl"] .rtl-post-23{margin-left:1389.58333px!important}.rtl-pre-24{margin-left:1450px!important}html[dir="rtl"] .rtl-pre-24{margin-right:1450px!important}.rtl-post-24{margin-right:1450px!important}html[dir="rtl"] .rtl-post-24{margin-left:1450px!important}}@media screen and (min-width:1450px){.phone-show{display:none!important}.tablet-show{display:none!important}.tablet-only{display:none!important}.large-hide{display:none!important}}@media screen and (max-width:1449px) and (min-width:860px){.phone-show{display:none!important}.tablet-show{display:none!important}.tablet-only{display:none!important}.large-only{display:none!important}.large-show{display:none!important}}@media screen and (max-width:859px) and (min-width:480px){.tablet-hide{display:none!important}.phone-show{display:none!important}.large-only{display:none!important}.large-show{display:none!important}}@media screen and (max-width:479px){.phone-hide{display:none!important}.tablet-hide{display:none!important}.tablet-only{display:none!important}.large-only{display:none!important}.large-show{display:none!important}}.invisible{visibility:hidden}.visible{visibility:visible}.hide{display:none!important}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visually-hidden-focusable{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visually-hidden-focusable:active,.visually-hidden-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.left{float:left}html[dir="rtl"] .left{float:right}.right{float:right}html[dir="rtl"] .right{float:left}@media screen and (min-width:1450px){.large-left{float:left}html[dir="rtl"] .large-left{float:right}.large-right{float:right}html[dir="rtl"] .large-right{float:left}}@media screen and (max-width:859px) and (min-width:480px){.tablet-left{float:left}html[dir="rtl"] .tablet-left{float:right}.tablet-right{float:right}html[dir="rtl"] .tablet-right{float:left}}@media screen and (max-width:479px){.phone-left{float:left}html[dir="rtl"] .phone-left{float:right}.phone-right{float:right}html[dir="rtl"] .phone-right{float:left}}.block-group{margin-left:-0.75rem;margin-right:-0.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.block{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:0.75rem;margin-right:0.75rem;min-width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:0;-ms-flex-negative:1;flex-shrink:1}.block-group-1-up > .block{-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem);width:calc(100% - 1.5rem)}.block-group-2-up > .block{-ms-flex-preferred-size:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);width:calc(50% - 1.5rem)}.block-group-3-up > .block{-ms-flex-preferred-size:calc(33.33333% - 1.5rem);flex-basis:calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}.block-group-4-up > .block{-ms-flex-preferred-size:calc(25% - 1.5rem);flex-basis:calc(25% - 1.5rem);width:calc(25% - 1.5rem)}.block-group-5-up > .block{-ms-flex-preferred-size:calc(20% - 1.5rem);flex-basis:calc(20% - 1.5rem);width:calc(20% - 1.5rem)}.block-group-6-up > .block{-ms-flex-preferred-size:calc(16.66666% - 1.5rem);flex-basis:calc(16.66666% - 1.5rem);width:calc(16.66666% - 1.5rem)}.block-group-7-up > .block{-ms-flex-preferred-size:calc(14.28570% - 1.5rem);flex-basis:calc(14.28570% - 1.5rem);width:calc(14.28570% - 1.5rem)}.block-group-8-up > .block{-ms-flex-preferred-size:calc(12.5% - 1.5rem);flex-basis:calc(12.5% - 1.5rem);width:calc(12.5% - 1.5rem)}@media screen and (max-width:860px){.tablet-block-group-1-up > .block{-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem);width:calc(100% - 1.5rem)}.tablet-block-group-2-up > .block{-ms-flex-preferred-size:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);width:calc(50% - 1.5rem)}.tablet-block-group-3-up > .block{-ms-flex-preferred-size:calc(33.33333% - 1.5rem);flex-basis:calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}.tablet-block-group-4-up > .block{-ms-flex-preferred-size:calc(25% - 1.5rem);flex-basis:calc(25% - 1.5rem);width:calc(25% - 1.5rem)}.tablet-block-group-5-up > .block{-ms-flex-preferred-size:calc(20% - 1.5rem);flex-basis:calc(20% - 1.5rem);width:calc(20% - 1.5rem)}.tablet-block-group-6-up > .block{-ms-flex-preferred-size:calc(16.66666% - 1.5rem);flex-basis:calc(16.66666% - 1.5rem);width:calc(16.66666% - 1.5rem)}.tablet-block-group-7-up > .block{-ms-flex-preferred-size:calc(14.28570% - 1.5rem);flex-basis:calc(14.28570% - 1.5rem);width:calc(14.28570% - 1.5rem)}.tablet-block-group-8-up > .block{-ms-flex-preferred-size:calc(12.5% - 1.5rem);flex-basis:calc(12.5% - 1.5rem);width:calc(12.5% - 1.5rem)}}@media screen and (max-width:480px){.phone-block-group-1-up > .block{-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem);width:calc(100% - 1.5rem)}.phone-block-group-2-up > .block{-ms-flex-preferred-size:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);width:calc(50% - 1.5rem)}.phone-block-group-3-up > .block{-ms-flex-preferred-size:calc(33.33333% - 1.5rem);flex-basis:calc(33.33333% - 1.5rem);width:calc(33.33333% - 1.5rem)}.phone-block-group-4-up > .block{-ms-flex-preferred-size:calc(25% - 1.5rem);flex-basis:calc(25% - 1.5rem);width:calc(25% - 1.5rem)}.phone-block-group-5-up > .block{-ms-flex-preferred-size:calc(20% - 1.5rem);flex-basis:calc(20% - 1.5rem);width:calc(20% - 1.5rem)}.phone-block-group-6-up > .block{-ms-flex-preferred-size:calc(16.66666% - 1.5rem);flex-basis:calc(16.66666% - 1.5rem);width:calc(16.66666% - 1.5rem)}.phone-block-group-7-up > .block{-ms-flex-preferred-size:calc(14.28570% - 1.5rem);flex-basis:calc(14.28570% - 1.5rem);width:calc(14.28570% - 1.5rem)}.phone-block-group-8-up > .block{-ms-flex-preferred-size:calc(12.5% - 1.5rem);flex-basis:calc(12.5% - 1.5rem);width:calc(12.5% - 1.5rem)}}.ie9 .block{float:left}.ie9 .block-group:after{content:'';display:table;clear:both}.is-sticky{position:fixed;z-index:10}.is-sticky.scroll-show,.is-sticky .scroll-show{visibility:visible}.scroll-show{visibility:hidden}@font-face{font-family:"Avenir Next W00_n2";src:url(https://fast.fonts.net/dv2/2/5db267f9-3612-485c-ae18-5698d2692816.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W00";src:url(https://fast.fonts.net/dv2/2/5db267f9-3612-485c-ae18-5698d2692816.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/5db267f9-3612-485c-ae18-5698d2692816.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/174d458a-81e0-4174-9473-35e3bf0a613c.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/57a79aa3-9b06-4ba7-a9a4-2b766d826ecf.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/733cb7bd-50e1-4dee-893a-0b40ef382b02.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/594135c6-6c4f-4880-a0d2-ba923b5ef38e.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#594135c6-6c4f-4880-a0d2-ba923b5ef38e) format("svg");font-weight:200;font-style:normal}@font-face{font-family:"Avenir Next W00_n4";src:url(https://fast.fonts.net/dv2/2/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W00";src:url(https://fast.fonts.net/dv2/2/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/7db1f672-3a8f-4d19-9c49-7f61aed450b5.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/4ab86b35-c0c2-42b5-98ad-4b6eba66b197.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/276b3566-1c3b-4bc1-8915-15314f091f29.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/5d02f5f4-46e7-453a-aef9-3e7106d7bb68.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#5d02f5f4-46e7-453a-aef9-3e7106d7bb68) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Avenir Next W00_n5";src:url(https://fast.fonts.net/dv2/2/c6970a14-8b0f-4629-9072-71c7e123908f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W00";src:url(https://fast.fonts.net/dv2/2/c6970a14-8b0f-4629-9072-71c7e123908f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/c6970a14-8b0f-4629-9072-71c7e123908f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/b0b84e4d-2164-45c7-a674-1662f19f3ba6.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/e91d1bbf-3fea-45e2-b003-a22b12ce6e5f.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/ead8b64b-1abd-4d5b-a642-a21dfe2f463b.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/e536e1c2-92a4-4db4-8a41-1c55354d11b7.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#e536e1c2-92a4-4db4-8a41-1c55354d11b7) format("svg");font-weight:500;font-style:normal}@font-face{font-family:"Avenir Next W00_n6";src:url(https://fast.fonts.net/dv2/2/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W00";src:url(https://fast.fonts.net/dv2/2/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/40d36b4a-60c6-460a-bf43-4c948c23563e.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/45b78f45-e639-4836-8612-e0892e120f14.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/cbc021cc-b96f-4c82-ba0d-59cb0b7449c0.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/c6778bcf-ca82-4a86-8a5f-08b70c9a71fd.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#c6778bcf-ca82-4a86-8a5f-08b70c9a71fd) format("svg");font-weight:600;font-style:normal}@font-face{font-family:"Avenir Next W01_n3";src:url(https://fast.fonts.net/dv2/2/0ecef829-586e-426d-a633-4c8a8c926769.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W01";src:url(https://fast.fonts.net/dv2/2/0ecef829-586e-426d-a633-4c8a8c926769.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/0ecef829-586e-426d-a633-4c8a8c926769.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/49c5f3e1-5867-4b1d-a843-2d07fa60d85d.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/f401df6f-54eb-406c-b46a-90b9451c598d.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/276fe25e-e430-4376-b33c-705dd77b3dba.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/869dc33b-3685-4d74-a51c-82b435579093.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#869dc33b-3685-4d74-a51c-82b435579093) format("svg");font-weight:300;font-style:normal}@font-face{font-family:"Avenir Next W01_n4";src:url(https://fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W01";src:url(https://fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/1e9892c0-6927-4412-9874-1b82801ba47a.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/52a192b1-bea5-4b48-879f-107f009b666f.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#52a192b1-bea5-4b48-879f-107f009b666f) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Avenir Next W01_n5";src:url(https://fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W01";src:url(https://fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/f26faddb-86cc-4477-a253-1e1287684336.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#a89d6ad1-a04f-4a8f-b140-e55478dbea80) format("svg");font-weight:500;font-style:normal}@font-face{font-family:"Avenir Next W01_n6";src:url(https://fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Avenir Next W01";src:url(https://fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/99affa9a-a5e9-4559-bd07-20cf0071852d.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#99affa9a-a5e9-4559-bd07-20cf0071852d) format("svg");font-weight:600;font-style:normal}@font-face{font-family:"Frutiger W01_i3";src:url(https://fast.fonts.net/dv2/2/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Frutiger W01";src:url(https://fast.fonts.net/dv2/2/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/dda818d0-9f7a-4574-8d17-8e3546cb04fb.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/8259f047-a5d2-40a0-a98c-1c24f0316b08.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/1078a920-3def-4194-ba69-46751fb9af38.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3) format("svg");font-weight:300;font-style:italic}@font-face{font-family:"Frutiger W01_n3";src:url(https://fast.fonts.net/dv2/2/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Frutiger W01";src:url(https://fast.fonts.net/dv2/2/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/4fb89ed5-baf5-425f-aba4-46e8c2c3aabe.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/74d53f3b-1683-4d5a-a556-e13f6553cdf0.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/3f5a5b87-e71e-4544-be0c-da4daa132710.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#3f5a5b87-e71e-4544-be0c-da4daa132710) format("svg");font-weight:300;font-style:normal}@font-face{font-family:"Frutiger W01_n5";src:url(https://fast.fonts.net/dv2/2/af97a512-f55a-4f61-b2ce-659c883930fc.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot")}@font-face{font-family:"Frutiger W01";src:url(https://fast.fonts.net/dv2/2/af97a512-f55a-4f61-b2ce-659c883930fc.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix);src:url(https://fast.fonts.net/dv2/2/af97a512-f55a-4f61-b2ce-659c883930fc.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix) format("eot"),url(https://fast.fonts.net/dv2/14/9b1fae67-8764-448a-a926-54b09bd0b06b.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff2"),url(https://fast.fonts.net/dv2/3/3fbbd6b1-cfa7-4ff0-97ea-af1b2c489f15.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("woff"),url(https://fast.fonts.net/dv2/1/076311f8-a01b-4389-a5eb-334a62e62d45.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a) format("truetype"),url(https://fast.fonts.net/dv2/11/c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877) format("svg");font-weight:500;font-style:normal}.avenir-light{font-weight:300;font-style:normal}.avenir-light b,.avenir-light strong{font-weight:500}.avenir-light-italic{font-weight:300;font-style:italic}.avenir-light-italic b,.avenir-light-italic strong{font-weight:500}.avenir-regular{font-weight:400;font-style:normal}.avenir-regular b,.avenir-regular strong{font-weight:500}.avenir-italic{font-weight:400;font-style:italic}.avenir-italic b,.avenir-italic strong{font-weight:500}.avenir-demi{font-weight:500;font-style:normal}.avenir-demi b,.avenir-demi strong{font-weight:600}.avenir-demi-italic{font-weight:500;font-style:italic}.avenir-demi-italic b,.avenir-demi-italic strong{font-weight:600}.avenir-bold{font-weight:600;font-style:normal}.avenir-bold b,.avenir-bold strong{font-weight:600}.avenir-bold-italic{font-weight:600;font-style:italic}.avenir-bold-italic b,.avenir-bold-italic strong{font-weight:600}.code-face,.code-face .block{letter-spacing:0em;font-family:"Consolas","Andale Mono","Lucida Console","Monaco","Courier New",Courier,monospace;font-weight:400;font-style:normal}.code-face b,.code-face strong,.code-face .block b,.code-face .block strong{font-weight:400}.code-italic,.code-italic .block{letter-spacing:0em;font-family:"Consolas","Andale Mono","Lucida Console","Monaco","Courier New",Courier,monospace;font-weight:400;font-style:italic}.code-italic b,.code-italic strong,.code-italic .block b,.code-italic .block strong{font-weight:400}html{font-size:17px}body{font-weight:400;font-style:normal;font-size:1rem;line-height:1.55rem;letter-spacing:0em;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;line-height:1.55rem;color:#4c4c4c;-webkit-font-feature-settings:"kern";-moz-font-feature-settings:"kern";font-feature-settings:"kern";font-kerning:normal;text-rendering:optimizeLegibility;-moz-font-feature-settings:'liga= 1','calt=0';-moz-font-feature-settings:"liga" 1,"calt" 0;-webkit-font-feature-settings:"liga" 1,"calt" 0;-ms-font-feature-settings:'liga= 1','calt=0';-o-font-feature-settings:"liga" 1,"calt" 0;font-feature-settings:"liga" 1,"calt" 0}body b,body strong{font-weight:500}@media screen and (max-width:859px){body{font-size:1rem}}@media screen and (max-width:479px){body{font-size:1rem}}form,select,button,input{letter-spacing:0em;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif}h1,h2,h3,h4,h5,h6{font-weight:300;font-style:normal;margin:0 0 1.55rem 0}h1 b,h1 strong,h2 b,h2 strong,h3 b,h3 strong,h4 b,h4 strong,h5 b,h5 strong,h6 b,h6 strong{font-weight:500}h1{font-size:2.40307rem;line-height:3.1rem}@media screen and (max-width:859px){h1{font-size:1.99974rem}}@media screen and (max-width:479px){h1{font-size:1.66016rem;line-height:2.325rem}}h2{font-size:1.9994rem;line-height:2.325rem}@media screen and (max-width:859px){h2{font-size:1.7689rem}}@media screen and (max-width:479px){h2{font-size:1.5625rem}}h3{font-size:1.69949rem;line-height:2.325rem}@media screen and (max-width:859px){h3{font-size:1.50357rem}}@media screen and (max-width:479px){h3{font-size:1.32812rem}}h4{font-size:1.414rem;line-height:1.55rem}@media screen and (max-width:859px){h4{font-size:1.33rem}}@media screen and (max-width:479px){h4{font-size:1.25rem}}h5{font-size:1.2019rem;line-height:1.55rem}@media screen and (max-width:859px){h5{font-size:1.1305rem}}@media screen and (max-width:479px){h5{font-size:1.0625rem}}h6{font-size:1rem;line-height:1.55rem}@media screen and (max-width:859px){h6{font-size:1rem}}@media screen and (max-width:479px){h6{font-size:1rem}}code,kbd,pre,samp{font-family:"Consolas","Andale Mono","Lucida Console","Monaco","Courier New",Courier,monospace}code{padding:.25rem;border-radius:3px;border:1px solid #efefef;color:#595959;background-color:#f8f8f8;white-space:pre;font-size:0.85em;line-height:1.4rem}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;max-width:100%;margin-bottom:1.55rem}pre code{padding:1rem;display:block;overflow:auto;word-wrap:normal;font-size:0.85em;position:relative}p,ul,ol,dl,blockquote{margin-top:0;margin-bottom:1.55rem}p:empty{margin:0}blockquote{margin:1.55rem 0;font-weight:400;font-style:normal;padding-left:1rem;color:#6e6e6e;border-left:3px solid #ccc}blockquote b,blockquote strong{font-weight:500}html[dir="rtl"] blockquote{padding-right:1rem}html[dir="rtl"] blockquote{border-left:none;border-right:3px solid #ccc}blockquote,blockquote p{font-size:1.2019rem;line-height:1.55rem}@media screen and (max-width:859px){blockquote,blockquote p{font-size:1.1305rem}}@media screen and (max-width:479px){blockquote,blockquote p{font-size:1.0625rem}}a{color:#0079c1;text-decoration:none}a:hover{color:#005e95;text-decoration:underline}ul,ol{padding:0;list-style-position:inside;margin-bottom:1.55rem;margin-left:0.775rem;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){ul,ol{font-size:0.9375rem}}@media screen and (max-width:479px){ul,ol{font-size:0.9375rem}}html[dir="rtl"] ul,html[dir="rtl"] ol{margin-right:0.775rem}li{list-style-position:outside;margin:0.3875rem 0 0.3875rem 1.5rem}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}li ul,li ol{margin-bottom:0}dl{padding:0;margin-bottom:1.55rem}dt{font-weight:500;font-style:normal;margin-top:0.775rem}dt b,dt strong{font-weight:600}dt:first-child{margin-top:0}dd{margin-left:0.775rem}html[dir="rtl"] dd{margin-right:0.775rem}small,sup,sub{font-size:0.70721em}sub,sup{line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}mark{padding:0 0.1em 0.1em}hr{margin:2.325rem 0;border:none;border-top:1px solid #ccc}figure{margin:0 0 1.55rem 0}figure img{max-width:100%}figcaption{margin:0.3875rem 0;padding-left:0.775rem;border-left:3px solid #828282;font-size:0.875rem;line-height:1.55rem;font-style:italic;color:#828282}@media screen and (max-width:859px){figcaption{font-size:0.875rem}}@media screen and (max-width:479px){figcaption{font-size:0.875rem}}html[dir="rtl"] figcaption{padding-left:0;border-left:none;padding-right:0.775rem;border-right:3px solid #828282}table{margin-bottom:1.55rem}html[lang="vi"] body,html[lang="vi"] form,html[lang="vi"] select,html[lang="vi"] button,html[lang="vi"] input,html.vi body,html.vi form,html.vi select,html.vi button,html.vi input{font-family:'Lucida Grande',Arial,Verdana,Geneva,sans-serif}.dropdown-btn:after,.accordion-title:before,.filter-dropdown-link:after,.filter-dropdown-link:before,.filter-dropdown-remove:after{font-family:'calcite-ui';padding-right:0.51667rem;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;text-decoration:none}html[dir="rtl"] .dropdown-btn:after,html[dir="rtl"] .accordion-title:before,html[dir="rtl"] .filter-dropdown-link:after,html[dir="rtl"] .filter-dropdown-link:before,html[dir="rtl"] .filter-dropdown-remove:after{padding-left:0.775rem;padding-right:0}.dropdown-btn:after{padding-right:0;padding-left:0.51667rem}.icon-ui-flush:before,.icon-ui-flush:after{padding-right:0!important;padding-left:0!important}@font-face{font-family:'calcite-ui';src:url(../fonts/calcite-ui.eot?#iefix) format("embedded-opentype"),url(../fonts/calcite-ui.woff) format("woff"),url(../fonts/calcite-ui.ttf) format("truetype");font-weight:normal;font-style:normal}[class^="icon-ui-"]:before,[class*=" icon-ui-"]:before{font-family:'calcite-ui';padding-right:0.51667rem;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;text-decoration:none}html[dir="rtl"] [class^="icon-ui-"]:before,html[dir="rtl"] [class*=" icon-ui-"]:before{padding-left:0.775rem;padding-right:0}.icon-ui-small:before{font-size:0.75rem;line-height:1.55rem}@media screen and (max-width:859px){.icon-ui-small:before{font-size:0.75rem}}@media screen and (max-width:479px){.icon-ui-small:before{font-size:0.75rem}}.icon-ui-add-attachment:before{content:"\f101"}.icon-ui-announcement:before{content:"\f102"}.icon-ui-applications:before{content:"\f103"}.icon-ui-arrow-down-circled:before{content:"\f104"}.icon-ui-arrow-left-circled:before{content:"\f105"}.icon-ui-arrow-right-circled:before{content:"\f106"}.icon-ui-arrow-up-circled:before{content:"\f107"}.icon-ui-attachment:before{content:"\f108"}.icon-ui-authorize:before{content:"\f109"}.icon-ui-basemap:before{content:"\f10a"}.icon-ui-beginning:before{content:"\f10b"}.icon-ui-blank-map-pin:before{content:"\f10c"}.icon-ui-browser:before{content:"\f10d"}.icon-ui-calendar:before{content:"\f10e"}.icon-ui-chart:before{content:"\f10f"}.icon-ui-chat:before{content:"\f110"}.icon-ui-check-mark:before,.filter-dropdown-link:before{content:"\f111"}.icon-ui-checkbox-checked:before{content:"\f112"}.icon-ui-checkbox-unchecked:before{content:"\f113"}.icon-ui-close-circled:before{content:"\f114"}.icon-ui-close:before,.filter-dropdown-link:after,.filter-dropdown-remove:after{content:"\f115"}.icon-ui-collapse:before{content:"\f116"}.icon-ui-collection:before{content:"\f117"}.icon-ui-comment:before{content:"\f118"}.icon-ui-compass:before{content:"\f119"}.icon-ui-configure-popup:before{content:"\f11a"}.icon-ui-contact:before{content:"\f11b"}.icon-ui-dashboard:before{content:"\f11c"}.icon-ui-deny:before{content:"\f11d"}.icon-ui-description:before{content:"\f11e"}.icon-ui-directions:before{content:"\f11f"}.icon-ui-directions2:before{content:"\f120"}.icon-ui-dock-bottom:before{content:"\f121"}.icon-ui-dock-left:before{content:"\f122"}.icon-ui-dock-right:before{content:"\f123"}.icon-ui-documentation:before{content:"\f124"}.icon-ui-down-arrow-circled:before{content:"\f125"}.icon-ui-down-arrow:before,.dropdown-btn:after{content:"\f126"}.icon-ui-down:before,.accordion-section.is-active .accordion-title:before{content:"\f127"}.icon-ui-download:before{content:"\f128"}.icon-ui-drag-horizontal:before{content:"\f129"}.icon-ui-drag-vertical:before{content:"\f12a"}.icon-ui-duplicate:before{content:"\f12b"}.icon-ui-edit:before{content:"\f12c"}.icon-ui-end:before{content:"\f12d"}.icon-ui-environment-settings:before{content:"\f12e"}.icon-ui-erase:before{content:"\f12f"}.icon-ui-error:before{content:"\f130"}.icon-ui-error2:before{content:"\f131"}.icon-ui-expand:before{content:"\f132"}.icon-ui-experimental:before{content:"\f133"}.icon-ui-favorites:before{content:"\f134"}.icon-ui-feature-layer:before{content:"\f135"}.icon-ui-filter:before{content:"\f136"}.icon-ui-forward:before{content:"\f137"}.icon-ui-globe:before{content:"\f138"}.icon-ui-grant:before{content:"\f139"}.icon-ui-group:before{content:"\f13a"}.icon-ui-handle-horizontal:before{content:"\f13b"}.icon-ui-handle-vertical:before{content:"\f13c"}.icon-ui-home:before{content:"\f13d"}.icon-ui-key:before{content:"\f13e"}.icon-ui-labels:before{content:"\f13f"}.icon-ui-layer-list:before{content:"\f140"}.icon-ui-layers:before{content:"\f141"}.icon-ui-left-arrow-circled:before{content:"\f142"}.icon-ui-left-arrow:before{content:"\f143"}.icon-ui-left-triangle-arrow:before{content:"\f144"}.icon-ui-left:before{content:"\f145"}.icon-ui-line-chart:before{content:"\f146"}.icon-ui-link-external:before{content:"\f147"}.icon-ui-link:before{content:"\f148"}.icon-ui-loading-indicator:before{content:"\f149"}.icon-ui-locate:before{content:"\f14a"}.icon-ui-locked:before{content:"\f14b"}.icon-ui-map-pin:before{content:"\f14c"}.icon-ui-maps:before{content:"\f14d"}.icon-ui-marketplace:before{content:"\f14e"}.icon-ui-maximize:before{content:"\f14f"}.icon-ui-media:before{content:"\f150"}.icon-ui-media2:before{content:"\f151"}.icon-ui-menu:before{content:"\f152"}.icon-ui-minimize:before{content:"\f153"}.icon-ui-minus-circled:before{content:"\f154"}.icon-ui-minus:before{content:"\f155"}.icon-ui-mobile:before{content:"\f156"}.icon-ui-navigation:before{content:"\f157"}.icon-ui-notice-round:before{content:"\f158"}.icon-ui-notice-triangle:before{content:"\f159"}.icon-ui-organization:before{content:"\f15a"}.icon-ui-overview-arrow-bottom-left:before{content:"\f15b"}.icon-ui-overview-arrow-bottom-right:before{content:"\f15c"}.icon-ui-overview-arrow-top-left:before{content:"\f15d"}.icon-ui-overview-arrow-top-right:before{content:"\f15e"}.icon-ui-pan:before{content:"\f15f"}.icon-ui-pause:before{content:"\f160"}.icon-ui-phone:before{content:"\f161"}.icon-ui-pie-chart:before{content:"\f162"}.icon-ui-play:before{content:"\f163"}.icon-ui-plus-circled:before{content:"\f164"}.icon-ui-plus:before{content:"\f165"}.icon-ui-printer:before{content:"\f166"}.icon-ui-question:before{content:"\f167"}.icon-ui-radio-checked:before{content:"\f168"}.icon-ui-radio-unchecked:before{content:"\f169"}.icon-ui-refresh:before{content:"\f16a"}.icon-ui-resend-invitation:before{content:"\f16b"}.icon-ui-reverse:before{content:"\f16c"}.icon-ui-review:before{content:"\f16d"}.icon-ui-right-arrow-circled:before{content:"\f16e"}.icon-ui-right-arrow:before{content:"\f16f"}.icon-ui-right-triangle-arrow:before{content:"\f170"}.icon-ui-right:before,.accordion-title:before{content:"\f171"}.icon-ui-rotate:before{content:"\f172"}.icon-ui-save:before{content:"\f173"}.icon-ui-search:before{content:"\f174"}.icon-ui-settings:before{content:"\f175"}.icon-ui-settings2:before{content:"\f176"}.icon-ui-share:before{content:"\f177"}.icon-ui-sign-out:before{content:"\f178"}.icon-ui-support:before{content:"\f179"}.icon-ui-table:before{content:"\f17a"}.icon-ui-tag:before{content:"\f17b"}.icon-ui-time-clock:before{content:"\f17c"}.icon-ui-trash:before{content:"\f17d"}.icon-ui-unlocked:before{content:"\f17e"}.icon-ui-up-arrow-circled:before{content:"\f17f"}.icon-ui-up-arrow:before{content:"\f180"}.icon-ui-up-down-arrows:before{content:"\f181"}.icon-ui-up:before{content:"\f182"}.icon-ui-upload:before{content:"\f183"}.icon-ui-user:before{content:"\f184"}.icon-ui-zoom-in-fixed:before{content:"\f185"}.icon-ui-zoom-in-magnifying-glass:before{content:"\f186"}.icon-ui-zoom-out-fixed:before{content:"\f187"}.icon-ui-zoom-out-magnifying-glass:before{content:"\f188"}.esri-icon-yellow:before,.icon-ui-yellow:before{color:#fad817}.esri-icon-green:before,.icon-ui-green:before{color:#5a9359}.esri-icon-blue:before,.icon-ui-blue:before{color:#0079c1}.esri-icon-light-blue:before,.icon-ui-light-blue:before{color:#56a5d8}.esri-icon-dark-blue:before,.icon-ui-dark-blue:before{color:#005e95}.esri-icon-purple:before,.icon-ui-purple:before{color:#9081bc}.esri-icon-orange:before,.icon-ui-orange:before{color:#d17e21}.esri-icon-gray:before,.icon-ui-gray:before{color:#959595}.esri-icon-red:before,.icon-ui-red:before{color:#de2900}[class*="icon-social-"]{background-color:#b2b2b2;width:30px;height:30px;display:inline-block;background-repeat:no-repeat;-webkit-transition:background-color 200ms linear;transition:background-color 200ms linear}[class*="icon-social-"]:hover{-webkit-transition:background-color 200ms linear;transition:background-color 200ms linear}.icon-social-contact{background-image:url(../img/icons/social/contact.svg)!important}.icon-social-contact:hover{background-color:#8EC449!important}.icon-social-facebook{background-image:url(../img/icons/social/facebook.svg)!important}.icon-social-facebook:hover{background-color:#3D5A96!important}.icon-social-geonet{background-image:url(../img/icons/social/geonet.svg)!important}.icon-social-geonet:hover{background-color:#127BC0!important}.icon-social-github{background-image:url(../img/icons/social/github.svg)!important}.icon-social-github:hover{background-color:#171515!important}.icon-social-google-plus{background-image:url(../img/icons/social/google-plus.svg)!important}.icon-social-google-plus:hover{background-color:#DD4C3C!important}.icon-social-instagram{background-image:url(../img/icons/social/instagram.svg)!important}.icon-social-instagram:hover{background-color:#1B6FB1!important}.icon-social-linkedin{background-image:url(../img/icons/social/linkedin.svg)!important}.icon-social-linkedin:hover{background-color:#127CB3!important}.icon-social-pinterest{background-image:url(../img/icons/social/pinterest.svg)!important}.icon-social-pinterest:hover{background-color:#BB0F23!important}.icon-social-rss{background-image:url(../img/icons/social/rss.svg)!important}.icon-social-rss:hover{background-color:#FD8023!important}.icon-social-share{background-image:url(../img/icons/social/share.svg)!important}.icon-social-share:hover{background-color:#1EBD21!important}.icon-social-twitter{background-image:url(../img/icons/social/twitter.svg)!important}.icon-social-twitter:hover{background-color:#59ADEB!important}.icon-social-youtube{background-image:url(../img/icons/social/youtube.svg)!important}.icon-social-youtube:hover{background-color:#CF2529!important}.esri-logo{margin:0.3875rem;content:"";display:inline-block;background-repeat:no-repeat;background-position:center;background-color:transparent;min-height:30px;min-width:70px;line-height:0;background-size:100% 100%;background-image:url(../img/logo/esri-logo.svg)!important}.esri-logo-reverse{margin:0.3875rem;content:"";display:inline-block;background-repeat:no-repeat;background-position:center;background-color:transparent;min-height:30px;min-width:70px;line-height:0;background-size:100% 100%;background-image:url(../img/logo/esri-logo.svg)!important;background-image:url(../img/logo/esri-logo-reversed.svg)!important}.esri-logo-condensed{margin-left:0;margin-right:0;margin-bottom:-0.125rem;margin-top:-0.135rem}.btn{position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){.btn{font-size:0.9375rem}}@media screen and (max-width:479px){.btn{font-size:0.9375rem}}.btn:hover{text-decoration:none;background-color:#005e95;color:white}.btn-transparent{background:none;color:#0079c1;border:none}.btn-transparent:hover{color:#005e95;background:none;text-decoration:underline}.btn-clear{color:#0079c1;background:white;border-color:#0079c1}.btn-clear:hover{color:white;background:#005e95;border-color:#005e95}.btn-clear-white{background:none;color:white;border:1px solid white}.btn-clear-white:hover{color:#959595;background:white}.btn-small{font-size:0.875rem;line-height:1.55rem;padding:0.2325rem 0.675rem}@media screen and (max-width:859px){.btn-small{font-size:0.875rem}}@media screen and (max-width:479px){.btn-small{font-size:0.875rem}}.btn-large{font-size:1rem;line-height:1.55rem;padding:.5rem 1rem .5rem}@media screen and (max-width:859px){.btn-large{font-size:1rem}}@media screen and (max-width:479px){.btn-large{font-size:1rem}}.btn-fill{width:100%;text-align:center}.btn-half{width:50%;text-align:center}.btn-grouped{float:left}html[dir="rtl"] .btn-grouped{float:right}.btn-grouped + .btn-grouped{margin-left:1px}html[dir="rtl"] .btn-grouped + .btn-grouped{margin-left:0;margin-right:1px}.btn-grouped:last-of-type{float:none}.btn-grouped.btn-half{margin-left:0}.btn-white{background:white;color:#4c4c4c;border:1px solid white}.btn-white:hover{color:#4c4c4c;background:#efefef}.btn-red{color:#de2900;background:transparent;border-color:#de2900}.btn-red:hover{color:white;background:#ab3c16;border-color:#ab3c16}.btn-green{background-color:#5a9359;border-color:#5a9359}.btn-green:hover{background-color:#338033}.btn:disabled,.btn-disabled,button[disabled]{cursor:not-allowed;pointer-events:none;opacity:.3}.label{background-color:#efefef;padding:.25em .5em;border-radius:3px;font-size:.85em;line-height:1;white-space:nowrap}.label-red{background-color:#de2900;color:white}.label-yellow{background-color:#efe397;color:#4c4c4c}.label-green{background-color:#5a9359;color:white}.label-blue{background-color:#0079c1;color:white}.dropdown{position:relative;display:inline-block}.dropdown.is-active .dropdown-menu{display:block}.dropdown-btn{padding-right:1.5rem;cursor:pointer;position:relative}.dropdown-btn:after{font-size:0.6875rem;line-height:1.55rem;line-height:2.25em;position:absolute;right:.5rem}@media screen and (max-width:859px){.dropdown-btn:after{font-size:0.6875rem}}@media screen and (max-width:479px){.dropdown-btn:after{font-size:0.6875rem}}html[dir="rtl"] .dropdown-btn:after{right:auto;left:.5rem;padding-left:0}html[dir="rtl"] .dropdown-btn{padding-left:1.5rem;padding-right:0.9rem}.dropdown-menu{position:absolute;min-width:200px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);z-index:1000;display:none;overflow:auto}.dropdown-menu.dropdown-right{right:0}.dropdown-title{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem;font-size:0.875rem;line-height:1.55rem;color:#6e6e6e;background-color:white;border-top:1px solid #efefef;white-space:nowrap;cursor:pointer;background-color:#f8f8f8;cursor:auto}@media screen and (max-width:859px){.dropdown-title{font-size:0.875rem}}@media screen and (max-width:479px){.dropdown-title{font-size:0.875rem}}.dropdown-title:hover{background-color:#f8f8f8;text-decoration:none;color:#6e6e6e}.dropdown-title.is-active,.dropdown-title:focus{text-indent:-3px;border-left:3px solid #0079c1}.dropdown-link{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem;font-size:0.875rem;line-height:1.55rem;color:#6e6e6e;background-color:white;border-top:1px solid #efefef;white-space:nowrap;cursor:pointer}@media screen and (max-width:859px){.dropdown-link{font-size:0.875rem}}@media screen and (max-width:479px){.dropdown-link{font-size:0.875rem}}.dropdown-link:hover{background-color:#f8f8f8;text-decoration:none;color:#6e6e6e}.dropdown-link.is-active,.dropdown-link:focus{text-indent:-3px;border-left:3px solid #0079c1}.breadcrumbs{font-size:0.875rem;line-height:1.55rem;color:#828282}@media screen and (max-width:859px){.breadcrumbs{font-size:0.875rem}}@media screen and (max-width:479px){.breadcrumbs{font-size:0.875rem}}.crumb{color:#828282;padding:0 0.25rem 0 0.75rem;background:url(../img/forward-slash.svg) left center no-repeat transparent;float:left}html[dir="rtl"] .crumb{padding:0 0.75rem 0 0.25rem;background:url(../img/forward-slash.svg) right center no-repeat transparent;white-space:nowrap}html[dir="rtl"] .crumb{float:right}.crumb.is-active{font-weight:600}.breadcrumbs-white .crumb{color:white;color:white;background-image:url(../img/forward-slash-white.svg)}.breadcrumbs-white .crumb:hover{color:#efefef}.crumb:first-child{background-image:none;padding-left:0}html[dir="rtl"] .crumb:first-child{padding-right:0;background:none}.tooltip{position:relative;cursor:pointer}.tooltip:after{content:attr(aria-label);position:absolute;z-index:1000000;display:none;padding:0.3875rem 0.775rem;font-size:0.875rem;line-height:1.55rem;color:white;text-align:center;word-wrap:break-word;white-space:pre;pointer-events:none;background:rgba(0,0,0,0.75);border-radius:3px}@media screen and (max-width:859px){.tooltip:after{font-size:0.875rem}}@media screen and (max-width:479px){.tooltip:after{font-size:0.875rem}}.tooltip:before{content:"";position:absolute;z-index:1000001;display:none;width:0;height:0;color:rgba(0,0,0,0.75);pointer-events:none;border:5px solid transparent}.tooltip:hover,.tooltip:active,.tooltip:focus{text-decoration:none}.tooltip:hover:before,.tooltip:hover:after,.tooltip:active:before,.tooltip:active:after,.tooltip:focus:before,.tooltip:focus:after{display:inline-block}.tooltip-multiline:hover:after,.tooltip-multiline:active:after,.tooltip-multiline:focus:after{display:table-cell}.tooltip:after{top:100%;right:50%;margin-top:5px;line-height:1.5}.tooltip:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,0.75)}.tooltip-top:after{top:auto;right:50%;bottom:100%;margin-bottom:5px}.tooltip-top:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,0.75);border-bottom:5px solid transparent}.tooltip:after,.tooltip-bottom:after{-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translateX(50%)}.tooltip-left:after{top:auto;right:100%;margin-right:5px;bottom:50%;margin-bottom:inherit;-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}html[dir="rtl"] .tooltip-left:after{right:auto;left:100%;margin-right:0;margin-left:5px}.tooltip-left:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,0.75);border-bottom:5px solid transparent}html[dir="rtl"] .tooltip-left:before{left:auto;right:-5px;margin-right:0;border-left-color:transparent;border-right-color:rgba(0,0,0,0.75)}.tooltip-right:after{top:auto;right:auto;bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}html[dir="rtl"] .tooltip-right:after{left:auto;right:100%;margin-left:0;margin-right:5px}.tooltip-right:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;margin-right:0;border-right-color:rgba(0,0,0,0.75);border-bottom:5px solid transparent}html[dir="rtl"] .tooltip-right:before{left:-5px;right:auto;border-left-color:rgba(0,0,0,0.75);border-right-color:transparent}.tooltip-multiline:after{width:-moz-max-content;width:-webkit-max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltip-multiline.tooltip-bottom:after,.tooltip-multiline.tooltip-top:after{right:auto;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-multiline.tooltip-left:after,.tooltip-multiline.tooltip-right:after{right:100%}@media screen and (min-width:0\0){.tooltip-multiline:after{width:250px}}.alert{font-size:0.9375rem;line-height:1.55rem;padding:0.775rem 0.775rem;color:rgba(0,0,0,0.75);background-color:#d2e9f9;position:relative;display:none;z-index:100;max-width:40em;border:1px solid #0079c1;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);color:#4c4c4c}@media screen and (max-width:859px){.alert{font-size:0.9375rem}}@media screen and (max-width:479px){.alert{font-size:0.9375rem}}.alert:hover{color:#323232}.alert.is-active{display:block}.alert a:hover{color:rgba(0,0,0,0.75)}.alert-red{background-color:#f3ded7;border-color:#e4a793}.alert-yellow{background-color:#f3edc7;border-color:#e4d154}.alert-green{background-color:#ddeedb;border-color:#9bc19c}.alert-close{position:absolute;right:0.775rem}html[dir="rtl"] .alert-close{right:auto;left:0.775rem}.panel{background-color:#f8f8f8;border:1px solid #efefef;padding:1.023rem}.panel:after{content:'';display:table;clear:both}.panel code{background-color:white}.panel-black{background-color:#323232;color:white;border:1px solid #4c4c4c}.panel-dark{background-color:#595959;color:white;border:1px solid #4c4c4c}.panel-white{background-color:white;border:1px solid #efefef}.panel-white code{background-color:#f8f8f8}.panel-dark-blue{background-color:#004575;color:white;border:1px solid #052942}.panel-blue{background-color:#0079c1;color:white;border:1px solid #005e95}.panel-light-blue{color:#323232;background-color:#56a5d8;border:1px solid #0079c1}.panel-no-border{border:none}.panel-no-padding{padding:0}table{width:100%;background-color:white;border-collapse:collapse;border-spacing:0;border:1px solid #ccc;text-align:left;overflow:auto;font-size:0.875rem;line-height:1.55rem}@media screen and (max-width:859px){table{font-size:0.875rem}}@media screen and (max-width:479px){table{font-size:0.875rem}}html[dir="rtl"] table{text-align:right}table > thead{background-color:#efefef;border-bottom:1px solid #ccc;font-weight:400;font-style:normal;font-size:1rem;line-height:1.55rem}table > thead b,table > thead strong{font-weight:500}@media screen and (max-width:859px){table > thead{font-size:1rem}}@media screen and (max-width:479px){table > thead{font-size:1rem}}table > tbody{overflow:auto;width:100%}table > tfoot{background-color:#efefef;border-top:1px solid #ccc}table th,table td{font-weight:300;border-left:1px solid #ccc;border-right:1px solid #ccc;padding:0.51667rem}html[dir="rtl"] table th,html[dir="rtl"] table td{text-align:right}table tr{border-bottom:1px solid #ccc;text-align:left}table tr:last-child{border-bottom:none}table caption{color:#959595;caption-side:bottom;line-height:1.55rem;padding:0.3875rem 0.775rem}.table-blue{border:1px solid #0079c1}.table-blue > thead{background-color:#0079c1;border:none;border-bottom:1px solid #0079c1;color:white}.table-blue > thead tr:nth-child(even){background-color:#bcdaed;color:#4c4c4c}.table-blue > tfoot{border-top:1px solid #0079c1}.table-blue th,.table-blue td{border-left:1px solid #0079c1;border-right:1px solid #0079c1}.table-blue tr{border-bottom:1px solid #0079c1}.table-plain{border:none}.table-plain > thead,.table-plain > tfoot,.table-plain th,.table-plain td{background-color:transparent;border:none}.table-plain tr{border:none}.table-plain tr:nth-child(even){background-color:transparent}.table-plain tr:nth-child(even) td{background-color:transparent}.table-striped tr:nth-child(even){background-color:#f8f8f8}.table-striped tr:nth-child(even) a{color:#005e95}.table-striped tr:nth-child(even) td{background-color:#f8f8f8}.table-striped.table-blue tr:nth-child(even){background-color:#d2e9f9}.table-striped.table-blue tr:nth-child(even) td{background-color:#d2e9f9}form{margin:0;padding:0}fieldset{margin:0 0 1.55rem 0;padding:0;border:none;display:block}.fieldset-radio label,.fieldset-checkbox label{margin-bottom:.25rem;font-size:0.9375rem;line-height:1.25rem;color:#595959}label,legend{position:relative;display:block;margin:0 0 1.55rem 0}legend{margin-bottom:.1rem}input[type='date'],input[type='datetime'],input[type='datetime-local'],input[type='email'],input[type='time'],input[type='week'],input[type='search'],input[type='tel'],input[type='text'],input[type='url'],input[type='number'],input[type='password'],input[type='month'],select,textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;outline:none;outline-offset:0;vertical-align:baseline;margin:0.3875rem 0 0 0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075)}input[type='date'][disabled],input[type='datetime'][disabled],input[type='datetime-local'][disabled],input[type='email'][disabled],input[type='time'][disabled],input[type='week'][disabled],input[type='search'][disabled],input[type='tel'][disabled],input[type='text'][disabled],input[type='url'][disabled],input[type='number'][disabled],input[type='password'][disabled],input[type='month'][disabled],select[disabled],textarea[disabled]{cursor:default}input[type='date']:focus,input[type='datetime']:focus,input[type='datetime-local']:focus,input[type='email']:focus,input[type='time']:focus,input[type='week']:focus,input[type='search']:focus,input[type='tel']:focus,input[type='text']:focus,input[type='url']:focus,input[type='number']:focus,input[type='password']:focus,input[type='month']:focus,select:focus,textarea:focus{border-color:#0079c1;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5)}input[type='date'],input[type='datetime'],input[type='datetime-local'],input[type='email'],input[type='time'],input[type='week'],input[type='search'],input[type='tel'],input[type='text'],input[type='url'],input[type='number'],input[type='password'],input[type='month'],textarea{display:inline-block;padding:0 0.31rem;font-size:1rem;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;color:#595959;border:1px solid #a9a9a9;-webkit-transition:border-color 150ms linear;transition:border-color 150ms linear;-webkit-appearance:textfield;height:2.25rem}textarea{font-family:inherit;max-width:100%;height:auto;padding-top:0.31rem}input[type='date'],input[type='datetime'],input[type='datetime-local'],input[type='time'],input[type='week'],input[type='month']{max-height:2.325rem}button{position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){button{font-size:0.9375rem}}@media screen and (max-width:479px){button{font-size:0.9375rem}}button:hover{text-decoration:none;background-color:#005e95;color:white}input[type="file"]::-webkit-file-upload-button{-webkit-appearance:none;position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){input[type="file"]::-webkit-file-upload-button{font-size:0.9375rem}}@media screen and (max-width:479px){input[type="file"]::-webkit-file-upload-button{font-size:0.9375rem}}input[type="file"]::-webkit-file-upload-button:hover{text-decoration:none;background-color:#005e95;color:white}::-ms-browse{position:relative;display:inline-block;padding:0.31rem 0.9rem;width:auto;color:white;border:1px solid #0079c1;background-color:#0079c1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.05s linear;transition:all 0.05s linear;cursor:pointer;white-space:nowrap;font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){::-ms-browse{font-size:0.9375rem}}@media screen and (max-width:479px){::-ms-browse{font-size:0.9375rem}}::-ms-browse:hover{text-decoration:none;background-color:#005e95;color:white}input[type='radio'],input[type='checkbox']{float:left;width:1rem;height:1rem}html[dir="rtl"] input[type='radio'],html[dir="rtl"] input[type='checkbox']{float:right}select{background-color:white;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTAwcHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiM1OTU5NTkiIGQ9Ik03NS43NDksMzcuNDY2YzAuNDI1LDAuNDI1LDAuNTUyLDEuMDYzLDAuMzIyLDEuNjE4Qzc1Ljg0MSwzOS42MzksNzUuMzAxLDQwLDc0LjY5OSw0MGgtNDkuNA0KCQljLTAuNiwwLTEuMTQzLTAuMzYyLTEuMzcyLTAuOTE3Yy0wLjIzLTAuNTU1LTAuMTAzLTEuMTkzLDAuMzIyLTEuNjE4bDIzLjQ0LTIzLjQ0YzEuMjc2LTEuMjc2LDMuMzQzLTEuMjc2LDQuNjIsMEw3NS43NDksMzcuNDY2DQoJCUw3NS43NDksMzcuNDY2eiBNMjQuMjUsNjIuNTM0Yy0wLjQyNi0wLjQyNS0wLjU1My0xLjA2My0wLjMyMy0xLjYxOGMwLjIzLTAuNTU1LDAuNzctMC45MTYsMS4zNy0wLjkxNkg3NC43DQoJCWMwLjYwMiwwLDEuMTQzLDAuMzU5LDEuMzczLDAuOTE2YzAuMjMsMC41NTUsMC4xMDMsMS4xOTMtMC4zMjIsMS42MThMNTIuMzEsODUuOTc3Yy0xLjI3NSwxLjI3NS0zLjM0NCwxLjI3NC00LjYyLDBMMjQuMjUsNjIuNTM0eg0KCQkiLz4NCjwvZz4NCjwvc3ZnPg0K);background-position:center right;background-repeat:no-repeat;background-size:.9rem;display:block;width:auto;max-width:100%;height:2.25rem;padding:0.31rem 1.55rem 0.31rem 0.3875rem;font-size:0.9375rem;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;color:#595959;border:1px solid #a9a9a9;border-radius:0;-webkit-transition:border-color 150ms linear;transition:border-color 150ms linear;-webkit-appearance:none}select:focus{border-color:#0079c1}html[dir="rtl"] select{background-position:center left;padding:0.31rem 0.3875rem 0.31rem 1.55rem}select{-moz-appearance:none}select[multiple]{height:auto;background-image:none;padding:0}select[multiple] option{padding:0.31rem}.select-full{width:100%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){select::-ms-expand{display:none}select:focus::-ms-value{background:transparent;color:#595959}}.input-error{border-color:#de2900}.input-error:focus{border-color:#0079c1}.input-warning{border-color:#d9bf2b}.input-warning:focus{border-color:#0079c1}.input-success{border-color:#5a9359}.input-success:focus{border-color:#0079c1}.input-group{display:table;margin-top:0.3875rem}.input-group-button{width:1%;vertical-align:middle;display:table-cell}.input-group-button .btn,.input-group-button button{height:2.25rem;margin-left:-1px}input.input-group-input,.input-group-input{display:table-cell;position:relative;margin-top:0;width:100%;vertical-align:middle}.loader-bars:before,.loader-bars:after,.loader-bars{background:#0079c1;-webkit-animation:load 0.8s infinite ease-in-out;animation:load 0.8s infinite ease-in-out;width:0.85rem;height:2rem}.loader-bars:before,.loader-bars:after{position:absolute;top:0;content:''}@-webkit-keyframes load{0%,80%,100%{opacity:.75;box-shadow:0 0 #0079c1;height:2rem}40%{opacity:1;box-shadow:0 -0.5rem #0079c1;height:2.5rem}}@keyframes load{0%,80%,100%{opacity:.75;box-shadow:0 0 #0079c1;height:2rem}40%{opacity:1;box-shadow:0 -0.5rem #0079c1;height:2.5rem}}.loader{display:none;position:relative}.loader.is-active{display:block}.loader-bars{text-indent:-9999em;margin:auto;position:absolute;right:50%;font-size:11px;-webkit-animation-delay:0.16s;animation-delay:0.16s}.loader-bars:before{left:-1.25rem}.loader-bars:after{left:1.25rem;-webkit-animation-delay:0.32s;animation-delay:0.32s}.loader-text{text-align:center;padding-top:4rem;font-weight:400;font-style:normal}.loader-text b,.loader-text strong{font-weight:500}.loader-text:after{content:"…"}.ie9 .loader-bars{position:inherit;background-color:transparent;background-image:url(../img/loader-ie9.gif);background-position:center top;animation:none;-webkit-animation-delay:none;-webkit-animation:none;width:64px;height:64px}.ie9 .loader-bars:before,.ie9 .loader-bars:after{background:none;animation:none;-webkit-animation:none;width:0;height:0}.ie9 .loader-text{padding-top:2rem}.skip-to-content{opacity:0;float:left;pointer-events:none;margin:0 0 0 1rem;position:absolute;z-index:10;background-color:transparent;-webkit-transition:150ms linear;transition:150ms linear}.skip-to-content:focus{opacity:1;-webkit-transition:150ms linear;transition:150ms linear;background-color:white}.card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;background:white;box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 0 16px 0 rgba(0,0,0,0.05)}.card-image-wrap{width:100%;position:relative;margin-bottom:0;-webkit-box-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.card-image{width:100%;display:block}.card-image-caption{background:rgba(255,255,255,0.8);width:100%;box-sizing:border-box;position:absolute;bottom:0;font-size:0.875rem;line-height:1.55rem;padding:.35rem 1.25rem .35rem 1.25rem}@media screen and (max-width:859px){.card-image-caption{font-size:0.875rem}}@media screen and (max-width:479px){.card-image-caption{font-size:0.875rem}}.card-last{margin-bottom:auto}.card-content{padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.card-shaped{box-shadow:none;background:transparent}.card-shaped .card-content{border:1px solid rgba(0,0,0,0.1);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);padding-top:4rem}.card-shaped .card-image-wrap{margin-bottom:-3rem;padding:0 1.25rem;box-sizing:border-box}.card-bar-lightest-blue{border-top:3px solid #d2e9f9}.card-bar-lighter-blue{border-top:3px solid #bcdaed}.card-bar-light-blue{border-top:3px solid #56a5d8}.card-bar-blue{border-top:3px solid #0079c1}.card-bar-dark-blue{border-top:3px solid #005e95}.card-bar-light-green{border-top:3px solid #9bc19c}.card-bar-green{border-top:3px solid #5a9359}.card-bar-dark-green{border-top:3px solid #338033}.card-bar-light-red{border-top:3px solid #e4a793}.card-bar-red{border-top:3px solid #de2900}.card-bar-dark-red{border-top:3px solid #ab3c16}.card-bar-light-orange{border-top:3px solid #e8912e}.card-bar-orange{border-top:3px solid #d17e21}.card-bar-dark-orange{border-top:3px solid #ad6511}.card-bar-light-yellow{border-top:3px solid #efe397}.card-bar-yellow{border-top:3px solid #e4d154}.card-bar-dark-yellow{border-top:3px solid #d9bf2b}.card-bar-light-purple{border-top:3px solid #c4bcdc}.card-bar-purple{border-top:3px solid #9081bc}.card-bar-dark-purple{border-top:3px solid #7461a8}.card-bar-light-brown{border-top:3px solid #d2b38f}.card-bar-brown{border-top:3px solid #a57946}.card-bar-dark-brown{border-top:3px solid #8c5e2a}.card-wide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.card-wide .card-content{display:block;-webkit-box-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%}.card-wide-image-wrap{position:relative;top:0;left:0;bottom:0;width:25%;overflow:hidden;margin-bottom:0}.card-wide-image{width:auto;min-width:100%;max-width:none;height:100%;margin:0;display:block;position:absolute}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes in-up{0%{transform:translate3d(0,100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-up{0%{transform:translate3d(0,100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@keyframes in-down{0%{transform:translate3d(0,-100%,0)}100%{transform:translate3d(0,0,0)}}@-webkit-keyframes out-down{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-100%,0)}}@keyframes out-down{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-100%,0)}}@-webkit-keyframes out-up{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,100%,0)}}@keyframes out-up{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,100%,0)}}.fade-in,.animate-fade-in{opacity:0;-webkit-animation:fade-in ease-in 1;-moz-animation:fade-in ease-in 1;animation:fade-in ease-in 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:0.75s;-moz-animation-duration:0.75s;animation-duration:0.75s}.animate-fade-out{-webkit-animation:fade-out ease-out 1;-moz-animation:fade-out ease-out 1;animation:fade-out ease-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.75s;-moz-animation-duration:0.75s;animation-duration:0.75s}.animate-in-down{-webkit-animation:in-down ease-out 1;-moz-animation:in-down ease-out 1;animation:in-down ease-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.animate-in-up{-webkit-animation:in-up ease-out 1;-moz-animation:in-up ease-out 1;animation:in-up ease-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.animate-out-down{-webkit-animation:out-down ease-in 1;-moz-animation:out-down ease-in 1;animation:out-down ease-in 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.animate-out-up{-webkit-animation:out-up ease-in 1;-moz-animation:out-up ease-in 1;animation:out-up ease-in 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s}.top-nav{font-weight:400;font-style:normal;border-bottom:1px solid #efefef;background-color:white}.top-nav b,.top-nav strong{font-weight:500}.top-nav .esri-logo{margin-top:1rem}.top-nav .sign-in{padding-top:1.55rem}.top-nav-title{font-weight:400;font-style:normal;font-size:1.2019rem;line-height:1.55rem;float:left;margin-right:1.5rem;padding:1.125rem 0;line-height:1.5rem;color:#4c4c4c}.top-nav-title b,.top-nav-title strong{font-weight:500}@media screen and (max-width:859px){.top-nav-title{font-size:1.1305rem}}@media screen and (max-width:479px){.top-nav-title{font-size:1.0625rem}}html[dir="rtl"] .top-nav-title{float:right}html[dir="rtl"] .top-nav-title{white-space:nowrap;margin-right:0;margin-left:1.5rem}.top-nav-title:hover{color:#0079c1;-webkit-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);text-decoration:none}.top-nav-title.icon-ui-menu:before{vertical-align:-1px;padding-right:.5em}.top-nav-list{float:left;padding:0}html[dir="rtl"] .top-nav-list{float:right}.top-nav-list .top-nav-link + .top-nav-link{margin-left:.75em}html[dir="rtl"] .top-nav-list .top-nav-link + .top-nav-link{margin-left:0;margin-right:.75em}.top-nav-list.right{float:right}html[dir="rtl"] .top-nav-list.right{float:left}.top-nav-link{font-size:0.9375rem;line-height:1.55rem;color:#4c4c4c;padding:1.1625rem 0;line-height:1.5rem;display:inline-block;vertical-align:top}@media screen and (max-width:859px){.top-nav-link{font-size:0.9375rem}}@media screen and (max-width:479px){.top-nav-link{font-size:0.9375rem}}.top-nav-link:hover,.top-nav-link:focus{color:#0079c1;background:url(../img/top-nav-ie9.gif) repeat-x top left transparent;-webkit-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);text-decoration:none}.top-nav-link:focus{outline:none}.top-nav-link.is-active{-webkit-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%);background-image:linear-gradient(to top,transparent 92%,#0079c1 93%,#0079c1 100%)}.top-nav-flex{display:flex}.top-nav-flex-list{flex-grow:1;flex-basis:30%}.top-nav-flex-title{flex-grow:2;text-align:center}.sign-in{float:right;padding-left:0.3875rem;margin-top:-0.7rem}html[dir="rtl"] .sign-in{float:left}html[dir="rtl"] .sign-in{padding-left:0;padding-right:0.3875rem}.user-nav-name{padding-right:1.5em;color:#4c4c4c}.user-nav-name:hover{text-decoration:none}.user-nav-image{width:1.2rem;height:1.2rem;vertical-align:-0.25rem}.sub-nav{background-color:#efefef}.sub-nav-title{font-size:1.9994rem;line-height:2.325rem;margin-top:0.775rem;margin-bottom:0.775rem;display:inline-block;line-height:1.25}@media screen and (max-width:859px){.sub-nav-title{font-size:1.7689rem}}@media screen and (max-width:479px){.sub-nav-title{font-size:1.5625rem}}.sub-nav-list{width:100%;float:left}html[dir="rtl"] .sub-nav-list{float:right}.sub-nav-link{padding:.25em .75em;margin:0 .25em 0 0;float:left;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;color:#efefef;font-size:0.9375rem;line-height:1.55rem;background-color:rgba(0,0,0,0.45);box-sizing:border-box;-webkit-transition:background-color 150ms linear,color 150ms 150ms linear;transition:background-color 150ms linear,color 150ms 150ms linear}html[dir="rtl"] .sub-nav-link{float:right}@media screen and (max-width:859px){.sub-nav-link{font-size:0.9375rem}}@media screen and (max-width:479px){.sub-nav-link{font-size:0.9375rem}}.sub-nav-link:hover,.sub-nav-link:focus{background-color:rgba(0,0,0,0.3);color:white;text-decoration:none;-webkit-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-moz-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-o-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%)}.sub-nav-link.is-active{background-color:white;color:#4c4c4c}.third-nav{font-weight:400;font-style:normal;border-bottom:1px solid #efefef;background-color:white;padding:0.3875rem 0;width:100%}.third-nav b,.third-nav strong{font-weight:500}.third-nav-container{position:relative;overflow-x:auto;white-space:nowrap;padding-bottom:15px;margin-bottom:-15px}.third-nav-link{color:#595959;font-size:0.875rem;line-height:1.55rem;margin-right:1.1625rem}@media screen and (max-width:859px){.third-nav-link{font-size:0.875rem}}@media screen and (max-width:479px){.third-nav-link{font-size:0.875rem}}html[dir="rtl"] .third-nav-link{white-space:nowrap}.third-nav-link:last-child{margin-right:2.325rem}.third-nav-link.is-active{font-weight:600;font-style:normal}.third-nav-link.is-active b,.third-nav-link.is-active strong{font-weight:600}.nav-overflow-left{position:absolute;padding:11px 6px;top:0;margin:0;background-color:rgba(255,255,255,0.8);display:none;left:0}.nav-overflow-left:before{padding-right:0}.nav-overflow-left.is-active{display:block}.nav-overflow-right{position:absolute;padding:11px 6px;top:0;margin:0;background-color:rgba(255,255,255,0.8);display:none;right:0}.nav-overflow-right:before{padding-right:0}.nav-overflow-right.is-active{display:block}.side-nav,.dropdown-menu,.filter-dropdown-list{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;border:1px solid #efefef;border-top:none;font-weight:400;font-style:normal;background-color:white}.side-nav b,.dropdown-menu b,.filter-dropdown-list b,.side-nav strong,.dropdown-menu strong,.filter-dropdown-list strong{font-weight:500}.side-nav-title{margin:0;padding:0.51667rem;font-weight:400;font-style:normal;font-size:0.9375rem;line-height:1.55rem;background-color:#f8f8f8;border-top:1px solid #efefef}.side-nav-title b,.side-nav-title strong{font-weight:500}@media screen and (max-width:859px){.side-nav-title{font-size:0.9375rem}}@media screen and (max-width:479px){.side-nav-title{font-size:0.9375rem}}.side-nav-link{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem;font-size:0.875rem;line-height:1.55rem;color:#595959;background-color:white;border-top:1px solid #efefef;cursor:pointer}@media screen and (max-width:859px){.side-nav-link{font-size:0.875rem}}@media screen and (max-width:479px){.side-nav-link{font-size:0.875rem}}.side-nav-link:hover{background-color:#f8f8f8;text-decoration:none;color:#4c4c4c}.side-nav-link.is-active{text-indent:-3px;border-left:3px solid #0079c1}html[dir="rtl"] .side-nav-link.is-active{border-left:none;border-right:3px solid #0079c1}body{display:flex;height:100%;flex-direction:column}.wrapper{flex:1 0 auto}.footer{background-color:#f8f8f8;padding-top:3.1rem;flex:none}.tab-nav:after{content:'';display:table;clear:both}.tab-title{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:0.875rem;line-height:1.55rem;-webkit-transition:background,150ms linear;transition:background,150ms linear;padding:0.3875rem 0.775rem;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#f8f8f8;border:1px solid #ccc;border-left:none;cursor:pointer}@media screen and (max-width:859px){.tab-title{font-size:0.875rem}}@media screen and (max-width:479px){.tab-title{font-size:0.875rem}}.tab-title:first-child{border-left:1px solid #ccc}.tab-title:focus{outline:none}.tab-title:hover,.tab-title:focus{background-color:#fcfcfc;text-decoration:none;-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tab-title.is-active{border-bottom:1px solid white;background-color:white}.tab-title.is-active:hover{background-color:white}.tab-contents{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #ccc;margin-top:-1px}.tab-section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:white;display:none;padding:0.775rem}.tab-section.is-active{display:block}.tab-section pre{margin:0}.tabs-gray .tab-title{background-color:white}.tabs-gray .tab-title.is-active{background-color:#f8f8f8;border-bottom:1px solid #f8f8f8}.tabs-gray .tab-section{background-color:#f8f8f8}.tabs-gray pre code{padding:0;border:none;background-color:transparent}.tabs-transparent .tab-title{background-color:transparent;border:1px solid transparent;border-bottom:1px solid #ccc}.tabs-transparent .tab-title:hover{border-bottom:1px solid #ccc}.tabs-transparent .tab-title.is-active{-webkit-transition:backround,150ms linear;transition:backround,150ms linear;background-color:transparent;border:1px solid #ccc;border-bottom:1px solid white}.tabs-transparent .tab-contents{border-bottom:none;border-left:none;border-right:none}.tabs-transparent .tab-section{background-color:transparent;padding-left:0;padding-right:0}.tabs-translucent .tab-title{background-clip:padding-box;background-color:rgba(255,255,255,0.7);border:none;color:#4c4c4c;margin-right:2px;margin-bottom:3px;transition:background,0ms linear}.tabs-translucent .tab-title:hover{background-color:rgba(255,255,255,0.8);-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-translucent .tab-title.is-active{background-color:rgba(255,255,255,0.8);border-bottom:2px solid rgba(255,255,255,0.8);margin-bottom:0;-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-translucent .tab-contents{border:none}.tabs-translucent .tab-section{background-color:rgba(255,255,255,0.8)}.tabs-dark .tab-title{background-clip:padding-box;background-color:rgba(255,255,255,0.7);border:none;color:#4c4c4c;margin-right:2px;margin-bottom:3px;transition:background,0ms linear}.tabs-dark .tab-title:hover{background-color:rgba(255,255,255,0.8);-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-dark .tab-title.is-active{background-color:rgba(255,255,255,0.8);border-bottom:2px solid rgba(255,255,255,0.8);margin-bottom:0;-webkit-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-moz-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);-o-background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%);background-image:linear-gradient(to top,transparent 94%,#0079c1 96%,#0079c1 100%)}.tabs-dark .tab-contents{border:none}.tabs-dark .tab-section{background-color:rgba(255,255,255,0.8)}.tabs-dark .tab-title{background-color:rgba(0,0,0,0.75);color:white}.tabs-dark .tab-title:hover{background-color:rgba(0,0,0,0.85);-webkit-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-moz-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-o-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%)}.tabs-dark .tab-title.is-active{border-bottom:2px solid rgba(0,0,0,0.85);background-color:rgba(0,0,0,0.85);-webkit-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-moz-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);-o-background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%);background-image:linear-gradient(to top,transparent 94%,white 96%,white 100%)}.tabs-dark .tab-section{background-color:rgba(0,0,0,0.85);color:white}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:hidden;text-align:center;opacity:0;visibility:hidden;background:rgba(0,0,0,0.75);-webkit-transition:visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);transition:visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);z-index:50}.modal-overlay.is-active{visibility:visible;opacity:1;-webkit-transition-delay:0ms;transition-delay:0ms}.modal-overlay.is-active .modal-content{visibility:visible;opacity:1;-webkit-transition-delay:0ms;transition-delay:0ms;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-overlay:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.modal-content{box-sizing:border-box;max-height:80vh;z-index:100;float:none;background:white;padding:1.55rem;text-align:start;overflow-y:auto;-webkit-overflow-scrolling:touch;display:inline-block;vertical-align:middle;opacity:0;visibility:hidden;-webkit-transition:-webkit- transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 300ms cubic-bezier(0.215,0.44,0.42,0.88),visibility 0ms linear 300ms,opacity 300ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);-o-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}html[dir="rtl"] .modal-content{float:none}.accordion{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;border:1px solid #efefef;border-top:none;font-weight:400;font-style:normal;background-color:white}.accordion b,.accordion strong{font-weight:500}.accordion-section.is-active .accordion-content{display:block}.accordion-title{margin:0;padding:0.51667rem;font-weight:400;font-style:normal;font-size:0.9375rem;line-height:1.55rem;background-color:#f8f8f8;border-top:1px solid #efefef;cursor:pointer;-webkit-transition:all,150ms linear;transition:all,150ms linear}.accordion-title b,.accordion-title strong{font-weight:500}@media screen and (max-width:859px){.accordion-title{font-size:0.9375rem}}@media screen and (max-width:479px){.accordion-title{font-size:0.9375rem}}.accordion-title:before{font-size:0.8125rem}.accordion-title:focus,.accordion-title:hover{-webkit-transition:all,150ms linear;transition:all,150ms linear;background-color:#f4f4f4}.accordion-content{display:none}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;overflow:hidden;opacity:0;background:rgba(0,0,0,0.75);-webkit-transition:visibility 0ms linear 200ms,opacity 200ms linear;transition:visibility 0ms linear 200ms,opacity 200ms linear;z-index:1001}.drawer.is-active{visibility:visible;opacity:1;background-color:rgba(0,0,0,0.75);-webkit-transition-delay:0ms;transition-delay:0ms}.drawer.is-active.drawer-left .drawer-nav{-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}html[dir="rtl"] .drawer.is-active.drawer-left .drawer-nav{-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}.drawer.is-active.drawer-right .drawer-nav{-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}html[dir="rtl"] .drawer.is-active.drawer-right .drawer-nav{-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}.drawer-nav{position:absolute;top:0;height:100%;width:280px;margin:0;padding:0;list-style:none;background:white;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88)}.drawer-left .drawer-nav{left:-280px}html[dir="rtl"] .drawer-left .drawer-nav{left:100%}.drawer-right .drawer-nav{left:100%}html[dir="rtl"] .drawer-right .drawer-nav{left:-280px}.wrapper{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88)}.drawer-left-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}html[dir="rtl"] .drawer-left-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}.drawer-right-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(-280px,0,0);-moz-transform:translate3d(-280px,0,0);-ms-transform:translate3d(-280px,0,0);-o-transform:translate3d(-280px,0,0);transform:translate3d(-280px,0,0)}html[dir="rtl"] .drawer-right-is-active{-webkit-transition:-webkit- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-moz-transition:-moz- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-o-transition:-o- transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);transition:transform 200ms cubic-bezier(0.215,0.44,0.42,0.88);-webkit-transform:translate3d(280px,0,0);-moz-transform:translate3d(280px,0,0);-ms-transform:translate3d(280px,0,0);-o-transform:translate3d(280px,0,0);transform:translate3d(280px,0,0)}.ie9 .drawer.is-active.drawer-left .drawer-nav{-ms-transform:translate(280px,0)}html[dir="rtl"] .ie9 .drawer.is-active.drawer-left .drawer-nav{-ms-transform:translate(-280px,0)}.ie9 .drawer.is-active.drawer-right .drawer-nav{-ms-transform:translate(-280px,0)}html[dir="rtl"] .ie9 .drawer.is-active.drawer-right .drawer-nav{-ms-transform:translate(280px,0)}input.filter-dropdown-input{margin:1%;width:98%}.filter-dropdown-title{display:inline;padding-bottom:0}.filter-dropdown-action{font-size:0.8125rem;line-height:1.55rem;float:right;color:#959595;display:none}@media screen and (max-width:859px){.filter-dropdown-action{font-size:0.8125rem}}@media screen and (max-width:479px){.filter-dropdown-action{font-size:0.8125rem}}html[dir="rtl"] .filter-dropdown-action{float:left}.filter-dropdown-action.is-active{display:inline-block}.filter-dropdown-container:after{content:'';display:table;clear:both}.filter-dropdown-list{position:absolute;min-width:200px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 16px 0 rgba(0,0,0,0.05);box-shadow:0 0 16px 0 rgba(0,0,0,0.05);z-index:1000;display:none;overflow:auto;background-color:#f8f8f8;border-top:1px solid #efefef;max-width:100%;width:100%}.filter-dropdown-list.dropdown-right{right:0}.filter-dropdown-list.is-active{display:block}.filter-dropdown-inner-list{max-height:13.95rem;overflow:auto;border-top:1px solid #efefef;background-color:white}.filter-dropdown-link{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0.51667rem 1.55rem 0.51667rem 0.125rem;font-size:0.875rem;line-height:1.55rem;color:#6e6e6e;border-top:1px solid #efefef}html[dir="rtl"] .filter-dropdown-link{padding:0.51667rem 0.125rem 0.51667rem 1.55rem}@media screen and (max-width:859px){.filter-dropdown-link{font-size:0.875rem}}@media screen and (max-width:479px){.filter-dropdown-link{font-size:0.875rem}}.filter-dropdown-link:first-child{border-top:none}.filter-dropdown-link:after{position:absolute;right:0;margin-top:0.25833rem;opacity:0;color:#959595}html[dir="rtl"] .filter-dropdown-link:after{right:auto;left:0;padding-left:0.51667rem}.filter-dropdown-link:hover{text-decoration:none;color:#828282}.filter-dropdown-link:hover:before{opacity:1}.filter-dropdown-link:before{opacity:0;padding:0 0.25833rem;color:#959595}html[dir="rtl"] .filter-dropdown-link:before{float:right;padding-top:0.25833rem}.filter-dropdown-link.is-active:before{opacity:1;color:#5a9359}.filter-dropdown-link.is-active:after{opacity:1}.filter-dropdown-link.is-active:hover:after{opacity:1;color:#de2900}.filter-dropdown-active{background-color:#efefef;padding:.25em .5em;border-radius:3px;font-size:.85em;line-height:1;white-space:nowrap;font-size:0.875rem;line-height:1.55rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;padding:0.51667rem 0 0.51667rem 0.51667rem;margin-right:0.25833rem;margin-top:0.25833rem;color:#6e6e6e}@media screen and (max-width:859px){.filter-dropdown-active{font-size:0.875rem}}@media screen and (max-width:479px){.filter-dropdown-active{font-size:0.875rem}}.filter-dropdown-remove{float:right;right:0;top:1.3rem}html[dir="rtl"] .filter-dropdown-remove{float:left}.filter-dropdown-remove:after{font-size:0.9375rem;line-height:1.55rem;margin-left:0.51667rem;opacity:1;color:#959595}@media screen and (max-width:859px){.filter-dropdown-remove:after{font-size:0.9375rem}}@media screen and (max-width:479px){.filter-dropdown-remove:after{font-size:0.9375rem}}html[dir="rtl"] .filter-dropdown-remove:after{right:auto;left:0;padding-left:0.51667rem}.filter-dropdown-remove:hover:after{color:#de2900}.is-hidden{display:none!important}.link-red{color:#de2900}.link-red:hover{color:#ab3c16}.link-green{color:#5a9359}.link-green:hover{color:#338033}.link-light-blue{color:#bcdaed}.link-light-blue:hover{color:#56a5d8}.link-blue{color:#0079c1}.link-blue:hover{color:#005e95}.link-white{color:white}.link-white:hover{color:#efefef}.link-light-gray{color:#a9a9a9}.link-light-gray:hover{color:#959595}.link-dark-gray{color:#828282}.link-dark-gray:hover{color:#6e6e6e}.link-darker-gray{color:#6e6e6e}.link-darker-gray:hover{color:#595959}.link-darkest-gray,.third-nav-link.is-active:hover{color:#595959}.link-darkest-gray:hover,.third-nav-link.is-active:hover{color:#4c4c4c}.link-off-black{color:#4c4c4c}.link-off-black:hover{color:#323232}.text-red{color:#de2900}.text-green{color:#5a9359}.text-blue{color:#0079c1}.text-white{color:white}.text-light-gray{color:#a9a9a9}.text-dark-gray{color:#828282}.text-darker-gray{color:#6e6e6e}.text-darkest-gray{color:#595959}.text-off-black{color:#4c4c4c}.text-rule{border-bottom:1px solid #ccc}.text-inline{display:inline}.text-center{text-align:center}.text-left{text-align:left}html[dir="rtl"] .text-left{text-align:right}.text-right{text-align:right}html[dir="rtl"] .text-right{text-align:left}.text-light{opacity:0.66}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-numbered{counter-reset:li;list-style:none;position:relative;padding-bottom:1em;margin-left:0}.list-numbered > li{padding:0.3em .25em .25em 2.5em;position:relative;margin-bottom:0.75em;margin-left:0}html[dir="rtl"] .list-numbered > li{padding:0.3em 2.5em .25em .25em}.list-numbered > li:before{font-weight:300;font-style:normal;content:counter(li);counter-increment:li;position:absolute;top:0;left:0;height:100%;height:calc(100% - .3em);width:0.75em;padding:.3em .5em 0 0;color:#959595;font-size:1.2019rem;line-height:1.55rem;line-height:1;text-align:right;border-right:2px solid #ccc}.list-numbered > li:before b,.list-numbered > li:before strong{font-weight:500}@media screen and (max-width:859px){.list-numbered > li:before{font-size:1.1305rem}}@media screen and (max-width:479px){.list-numbered > li:before{font-size:1.0625rem}}html[dir="rtl"] .list-numbered > li:before{left:auto;right:0;padding:0 0 0 .5em;text-align:left;border-right:none;border-left:2px solid #ccc}.list-numbered > li:after{content:".";display:block;clear:left;visibility:hidden;line-height:0;height:0}.list-numbered .list-numbered{margin-bottom:0;padding-bottom:0}.list-numbered .list-numbered > li:before{content:counter(li,lower-alpha)}.list-plain{margin:0.3875rem 0}.list-plain li{list-style-type:none;margin-left:0}.font-size--3{font-size:0.8125rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size--3{font-size:0.8125rem}}@media screen and (max-width:479px){.font-size--3{font-size:0.8125rem}}.font-size--2{font-size:0.875rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size--2{font-size:0.875rem}}@media screen and (max-width:479px){.font-size--2{font-size:0.875rem}}.font-size--1{font-size:0.9375rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size--1{font-size:0.9375rem}}@media screen and (max-width:479px){.font-size--1{font-size:0.9375rem}}.font-size-0{font-size:1rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size-0{font-size:1rem}}@media screen and (max-width:479px){.font-size-0{font-size:1rem}}.font-size-1{font-size:1.2019rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size-1{font-size:1.1305rem}}@media screen and (max-width:479px){.font-size-1{font-size:1.0625rem}}.font-size-2{font-size:1.414rem;line-height:1.55rem}@media screen and (max-width:859px){.font-size-2{font-size:1.33rem}}@media screen and (max-width:479px){.font-size-2{font-size:1.25rem}}.font-size-3{font-size:1.69949rem;line-height:2.325rem}@media screen and (max-width:859px){.font-size-3{font-size:1.50357rem}}@media screen and (max-width:479px){.font-size-3{font-size:1.32812rem}}.font-size-4{font-size:1.9994rem;line-height:2.325rem}@media screen and (max-width:859px){.font-size-4{font-size:1.7689rem}}@media screen and (max-width:479px){.font-size-4{font-size:1.5625rem}}.font-size-5{font-size:2.40307rem;line-height:3.1rem}@media screen and (max-width:859px){.font-size-5{font-size:1.99974rem}}@media screen and (max-width:479px){.font-size-5{font-size:1.66016rem;line-height:2.325rem}}.font-size-6{font-size:2.82715rem;line-height:3.1rem}@media screen and (max-width:859px){.font-size-6{font-size:2.35264rem}}@media screen and (max-width:479px){.font-size-6{font-size:1.95312rem;line-height:2.325rem}}.font-size-7{font-size:3.39795rem;line-height:3.1rem}@media screen and (max-width:859px){.font-size-7{font-size:2.65966rem}}@media screen and (max-width:479px){.font-size-7{font-size:2.0752rem;line-height:2.325rem}}.font-size-8{font-size:3.99758rem;line-height:3.875rem}@media screen and (max-width:859px){.font-size-8{font-size:3.12901rem}}@media screen and (max-width:479px){.font-size-8{font-size:2.44141rem;line-height:3.1rem}}.leader-half{margin-top:0.775rem}.trailer-half{margin-bottom:0.775rem}.padding-leader-half{padding-top:0.775rem}.padding-trailer-half{padding-bottom:0.775rem}.leader-0{margin-top:0rem}.trailer-0{margin-bottom:0rem}.padding-leader-0{padding-top:0rem}.padding-trailer-0{padding-bottom:0rem}.leader-1{margin-top:1.55rem}.trailer-1{margin-bottom:1.55rem}.padding-leader-1{padding-top:1.55rem}.padding-trailer-1{padding-bottom:1.55rem}.leader-2{margin-top:3.1rem}.trailer-2{margin-bottom:3.1rem}.padding-leader-2{padding-top:3.1rem}.padding-trailer-2{padding-bottom:3.1rem}.leader-3{margin-top:4.65rem}.trailer-3{margin-bottom:4.65rem}.padding-leader-3{padding-top:4.65rem}.padding-trailer-3{padding-bottom:4.65rem}.leader-4{margin-top:6.2rem}.trailer-4{margin-bottom:6.2rem}.padding-leader-4{padding-top:6.2rem}.padding-trailer-4{padding-bottom:6.2rem}.leader-5{margin-top:7.75rem}.trailer-5{margin-bottom:7.75rem}.padding-leader-5{padding-top:7.75rem}.padding-trailer-5{padding-bottom:7.75rem}.leader-6{margin-top:9.3rem}.trailer-6{margin-bottom:9.3rem}.padding-leader-6{padding-top:9.3rem}.padding-trailer-6{padding-bottom:9.3rem}@media screen and (min-width:1450px){.large-leader-half{margin-top:0.775rem}.large-trailer-half{margin-bottom:0.775rem}.large-padding-leader-half{padding-top:0.775rem}.large-padding-trailer-half{padding-bottom:0.775rem}.large-leader-0{margin-top:0rem}.large-trailer-0{margin-bottom:0rem}.large-padding-leader-0{padding-top:0rem}.large-padding-trailer-0{padding-bottom:0rem}.large-leader-1{margin-top:1.55rem}.large-trailer-1{margin-bottom:1.55rem}.large-padding-leader-1{padding-top:1.55rem}.large-padding-trailer-1{padding-bottom:1.55rem}.large-leader-2{margin-top:3.1rem}.large-trailer-2{margin-bottom:3.1rem}.large-padding-leader-2{padding-top:3.1rem}.large-padding-trailer-2{padding-bottom:3.1rem}.large-leader-3{margin-top:4.65rem}.large-trailer-3{margin-bottom:4.65rem}.large-padding-leader-3{padding-top:4.65rem}.large-padding-trailer-3{padding-bottom:4.65rem}.large-leader-4{margin-top:6.2rem}.large-trailer-4{margin-bottom:6.2rem}.large-padding-leader-4{padding-top:6.2rem}.large-padding-trailer-4{padding-bottom:6.2rem}.large-leader-5{margin-top:7.75rem}.large-trailer-5{margin-bottom:7.75rem}.large-padding-leader-5{padding-top:7.75rem}.large-padding-trailer-5{padding-bottom:7.75rem}.large-leader-6{margin-top:9.3rem}.large-trailer-6{margin-bottom:9.3rem}.large-padding-leader-6{padding-top:9.3rem}.large-padding-trailer-6{padding-bottom:9.3rem}}@media screen and (max-width:859px){.tablet-leader-half{margin-top:0.775rem}.tablet-trailer-half{margin-bottom:0.775rem}.tablet-padding-leader-half{padding-top:0.775rem}.tablet-padding-trailer-half{padding-bottom:0.775rem}.tablet-leader-0{margin-top:0rem}.tablet-trailer-0{margin-bottom:0rem}.tablet-padding-leader-0{padding-top:0rem}.tablet-padding-trailer-0{padding-bottom:0rem}.tablet-leader-1{margin-top:1.55rem}.tablet-trailer-1{margin-bottom:1.55rem}.tablet-padding-leader-1{padding-top:1.55rem}.tablet-padding-trailer-1{padding-bottom:1.55rem}.tablet-leader-2{margin-top:3.1rem}.tablet-trailer-2{margin-bottom:3.1rem}.tablet-padding-leader-2{padding-top:3.1rem}.tablet-padding-trailer-2{padding-bottom:3.1rem}.tablet-leader-3{margin-top:4.65rem}.tablet-trailer-3{margin-bottom:4.65rem}.tablet-padding-leader-3{padding-top:4.65rem}.tablet-padding-trailer-3{padding-bottom:4.65rem}.tablet-leader-4{margin-top:6.2rem}.tablet-trailer-4{margin-bottom:6.2rem}.tablet-padding-leader-4{padding-top:6.2rem}.tablet-padding-trailer-4{padding-bottom:6.2rem}.tablet-leader-5{margin-top:7.75rem}.tablet-trailer-5{margin-bottom:7.75rem}.tablet-padding-leader-5{padding-top:7.75rem}.tablet-padding-trailer-5{padding-bottom:7.75rem}.tablet-leader-6{margin-top:9.3rem}.tablet-trailer-6{margin-bottom:9.3rem}.tablet-padding-leader-6{padding-top:9.3rem}.tablet-padding-trailer-6{padding-bottom:9.3rem}}@media screen and (max-width:479px){.phone-leader-half{margin-top:0.775rem}.phone-trailer-half{margin-bottom:0.775rem}.phone-padding-leader-half{padding-top:0.775rem}.phone-padding-trailer-half{padding-bottom:0.775rem}.phone-leader-0{margin-top:0rem}.phone-trailer-0{margin-bottom:0rem}.phone-padding-leader-0{padding-top:0rem}.phone-padding-trailer-0{padding-bottom:0rem}.phone-leader-1{margin-top:1.55rem}.phone-trailer-1{margin-bottom:1.55rem}.phone-padding-leader-1{padding-top:1.55rem}.phone-padding-trailer-1{padding-bottom:1.55rem}.phone-leader-2{margin-top:3.1rem}.phone-trailer-2{margin-bottom:3.1rem}.phone-padding-leader-2{padding-top:3.1rem}.phone-padding-trailer-2{padding-bottom:3.1rem}.phone-leader-3{margin-top:4.65rem}.phone-trailer-3{margin-bottom:4.65rem}.phone-padding-leader-3{padding-top:4.65rem}.phone-padding-trailer-3{padding-bottom:4.65rem}.phone-leader-4{margin-top:6.2rem}.phone-trailer-4{margin-bottom:6.2rem}.phone-padding-leader-4{padding-top:6.2rem}.phone-padding-trailer-4{padding-bottom:6.2rem}.phone-leader-5{margin-top:7.75rem}.phone-trailer-5{margin-bottom:7.75rem}.phone-padding-leader-5{padding-top:7.75rem}.phone-padding-trailer-5{padding-bottom:7.75rem}.phone-leader-6{margin-top:9.3rem}.phone-trailer-6{margin-bottom:9.3rem}.phone-padding-leader-6{padding-top:9.3rem}.phone-padding-trailer-6{padding-bottom:9.3rem}}html[dir="rtl"] .rtl-padding-left-0{padding-left:0rem}html[dir="rtl"] .rtl-padding-right-0{padding-right:0rem}.padding-left-quarter{padding-left:0.25rem}html[dir="rtl"] .padding-left-quarter{padding-right:0.25rem}.padding-right-quarter{padding-right:0.25rem}html[dir="rtl"] .padding-right-quarter{padding-left:0.25rem}.padding-left-third{padding-left:0.33333rem}html[dir="rtl"] .padding-left-third{padding-right:0.33333rem}.padding-right-third{padding-right:0.33333rem}html[dir="rtl"] .padding-right-third{padding-left:0.33333rem}.padding-left-half{padding-left:0.5rem}html[dir="rtl"] .padding-left-half{padding-right:0.5rem}.padding-right-half{padding-right:0.5rem}html[dir="rtl"] .padding-right-half{padding-left:0.5rem}.padding-left-0{padding-left:0rem}html[dir="rtl"] .padding-left-0{padding-right:0rem}.padding-right-0{padding-right:0rem}html[dir="rtl"] .padding-right-0{padding-left:0rem}.padding-left-1{padding-left:1rem}html[dir="rtl"] .padding-left-1{padding-right:1rem}.padding-right-1{padding-right:1rem}html[dir="rtl"] .padding-right-1{padding-left:1rem}.padding-left-2{padding-left:2rem}html[dir="rtl"] .padding-left-2{padding-right:2rem}.padding-right-2{padding-right:2rem}html[dir="rtl"] .padding-right-2{padding-left:2rem}.padding-left-3{padding-left:3rem}html[dir="rtl"] .padding-left-3{padding-right:3rem}.padding-right-3{padding-right:3rem}html[dir="rtl"] .padding-right-3{padding-left:3rem}.padding-left-4{padding-left:4rem}html[dir="rtl"] .padding-left-4{padding-right:4rem}.padding-right-4{padding-right:4rem}html[dir="rtl"] .padding-right-4{padding-left:4rem}html[dir="rtl"] .rtl-margin-left-0{margin-left:0rem}html[dir="rtl"] .rtl-margin-right-0{margin-right:0rem}.margin-left-quarter{margin-left:0.25rem}html[dir="rtl"] .margin-left-quarter{margin-right:0.25rem}.margin-right-quarter{margin-right:0.25rem}html[dir="rtl"] .margin-right-quarter{margin-left:0.25rem}.margin-left-third{margin-left:0.33333rem}html[dir="rtl"] .margin-left-third{margin-right:0.33333rem}.margin-right-third{margin-right:0.33333rem}html[dir="rtl"] .margin-right-third{margin-left:0.33333rem}.margin-left-half{margin-left:0.5rem}html[dir="rtl"] .margin-left-half{margin-right:0.5rem}.margin-right-half{margin-right:0.5rem}html[dir="rtl"] .margin-right-half{margin-left:0.5rem}.margin-left-0{margin-left:0rem}html[dir="rtl"] .margin-left-0{margin-right:0rem}.margin-right-0{margin-right:0rem}html[dir="rtl"] .margin-right-0{margin-left:0rem}.margin-left-1{margin-left:1rem}html[dir="rtl"] .margin-left-1{margin-right:1rem}.margin-right-1{margin-right:1rem}html[dir="rtl"] .margin-right-1{margin-left:1rem}.margin-left-2{margin-left:2rem}html[dir="rtl"] .margin-left-2{margin-right:2rem}.margin-right-2{margin-right:2rem}html[dir="rtl"] .margin-right-2{margin-left:2rem}.margin-left-3{margin-left:3rem}html[dir="rtl"] .margin-left-3{margin-right:3rem}.margin-right-3{margin-right:3rem}html[dir="rtl"] .margin-right-3{margin-left:3rem}.margin-left-4{margin-left:4rem}html[dir="rtl"] .margin-left-4{margin-right:4rem}.margin-right-4{margin-right:4rem}html[dir="rtl"] .margin-right-4{margin-left:4rem}@media screen and (max-width:859px){.tablet-gutter-left-0{padding-left:0rem}html[dir="rtl"] .tablet-gutter-left-0{padding-right:0rem}.tablet-gutter-right-0{padding-right:0rem}html[dir="rtl"] .tablet-gutter-right-0{padding-left:0rem}.tablet-gutter-left-1{padding-left:1rem}html[dir="rtl"] .tablet-gutter-left-1{padding-right:1rem}.tablet-gutter-right-1{padding-right:1rem}html[dir="rtl"] .tablet-gutter-right-1{padding-left:1rem}.tablet-gutter-left-2{padding-left:2rem}html[dir="rtl"] .tablet-gutter-left-2{padding-right:2rem}.tablet-gutter-right-2{padding-right:2rem}html[dir="rtl"] .tablet-gutter-right-2{padding-left:2rem}.tablet-gutter-left-3{padding-left:3rem}html[dir="rtl"] .tablet-gutter-left-3{padding-right:3rem}.tablet-gutter-right-3{padding-right:3rem}html[dir="rtl"] .tablet-gutter-right-3{padding-left:3rem}.tablet-gutter-left-4{padding-left:4rem}html[dir="rtl"] .tablet-gutter-left-4{padding-right:4rem}.tablet-gutter-right-4{padding-right:4rem}html[dir="rtl"] .tablet-gutter-right-4{padding-left:4rem}}@media screen and (max-width:479px){.phone-gutter-left-0{padding-left:0rem}html[dir="rtl"] .phone-gutter-left-0{padding-right:0rem}.phone-gutter-right-0{padding-right:0rem}html[dir="rtl"] .phone-gutter-right-0{padding-left:0rem}.phone-gutter-left-1{padding-left:1rem}html[dir="rtl"] .phone-gutter-left-1{padding-right:1rem}.phone-gutter-right-1{padding-right:1rem}html[dir="rtl"] .phone-gutter-right-1{padding-left:1rem}.phone-gutter-left-2{padding-left:2rem}html[dir="rtl"] .phone-gutter-left-2{padding-right:2rem}.phone-gutter-right-2{padding-right:2rem}html[dir="rtl"] .phone-gutter-right-2{padding-left:2rem}.phone-gutter-left-3{padding-left:3rem}html[dir="rtl"] .phone-gutter-left-3{padding-right:3rem}.phone-gutter-right-3{padding-right:3rem}html[dir="rtl"] .phone-gutter-right-3{padding-left:3rem}.phone-gutter-left-4{padding-left:4rem}html[dir="rtl"] .phone-gutter-left-4{padding-right:4rem}.phone-gutter-right-4{padding-right:4rem}html[dir="rtl"] .phone-gutter-right-4{padding-left:4rem}} \ No newline at end of file diff --git a/dist/js/calcite-web.js b/dist/js/calcite-web.js index 18e7b91f0..a79f279dc 100644 --- a/dist/js/calcite-web.js +++ b/dist/js/calcite-web.js @@ -307,6 +307,31 @@ E.prototype = { var bus = new E(); +// Cool Helpers +function clipboard() { + var copyBtns = findElements('.js-copy-to-clipboard'); + bus.on('clipboard:bind', bindButtons); + + function bindButtons(options) { + if (!options) { + copyBtns.forEach(function (btn) { + add$1(btn, 'click', copy); + }); + } else { + add$1(options.node, 'click', copy); + } + } + + function copy(e) { + e.preventDefault(); + var target = e.target.getAttribute('data-clipboard-target'); + document.querySelector(target).select(); + document.execCommand('copy'); + } + + bus.emit('clipboard:bind'); +} + // Cool Helpers // ┌───────────┐ // │ Accordion │ @@ -379,6 +404,7 @@ function closeAllDropdowns(options) { findElements('.js-dropdown-toggle').forEach(function (toggle) { toggle.setAttribute('aria-expanded', 'false'); }); + remove$1(document, 'keydown', seizeArrows); } function toggleDropdown(options) { @@ -390,12 +416,19 @@ function toggleDropdown(options) { if (options.target) { options.target.setAttribute('aria-expanded', 'true'); } + add$1(document, 'keydown', seizeArrows); } if (has(options.node, 'is-active')) { add$1(document.body, click(), closeAllDropdowns); } } +function seizeArrows(e) { + if (e.keyCode === 40 | e.keyCode === 38) { + e.preventDefault(); + } +} + function bindDropdowns(options) { // attach the new events var toggles = findElements('.js-dropdown-toggle'); @@ -414,6 +447,56 @@ function bindDropdowns(options) { }); } +function dropdownIsOpen() { + var dropdown = document.querySelector('.js-dropdown.is-active'); + if (dropdown) { + return dropdown; + } else { + return false; + } +} + +function dropownFocusOn(options) { + var activeLink = document.activeElement; + var current = options.links.indexOf(activeLink); + if (current == -1) { + if (options.forward) { + current = 0; + } else { + current = options.links.length - 1; + } + } else { + if (options.forward) { + current += 1; + if (current == options.links.length) { + current = 0; + } + } else { + current -= 1; + if (current == -1) { + current = options.links.length - 1; + } + } + } + options.links[current].focus(); +} + +function arrowDown() { + var dropdown = dropdownIsOpen(); + if (dropdown) { + var links = findElements('.dropdown-link', dropdown); + bus.emit('dropdown:focus', { links: links, forward: true }); + } +} + +function arrowUp() { + var dropdown = dropdownIsOpen(); + if (dropdown) { + var links = findElements('.dropdown-link', dropdown); + bus.emit('dropdown:focus', { links: links, forward: false }); + } +} + function toggleClick(e) { preventDefault(e); stopPropagation(e); @@ -425,6 +508,9 @@ function addListeners() { bus.on('dropdown:toggle', toggleDropdown); bus.on('dropdown:close', closeAllDropdowns); bus.on('keyboard:escape', closeAllDropdowns); + bus.on('keyboard:arrow:down', arrowDown); + bus.on('keyboard:arrow:up', arrowUp); + bus.on('dropdown:focus', dropownFocusOn); listenersAdded = true; } @@ -1211,7 +1297,7 @@ function isScrolling() { // └────────────────────┘ // start up Calcite and attach all the patterns // optionally pass an array of patterns you'd like to watch -var patterns = [accordion, dropdown, drawer, expander, filterDropdown, modal, search, selectNav, sticky, tabs, thirdNav]; +var patterns = [accordion, clipboard, dropdown, drawer, expander, filterDropdown, modal, search, selectNav, sticky, tabs, thirdNav]; function init() { while (patterns.length) { diff --git a/dist/js/calcite-web.min.js b/dist/js/calcite-web.min.js index 1d1e495e1..9f15cb6d7 100644 --- a/dist/js/calcite-web.min.js +++ b/dist/js/calcite-web.min.js @@ -1 +1 @@ -!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.calcite=e()}(this,function(){"use strict";function t(t,e){var n=" "+t.className+" ";return n.indexOf(" "+e+" ")!==-1}function e(e,n){n.split(" ").forEach(function(n){t(e,n)||(e.className+=" "+n)})}function n(t,e){var n=" "+t.className+" ";e.split(" ").forEach(function(t){n=n.replace(" "+t+" "," ")}),t.className=n.trim()}function r(r,i){t(r,i)?n(r,i):e(r,i)}function i(t){t=d(t),t.forEach(function(t){n(t,"is-active")})}function o(t){t=d(t),t.forEach(function(t){e(t,"is-active")})}function a(t,n){i(t),e(n,"is-active")}function c(e,n){var r;for(r=n;r&&(1!==r.nodeType||!t(r,e));r=r.parentNode);return r}function d(t){return Array.isArray(t)?t:Array.prototype.slice.call(t)}function u(t,e){var n=e||document,r=n.querySelectorAll(t);return d(r)}function s(t,e){var n=e.filter(function(e){var n=t.toLowerCase(),r=e.innerHTML.toLowerCase();return r.indexOf(n)!==-1});return n}function f(t){t.forEach(function(t){if(t){var e=t.getAttribute("aria-hidden");"true"!==e?t.setAttribute("aria-hidden",!0):t.removeAttribute("aria-hidden")}})}function l(t){t.forEach(function(t){t&&t.setAttribute("aria-hidden",!0)})}function v(t){t.forEach(function(t){t&&t.removeAttribute("aria-hidden")})}function p(t){if(t){var e=t.getAttribute("aria-expanded");e?t.removeAttribute("aria-expanded"):t.setAttribute("aria-expanded","true")}}function m(){return"click"}function b(t,e,n){return t.addEventListener?t.addEventListener(e,n,!1):t.attachEvent?t.attachEvent("on"+e,n):void 0}function h(t,e,n){return t.removeEventListener?t.removeEventListener(e,n,!1):t.detachEvent?t.detachEvent("on"+e,n):void 0}function w(t){return t.target||t.srcElement}function y(t){return t.preventDefault?t.preventDefault():void(t.returnValue&&(t.returnValue=!1))}function g(t){return t=t||window.event,t.stopPropagation?t.stopPropagation():void(t.cancelBubble&&(t.cancelBubble=!0))}function A(t,e,n){var r,i,o,a;return a=function(){r=!1,i&&(o.apply(n,i),i=!1)},o=function(){r?i=arguments:(t.apply(n,arguments),setTimeout(a,e),r=!0)}}function j(){}function E(){function e(t){t?n(t.node):a.forEach(function(t){n(t)})}function n(e){e.setAttribute("aria-live","polite"),e.setAttribute("role","tablist"),d(e.children).forEach(function(e){var n=e.querySelector(".accordion-title");n.setAttribute("role","tab"),n.setAttribute("tabindex","0"),t(e,"is-active")&&e.setAttribute("aria-expanded","true"),b(n,m(),i),b(e,"keyup",function(t){13===t.keyCode&&i(t)})})}function i(t){g(t);var e=c("accordion-section",w(t));R.emit("accordion:toggle",{node:e})}function o(t){r(t.node,"is-active"),p(t.node)}var a=u(".js-accordion");R.on("accordion:bind",e),R.on("accordion:toggle",o),R.emit("accordion:bind")}function k(t){h(document.body,m(),k),u(".js-dropdown").forEach(function(t){n(t,"is-active")}),u(".js-dropdown-toggle").forEach(function(t){t.setAttribute("aria-expanded","false")})}function x(n){if(n){var r=t(n.node,"is-active");R.emit("dropdown:close"),r||(e(n.node,"is-active"),n.target&&n.target.setAttribute("aria-expanded","true")),t(n.node,"is-active")&&b(document.body,m(),k)}}function S(t){var e=u(".js-dropdown-toggle");e.forEach(function(t){var e=!1;J.dropdowns.forEach(function(n){n.target===t&&n.event===m()&&n.fn===q&&(e=!0)}),e||(J.dropdowns.push({target:t,event:m(),fn:q}),b(t,m(),q))})}function q(t){y(t),g(t);var e=c("js-dropdown",t.target);R.emit("dropdown:toggle",{node:e,target:t.target})}function D(){R.on("dropdown:toggle",x),R.on("dropdown:close",k),R.on("keyboard:escape",k),$=!0}function C(){$||D(),S()}function T(){function r(n){R.emit("drawer:close");var r=document.querySelector('.js-drawer[data-drawer="'+n.id+'"]'),i=t(r,"drawer-right"),a=t(r,"drawer-left");r.setAttribute("tabindex",0),e(r,"is-active"),i?e(p,"drawer-right-is-active"):a&&e(p,"drawer-left-is-active"),l([p,w]),b(r,m(),d),b(document,"focusin",o)}function i(t){if(t){var e=document.querySelector('.js-drawer[data-drawer="'+t.id+'"]');e.removeAttribute("tabindex"),n(e,"is-active")}else A.forEach(function(t){t.removeAttribute("tabindex"),n(t,"is-active")});n(p,"drawer-left-is-active"),n(p,"drawer-right-is-active"),v([p,w]),h(document,"focusin",o),f&&f.focus()}function o(e){c("js-drawer",e.target)||A.forEach(function(e){t(e,"is-active")&&e.focus()})}function a(t){t?b(t.node,m(),s):g.forEach(function(t){b(t,m(),s)})}function d(e){t(e.target,"js-drawer")&&R.emit("drawer:close")}function s(t){y(t);var e=t.target.getAttribute("data-drawer");R.emit("drawer:open",{id:e})}var f,p=document.querySelector(".wrapper"),w=document.querySelector(".footer"),g=u(".js-drawer-toggle"),A=u(".js-drawer");R.on("drawer:open",r),R.on("keyboard:escape",i),R.on("drawer:close",i),R.on("drawer:bind",a),R.emit("drawer:bind")}function L(){var r=u(".js-expand-toggle"),i=document.querySelectorAll(".js-expand");r.forEach(function(r){b(r,m(),function(o){y(o);var c=r.getAttribute("data-expand"),d=document.querySelector('.js-expand[data-expand="'+c+'"]'),u=t(d,"is-active"),s=t(d,"is-active");a(i,d),u&&s?n(d,"is-active"):e(d,"is-active")})})}function O(){function o(){var t=u(".js-filter-dropdown");t.forEach(function(t){var r=t.getAttribute("data-filter-dropdown"),i=t.querySelector(".filter-dropdown-input");b(i,"focus",f);for(var o=t.querySelectorAll(".js-filter-dropdown-open"),a=0;a0?e(r,"hide"):n(r,"hide");for(var i=0;i'+o.innerHTML+'";t.parent.insertAdjacentHTML("beforeend",a);var c=t.parent.querySelector('.filter-dropdown-remove[data-item-id="'+i+'"]');b(c,m(),x)}}function x(t){t.preventDefault();var e=a(t);e.i=t.target.getAttribute("data-item-id"),R.emit("filterDropdown:select:remove",e)}function S(t){for(var e=t.parent.querySelectorAll(".filter-dropdown-active"),n=0;n0&&e(o,"is-active"),i.scrollLeft+i.clientWidth+50?e(r,"hide"):n(r,"hide");for(var o=0;o'+i.innerHTML+'";t.parent.insertAdjacentHTML("beforeend",a);var c=t.parent.querySelector('.filter-dropdown-remove[data-item-id="'+o+'"]');b(c,m(),x)}}function x(t){t.preventDefault();var e=a(t);e.i=t.target.getAttribute("data-item-id"),X.emit("filterDropdown:select:remove",e)}function S(t){for(var e=t.parent.querySelectorAll(".filter-dropdown-active"),n=0;n0&&e(i,"is-active"),o.scrollLeft+o.clientWidth+5 .block { -ms-flex-preferred-size: calc(100% - #{$full-gutter}); flex-basis: calc(100% - #{$full-gutter}); width: calc(100% - #{$full-gutter}); } - .#{$prefix}block-group-2-up .block { + .#{$prefix}block-group-2-up > .block { -ms-flex-preferred-size: calc(50% - #{$full-gutter}); flex-basis: calc(50% - #{$full-gutter}); width: calc(50% - #{$full-gutter}); } - .#{$prefix}block-group-3-up .block { + .#{$prefix}block-group-3-up > .block { -ms-flex-preferred-size: calc(33.33333% - #{$full-gutter}); flex-basis: calc(33.33333% - #{$full-gutter}); width: calc(33.33333% - #{$full-gutter}); } - .#{$prefix}block-group-4-up .block { + .#{$prefix}block-group-4-up > .block { -ms-flex-preferred-size: calc(25% - #{$full-gutter}); flex-basis: calc(25% - #{$full-gutter}); width: calc(25% - #{$full-gutter}); } - .#{$prefix}block-group-5-up .block { + .#{$prefix}block-group-5-up > .block { -ms-flex-preferred-size: calc(20% - #{$full-gutter}); flex-basis: calc(20% - #{$full-gutter}); width: calc(20% - #{$full-gutter}); } - .#{$prefix}block-group-6-up .block { + .#{$prefix}block-group-6-up > .block { -ms-flex-preferred-size: calc(16.66666% - #{$full-gutter}); flex-basis: calc(16.66666% - #{$full-gutter}); width: calc(16.66666% - #{$full-gutter}); } - .#{$prefix}block-group-7-up .block { + .#{$prefix}block-group-7-up > .block { -ms-flex-preferred-size: calc(14.28570% - #{$full-gutter}); flex-basis: calc(14.28570% - #{$full-gutter}); width: calc(14.28570% - #{$full-gutter}); } - .#{$prefix}block-group-8-up .block { + .#{$prefix}block-group-8-up > .block { -ms-flex-preferred-size: calc(12.5% - #{$full-gutter}); flex-basis: calc(12.5% - #{$full-gutter}); width: calc(12.5% - #{$full-gutter}); diff --git a/dist/sass/calcite-web/grid/_columns.scss b/dist/sass/calcite-web/grid/_columns.scss index 5eea10b00..8e73441a5 100644 --- a/dist/sass/calcite-web/grid/_columns.scss +++ b/dist/sass/calcite-web/grid/_columns.scss @@ -21,14 +21,17 @@ // ↳ http://esri.github.io/calcite-web/grid/#columns // ↳ grid → _columns.md -@mixin column() { +%column { @include box-sizing(border-box); width: $container-width; max-width: 100%; padding-left: $column-gutter / 2; padding-right: $column-gutter / 2; @include left(); - [class*="column-"]:first-of-type { +} + +@mixin column() { + [class*="#{$prefix}column-"]:first-of-type { margin-left: -$column-gutter / 2; @if ($include-right-to-left) { html[dir="rtl"] & { @@ -37,7 +40,7 @@ } } } - [class*="column-"]:last-of-type { + [class*="#{$prefix}column-"]:last-of-type { margin-right: -$column-gutter / 2; @if ($include-right-to-left) { html[dir="rtl"] & { @@ -233,7 +236,12 @@ } @if $include-grid == true { - [class*="column-"] { @include column(); } + @for $n from 1 through $large-column-count { + .#{$prefix}column-#{$n} { + @extend %column; + } + } + [class*="#{$prefix}column-"] { @include column(); } @media screen { .#{$prefix}grid-container { diff --git a/dist/sass/calcite-web/grid/_leader-trailer.scss b/dist/sass/calcite-web/grid/_leader-trailer.scss index 9c1242435..d477daa30 100644 --- a/dist/sass/calcite-web/grid/_leader-trailer.scss +++ b/dist/sass/calcite-web/grid/_leader-trailer.scss @@ -18,6 +18,10 @@ @mixin responsive-leader-trailer() { @if $fold-grid == true { @media screen and (min-width: $large) { + .#{$large-class}-leader-half { margin-top: $baseline / 2; } + .#{$large-class}-trailer-half { margin-bottom: $baseline / 2; } + .#{$large-class}-padding-leader-half { padding-top: $baseline / 2; } + .#{$large-class}-padding-trailer-half { padding-bottom: $baseline / 2; } @for $i from 0 through $vertical-range { .#{$large-class}-leader-#{$i} { margin-top: $i * $baseline; } .#{$large-class}-trailer-#{$i} { margin-bottom: $i * $baseline; } @@ -28,6 +32,10 @@ // Medium @media screen and (max-width: $medium - 1) { + .#{$medium-class}-leader-half { margin-top: $baseline / 2; } + .#{$medium-class}-trailer-half { margin-bottom: $baseline / 2; } + .#{$medium-class}-padding-leader-half { padding-top: $baseline / 2; } + .#{$medium-class}-padding-trailer-half { padding-bottom: $baseline / 2; } @for $i from 0 through $vertical-range { .#{$medium-class}-leader-#{$i} { margin-top: $i * $baseline; } .#{$medium-class}-trailer-#{$i} { margin-bottom: $i * $baseline; } @@ -38,6 +46,10 @@ // Small @media screen and (max-width: $small - 1) { + .#{$small-class}-leader-half { margin-top: $baseline / 2; } + .#{$small-class}-trailer-half { margin-bottom: $baseline / 2; } + .#{$small-class}-padding-leader-half { padding-top: $baseline / 2; } + .#{$small-class}-padding-trailer-half { padding-bottom: $baseline / 2; } @for $i from 0 through $vertical-range { .#{$small-class}-leader-#{$i} { margin-top: $i * $baseline; } .#{$small-class}-trailer-#{$i} { margin-bottom: $i * $baseline; } diff --git a/dist/sass/calcite-web/patterns/_top-nav.scss b/dist/sass/calcite-web/patterns/_top-nav.scss index 94eeeedec..f9afcbd0b 100644 --- a/dist/sass/calcite-web/patterns/_top-nav.scss +++ b/dist/sass/calcite-web/patterns/_top-nav.scss @@ -99,6 +99,20 @@ $topnav-link-overline: linear-gradient(to top, transparent 92%, $blue 93%, $blue margin-top: 0.75*$baseline; } + @mixin top-nav-flex { + display: flex; + } + + @mixin top-nav-flex-list { + flex-grow: 1; + flex-basis: 30% + } + + @mixin top-nav-flex-title { + flex-grow: 2; + text-align: center; + } + @mixin sign-in { @include right(); padding-left: $baseline / 4; @@ -116,5 +130,8 @@ $topnav-link-overline: linear-gradient(to top, transparent 92%, $blue 93%, $blue .top-nav-title {@include top-nav-title();} .top-nav-list {@include top-nav-list();} .top-nav-link {@include top-nav-link();} + .top-nav-flex {@include top-nav-flex();} + .top-nav-flex-list {@include top-nav-flex-list();} + .top-nav-flex-title {@include top-nav-flex-title();} .sign-in {@include sign-in();} }