[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#34AADD;text-decoration:none;background-color:transparent}a:hover{color:#1c7ea8;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}.container{width:100%;padding-right:.78947rem;padding-left:.78947rem;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1280px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:.78947rem;padding-left:.78947rem;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.78947rem;margin-left:-.78947rem}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;padding-right:.78947rem;padding-left:.78947rem}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1280px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1280px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1280px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1280px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.fade{-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}@media (prefers-reduced-motion: reduce){.fade{-webkit-transition:none;-o-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;-o-transition:height 0.35s ease;transition:height 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing{-webkit-transition:none;-o-transition:none;transition:none}}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#34AADD}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#34AADD !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#208ebe !important}.bg-secondary{background-color:#6c757d !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#545b62 !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#DC2C53 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#b71e40 !important}.bg-light{background-color:#f8f9fa !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dae0e5 !important}.bg-dark{background-color:#343a40 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#1d2124 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #dee2e6 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-right{border-right:1px solid #dee2e6 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-left{border-left:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#34AADD !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#DC2C53 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#343a40 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:.2rem !important}.rounded{border-radius:.25rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-right{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-left{border-top-left-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-lg{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1280px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1280px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1280px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position: -webkit-sticky) or (position: sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{-webkit-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.shadow{-webkit-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important;box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important;box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important}.shadow-none{-webkit-box-shadow:none !important;box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1280px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1280px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#34AADD !important}a.text-primary:hover,a.text-primary:focus{color:#1c7ea8 !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54 !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#DC2C53 !important}a.text-danger:hover,a.text-danger:focus{color:#a11b38 !important}.text-light{color:#f8f9fa !important}a.text-light:hover,a.text-light:focus{color:#cbd3da !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:#121416 !important}.text-body{color:#212529 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,0.5) !important}.text-white-50{color:rgba(255,255,255,0.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;overflow-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.select2-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{-webkit-box-sizing:border-box;box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, white 50%, #eee 100%);background-image:-o-linear-gradient(top, white 50%, #eee 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eee));background-image:linear-gradient(to bottom, white 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, white 0%, #eee 50%);background-image:-o-linear-gradient(top, white 0%, #eee 50%);background-image:-webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));background-image:linear-gradient(to bottom, white 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, white 100%);background-image:-o-linear-gradient(top, #eee 50%, white 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));background-image:linear-gradient(to bottom, #eee 50%, white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;-webkit-box-shadow:none;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url("./ajax-loader.gif") center center no-repeat}@font-face{font-family:"slick";src:url("./fonts/slick.eot");src:url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url("./fonts/slick.woff") format("woff"),url("./fonts/slick.ttf") format("truetype"),url("./fonts/slick.svg#slick") format("svg");font-weight:normal;font-style:normal}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"\2190"}[dir="rtl"] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir="rtl"] .slick-next{left:-25px;right:auto}.slick-next:before{content:"\2192"}[dir="rtl"] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"\2022";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}@font-face{font-family:'PT Sans Narrow';font-style:normal;font-weight:400;src:url("../font/PT_Sans_Narrow/PT_Sans-Narrow-Web-Regular.ttf");unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}@font-face{font-family:'PT Sans Narrow';font-style:normal;font-weight:400;src:url("../font/PT_Sans_Narrow/PT_Sans-Narrow-Web-Regular.ttf");unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'PT Sans Narrow';font-style:normal;font-weight:400;src:url("../font/PT_Sans_Narrow/PT_Sans-Narrow-Web-Regular.ttf");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'PT Sans Narrow';font-style:normal;font-weight:400;src:url("../font/PT_Sans_Narrow/PT_Sans-Narrow-Web-Regular.ttf");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'PT Sans Narrow';font-style:normal;font-weight:700;src:url("../font/PT_Sans_Narrow/PT_Sans-Narrow-Web-Bold.ttf");unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}@font-face{font-family:'PT Sans Narrow';font-style:normal;font-weight:700;src:url("../font/PT_Sans_Narrow/PT_Sans-Narrow-Web-Bold.ttf");unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'PT Sans Narrow';font-style:normal;font-weight:700;src:url("../font/PT_Sans_Narrow/PT_Sans-Narrow-Web-Bold.ttf");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'PT Sans Narrow';font-style:normal;font-weight:700;src:url("../font/PT_Sans_Narrow/PT_Sans-Narrow-Web-Bold.ttf");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:url("../font/PT_Sans/PT_Sans-Web-Regular.ttf");unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F}@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:url("../font/PT_Sans/PT_Sans-Web-Regular.ttf");unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:url("../font/PT_Sans/PT_Sans-Web-Regular.ttf");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:url("../font/PT_Sans/PT_Sans-Web-Regular.ttf");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}html{font-size:19px}body{font-size:.89474rem;display:block;background-position:top !important;background-size:cover !important;background-attachment:fixed !important}@media screen and (min-width: 768px){body{font-size:19px;background-size:cover !important}}.header__background{display:none !important}html,body{-webkit-text-size-adjust:none;min-height:100%;height:100%;font-family:"PT Sans Narrow","PT Sans",Arial,sans-serif;color:#313942}a{color:#34AADD;text-decoration:none}a:hover{text-decoration:none}a:hover{color:#6680AE}figure{margin-bottom:0}.html--opened-menu{overflow:hidden}.html--opened-menu body{overflow:hidden !important}.html--opened-registration-popup{overflow:hidden}.html--opened-registration-popup body{overflow:hidden !important}.html--ie11-background-fix--video .background{z-index:1}.html--ie11-background-fix--video .background__item{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:170%;height:auto;-o-object-fit:none;object-fit:none}.html--ie11-background-fix--image .background{z-index:-1}.html--edge-background-fix--video .background{z-index:-1}.html--edge-background-fix--video .background__item{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:170%;height:auto;-o-object-fit:none;object-fit:none}.html--edge-background-fix--image .background{z-index:-1}.bg--white{background:#fff}.bg--gray-lightest{background:#F4F4F5}.bg--gray-light{background:#DEE0E1}.bg--gray{background:#C8CBCD}.bg--dark-gray{background:#828282}.bg--deep-blue{background:#062138}.h1{font-weight:normal;line-height:normal;font-size:1.89474rem;margin:0}@media screen and (min-width: 768px){.h1{font-size:3.15789rem}}@media screen and (min-width: 992px){.h1{font-size:4.21053rem}}.h1--lh-1{line-height:1}.h2{font-weight:normal;line-height:1.08571;font-size:1.68421rem;margin:0}@media screen and (min-width: 768px){.h2{font-size:2.36842rem}}.h2--projects{max-width:37.89474rem;font-size:1.68421rem;line-height:1.78947rem}@media screen and (min-width: 768px){.h2--projects{font-size:2.36842rem;line-height:2.47368rem}}@media screen and (min-width: 992px){.h2--projects{font-size:2.84211rem;line-height:3.10526rem}}@media screen and (min-width: 768px){.h2--similar-cases{font-size:2rem}}.h2--facebook{font-size:1.36842rem;line-height:1.1;margin-right:.84211rem}@media screen and (min-width: 768px){.h2--facebook{font-size:1.57895rem}}@media screen and (min-width: 768px){.h2--cases-page{font-size:2.84211rem}}.h3{font-weight:normal;line-height:normal;font-size:1.89474rem;margin:0}.h3--ordered-list-small{font-size:1rem;font-weight:bold;margin-bottom:.42105rem}.h4{font-weight:normal;line-height:normal;font-size:1.10526rem;margin:0}.h5{font-weight:normal;line-height:normal;font-size:.89474rem;margin:0}.h6{font-weight:normal;line-height:normal;font-size:.73684rem;margin:0}.p{font-size:1rem;line-height:1.4;margin:0}@media screen and (min-width: 768px){.p{font-size:1.31579rem}}.p--small{font-size:.89474rem}@media screen and (min-width: 768px){.p--small{font-size:1rem}}.color-red{color:#DC2C53}.color-vine{color:#A7507B}.color-blue{color:#34AADD}.color-blue-dark{color:#6680AE}.color-gray{color:#C8CBCD}.award{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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.68421rem .78947rem;margin-right:.26316rem;margin-left:.26316rem;height:100%}.award--gold{background-color:#FFF6D9}.award--silver{background-color:#eee}.award__year{font-size:.78947rem;margin-bottom:.21053rem}.award__place{font-size:.78947rem;margin-top:.42105rem}.award__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.05263rem;text-transform:uppercase;max-width:12.63158rem;text-align:center;font-weight:700 !important;padding-left:1.42105rem;padding-right:1.42105rem;line-height:1;min-height:2.63158rem;position:relative;width:82%}.award__name::before,.award__name::after{background-image:url("/img/wreath.svg");background-repeat:no-repeat;background-size:cover;content:"";display:block;height:50px;margin:auto;position:absolute;top:0;bottom:0;width:1.42105rem}.award__name::before{background-position:0 0;left:0}.award__name::after{background-position:0 -50px;right:0}.link{display:inline-block;-webkit-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease}.link--white{color:#fff}.link--white:hover{color:#DC2C53}.link--black{color:#313942}.link--black:hover{color:#DC2C53}.link--lang-ru{position:absolute;font-size:.84211rem;right:.84211rem;top:.18421rem}@media screen and (min-width: 768px){.link--lang-ru{right:9.48421rem;font-size:.94737rem;top:.26316rem}}@media screen and (min-width: 1054px){.link--lang-ru{right:10.34211rem;top:.36842rem;font-size:1.05263rem}}.link--lang-en{position:absolute;font-size:.84211rem;right:.84211rem;top:.18421rem}@media screen and (min-width: 768px){.link--lang-en{right:7.44737rem;font-size:.94737rem;top:.26316rem}}@media screen and (min-width: 1054px){.link--lang-en{right:8.07368rem;top:.36842rem;font-size:1.05263rem}}.advantage{padding-top:1.15789rem;padding-left:.78947rem;padding-right:.78947rem;padding-bottom:1.15789rem}.advantage--square{min-height:0}@media screen and (min-width: 576px){.advantage--square{min-height:7.36842rem}}.advantage--logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.advantage--logo-mindbox{padding-top:2.10526rem}@media screen and (min-width: 992px){.advantage--logo-mindbox{padding-top:3.15789rem}}.advantage--logo-exponea{padding-top:2.10526rem}@media screen and (min-width: 992px){.advantage--logo-exponea{padding-top:3.47368rem}}.advantage--logo-chatme{padding-top:2.10526rem}@media screen and (min-width: 992px){.advantage--logo-chatme{padding-top:.42105rem}}.advantage--logo-just-ai{padding-top:2.10526rem}@media screen and (min-width: 992px){.advantage--logo-just-ai{padding-top:3.15789rem}}.advantage__title{margin-bottom:.52632rem;padding-bottom:.42105rem;border-bottom:.10526rem solid currentColor;font-size:.89474rem;line-height:1}@media screen and (min-width: 576px){.advantage__title{font-size:1.36842rem}}@media screen and (min-width: 768px){.advantage__title{margin-bottom:1.05263rem;padding-bottom:.78947rem;font-size:1.89474rem}}@media screen and (min-width: 992px){.advantage__title{font-size:2.63158rem;white-space:nowrap}}.advantage__title--blue{color:#34AADD}.advantage__title--blue-dark{color:#6680AE}.advantage__title--red{color:#DC2C53}.advantage__title--vine{color:#A7507B}.advantage__title--green-mindbox{color:#38A70D}.advantage__title--bright-sun{color:#FEDA31}.advantage__title--brush-pink{color:#FD88F1}.advantage__title--picton-blue{color:#2CBBEC}.advantage__text{line-height:1.26316;padding-right:0}@media screen and (min-width: 768px){.advantage__text{padding-right:2.10526rem}}.advantage__logo{width:auto;max-width:100%}.advantage__logo-img{max-width:100%}@media screen and (min-width: 768px){.awards{padding-bottom:1.57895rem}}.awards__title{font-size:1.84211rem;line-height:1.2;margin-bottom:1.57895rem;padding-right:1.57895rem}.awards__title .color-red{font-size:2.63158rem}@media screen and (min-width: 768px){.awards__title{font-size:2.36842rem;padding-right:0}.awards__title .color-red{font-size:3.15789rem}}@media screen and (min-width: 992px){.awards__title{font-size:3.15789rem}.awards__title .color-red{font-size:4.73684rem}}.awards__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.awards__award{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-right:.52632rem;margin-bottom:1.57895rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 992px){.awards__award{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.awards__award--runet{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.awards__award--ruward{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.awards__award-logo{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:3.15789rem;margin-right:1.57895rem;margin-bottom:0}@media screen and (min-width: 992px){.awards__award-logo{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.awards__award-logo--runet{width:3.89474rem;height:3.78947rem;margin-right:1.57895rem}.awards__award-logo--ruward{width:5.73684rem;height:3.47368rem;margin-top:.10526rem}.awards__award-logo-img{max-width:100%;max-height:100%}.awards__award-logo-img--runet{margin-left:-.78947rem}@media screen and (min-width: 992px){.awards__award-logo-img--runet{margin-left:0}}.awards__award-content{margin-top:1.05263rem}@media screen and (min-width: 992px){.awards__award-content{margin-top:0}}.awards__award-title{margin-bottom:.52632rem;font-size:1.15789rem;line-height:1.11111}@media screen and (min-width: 992px){.awards__award-title{font-size:1.89474rem}}.awards__award-text{line-height:1.26316}.icon{width:1em;height:1em}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:.52632rem .78947rem;border-radius:.21053rem;line-height:1.25;-webkit-transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;-o-transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out}.btn:hover,.btn:focus,.btn:active,.btn:focus:active{outline:none}.btn:focus{-webkit-box-shadow:none;box-shadow:none}.btn--red{background-color:#DC2C53;color:#fff}.btn--red:hover,.btn--red:focus,.btn--red:active,.btn--red:focus:active{background-color:#2CBBEC;color:#fff}.btn--outline-red{border:.10526rem solid #DC2C53;padding-top:.31579rem;padding-bottom:.42105rem;color:#fff}@media screen and (min-width: 768px){.btn--outline-red{padding-top:.23684rem;padding-bottom:.34211rem}}@media screen and (min-width: 1054px){.btn--outline-red{padding-top:.31579rem;padding-bottom:.52632rem}}.btn--outline-red:hover,.btn--outline-red:focus,.btn--outline-red:active,.btn--outline-red:focus:active{background-color:#DC2C53;color:#fff}.btn-get-presentation{position:relative;width:100%;color:#fff;background:-webkit-linear-gradient(3.35deg, #34AADD 0%, #DC2C53 100%);background:-o-linear-gradient(3.35deg, #34AADD 0%, #DC2C53 100%);background:linear-gradient(86.65deg, #34AADD 0%, #DC2C53 100%);border-radius:0;font-size:1.15789rem;padding-top:.42105rem;padding-bottom:.42105rem}@media screen and (min-width: 576px){.btn-get-presentation{font-size:1.31579rem;padding-top:.73684rem;padding-bottom:.73684rem}}.btn-get-presentation:hover,.btn-get-presentation:focus,.btn-get-presentation:active,.btn-get-presentation:focus:active{color:#fff}.btn-get-presentation__text{position:relative;top:-.10526rem}.btn-get-presentation__icon{position:absolute;top:50%;right:1.05263rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:1rem}@media screen and (min-width: 576px){.btn-get-presentation__icon{right:2.63158rem;font-size:1.15789rem}}.btn--vk{background-color:#4C75A3;color:#fff;padding-left:1.05263rem;padding-right:1.05263rem}.btn--vk:hover,.btn--vk:focus,.btn--vk:active,.btn--vk:focus:active{color:#fff}@media screen and (min-width: 1054px){.btn--vk{padding-left:2.10526rem;padding-right:2.10526rem}}.btn--fbk{background-color:#3B5998;color:#fff;padding-left:1.05263rem;padding-right:1.05263rem}.btn--fbk:hover,.btn--fbk:focus,.btn--fbk:active,.btn--fbk:focus:active{color:#fff}@media screen and (min-width: 1054px){.btn--fbk{padding-left:2.10526rem;padding-right:2.10526rem}}button.btn::before,button.btn::after{content:'';-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-.78947rem;margin-right:-.78947rem;overflow:visible;-webkit-overflow-scrolling:touch;-webkit-box-shadow:inset 0px -2px 0px #F4F4F5;box-shadow:inset 0px -2px 0px #F4F4F5;background:#fff}@media screen and (min-width: 768px){.tabs{margin-left:-1.57895rem;margin-right:-1.57895rem}}.tabs--header{width:100%;max-width:53.89474rem;margin-left:auto;margin-right:auto;color:#fff;padding-top:1.52632rem;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;position:relative;-webkit-box-shadow:inset 0px -2px 1px #F4F4F5;box-shadow:inset 0px -2px 1px #F4F4F5;background-color:#fff}.tabs__inner{-webkit-transform:translateY(.05263rem);-ms-transform:translateY(.05263rem);transform:translateY(.05263rem);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:-.26316rem;padding:.94737rem .78947rem;position:relative}@media screen and (min-width: 768px){.tabs__inner{padding:1.05263rem 1.57895rem}}@media screen and (min-width: 992px){.tabs__inner{margin-bottom:0}}.tabs__inner:after{content:'';width:.78947rem;height:.05263rem;display:block;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 768px){.tabs__inner:after{width:1.57895rem}}.tabs__tab{font-size:.89474rem;line-height:1;margin-bottom:.26316rem;padding-bottom:.21053rem;-ms-flex-negative:0;flex-shrink:0;position:relative}@media screen and (min-width: 768px){.tabs__tab{padding-bottom:.31579rem;font-size:1.15789rem}}@media screen and (min-width: 992px){.tabs__tab{margin-bottom:0}}.tabs__tab:not(:last-of-type){margin-right:1.05263rem}.tabs__tab:hover{color:#DC2C53}.tabs__tab.active{color:#DC2C53;position:relative;-webkit-transition:0.3s ease color;-o-transition:0.3s ease color;transition:0.3s ease color}.tabs__tab.active:hover{color:#DC2C53}.tabs__tab.active:after{content:'';position:absolute;bottom:0px;height:1.05263rem;left:0;right:0;border-bottom:.10526rem solid #DC2C53;z-index:1}.tabs--rows{padding-top:0 !important}.tabs--rows .tabs__inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tabs .scroll-content{position:relative;z-index:2}.tabs .scrollbar-track-x{z-index:2}.tabs .simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:4px;top:6px}.case-card{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:50vw;position:relative;font-size:3.75vw}@media screen and (min-width: 576px){.case-card{font-size:2.47396vw;height:33vw}}@media screen and (min-width: 992px){.case-card{font-size:1rem;height:13.47368em}}.case-card:hover .case-card__date{display:none}.case-card:hover .case-card__link{display:block}.case-card:before{position:absolute;bottom:0;content:"";left:.78947rem;right:.78947rem;height:1.05263rem;border-bottom:.10526rem solid #F4F4F5}.case-card:after{position:absolute;right:0;content:"";top:.78947rem;bottom:.78947rem;width:1.05263rem;border-right:.10526rem solid #F4F4F5}.row .col-lg-3:nth-child(2n) .case-card:after{display:none}@media screen and (min-width: 576px){.row .col-lg-3:nth-child(2n) .case-card:after{display:block}.row .col-lg-3:nth-child(3n) .case-card:after{display:none}}@media screen and (min-width: 992px){.row .col-lg-3:nth-child(3n) .case-card:after{display:block}.row .col-lg-3:nth-child(4n) .case-card:after{display:none}}.case-card__inner{width:100%;padding-top:2.10526em;padding-left:.78947em;padding-right:.78947em;padding-bottom:.78947em;text-align:center;color:#313942;line-height:1.15}.case-card__logo{width:100%;height:3.78947em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.05263em}.case-card__logo-img{max-height:100%;max-width:100%;height:100%;width:auto}.case-card__logo-arrow{height:2.36842em;width:auto;max-height:100%;color:#DC2C53}.case-card__name{margin-bottom:.52632em;min-height:2.21053rem}.case-card__date{color:#828282}.case-card__link{display:none}.case-card__link-icon{margin-top:-.10526em;margin-left:.31579em;font-size:.94737em}.case-card .default-case-card{color:#313942}.active-case-card.white .case-card__inner{color:#ffffff !important}.active-case-card.black .case-card__inner{color:#313942 !important}.active-case-card:before{display:none !important}.active-case-card:after{display:none !important}.facebook{padding:1.57895rem .26316rem .78947rem !important}@media screen and (min-width: 768px){.facebook{padding-left:.52632rem !important;padding-right:.52632rem !important}}.facebook__subscribe{margin-left:6px;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@media screen and (min-width: 768px){.facebook__subscribe{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}}@media screen and (max-width: 374px){.facebook__subscribe .subscribe-button__text{display:none}}.facebook__header{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.84211rem}.facebook__posts{overflow:auto;-webkit-overflow-scrolling:touch;min-height:300px}@media screen and (min-width: 992px){.facebook__posts{min-height:auto}}.facebook__post{background:#fff;border:.05263rem solid #DEE0E1;border-radius:.26316rem;margin-bottom:1.05263rem}@media screen and (min-width: 768px){.facebook__post{margin-bottom:1.57895rem}}.facebook__post-content{padding-top:1.05263rem;margin-bottom:1.05263rem;padding-left:.78947rem;padding-right:.78947rem}@media screen and (min-width: 768px){.facebook__post-content{padding-top:1.31579rem;margin-bottom:2.10526rem;padding-left:1.57895rem;padding-right:1.57895rem}}.facebook__post-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.52632rem}@media screen and (min-width: 768px){.facebook__post-header{margin-bottom:1.05263rem}}.facebook__post-logo{width:2.63158rem;height:2.63158rem;border:.05263rem solid #C8CBCD;border-radius:100%;overflow:hidden;margin-right:.78947rem}@media screen and (min-width: 768px){.facebook__post-logo{width:4.21053rem;height:4.21053rem}}.facebook__post-logo-img{height:100%;width:auto}.facebook__post-meta-company{margin-bottom:0;font-size:.89474rem;line-height:1.3;color:#000}@media screen and (min-width: 768px){.facebook__post-meta-company{margin-bottom:.15789rem;font-size:1.15789rem}}.facebook__post-meta-date{font-size:.78947rem;color:#828282}@media screen and (min-width: 768px){.facebook__post-meta-date{font-size:.94737rem}}.facebook__post-text{font-size:.89474rem;line-height:1.3}@media screen and (min-width: 768px){.facebook__post-text{font-size:1rem}}.facebook__post-picture{width:100%}.facebook__post-picture-img{width:100%;height:auto}.facebook__post-footer{margin-top:.52632rem;padding-bottom:.52632rem;padding-left:.78947rem;padding-right:.78947rem}@media screen and (min-width: 768px){.facebook__post-footer{margin-top:.84211rem;padding-left:1.57895rem;padding-right:1.57895rem}}.facebook__post-like{font-size:.94737rem;color:#828282}.note{padding-top:1.31579rem;padding-bottom:.78947rem}@media screen and (min-width: 992px){.note{min-height:22.36842rem}}.note__title{margin-bottom:.78947rem}.note__title-name{display:inline-block;margin-right:.21053rem;color:#828282}.note__text{margin-bottom:.78947rem}.note__link{display:inline-block}.note__link-icon{margin-left:.73684rem;font-size:1.68421rem;height:0.5em}.map{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;font-size:3.8vw}@media screen and (min-width: 768px){.map{font-size:1rem}}@media screen and (min-width: 992px){.map{height:13.42105rem}}.map__info{height:50vw;width:50%;padding-top:2.89474em;padding-left:.78947rem;padding-right:.78947rem}@media screen and (min-width: 768px){.map__info{padding-left:1.57895rem}}@media screen and (min-width: 992px){.map__info{height:auto;padding-left:1.84211rem}}.map__title{margin-bottom:.78947em}.map__text{font-size:.89474em;line-height:1.41176;margin-bottom:.70588em}.map__text-link{display:block;color:#313942}.map__text-link:hover{color:#313942}.map__map{width:50%;height:50vw}@media screen and (min-width: 992px){.map__map{height:100%}}.map-big{height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:2.7vw}@media screen and (min-width: 576px){.map-big{font-size:2.2vw}}@media screen and (min-width: 768px){.map-big{font-size:2.2vw}}@media screen and (min-width: 992px){.map-big{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:26.94737rem;font-size:1rem}}.map-big__info{height:60vw;width:100%;padding-top:4.21053em;padding-left:.78947rem;padding-right:.52632rem}@media screen and (min-width: 576px){.map-big__info{height:50vw}}@media screen and (min-width: 768px){.map-big__info{padding-left:1.57895rem}}@media screen and (min-width: 992px){.map-big__info{width:50%;height:auto}}.map-big__title{position:relative;font-size:2.84211em;line-height:1.09259;padding-bottom:.55556em;margin-bottom:.55556em}.map-big__title:after{content:'';position:absolute;bottom:0;left:0;width:1.11111em;height:1.05263rem;border-bottom:.10526rem solid #DC2C53}.map-big__text{font-size:1.57895em;line-height:1.16667;margin-bottom:1em}.map-big__map{height:60vw;width:100%}@media screen and (min-width: 576px){.map-big__map{height:50vw}}@media screen and (min-width: 992px){.map-big__map{width:50%;height:100%}}.event{margin-bottom:.52632rem}@media screen and (min-width: 768px){.event{margin-bottom:1.05263rem}}.event__inner{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.4;color:#313942;-webkit-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease}.event__inner:hover{color:#DC2C53}.event__date{color:#828282;margin-right:.94737rem;-ms-flex-negative:0;flex-shrink:0}.event__text{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.event-registration{height:2.63158rem}@media screen and (min-width: 768px){.event-registration{font-size:1.05263rem;height:2.63158rem}}.event-registration__content{position:fixed;left:0;right:0;bottom:0;z-index:100;color:white;font-size:.68421rem}@media screen and (min-width: 768px){.event-registration__content{font-size:1.05263rem}}.event-registration__content-inner{background:#8F9599}.event-registration__event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.63158rem;padding-left:.78947rem;padding-right:.78947rem;line-height:1.2}@media screen and (min-width: 768px){.event-registration__event{padding-left:1.57895rem;padding-right:.78947rem;height:2.63158rem}}.event-registration__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.63158rem;background:#DC2C53;padding-left:.78947rem;padding-right:.63158rem;border-radius:0;line-height:1;color:#fff}@media screen and (min-width: 768px){.event-registration__btn{padding-left:1.57895rem;padding-right:1.42105rem;height:2.63158rem}}.event-registration__btn:hover{color:#fff}.event-registration__btn-icon{margin-top:.10526rem;margin-left:.78947rem;font-size:.68421rem}@media screen and (min-width: 768px){.event-registration__btn-icon{margin-top:.21053rem;margin-left:2.63158rem;font-size:1.05263rem}}.registration-popup{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(49,57,66,0.95);z-index:200;padding-top:2.10526rem;overflow:auto;-webkit-overflow-scrolling:touch;color:#fff}@media screen and (min-width: 768px){.registration-popup{padding-top:3.42105rem}}@media screen and (min-width: 1054px){.registration-popup{padding-top:4.84211rem}}.html--opened-registration-popup .registration-popup{display:block}.registration-popup__success{margin-top:-.78947rem;margin-bottom:2.5rem;font-size:1.31579rem;line-height:1.09259}@media screen and (min-width: 768px){.registration-popup__success{margin-top:-.57895rem;margin-bottom:0;font-size:1.84211rem}}@media screen and (min-width: 1054px){.registration-popup__success{margin-top:-1.05263rem;font-size:1.57895rem}}.registration-popup__success--contacts{margin-top:-1rem;margin-bottom:2.5rem;font-size:inherit}@media screen and (min-width: 768px){.registration-popup__success--contacts{margin-top:-1rem;margin-bottom:2.5rem;font-size:inherit}}@media screen and (min-width: 1054px){.registration-popup__success--contacts{margin-top:-1rem;margin-bottom:2.5rem;font-size:inherit}}.registration-popup__content{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.registration-popup__textarea{min-height:2.63158rem;resize:none}.registration-popup__textarea-outer{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.73684rem .84211rem !important;background-color:#fff}.registration-popup__cover-text{color:rgba(49,57,66,0.95);display:block;margin-top:auto;margin-bottom:auto}.registration-popup__cover-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.registration-popup__cover{display:none;position:absolute;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;top:0;bottom:0;left:0;right:0;border:.10526rem dashed #DC2C53;margin:.10526rem;vertical-align:middle}.registration-popup__inputfile-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.registration-popup__inputfile-inner .dz-error-mark,.registration-popup__inputfile-inner .dz-success-mark,.registration-popup__inputfile-inner .dz-error-message,.registration-popup__inputfile-inner .dz-image,.registration-popup__inputfile-inner .dz-size{display:none}.registration-popup__inputfile-inner .dz-preview{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:90%}.registration-popup__inputfile-inner .dz-filename span{color:#8F9599;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.registration-popup__inputfile-inner .dz-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;min-height:28px;cursor:pointer}.registration-popup__inputfile-inner .dz-details{max-width:85%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.registration-popup__inputfile-inner .dz-remove{-ms-flex-negative:0;flex-shrink:0;margin-right:1.57895rem;font-size:0;width:15px;height:15px;background-image:url("/img/delet-file-icon.svg");background-repeat:no-repeat;margin-top:auto;margin-bottom:.26316rem;margin-left:.52632rem;cursor:pointer}.registration-popup__inputfile-inner .dz-message span{color:#8F9599;padding-left:.52632rem}.registration-popup__inputfile-inner .dz-filename{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.registration-popup__inputfile-inner .dz-filename::before{content:'';-ms-flex-negative:0;flex-shrink:0;background-image:url("/img/file-icon-loaded.svg");width:.94737rem;height:1.15789rem;background-repeat:no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:.52632rem}.registration-popup__inputfile-inner .dz-message::before{content:'';background-image:url("/img/file-icon.svg");width:.94737rem;height:1.15789rem;background-repeat:no-repeat}.registration-popup__form{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}@media screen and (min-width: 768px){.registration-popup__form{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;padding-right:.78947rem}}.registration-popup__office{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-bottom:1.05263rem}@media screen and (min-width: 768px){.registration-popup__office{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;padding-left:.78947rem}}.registration-popup__office-title{margin-top:0;margin-bottom:.52632rem;font-size:1.26316rem;line-height:1.1;color:#8F9599}@media screen and (min-width: 768px){.registration-popup__office-title{margin-top:1.15789rem;margin-bottom:.78947rem}}@media screen and (min-width: 1054px){.registration-popup__office-title{margin-bottom:1.05263rem;font-size:1.57895rem}}.registration-popup__office-text{font-size:.84211rem}@media screen and (min-width: 768px){.registration-popup__office-text{font-size:.94737rem}}@media screen and (min-width: 1054px){.registration-popup__office-text{font-size:1.05263rem}}.registration-popup__title{font-size:1.57895rem;line-height:1.09259;margin-bottom:1.31579rem}@media screen and (min-width: 768px){.registration-popup__title{-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px);font-size:2.84211rem;margin-bottom:1.57895rem}}@media screen and (min-width: 1054px){.registration-popup__title{font-size:2.84211rem}}.registration-popup__btn{height:2.10526rem;border-radius:0;margin-bottom:1.15789rem;border:none;width:100%;font-size:.84211rem}@media screen and (min-width: 768px){.registration-popup__btn{margin-bottom:1.78947rem;font-size:1rem}}@media screen and (min-width: 1054px){.registration-popup__btn{height:3.15789rem}}.registration-popup__close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:-2.10526rem;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);width:2.10526rem;height:2.10526rem;font-size:.84211rem;background:#DC2C53;color:#fff;-webkit-transition:background-color 0.3s ease;-o-transition:background-color 0.3s ease;transition:background-color 0.3s ease}@media screen and (min-width: 768px){.registration-popup__close{right:-3.15789rem;width:3.15789rem;height:3.15789rem;font-size:1.05263rem}}@media screen and (min-width: 1054px){.registration-popup__close{width:4.21053rem;height:4.21053rem;font-size:1.36842rem;right:auto;left:calc(50vw + 26.94737rem)}}.registration-popup__close:hover{color:#fff;background:#2CBBEC}.input__input{padding:.42105rem .84211rem;border:none;border-radius:0;font-size:.84211rem}@media screen and (min-width: 768px){.input__input{font-size:1rem;padding:.31579rem .84211rem}}@media screen and (min-width: 1054px){.input__input{padding:.73684rem .84211rem}}.input__input:active,.input__input:focus{outline:none}.input__input--has-errors{outline:.10526rem solid #DC2C53}.input__input--has-errors+.input__input-error{font-size:.73684rem}@media screen and (min-width: 768px){.input__input--has-errors+.input__input-error{font-size:.78947rem}}@media screen and (min-width: 1054px){.input__input--has-errors+.input__input-error{font-size:1rem}}.input__input-error{color:#DC2C53;font-size:0;min-height:1.47368rem}@media screen and (min-width: 1054px){.input__input-error{min-height:1.78947rem}}.select__select{padding:.42105rem .42105rem;color:#000;background:#fff;font-size:.84211rem}@media screen and (min-width: 768px){.select__select{font-size:1rem;padding:.31579rem .42105rem}}@media screen and (min-width: 1054px){.select__select{padding:.73684rem .42105rem}}.select__results{border:none;-webkit-box-shadow:0 .15789rem .15789rem rgba(0,0,0,0.1);box-shadow:0 .15789rem .15789rem rgba(0,0,0,0.1)}.select__results .select2-results__option{padding-left:.84211rem}.select .select2-container .select2-selection:focus,.select .select2-container .select2-selection:active{outline:none}.select .select2-container .select2-selection--single{height:auto}.select .select2-container .select2-selection__arrow{display:block;position:absolute;right:1.05263rem;height:.42105rem;width:.73684rem;top:50%;background:url(/images/arrow-bottom.svg);background-size:100% auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.select .select2-container--open .select2-selection__arrow{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.aside{position:relative}.aside--border-top{border-top:.10526rem solid red;padding-top:1.05263rem;line-height:1.26316;margin-top:1.05263rem}@media screen and (min-width: 768px){.aside--border-top{margin-top:.42105rem;margin-left:2.36842rem;margin-bottom:0;max-width:11.57895rem}}.aside-list{margin-top:1.05263rem}@media screen and (min-width: 768px){.aside-list{margin-top:1.05263rem;margin-left:0;margin-bottom:1.05263rem;max-width:none}}@media screen and (min-width: 992px){.aside-list{margin-top:.42105rem;margin-left:2.36842rem;margin-bottom:0;max-width:11.57895rem}}.aside-list__h3{left:0;right:0;bottom:100%;color:#8F9599;font-size:1rem;margin-bottom:.94737rem}@media screen and (min-width: 992px){.aside-list__h3{position:absolute}}.facts{margin-bottom:-1.57895rem}@media screen and (min-width: 768px){.facts{margin-bottom:-2.10526rem}}.facts-without-text{margin-bottom:-.78947rem}@media screen and (min-width: 768px){.facts-without-text{margin-bottom:-2.10526rem}}.fact{padding-bottom:1.57895rem}@media screen and (min-width: 768px){.fact{padding-bottom:2.10526rem}}.fact--square{min-height:0}@media screen and (min-width: 576px){.fact--square{min-height:10.52632rem}}@media screen and (min-width: 992px){.fact--square{min-height:13.47368rem}}.fact__title{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.52632rem;padding-bottom:.42105rem;border-bottom:.10526rem solid currentColor;font-size:1.47368rem;line-height:1}@media screen and (min-width: 768px){.fact__title{margin-bottom:1.05263rem;padding-bottom:.78947rem;font-size:2.52632rem}}@media screen and (min-width: 992px){.fact__title{font-size:2.63158rem}}.fact__title--blue{color:#34AADD}.fact__title--blue-dark{color:#6680AE}.fact__title--red{color:#DC2C53}.fact__title--vine{color:#A7507B}.fact__title--with-icon{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media screen and (min-width: 768px){.fact__title--with-icon{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width: 992px){.fact__title--with-icon{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.fact__title-icon{margin-right:.78947rem}@media screen and (min-width: 768px){.fact__title-icon{margin-right:1.57895rem;margin-bottom:.78947rem}}@media screen and (min-width: 992px){.fact__title-icon{margin-bottom:0}}.fact__text{line-height:1.26316}.fact__text-line:not(:last-of-type){margin-bottom:.42105rem}.fact__text-percent{display:inline-block;min-width:2.10526rem}.fact__text-percent--blue{color:#34AADD}.fact__text-percent--red{color:#DC2C53}.fact__text-percent--vine{color:#A7507B}.fact-without-text{padding-bottom:.78947rem}@media screen and (min-width: 768px){.fact-without-text{padding-bottom:2.10526rem}}.fact-without-text__title{border-bottom:none;margin-bottom:0;padding-bottom:0}@media screen and (min-width: 768px){.fact-without-text__title{border-bottom:.10526rem solid currentColor;margin-bottom:1.05263rem;padding-bottom:.78947rem}}.ordered-list{padding:0;margin:0;counter-reset:list-counter;font-size:1rem}@media screen and (min-width: 768px){.ordered-list{font-size:1.31579rem}}.ordered-list--small{font-size:.89474rem}@media screen and (min-width: 768px){.ordered-list--small{font-size:1rem}}@media screen and (min-width: 768px) and (min-width: 768px){.ordered-list--md-small{font-size:1rem}}.ordered-list__item{counter-increment:list-counter;list-style:none}.ordered-list__item:before{content:counter(list-counter) ". "}.ordered-list__item:not(:last-of-type){margin-bottom:.32em}.ordered-list__item--counter-blue:before{color:#34AADD}.ordered-list__item--counter-red:before{color:#DC2C53}.unordered-list{padding:0;margin:0;font-size:1.31579rem}.unordered-list--small{font-size:1rem}.unordered-list__item{list-style:none}.unordered-list__item:not(:last-of-type){margin-bottom:.6em}.presentation{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.presentation__block{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.presentation__block--image{padding-right:1.57895rem;width:100%}@media screen and (min-width: 768px){.presentation__block--image{width:51.244813278%}}.presentation__block--text{padding-top:1.05263rem;width:100%}@media screen and (min-width: 768px){.presentation__block--text{padding-top:5rem;width:48.755186722%}}.presentation__block--text .presentation__block-slide{padding-right:1.57895rem}.presentation__block-slide:focus{outline:none}.presentation__block-slide:focus *{outline:none}.presentation__block-slide img{display:inline-block;max-width:100%;width:100%}.presentation__block-controls{color:#fff;position:absolute;top:0;right:-.57895rem;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1}@media screen and (min-width: 768px){.presentation__block-controls{right:-1.63158rem}}.presentation__block-arrow{cursor:pointer;background-color:#313942;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:2.10526rem;width:2.10526rem;position:relative;font-size:1.26316rem}@media screen and (min-width: 768px){.presentation__block-arrow{height:3.15789rem;width:3.15789rem;font-size:1.68421rem}}.presentation__block-arrow:last-child{margin-left:1px}.presentation__block-arrow--left{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.presentation__block-arrow-icon{height:0.5em}.project-review{display:-webkit-box;display:-ms-flexbox;display:flex}.project-review__logo{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:14.63158rem;height:100%;-ms-flex-negative:0;flex-shrink:0}.project-review__logo-img{width:100%;height:auto}@media screen and (min-width: 992px){.project-review__logo{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}}.project-review__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0%;flex-basis:0%;max-width:100%;padding-left:.78947rem;padding-right:.78947rem;padding-top:1.57895rem;padding-bottom:3.15789rem;height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width: 768px){.project-review__text{padding-left:1.57895rem;padding-right:1.57895rem}}@media screen and (min-width: 992px){.project-review__text{padding-left:1.84211rem;padding-right:1.84211rem}}.project-review__text :last-child{margin-bottom:0;font-size:15px}.project-review__text>p{width:100%}.history{padding-top:.42105rem;padding-left:.78947rem;padding-right:.78947rem;padding-bottom:1.57895rem}@media screen and (min-width: 576px){.history{min-height:7.89474rem}}@media screen and (min-width: 992px){.history{min-height:10.52632rem}}.history__year{margin-bottom:.52632rem;padding-bottom:.42105rem;border-bottom:.10526rem solid currentColor;line-height:1}.history__year--blue{color:#34AADD}.history__year--blue-dark{color:#6680AE}.history__year--red{color:#DC2C53}.history__year--vine{color:#A7507B}.history__description{line-height:1.26316}.slider__slider{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.slider__slide:focus{outline:none}.slider__slide:focus *{outline:none}.slider__slide img{display:inline-block;max-width:100%;width:100%}.slider__controls{color:#fff;position:absolute;top:50%;right:0;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;pointer-events:none}.slider__arrow{cursor:pointer;background-color:#313942;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:2.10526rem;width:2.10526rem;position:relative;font-size:1.26316rem;pointer-events:all}@media screen and (min-width: 768px){.slider__arrow{height:3.15789rem;width:3.15789rem;font-size:1.68421rem}}.slider__arrow:last-child{margin-left:1px}.slider__arrow--left{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.slider__arrow-icon{height:0.5em}.social-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:.52632rem}@media screen and (min-width: 768px){.social-links{padding-top:1.57895rem}}.social-links--menu{margin-bottom:1.31579rem;padding-top:0}.social-links__link{font-size:0;margin-right:15px;border-radius:50%;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s}@media screen and (min-width: 992px){.social-links__link:hover{-webkit-box-shadow:0px 0px 3px 0px rgba(0,0,0,0.2);box-shadow:0px 0px 3px 0px rgba(0,0,0,0.2);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.social-links__link--facebook{background-image:url("/img/facebook-icon.svg");background-repeat:no-repeat;background-position:center;width:40px;height:40px;background-size:100%}.social-links__link--vk{background-image:url("/img/vk-icon.svg");background-repeat:no-repeat;background-position:center;width:40px;height:40px}.scrollbar-track{background:none !important}.scrollbar-track-x{height:.21053rem !important}.scrollbar-track-y{width:.21053rem !important}.scrollbar-thumb-x{height:.21053rem !important}.scrollbar-thumb-x:before{content:'';position:absolute;left:0;right:0;bottom:0;height:.52632rem}.scrollbar-thumb-y{width:.21053rem !important}.scrollbar-thumb-y:before{content:'';position:absolute;top:0;bottom:0;right:0;width:.52632rem}.background{position:fixed;width:100vw;height:100vh}.background__item{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-size:cover;background-position:center top}.illustration{display:none}@media (min-width: 992px){.illustration{position:absolute;top:0;left:0;display:block;width:100%}}.subscribe-button{vertical-align:top;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;width:auto;height:20px;border:0;border-radius:3px;padding:2px 0;background-color:whitesmoke}.subscribe-button--facebook{background-color:#3B5998}.subscribe-button__icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:12px;height:12px;margin:0 5px}@media screen and (max-width: 374px){.subscribe-button__icon{margin:0 4px}}.subscribe-button__text{overflow:hidden;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-top:1px solid transparent;margin:0 5px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;font-family:"Helvetica", "Arial", sans-serif;font-size:11px;line-height:14px;color:white}.subscribe-button__text:not(:only-child):first-child{margin-right:0}.subscribe-button__text:not(:only-child):last-child{margin-left:0}@media screen and (max-width: 374px){.subscribe-button__text{display:none}}.subscribe-button__for{padding-left:3px;font-weight:bold}.q-container{width:100%;max-width:53.89474rem;margin-left:auto;margin-right:auto;padding-right:.78947rem;padding-left:.78947rem}@media screen and (min-width: 768px){.q-container{padding-right:1.57895rem;padding-left:1.57895rem}}.q-container--px-0{padding-right:0;padding-left:0}.q-container--px-15{padding-right:.78947rem;padding-left:.78947rem}@media screen and (min-width: 1054px){.q-container--desktop-px-0{padding-right:0;padding-left:0}}@media screen and (min-width: 768px){.q-container--px-md-0{padding-right:0;padding-left:0}.q-container--px-md-15{padding-right:.78947rem;padding-left:.78947rem}}.header{min-height:13.68421rem;color:#fff;position:relative;overflow:hidden}@media screen and (min-width: 768px){.header{min-height:21.05263rem}}@media screen and (min-width: 992px){.header{min-height:47.36842rem}}.header--without-background{min-height:3.15789rem}@media screen and (min-width: 768px){.header--without-background{min-height:4.52632rem}}@media screen and (min-width: 1054px){.header--without-background{min-height:4.94737rem}}.header__logo-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0;margin:0;cursor:pointer}.header__logo-wrapper--aic{margin-top:-3px}.header__logo-img{max-width:97px;max-height:21px}@media screen and (min-width: 768px){.header__logo-img{max-width:115px;max-height:25px}}@media screen and (min-width: 1054px){.header__logo-img{max-width:127px;max-height:27px}}@media (max-width: 767px){.header__change-language{display:none}}.header__background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.header__background--context_projects.header__background--image{background-repeat:no-repeat;background-color:black;background-size:250%;background-position-x:-100px}@media (min-width: 375px){.header__background--context_projects.header__background--image{background-size:270%;background-position-x:-120px}}@media (min-width: 425px){.header__background--context_projects.header__background--image{background-position-x:-300px;background-position-y:-110px}}@media (min-width: 768px){.header__background--context_projects.header__background--image{background-size:cover;background-position:0%}}.header__background--image{background-size:cover}.header__background-inner{height:auto;width:auto;-o-object-fit:cover;object-fit:cover;position:fixed;min-width:100%;min-height:100%}.header__blur{width:100%;height:100%;position:absolute;-webkit-filter:blur(30px);filter:blur(30px);background-color:rgba(0,0,0,0.3)}.header__top{position:relative;z-index:4;min-height:3.15789rem}@media screen and (min-width: 768px){.header__top{min-height:4.52632rem}}@media screen and (min-width: 1054px){.header__top{min-height:4.94737rem}}.header__top--portfolio{height:5.26316rem}@media screen and (min-width: 768px){.header__top--portfolio{height:9.21053rem}}@media screen and (min-width: 992px){.header__top--portfolio{height:8.31579rem}}@media screen and (min-width: 1054px){.header__top--portfolio{height:auto}}.header__top-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:.78947rem;padding-bottom:.78947rem;font-size:.84211rem;min-height:3.15789rem;position:relative}@media screen and (min-width: 768px){.header__top-inner{padding-top:1.05263rem;padding-bottom:1.57895rem;font-size:.94737rem;min-height:4.52632rem}}@media screen and (min-width: 1054px){.header__top-inner{font-size:1.05263rem;min-height:4.94737rem}}.header__top-inner--fixed{position:fixed;left:0;right:0;top:0;z-index:100;background:#062138}@media screen and (min-width: 768px){.header__top-inner--fixed{padding-bottom:1.05263rem;min-height:0}}.header__top-logo{margin-bottom:0;margin-right:auto;height:30px;margin-left:-7px}@media screen and (min-width: 768px){.header__top-logo{height:36px;margin-top:0}}@media screen and (min-width: 1054px){.header__top-logo{height:40px;margin-top:-3px}.qsoft-en .header__top-logo{margin-top:-4px}}.header__top-logo-img{height:100%;width:auto}.header__top-link{margin-right:1.84211rem}.header__top-link--pages{display:none}@media screen and (min-width: 768px){.header__top-link{display:inline-block}}@media screen and (min-width: 1054px){.header__top-link{margin-right:3.68421rem}}.header__top-btn{display:none}@media screen and (min-width: 768px){.header__top-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;top:.05263rem}}.header__content{position:relative;z-index:2}.header__content-h1{line-height:1.1}.header__content--main{padding-top:1.57895rem;padding-bottom:3.15789rem}@media screen and (min-width: 768px){.header__content--main{padding-top:3.42105rem;padding-bottom:4.10526rem}}.header__content--main.page-project{padding-top:2.36842rem;padding-bottom:1.05263rem}@media screen and (min-width: 768px) and (max-width: 1280px){.header__content--main.page-project .header__content-h1{padding-top:.78947rem;padding-bottom:3.15789rem;font-size:3.15789rem}}@media screen and (min-width: 768px){.header__content--main.page-project{padding-top:2.63158rem;padding-bottom:4.10526rem}}.header__content--products{padding-top:2.10526rem;padding-bottom:3.15789rem}@media screen and (min-width: 768px){.header__content--products{padding-top:4.73684rem;padding-bottom:4.73684rem}}@media screen and (min-width: 992px){.header__content--products{padding-top:5.26316rem;padding-bottom:4.73684rem}}.header__content--portfolio{padding-top:3.15789rem;padding-bottom:3.15789rem}@media screen and (min-width: 768px){.header__content--portfolio{padding-top:6.31579rem}}.header__toggler{margin-right:0;margin-top:-.15789rem;position:relative}.header__toggler:before{position:absolute;content:'';top:-15px;bottom:-15px;right:-15px;left:-15px}@media screen and (max-width: 767px){.header__toggler{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width: 768px){.header__toggler{display:none}}.header__toggler-icon--menu{display:inline-block}.html--opened-menu .header__toggler-icon--menu{display:none}.header__toggler-icon--close{display:none}.html--opened-menu .header__toggler-icon--close{display:inline-block}.header__menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(49,57,66,0.95);z-index:200;padding-top:.76316rem;overflow:auto;-webkit-overflow-scrolling:touch;font-size:.94737rem}@media screen and (min-width: 768px){.header__menu{padding-top:1.05263rem}}@media screen and (min-width: 1054px){.header__menu{font-size:1.05263rem;display:none !important}}.bx-ios .header__menu{padding-top:.78947rem}.html--opened-menu .header__menu{display:block}@media screen and (min-width: 1054px){.header__menu-inner{min-width:53.89474rem}}.header__menu-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-bottom:1.05263rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 768px){.header__menu-top{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-bottom:.05263rem solid rgba(255,255,255,0.5)}}.header__menu-logo{margin-bottom:20px;height:30px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:-7px}@media screen and (min-width: 768px){.header__menu-logo{margin-bottom:0;margin-right:auto;height:36px}}@media screen and (min-width: 1054px){.header__menu-logo{height:40px}}.header__menu-logo-img{height:100%;width:auto}.header__menu-toggler{position:absolute;right:0;top:.36842rem;font-size:.84211rem}.header__menu-toggler:before{position:absolute;content:'';top:-15px;bottom:-15px;right:-15px;left:-15px}@media screen and (min-width: 768px){.header__menu-toggler{top:0;margin-top:.36842rem;margin-right:2.63158rem;font-size:.94737rem;position:relative;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width: 1054px){.header__menu-toggler{margin-right:3.68421rem;font-size:1.05263rem}}.header__menu-link{line-height:1.08333;margin-bottom:.78947rem;font-size:.94737rem}@media screen and (min-width: 768px){.header__menu-link{margin-bottom:1.31579rem}}@media screen and (min-width: 1054px){.header__menu-link{margin-bottom:1.84211rem;font-size:1.05263rem}}.header__menu-link--sublink{margin-bottom:.78947rem;opacity:0.6;font-size:.78947rem}@media screen and (min-width: 768px){.header__menu-link--sublink{margin-bottom:.78947rem;font-size:.94737rem}}@media screen and (min-width: 1054px){.header__menu-link--sublink{margin-bottom:1.05263rem;font-size:1.05263rem}}.header__menu-btn{right:0;top:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin-bottom:1.05263rem}@media screen and (min-width: 768px){.header__menu-btn{position:absolute;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:auto;max-width:none;margin-bottom:0;top:.05263rem}}.header__menu-nav{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media screen and (min-width: 768px){.header__menu-nav{margin-top:.47368rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width: 1054px){.header__menu-nav{margin-top:.57895rem}}.header__menu-nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__menu-nav-list>.link{position:relative}@media screen and (min-width: 768px){.header__menu-nav-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-right:7.47368rem}.header__menu-nav-list>.link{position:relative;left:-7.97368rem}}@media screen and (min-width: 1054px){.header__menu-nav-list{margin-right:14.05263rem}.header__menu-nav-list>.link{position:relative;left:-1.5rem}}.header__menu-nav-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;list-style:none}.header__menu-nav-list-item:first-of-type{width:4.94737rem;-ms-flex-negative:0;flex-shrink:0;padding-right:.52632rem}@media screen and (min-width: 1054px){.header__menu-nav-list-item:first-of-type{width:7.13158rem}}@media screen and (min-width: 1054px){.header__menu-nav-list-item:last-of-type{width:10.57895rem}}.header__menu-nav-sublist{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;z-index:2;position:relative}.header__menu-nav-sublist-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;list-style:none}.header__menu-footer{padding-top:0;padding-bottom:1.05263rem;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.84211rem;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media screen and (min-width: 768px){.header__menu-footer{padding-top:1.84211rem;padding-bottom:1.84211rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width: 1054px){.header__menu-footer{padding-top:2.36842rem;padding-bottom:2.36842rem;font-size:1rem}}.header__menu-footer-btns{margin-bottom:1.47368rem}@media screen and (min-width: 768px){.header__menu-footer-btns{margin-bottom:0;margin-left:auto;margin-right:2.36842rem}}.header__menu-footer-copyright{color:#8F9599;display:inline-block;margin-right:.31579rem}.header__menu-footer-link{color:#8F9599}.header__menu-footer-link:hover{color:#8F9599}.footer{line-height:1;font-size:.73684rem;position:relative;z-index:1}@media screen and (min-width: 768px){.footer{font-size:1rem}}.footer__container{background:#F4F4F5;padding-top:.78947rem;padding-bottom:.78947rem}@media screen and (min-width: 768px){.footer__container{padding-top:1.57895rem;padding-bottom:1.57895rem}}.footer__copyright{display:inline-block;margin-right:.78947rem}.footer__link{color:#313942}.footer__link:hover{color:#313942}.section{background:#fff;position:relative;z-index:2}.section--backdrop .h2,.section--backdrop p{position:relative;z-index:1;width:50%}.section--backdrop .h2{margin-bottom:.52632rem}.section--backdrop .section__text--white{color:white}.section--events{padding-bottom:.78947rem}.section--contacts{background-color:#efefef}.section--advantage{padding-bottom:1.05263rem}@media screen and (min-width: 768px){.section--advantage{padding-bottom:0}}.section--tasks .row--quadruple.row--line.row--large-gutter.row--text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 992px){.section--tasks .row--quadruple.row--line.row--large-gutter.row--text{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.section--tasks .row .col{width:100% !important;margin-top:0;margin-bottom:.78947rem}@media screen and (min-width: 768px){.section--tasks .row .col{margin-bottom:0}}.section--tasks .fact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width: 992px){.section--tasks .fact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.section--tasks .fact__title{width:auto !important;margin-right:20px}@media screen and (min-width: 992px){.section--tasks .fact__title{margin-right:0}}@media screen and (min-width: 911px) and (max-width: 1000px){.section--tasks .fact__text{font-size:1.84211em !important}}.section--pt-35px{padding-top:1.84211rem}.section--pt-35px{padding-top:1.84211rem}.section--pt-70px{padding-top:1.84211rem}@media screen and (min-width: 768px){.section--pt-70px{padding-top:3.68421rem}}@media screen and (min-width: 768px){.section--pt-75px{padding-top:3.94737rem}}.section--pt-80px{padding-top:2.10526rem}@media screen and (min-width: 768px){.section--pt-80px{padding-top:4.21053rem}}.section--cases{z-index:1;margin-bottom:-.10526rem}@media screen and (min-width: 768px){.section--cases{padding-top:2.10526rem}}.section--pb-40px{padding-bottom:1.05263rem}@media screen and (min-width: 768px){.section--pb-40px{padding-bottom:2.10526rem}}.section--pb-70px{padding-bottom:1.84211rem}@media screen and (min-width: 768px){.section--pb-70px{padding-bottom:3.68421rem}}.section--pb-80px{padding-bottom:2.10526rem}@media screen and (min-width: 768px){.section--pb-80px{padding-bottom:4.21053rem}}.section--gray-lightest{background-color:#F4F4F5}.section--gray-porcelain{background-color:#F8FAFA}.section--gray-porcelain-bluish{background-color:#EDF2F2}.section--gray-lightest{background-color:#F4F4F5}.section--gray-light{background-color:#DEE0E1}.section--gray{background-color:#C8CBCD}.section--gray-dark2{background-color:#8F9599;color:#fff}.section--port-gore{background-color:#221C3F;color:#fff}.section--outer-space{background-color:#2B3033;color:#fff}.section--black-pearl{background-color:#091B30;color:#fff}.section--black{background-color:#313942;color:#fff}@media screen and (min-width: 992px){.main-page__main{margin-top:-21rem}}.case-detail-page__header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;position:relative;padding-top:3.15789rem;padding-bottom:3.15789rem}.case-detail-page__header-left--white-color{color:#fff}.case-detail-page__header-left--has-btn{padding-bottom:6.31579rem}@media screen and (min-width: 992px){.case-detail-page__header-left{height:29.47368rem;padding-top:0;padding-bottom:0}}.case-detail-page__header-left-info{padding-left:.78947rem;padding-right:.78947rem}@media screen and (min-width: 768px){.case-detail-page__header-left-info{padding-left:1.57895rem;padding-right:1.57895rem}}.case-detail-page__header-left-info-back{position:absolute;top:1.15789rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;color:#313942;-webkit-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease}@media screen and (min-width: 1024px){.case-detail-page__header-left-info-back{top:2.10526rem}}.case-detail-page__header-left-info-back:hover{color:rgba(49,57,66,0.7)}.case-detail-page__header-left-info-back--white-color{color:#fff}.case-detail-page__header-left-info-back--white-color:hover{color:rgba(255,255,255,0.7)}.case-detail-page__header-left-info-back-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);margin-right:.78947rem}.case-detail-page__header-left-info-name{font-size:2.21053rem;line-height:1.09259}@media screen and (min-width: 576px){.case-detail-page__header-left-info-name{font-size:2.84211rem}}@media screen and (min-width: 768px){.case-detail-page__header-left-info-name{font-size:3.68421rem}}@media screen and (min-width: 992px){.case-detail-page__header-left-info-name{font-size:2.84211rem}}.case-detail-page__header-left-info-date{margin-top:1.73684rem;font-size:1.57895rem;line-height:1.1}.case-detail-page__header-left-btn{position:absolute;bottom:0;right:.78947rem;display:-webkit-box;display:-ms-flexbox;display:flex;height:3.15789rem}@media screen and (min-width: 768px){.case-detail-page__header-left-btn{right:1.57895rem}}.case-detail-page__header-left-btn-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;width:3.15789rem;color:#313942;background:#DEE0E1}.case-detail-page__header-left-btn-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;width:3.15789rem;color:#fff;background:#313942;font-size:1.47368rem;line-height:1}.case-detail-page__header-right{position:relative}.case-detail-page__header-right-img{background:url(/images/project-icon.jpg) left bottom no-repeat;background-size:cover;height:25.73684rem;display:none}@media screen and (min-width: 992px){.case-detail-page__header-right-img{display:block}}.case-detail-page__header-right-info{position:static;left:0;right:0;top:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#F4F4F5;padding-left:.78947rem;padding-right:.78947rem;padding-top:.78947rem;padding-bottom:.78947rem;font-size:4vw;z-index:3}@media screen and (min-width: 380px){.case-detail-page__header-right-info{font-size:.84211rem;min-height:10.84211rem}}@media screen and (min-width: 768px){.case-detail-page__header-right-info{padding-left:1.57895rem}}@media screen and (min-width: 992px){.case-detail-page__header-right-info{position:absolute}}.case-detail-page__header-right-info-table-tr:last-of-type .case-detail-page__header-right-info-table-td{padding-bottom:0}.case-detail-page__header-right-info-table-td{padding-bottom:.42105rem;vertical-align:top;line-height:1.3}.case-detail-page__header-right-info-table-td:first-of-type{white-space:nowrap;color:#8F9599;padding-right:.52632rem}.case-detail-page__main{position:relative;z-index:1}@media screen and (min-width: 992px){.portfolio-page__main{margin-top:-26.31579rem}}@media screen and (min-width: 992px){.products-page__main{margin-top:-19.47368rem}}.error-page{color:#fff}.mb-0px{margin-bottom:0}.mb-15px{margin-bottom:.78947rem}.mb-20px{margin-bottom:1.05263rem}.mb-30px{margin-bottom:1.57895rem}.mb-35px{margin-bottom:1.84211rem}.mb-40px{margin-bottom:2.10526rem}.mb-45px{margin-bottom:2.36842rem}.mb-60px{margin-bottom:3.15789rem}@media screen and (min-width: 768px){.mb-md-18px{margin-bottom:.94737rem}.mb-md-30px{margin-bottom:1.57895rem}.mb-md-40px{margin-bottom:2.10526rem}.mb-md-60px{margin-bottom:3.15789rem}}.mr-20px{margin-right:1.05263rem}.mr-30px{margin-right:1.57895rem}.mx--15px{margin-left:-.78947rem;margin-right:-.78947rem}.mx--30px{margin-left:-1.57895rem;margin-right:-1.57895rem}@media screen and (min-width: 768px){.mx-md--15px{margin-left:-.78947rem;margin-right:-.78947rem}.mx-md--30px{margin-left:-1.57895rem;margin-right:-1.57895rem}}@media screen and (min-width: 992px){.mx-lg--15px{margin-left:-.78947rem;margin-right:-.78947rem}.mx-lg--30px{margin-left:-1.57895rem;margin-right:-1.57895rem}}.pb-20px{padding-bottom:1.05263rem}.pb-30px{padding-bottom:1.57895rem}.pb-40px{padding-bottom:2.10526rem}.pb-45px{padding-bottom:2.36842rem}.pb-60px{padding-bottom:3.15789rem}@media screen and (min-width: 992px){.pb-lg-43px{padding-bottom:2.26316rem}.pb-lg-50px{padding-bottom:2.63158rem}}.pr-20px{padding-right:1.05263rem}.pr-30px{padding-right:1.57895rem}.px-15px{padding-left:.78947rem;padding-right:.78947rem}.px--15px{padding-left:-.78947rem;padding-right:-.78947rem}.px--30px{padding-left:-1.57895rem;padding-right:-1.57895rem}@media screen and (min-width: 768px){.px-md-15px{padding-left:.78947rem;padding-right:.78947rem}.px-md--15px{padding-left:-.78947rem;padding-right:-.78947rem}.px-md--30px{padding-left:-1.57895rem;padding-right:-1.57895rem}}@media screen and (min-width: 992px){.pt-lg-26px{padding-top:1.36842rem}}.legacy{font-size:14px}.legacy article,.legacy aside,.legacy details,.legacy figcaption,.legacy figure,.legacy footer,.legacy header,.legacy hgroup,.legacy main,.legacy nav,.legacy section,.legacy summary{display:block}.legacy html,.legacy button,.legacy input,.legacy select,.legacy textarea{font-family:sans-serif}.legacy html{font-size:14px}.legacy body{margin:0;font-family:'PT Sans Narrow', 'PT Sans', Arial, sans-serif;font-size:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.legacy html,.legacy body,.legacy button,.legacy input,.legacy select,.legacy textarea,.legacy .project_list a,.legacy .other_office a,.legacy .info_list a{color:#313942}.legacy a{color:#313942}.legacy a:link,.legacy a:visited,.legacy a:active,.legacy a:hover{text-decoration:underline}.legacy a:hover{text-decoration:none}.legacy h1,.legacy .h1,.legacy h2{font-size:3.865625em;margin:0 0 60px 0;line-height:1.107679871em;font-weight:normal}.legacy h1,.legacy .h1{margin:7% 0px 9% 0}.legacy .h1 h1{font-size:1em;margin:0}.legacy .wrapper_light_c h1{margin:0 0px 4% 0 !important}.legacy .wrapper_light_c .h1{margin:0 0px 6% 0 !important}.legacy h2{margin:8% 0px 9% 0;line-height:1.1em}.legacy .wrapper_light_c h2{margin:35px 0 30px 0;font-size:1.72em}.legacy h3,.legacy .h3{font-size:1.35em;margin:25px 0 15px 0;line-height:1.32em;font-weight:normal}.legacy .h3 h3{font-size:1em;line-height:1em;margin:0}.legacy h4{font-size:1em;margin:1.33em 0}.legacy .wrapper_light_content{padding-bottom:4.21053rem}.legacy p,.legacy .st_text,.legacy .wrapper_light_content div,.legacy ul li,.legacy ol li{line-height:1.6em}.legacy p,.legacy .wrapper_light_content div,.legacy ul li,.legacy ol li{margin:0 0 .69em}.legacy p,.legacy .st_text,.legacy .wrapper_light_content,.legacy .info_list{font-size:1.35em}.legacy p *,.legacy .st_text *,.legacy .wrapper_light_content *,.legacy .info_list *{font-size:1em}.legacy h3 p,.legacy .h3 p{line-height:inherit;font-size:inherit}.legacy ol,.legacy ul{padding:0 0 0 40px;margin:1em 0}.legacy ul li,.legacy ol li{padding:0;margin:0 0 12px 0}.legacy img{border:0}.legacy form{margin:0}.legacy table{border-collapse:collapse;border-spacing:0}.legacy body{height:100%;font-weight:normal;line-height:1.3em;padding:0;margin:0;background-color:#efefef}.legacy div{font-weight:normal;vertical-align:top}.legacy .project_font{font-size:1.2em;line-height:1.23em}.legacy .large_text{font-size:1.189375em;line-height:1.500262743em}.legacy .non-decor-link,.legacy .non-decor-link a{text-decoration:none}.legacy .small_text,.legacy .small_text_simple{font-size:1.070625em}.legacy .small_text_simple{line-height:1.4em}.legacy .clearfix:before,.legacy .clearfix:after{content:" ";display:table}.legacy .clearfix:after{clear:both}.legacy .clearfix{*zoom:1}.legacy .wrapper{min-width:305px;min-height:100%;position:relative;width:1024px;margin:0 auto;background-color:#FFFFFF}.legacy .logo{height:25px}.legacy .logo img{width:auto;height:100%}.legacy .dark_graphite{background-color:#313942}.legacy .dark_bg{background-color:#3b4043}.legacy .logo{height:25px;position:absolute;top:58px;left:0;margin-left:6.5%;text-align:center}.legacy .wrapper_light .logo{margin-left:3.2%}.legacy .add_logo_aic{vertical-align:middle}.legacy .add_logo_aic img{width:111px;height:auto}.legacy .middle_text_wrapper{display:table}.legacy .lt-ie8 .middle_text_wrapper{-dt-display:table;behavior:url(/js/display-table.min.htc)}.legacy .middle_text_container{display:table-cell;vertical-align:middle}.legacy .lt-ie8 .middle_text_container{-dt-display:table-cell;behavior:url(/js/display-table.min.htc)}.legacy .wrapper_light_c .sub_h1{top:-37px;margin-bottom:0px}.legacy .inner_h2{margin:95px 0 0 0}.legacy .quote_bl,.legacy .quote_bl_in{position:relative;height:414px}.legacy .quote_bl_large{width:75%;float:left;overflow:hidden}.legacy .photo_triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:72px solid transparent;border-bottom:0px solid transparent;border-right:72px solid #3b4043}.legacy .first_emel{margin:0 !important;padding:0 !important}.legacy .float_bl,.legacy .quote_bl_in{float:left;width:25%;overflow:hidden}.legacy .rectangle_bl{width:50%}.legacy .rectangle_bl .float_bl{width:50%}.legacy .full_bl{width:100%}.legacy .full_bl .column{width:45% !important;float:left}.legacy .full_bl .first{margin-right:1.587301587%}.legacy .full_bl .last{margin-left:4%}.legacy .padding_title,.legacy .inner_h2,.legacy .quote_bl_text,.legacy .full_bl,.legacy .project_info{padding-left:3.2%;padding-right:1.75%}.legacy .project_info,.legacy .quote_bl_text{padding-left:4.42%}.legacy .media_bl .full_bl .float_bl_in{padding-left:0;padding-right:0;padding-top:3.5%}.legacy .rectangle_bl .float_bl_in{padding-left:6.5%;padding-right:3.5%}.legacy .old-opera .rectangle_bl .float_bl_in{padding-left:3%}.legacy .project_info table td{padding-left:6.75%}.legacy .float_bl_in,.legacy .other_office .rectangle_bl .float_bl_in{padding-left:13%;padding-right:13%}.legacy .rectangle_bl .float_bl_in{padding-top:12%}.legacy .media_bl .rectangle_bl .float_bl_in{padding-top:4%}.legacy .media_bl .float_bl_in{padding-bottom:12%;padding-top:12%}.legacy .project_info{padding-top:4%;padding-bottom:4.5%}.legacy .float_bl_in,.legacy .other_office .rectangle_bl .float_bl_in{position:relative;padding-top:22%}.legacy .lt-ie8 .float_bl_in{position:static}.legacy .media_bl .rectangle_bl .float_bl_in{padding-bottom:10%}.legacy .media_bl_with_history .rectangle_bl .float_bl_in{padding-bottom:16% !important}.legacy .rectangle_bl .float_bl_in h3,.legacy .rectangle_bl .float_bl_in .h3{margin:0 0 4% 0}.legacy .float_bl_in h3,.legacy .float_bl_in .h3,.legacy .other_office .float_bl_in h3,.legacy .other_office .float_bl_in .h3{margin:0 0 10% 0}.legacy .no_review .h3{margin-bottom:0}.legacy .float_bl_nopadding{padding:0 !important;margin:0 !important}.legacy .header,.legacy .header .float_bl{position:relative;height:528px;overflow:visible}.legacy .lt-ie8 .header{z-index:10}.legacy .header .float_bl_in.middle_text_container,.legacy .wrapper_light_c{padding-top:80px !important}.legacy .header .header_with_pdf{padding-bottom:73px !important}.legacy .advantages_bl .float_bl,.legacy .project_list .float_bl,.legacy .other_office .float_bl{height:255px}.legacy .no_review,.legacy .no_review .float_bl_in,.legacy .no_review .quote_bl,.legacy .no_review .quote_bl_in{height:255px !important}.legacy .no_review .float_bl_in{padding:0 !important}.legacy .no_review .float_bl{height:auto !important}.legacy .no_review .float_bl_in{display:table-cell;vertical-align:middle}.legacy .other_office h3,.legacy .other_office .h3{line-height:.9em}.legacy .padding_title h2{margin:8% 0px 8% 0}.legacy #add_map_normal{display:block !important}.legacy #add_map_mobile{display:none !important}.legacy .abs_right{position:absolute;top:0;right:0;bottom:0;left:50%}.legacy .abs_left{position:absolute;top:0;left:0;bottom:0}.legacy .media_bl{position:relative}.legacy .header .header_img{background:url("/images/main_new-header.jpg") left top no-repeat;background-size:cover}.legacy .project-page .header .float_bl.header_img{height:489px;background:url("/images/project-icon.jpg") left bottom no-repeat;background-size:cover}.legacy .padding_title{overflow:hidden}.legacy .bg_pink_light{background-color:#FCDDDF}.legacy .bg_pink{background-color:#F9BCC0}.legacy .bg_grey{background-color:#F6F6F6}.legacy .bg_light_grey{background-color:#f4f4f5}.legacy .bg_middle_grey{background-color:#dee0e1}.legacy .bg_dark_grey{background-color:#c8cbcd}.legacy .bg_blue{background-color:#EEEDED}.legacy .award_list{position:relative;z-index:1}.legacy .award_list:after{background:url(/images/award_bg.jpg) no-repeat 0 0;background-size:cover;filter:alpha(Opacity=6);opacity:0.06;content:"";display:block;height:100%;position:absolute;left:0;top:0;width:100%;z-index:-1}.legacy .award_list:before{background:rgba(48,57,65,0.06);background-size:cover;content:"";display:block;height:100%;position:absolute;left:0;top:0;width:100%;z-index:-1}.legacy .award_list h2{margin-bottom:7%}.legacy .award_list .float_bl{margin-bottom:4.8125%}.legacy .award_list .float_bl_in{-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:11.71875%;padding-top:0}.legacy .award_list .float_bl .float_bl_in{border-left:1px solid rgba(255,255,255,0.1)}.legacy .award_list .float_bl:first-child .float_bl_in{border-left-color:transparent}.legacy .award_logo{height:5.214285714285714em;line-height:5.214285714285714em}.legacy .award_logo img{max-height:100%;max-width:100%;vertical-align:middle}.legacy .award_info{font-size:1.185714285714286em;height:3.5em;line-height:1.333333333333333;margin:15.49295774647887% 0 12.779343%;max-width:82.15962441314554%;position:relative}.legacy .award_info:before{content:"*";display:block;position:absolute;top:2px;left:-.5555555555555556em}.legacy .award_rating{color:#ff001c}.legacy .award_name{font-size:.7857142857142857em;font-weight:bold;text-transform:uppercase}.legacy .award_list .float_bl_in{padding-right:4%}.legacy .project_list .float_bl_in{padding-top:23%;padding-left:0 !important;padding-right:0 !important;text-align:center}.legacy .project_list a{text-decoration:none}.legacy .project_list a:hover .pr_name{text-decoration:underline}.legacy .project_list{overflow:hidden}.legacy .pr_logo{vertical-align:middle;height:90px;position:relative;margin-bottom:5px}.legacy .pr_logo img{position:relative;min-width:100%;width:100%;height:auto}.legacy .lt-ie8 .pr_logo img{position:relative}.legacy .pr_name{margin-bottom:2%;padding:0 4%}.legacy .rarr{position:relative;display:inline-block;width:30px;height:24px;background-image:url(/images/rarr.png);background-position:0 0}.legacy .larr{position:relative;display:inline-block;width:30px;height:23px;background-image:url(/images/arrow.png);background-position:0 0}.legacy .white_menu .larr{position:relative;display:inline-block;width:30px;height:24px;background-image:url(/images/larr_black.png);background-position:0 0}.legacy .lt-ie8 .larr,.legacy .lt-ie8 .rarr{display:inline;zoom:1}.legacy .more_bl{color:#fff;text-align:center}.legacy .more_bl .pr_name{position:absolute;margin-top:50%;top:-25%;left:0;right:0;text-align:center}.legacy .more_bl .pr_name .more_link{color:#fff;text-decoration:none;font-size:1.54625em;line-height:1.154001617em;letter-spacing:0em}.legacy .more_link .rarr{top:5px;left:6px}.legacy .map__block{float:left;padding-bottom:50%;position:relative;width:50%}.legacy .map__inner{height:100%;position:absolute;left:0;top:0;overflow:hidden;width:100%}.legacy .map__container{height:100%}.legacy .map__content{padding:5.285714285714286em 2.857142857142857em 0}.legacy .map__title{font-size:4.571428571428571em;margin-bottom:.484375em;margin-top:0;padding-bottom:.46875em;position:relative}.legacy .map__title:after{background-color:#fb5051;content:"";display:block;height:2px;position:absolute;bottom:0;left:.078125em;width:.921875em}.legacy .map__text{font-size:2em;line-height:1.285714285714286;margin-top:.8571428571428571em}.legacy .map__text:first-child{margin-top:0}.legacy .map a[href^=tel],.legacy .map a[href^=mailto],.legacy .other_office a[href^=tel],.legacy .other_office a[href^=mailto]{color:inherit;text-decoration:none}.legacy .float_bl_in_num{margin:0 !important}.legacy .float_bl_in_num div{margin-bottom:.31412em;padding-bottom:.425em;border-bottom:2px solid #FB5051;float:left;line-height:.6467em}.legacy .lt-ie8 .float_bl_in_num{margin-bottom:16px !important}.legacy .lt-ie8 .float_bl_in_num div{padding-bottom:44px}.legacy .float_bl_in_num .h1{margin-top:0 !important}.legacy .grey_text{color:#CDCECF}.legacy .white_text,.legacy .white_text a,.legacy .project_info table td+td,.legacy .project_info table td+td a{color:#FFFFFF;text-decoration:none}.legacy .white_menu .menu_button,.legacy .white_menu .header_menu .header_menu-content{background:#fff}.legacy .white_menu .header_menu,.legacy .white_menu .menu_button-dec{background:#313942}.legacy .header_menu,.legacy .header_menu a{color:#FFFFFF}.legacy .white_menu .header_menu .header_menu-content,.legacy .white_menu .header_menu .header_menu-content a{color:#313942}.legacy .menu_button-dec{background:#FFFFFF}.legacy .header_menu{position:absolute;top:46px;right:49px;padding-top:60px;z-index:5}.legacy .menu_button{position:absolute;top:0;right:0}.legacy .menu_button{width:70px;height:70px;background:#313942;cursor:pointer;z-index:100}.legacy .menu_button-dec{position:relative;width:26px;height:3px;margin:6px auto;top:18px}.legacy .header_menu-content{display:none}.legacy .header_menu-content_main_page{display:block}.legacy .header_menu,.legacy .header_menu a{text-decoration:none}.legacy .header_menu .header_menu-content{background:none repeat scroll 0 0 #313942;margin-top:-60px;padding-bottom:21px;padding-right:26px;padding-left:26px;padding-top:65px;position:relative;text-align:right}.legacy .header_menu-content .phone-number{font-size:1.44375em;line-height:1.298701299em}.legacy .header_menu-content .email-address,.legacy .header_menu-content .to-map{text-decoration:none}.legacy .header_menu-content .email-address{position:relative;display:inline-block;line-height:1.5em;padding-bottom:8px}.legacy .header_menu-content .email-address:after{position:absolute;right:0;bottom:0;width:40%;border-bottom:1px solid #ff0100;content:' '}.legacy .header_menu-content .to-map{display:inline-block;padding-top:5px}.legacy .lt-ie8 .header_menu-content .email-address,.legacy .lt-ie8 .header_menu-content .to-map{display:inline;zoom:1}.legacy .header_menu .go-back{position:absolute;top:0;left:0;padding:19px 16px;display:block}.legacy .header_menu .go-back .larr{top:2px;left:2px}.legacy .lang_switch,.legacy .header_menu-content_lang{background:#FFFFFF;cursor:pointer;height:70px;position:absolute;right:70px;top:0;width:70px}.legacy .header_menu-content_lang{background:none !important}.legacy .lang_switch .switch_text,.legacy .header_menu-content_lang a{color:#313942;display:inline-block;font-size:17px;font-weight:500;margin:27px 0px;text-align:center;width:100%}.legacy .header_menu-content_lang a{color:#FFFFFF !important}.legacy .office_use{background-color:#dfe0e2}.legacy .office_amo{background-color:#f4f4f6}.legacy .office_place{margin-bottom:6%}.legacy .office_contact a{text-decoration:underline;color:blue}.legacy .office_contact a:hover{text-decoration:none}.legacy .info_list{padding:0;margin:0}.legacy .info_list.project_hist{line-height:1.6em}.legacy .info_list td{vertical-align:text-top;padding:0 0 3%}.legacy .info_list td+td{padding-left:14px}.legacy .list_date{white-space:nowrap}.legacy .footer{padding-top:40px}.legacy .our-partners{text-align:center;line-height:1;padding:0 20px 20px}.legacy .partner-frame{display:inline-block;overflow:hidden}.legacy .partner-frame .partner-logo{display:block;float:left;position:relative;padding:10px 0;text-align:center}.legacy .partner-frame .partner-logo+.partner-logo{margin-left:2.285714285714286em}.legacy .partner-frame .partner-logo.ibm{top:4px}.legacy .partner-frame .partner-logo.bitrix{top:1px}.legacy .partner-frame .partner-logo.zendesk{top:-1px}.legacy .partner-frame .partner-logo.amocrm{top:7px}.legacy .partner-frame .partner-logo .partner-sprite{display:block;background-image:url("/images/partner-logo-sprite.png");background-repeat:no-repeat;background-position:0 0;margin-left:auto;margin-right:auto;background-size:156px}.legacy .partner-frame .partner-logo .partner-sprite.ibm{background-position:0 0;width:78px;height:29px}.legacy .partner-frame .partner-logo .partner-sprite.raek{background-position:0 -33px;width:92px;height:29px}.legacy .partner-frame .partner-logo .partner-sprite.terrasoft{background-position:0 -70px;width:134px;height:31px}.legacy .partner-frame .partner-logo .partner-sprite.aia{background-position:0 -108px;width:102px;height:37px}.legacy .partner-frame .partner-logo .partner-sprite.bitrix{background-position:0 -152px;width:156px;height:32px}.legacy .partner-frame .partner-logo .partner-sprite.amocrm{background-position:0 -188px;width:124px;height:24px}.legacy .partner-frame .partner-logo .partner-sprite.zendesk{background-position:0 -218px;width:134px;height:32px}@media only screen and (max-width: 500px){.legacy .partner-frame{display:block;position:relative;left:-10px}.legacy .partner-frame .partner-logo{display:inline-block;float:none;width:33%}.legacy .partner-frame .partner-logo+.partner-logo{margin-left:-.26em}.legacy .partner-frame .partner-logo.ibm{left:1px;top:-1px}.legacy .partner-frame .partner-logo.raek{left:1px;top:-3px}.legacy .partner-frame .partner-logo.bitrix{top:0px}.legacy .partner-frame .partner-logo.aia{top:2px}.legacy .partner-frame .partner-logo.zendesk{top:0px}.legacy .partner-frame .partner-logo.amocrm{left:5px;top:1px}.legacy .partner-frame .partner-logo .partner-sprite{background-size:87px}.legacy .partner-frame .partner-logo .partner-sprite.ibm{background-position:0 0;width:44px;height:17px}.legacy .partner-frame .partner-logo .partner-sprite.raek{background-position:0 -18px;width:52px;height:17px}.legacy .partner-frame .partner-logo .partner-sprite.terrasoft{background-position:0 -38px;width:75px;height:18px}.legacy .partner-frame .partner-logo .partner-sprite.aia{background-position:0 -60px;width:57px;height:21px}.legacy .partner-frame .partner-logo .partner-sprite.bitrix{background-position:0 -84px;width:87px;height:19px}.legacy .partner-frame .partner-logo .partner-sprite.amocrm{background-position:0 -104px;width:69px;height:15px}.legacy .partner-frame .partner-logo .partner-sprite.zendesk{background-position:0 -121px;width:75px;height:18px}}@media (min-width: 501px) and (max-width: 578px){.legacy .partner-frame{display:block;position:relative;left:-15px}.legacy .partner-frame .partner-logo{display:inline-block;float:none;width:33%}.legacy .partner-frame .partner-logo+.partner-logo{margin-left:-.26em}.legacy .partner-frame .partner-logo.ibm{left:1px;top:-1px}.legacy .partner-frame .partner-logo.raek{left:1px;top:-3px}.legacy .partner-frame .partner-logo.bitrix{top:0px}.legacy .partner-frame .partner-logo.aia{top:2px}.legacy .partner-frame .partner-logo.zendesk{top:0px}.legacy .partner-frame .partner-logo.amocrm{left:5px;top:1px}.legacy .partner-frame .partner-logo .partner-sprite{background-size:112px}.legacy .partner-frame .partner-logo .partner-sprite.ibm{background-position:0 0;width:56px;height:21px}.legacy .partner-frame .partner-logo .partner-sprite.raek{background-position:0 -23px;width:66px;height:22px}.legacy .partner-frame .partner-logo .partner-sprite.terrasoft{background-position:0 -50px;width:96px;height:23px}.legacy .partner-frame .partner-logo .partner-sprite.aia{background-position:0 -77px;width:73px;height:27px}.legacy .partner-frame .partner-logo .partner-sprite.bitrix{background-position:0 -108px;width:112px;height:25px}.legacy .partner-frame .partner-logo .partner-sprite.amocrm{background-position:0 -134px;width:89px;height:19px}.legacy .partner-frame .partner-logo .partner-sprite.zendesk{background-position:0 -156px;width:96px;height:23px}}@media (min-width: 579px) and (max-width: 928px){.legacy .partner-frame{display:block}.legacy .partner-frame .partner-logo{display:inline-block;float:none;width:33%}.legacy .partner-frame .partner-logo+.partner-logo{margin-left:-.26em}.legacy .partner-frame .partner-logo.ibm{left:1px;top:-1px}.legacy .partner-frame .partner-logo.raek{left:6px;top:-4px}.legacy .partner-frame .partner-logo.bitrix{top:0px}.legacy .partner-frame .partner-logo.aia{top:2px}.legacy .partner-frame .partner-logo.zendesk{top:0px}.legacy .partner-frame .partner-logo.amocrm{left:5px;top:0px}}@media (min-width: 579px) and (max-width: 1045px){.legacy .partner-frame .partner-logo .partner-sprite{background-size:130px}.legacy .partner-frame .partner-logo .partner-sprite.ibm{background-position:0 0;width:65px;height:25px}.legacy .partner-frame .partner-logo .partner-sprite.raek{background-position:0 -27px;width:77px;height:25px}.legacy .partner-frame .partner-logo .partner-sprite.terrasoft{background-position:0 -58px;width:112px;height:26px}.legacy .partner-frame .partner-logo .partner-sprite.aia{background-position:0 -90px;width:85px;height:31px}.legacy .partner-frame .partner-logo .partner-sprite.bitrix{background-position:0 -126px;width:130px;height:28px}.legacy .partner-frame .partner-logo .partner-sprite.amocrm{background-position:0 -156px;width:104px;height:21px}.legacy .partner-frame .partner-logo .partner-sprite.zendesk{background-position:0 -181px;width:112px;height:27px}}.legacy .partner-logo img{width:100%;height:auto}.legacy .lt-ie8 .partner-logo{width:120px;display:inline;zoom:1}.legacy .copyright{text-align:center;padding-bottom:40px}.legacy .copyright a{text-decoration:none}.legacy .non-retina-img{display:none}.legacy #fb_notebook,.legacy #fb_notebook iframe{display:block !important}.legacy #fb_ipad,.legacy #fb_ipad iframe{display:none !important}.legacy #fb_iphone,.legacy #fb_iphone iframe{display:none !important}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.legacy .non-retina-img{display:none}.legacy .retina-img{display:inline-block}.legacy .larr{background-image:url(/images/larr@2x.png);background-size:30px 24px}.legacy .white_menu .larr{background-image:url(/images/larr_black@2x.png);background-size:30px 24px}}.legacy .b-square,.legacy .b-rectangle{min-height:160px}.legacy .b-square{position:relative}.legacy .b-square>.b-square,.legacy #amoCRM_usa_map_canvas_right{position:absolute !important;top:0;left:0;right:0;bottom:0}.legacy .b-square>.b-square,.legacy #map_canvas_right{position:absolute !important;top:0;left:0;right:0;bottom:0}.legacy .media_bl .facebook_widget{width:75%;padding-bottom:6.5%}.legacy .facebook_header{float:left;margin:0 !important;line-height:1.2em}.legacy .lt-ie8 .facebook_header{position:relative;display:inline;zoom:1}.legacy .fb-like{margin-left:15px;vertical-align:middle;position:relative;margin-top:6.3%;margin-top:0 !important}.legacy .lt-ie8 .fb-like{position:relative;display:block !important}.legacy .facebook_widget{overflow-x:visible !important;overflow-y:hidden}.legacy .facebook_widget>div:first-child{padding-top:4%;padding-bottom:3%}.legacy .facebook_widget h3{padding-left:4.5%;margin-top:6%}.legacy .widget-body{overflow-x:hidden;overflow-y:scroll;line-height:1.500262743em;font-size:1.189375em;position:relative;top:0;margin:0 4.5%;min-height:190px;max-width:100%;height:90%}.legacy .lt-ie9 .widget-body{max-height:255px}.legacy .old-opera .widget-body{position:absolute;top:11%}.legacy .b-facebook_post{position:relative;padding-left:13.0151844%;padding-right:7.592190889%;padding-bottom:18px;border-bottom:1px solid #e4e4e4}.legacy .b-facebook_post.first{margin-top:0}.legacy .b-facebook_post-company_logo{position:absolute;left:0;top:1%;width:10.845987%}.legacy .b-facebook_post-company_logo a{border:0 none}.legacy .b-facebook_post-company_logo a img{width:100%;height:auto}.legacy .b-facebook_post a{text-decoration:none !important}.legacy .b-facebook_post-company a{color:#999;text-decoration:underline !important}.legacy .b-facebook_post-company a:hover{text-decoration:none !important}.legacy .b-facebook_post-link{word-break:break-all}.legacy .b-facebook_post-quote{margin:10px 0;padding:8px 10px 7px;background-color:#f7f7f7;cursor:pointer;border:1px solid #dcdcdc;color:gray;font-size:.89473684211em;line-height:1.46875em}.legacy .b-facebook_post-quote a{display:block}.legacy .b-facebook_post-img_wrapper{text-align:left}.legacy .b-facebook_post-img{margin:10px 0;width:75%;height:auto}.legacy .b-facebook_post-footer{overflow:hidden}.legacy .b-facebook_post-like,.legacy .b-facebook_post-date{font-size:.84615384615em}.legacy .b-facebook_post-date{color:#999}.legacy .b-facebook_post-like{float:right}.legacy .b-facebook_post-type{position:relative;top:-1px;vertical-align:middle}.legacy .mCSB_container{width:auto;margin-right:30px;overflow:hidden}.legacy .mCSB_container.mCS_no_scrollbar{margin-right:0}.legacy .mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,.legacy .mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{margin-right:30px}.legacy .mCustomScrollBox>.mCSB_scrollTools{width:16px;height:100%;top:0;right:0}.legacy .mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.legacy .mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.legacy .mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;border-radius:10px}.legacy .mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px}.legacy .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;height:100%;margin:0 auto;border-radius:10px;text-align:center}.legacy .mCSB_scrollTools .mCSB_buttonUp,.legacy .mCSB_scrollTools .mCSB_buttonDown{display:block;position:relative;height:20px;overflow:hidden;margin:0 auto;cursor:pointer}.legacy .mCSB_scrollTools .mCSB_buttonDown{top:100%;margin-top:-40px}.legacy .mCSB_horizontal>.mCSB_container{height:auto;margin-right:0;margin-bottom:30px;overflow:hidden}.legacy .mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{margin-bottom:0}.legacy .mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,.legacy .mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{margin-right:0;margin-bottom:30px}.legacy .mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{width:100%;height:16px;top:auto;right:auto;bottom:0;left:0;overflow:hidden}.legacy .mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{margin:0 20px}.legacy .mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:2px;margin:7px 0;border-radius:10px}.legacy .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{width:30px;height:100%}.legacy .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto;border-radius:10px}.legacy .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,.legacy .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{display:block;position:relative;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer;float:left}.legacy .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{margin-left:-40px;float:right}.legacy .mCustomScrollBox{-ms-touch-action:none}.legacy .mCustomScrollBox>.mCSB_scrollTools{opacity:0.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.legacy .mCustomScrollBox:hover>.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.legacy .mCSB_scrollTools .mCSB_draggerRail{background:#898989;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.legacy .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#030303;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.legacy .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(255,255,255,0.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.legacy .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.legacy .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(255,255,255,0.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.legacy .mCSB_scrollTools .mCSB_buttonUp,.legacy .mCSB_scrollTools .mCSB_buttonDown,.legacy .mCSB_scrollTools .mCSB_buttonLeft,.legacy .mCSB_scrollTools .mCSB_buttonRight{background-image:url(mCSB_buttons.png);background-repeat:no-repeat;opacity:0.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.legacy .mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.legacy .mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.legacy .mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.legacy .mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.legacy .mCSB_scrollTools .mCSB_buttonUp:hover,.legacy .mCSB_scrollTools .mCSB_buttonDown:hover,.legacy .mCSB_scrollTools .mCSB_buttonLeft:hover,.legacy .mCSB_scrollTools .mCSB_buttonRight:hover{opacity:0.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.legacy .mCSB_scrollTools .mCSB_buttonUp:active,.legacy .mCSB_scrollTools .mCSB_buttonDown:active,.legacy .mCSB_scrollTools .mCSB_buttonLeft:active,.legacy .mCSB_scrollTools .mCSB_buttonRight:active{opacity:0.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.legacy .mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{background:#000;background:rgba(0,0,0,0.15)}.legacy .mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#000;background:rgba(0,0,0,0.75)}.legacy .mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85)}.legacy .mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.legacy .mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9)}.legacy .mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.legacy .mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.legacy .mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.legacy .mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.legacy .mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#fff;background:rgba(255,255,255,0.1);border-radius:1px}.legacy .mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background:#fff;background:rgba(255,255,255,0.75);border-radius:1px}.legacy .mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.legacy .mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.legacy .mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(255,255,255,0.85)}.legacy .mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.legacy .mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(255,255,255,0.9)}.legacy .mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.legacy .mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.legacy .mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.legacy .mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.legacy .mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#000;background:rgba(0,0,0,0.1);border-radius:1px}.legacy .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background:#000;background:rgba(0,0,0,0.75);border-radius:1px}.legacy .mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.legacy .mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.legacy .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85)}.legacy .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.legacy .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9)}.legacy .mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.legacy .mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.legacy .mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.legacy .mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.legacy .mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#fff;background:rgba(255,255,255,0.1);border-radius:2px}.legacy .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background:#fff;background:rgba(255,255,255,0.75);border-radius:2px}.legacy .mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.legacy .mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.legacy .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(255,255,255,0.85)}.legacy .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.legacy .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(255,255,255,0.9)}.legacy .mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.legacy .mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.legacy .mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.legacy .mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.legacy .mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#000;background:rgba(0,0,0,0.1);border-radius:2px}.legacy .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background:#000;background:rgba(0,0,0,0.75);border-radius:2px}.legacy .mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.legacy .mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.legacy .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85)}.legacy .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.legacy .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9)}.legacy .mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.legacy .mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.legacy .mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.legacy .mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.legacy .mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{background:#fff;background:rgba(255,255,255,0.1)}.legacy .mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.legacy .mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%}.legacy .mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.legacy .mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{background:#000;background:rgba(0,0,0,0.15)}.legacy .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px;background:#000;background:rgba(0,0,0,0.75)}.legacy .mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%}.legacy .mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.legacy .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85)}.legacy .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.legacy .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9)}.legacy .mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.legacy .mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.legacy .mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.legacy .mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.legacy .media_bl .side-notes{min-height:300px;width:25%;float:right}.legacy .article_container{margin-top:1%}.legacy .article_container a{color:#98999B}.legacy .article_container p{display:inline;font-size:1.2em;line-height:1.42em}.legacy .article_num{display:inline-block;font-size:1.32em;color:#98999B;line-height:1.2em}.legacy .side-notes{position:relative}.legacy .side-notes p{overflow:hidden}.legacy .share_button,.legacy .fb,.legacy .tw,.legacy .vk,.legacy .ok{background-image:url(/images/sprite_soc_icons_small.png);background-repeat:no-repeat;background-size:40px;width:40px;height:40px}.legacy .share_button{background-position:0 -200px}.legacy .vk{background-position:0 -40px}.legacy .tw{background-position:0 -120px}.legacy .ok{background-position:0 -280px}.legacy .fb{background-position:0 -360px}.legacy .share_button:hover{background-position:0 -160px}.legacy .vk:hover{background-position:0 0}.legacy .tw:hover{background-position:0 -80px}.legacy .ok:hover{background-position:0 -240px}.legacy .fb:hover{background-position:0 -320px}.legacy .share_block{margin-top:-40px;position:absolute;z-index:1;float:left;display:none}.legacy .fb:hover .share_block{display:block !important}.legacy .tw:hover .share_block{display:block !important}.legacy .vk:hover .share_block{display:block !important}.legacy .ok:hover .share_block{display:block !important}.legacy .list_container{padding:0 3.2% 4%}.legacy .list_container .gray a{color:#98999B}.legacy .pm_item{display:block;clear:both}.legacy .item_body{padding:0 5% 1.8em 4.6em}.legacy .items_wrap{display:inline-block;float:left;margin-top:-4px}.legacy .item_num{display:block;font-size:1em;font-weight:bold;line-height:40px;position:relative;color:#98999B;background-color:#f9f9f9;height:40px;width:40px;text-decoration:none !important;text-align:center;display:inline;zoom:1;cursor:pointer}.legacy .bottom_item_part{background-position:0 -40px;width:40px;height:10px}.legacy .share_button{display:none}.legacy .arrow_fixed{bottom:50%;cursor:pointer;right:69px;position:fixed;top:50%;z-index:10}.legacy .sbc_container{position:relative;background-color:#dfe0e2;padding:15px 34px;color:#98999b}.legacy .sbc_container form{margin-bottom:7px}.legacy .sbc_container input,.legacy .sbc_container button{font-family:'PT Sans Narrow', 'PT Sans', Arial, sans-serif}.legacy .sbc_email,.legacy .sbc_button,.legacy .cancel_line{display:inline-block;margin-top:7px;*display:inline;zoom:1}.legacy .sbc_button{margin-right:7px}.legacy .sbc_container{font-size:17px}.legacy .cancel_line{min-width:245px;min-height:34px;max-height:34px;line-height:34px}.legacy .sbc_input{border:0 none;height:34px;width:221px;padding:0 12px;text-align:center;font-size:17px;line-height:34px}.legacy .sbc_container .sbc_input{margin-right:10px}.legacy .black_button{background-color:#323943;border:0 none;color:#fff;padding:0 0 1px;margin:0;min-width:245px;min-height:34px;max-height:34px;font-size:17px;line-height:28px;overflow:hidden}.legacy a.border_button{background-color:#fff;border:2px solid #323943;color:#323943;font-size:24px;line-height:24px;padding:21px 14px;text-decoration:none}.legacy .right_link{float:right;position:relative;right:-106px}.legacy .sbc_cancel{text-decoration:underline;color:#98999b;cursor:pointer;margin-left:5px}.legacy .sbc_container :placeholder{color:#98999b}.legacy ::-webkit-input-placeholder{color:#98999b}.legacy :-moz-placeholder,.legacy ::-moz-placeholder{color:#98999b}.legacy :-ms-input-placeholder{color:#98999b}.legacy .placeholder{color:#98999b}.legacy .top_layer{width:100%;height:100%;top:0;left:0;opacity:0;position:absolute}.legacy .sbc_cover_pre{background-color:#DFE0E2;display:none;text-align:center;vertical-align:middle}.legacy .sbc_mess_cover{background-color:#93c45a;display:none;text-align:center;vertical-align:middle;z-index:1}.legacy .sbc_cover_pre .preloader{bottom:30%;position:relative;top:30%}.legacy .message{color:#fff;font-size:1.5em;margin:0;position:relative;padding:1.85% 0}.legacy p.sort{display:none}.legacy .notes.all_project{display:inline-block;font-size:24px;text-decoration:none;background-image:url("/images/all_projects_notes.png");background-color:#f4f4f4;background-position:22px 23px;background-repeat:no-repeat;padding:26px 24px 26px 56px;line-height:18px;display:none}.legacy .projects_header{padding-left:3.2%}.legacy .clean_link{text-decoration:none !important}.legacy .media_infographics .infg_title h2.inner_h2{position:absolute;background:transparent}.legacy .media_infographics .infg_text>.pr_detail_text{position:absolute;margin-top:136px;background:transparent}.legacy .media_infographics img{width:100%}@media screen and (min-width: 642px) and (max-width: 927px){.legacy .media_infographics .infg_text .st_text{padding-bottom:5%}.legacy .media_infographics img{margin-top:180px}}@media screen and (max-width: 641px){.legacy .media_infographics .infg_title h2.inner_h2{position:relative}.legacy .media_infographics .infg_text>.pr_detail_text{position:relative;margin-top:0;padding-bottom:1%}.legacy .media_infographics .infg_text>.pr_detail_text>.float_bl_in{padding-bottom:0}.legacy .media_infographics img{display:none}}.legacy .slick-slide{outline:none}.legacy .page_nav{padding-left:0;margin-left:-12px}@media only screen and (max-width: 759px){.legacy .page_nav{margin-left:0}}.legacy .page_nav a:link,.legacy .page_nav a:visited,.legacy .page_nav a:active,.legacy .page_nav a:hover{text-decoration:none}.legacy--note .wrapper.wrapper_notes_detail{margin-bottom:60px}.legacy--note .wrapper.wrapper_notes_detail:after{height:0px}.legacy--note .link2all{font-size:1.189375em;line-height:1.500262743em;float:right}.legacy--note .item_footer{clear:both}.legacy--note .share_block{display:block !important;margin-top:0 !important}.legacy--note .item_num{display:inline-block !important;margin-right:-3px}.legacy--note .share_img{margin-left:20px;position:relative;bottom:-5px}.legacy--note #navigation{display:inline-block;position:absolute;top:60px;right:3.2%;line-height:1.107679871em}.legacy--note .notes_link{width:70px;height:70px;display:inline-block;position:relative;bottom:-10px}.legacy--note .prev_link{background:#EFEFEF url("/images/arrows.png") 0 0 no-repeat}.legacy--note .next_link{background:#EFEFEF url("/images/arrows.png") -70px 0 no-repeat}.legacy--note .text_number{margin-right:35px}.legacy--note .large{font-size:3.865625em}.legacy--note .light{color:#DBDBDB}@media only screen and (max-width: 910px){.legacy--note .h1,.legacy--note .large{font-size:3.5em !important}.legacy--note #navigation{top:60px;right:3.2%}.legacy--note .text_number{margin-right:20px}}@media only screen and (max-width: 850px){.legacy--note .h1,.legacy--note .large{font-size:3.2em !important}.legacy--note #navigation{top:55px;right:3.2%}.legacy--note .text_number{margin-right:10px}}@media only screen and (max-width: 780px){.legacy--note .h1,.legacy--note .large{font-size:3em !important}.legacy--note #navigation{top:50px;right:3.2%}.legacy--note .text_number{margin-right:15px}}@media only screen and (max-width: 750px){.legacy--note .h1,.legacy--note .large{font-size:2.7em !important}.legacy--note #navigation{top:35px;right:3.2%}.legacy--note .text_number{margin-right:10px}}@media only screen and (max-width: 700px){.legacy--note .h1,.legacy--note .large{font-size:2.5em !important}.legacy--note #navigation{top:30px;right:3.2%}.legacy--note .text_number{margin-right:0}}@media only screen and (max-width: 650px){.legacy--note .h1,.legacy--note .large{font-size:2.2em !important}.legacy--note #navigation{top:31px;right:3.4%}.legacy--note .text_number{margin-right:0}}@media only screen and (max-width: 530px){.legacy--note .h1,.legacy--note .large{font-size:1.75em !important}.legacy--note #navigation{top:25px;right:4%}.legacy--note .text_number{margin-right:0}.legacy--note .link2all{line-height:3em}.legacy--note .share_img{display:none}}@media only screen and (max-device-width: 480px){.legacy--note .h1,.legacy--note .large{font-size:1.6em !important}.legacy--note .text_number{position:relative;bottom:13px}}@media only screen and (max-width: 420px){.legacy--note .h1,.legacy--note .large{font-size:1.9em !important}.legacy--note #navigation{top:40px}.legacy--note .text_number{margin-right:0;bottom:0}.legacy--note .notes_link{width:40px;height:40px}.legacy--note .prev_link{background:#EFEFEF url("/images/arrows_mobile.png") 0 0 no-repeat}.legacy--note .next_link{background:#EFEFEF url("/images/arrows_mobile.png") -40px 0 no-repeat}.legacy--note .share_img{margin-left:2px}.legacy--note .wrapper.wrapper_notes_detail{margin-bottom:70px}}@media only screen and (max-width: 320px){.legacy--note .link2all{line-height:3.2em}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:white;z-index:100;border-top:1px solid #dfe1e3}.cookie-banner__inner{padding-left:15px;padding-right:15px;padding-top:10px;padding-bottom:10px;max-width:1024px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cookie-banner__text{max-width:500px;color:#98999B}.cookie-banner__btn{-ms-flex-negative:0;flex-shrink:0;margin-left:10px;color:white;background:#ec2739;border-radius:4px;padding:5px 10px;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.cookie-banner__btn:hover{color:white;background:#c91c2c}.cookie-banner__btn:link,.cookie-banner__btn:visited,.cookie-banner__btn:active,.cookie-banner__btn:hover{text-decoration:none}.legacy html,.legacy body{height:100%}.legacy .wrapper{min-height:100%}.legacy .lt-ie8 .middle_text_container.header_with_pdf,.legacy .lt-ie8 .middle_text_wrapper.project_header-block,.legacy .lt-ie8 .project_info.small_text_simple .middle_text_wrapper{display:block;behavior:none}.legacy .lt-ie9 .middle_text_container .h3,.legacy .lt-ie9 .middle_text_container .h1,.legacy .lt-ie9 .middle_text_container_desktop table{width:90%}.legacy .footer{position:relative;width:1024px;margin:0 auto;background:#fff}.legacy .wrapper_light .footer{padding-top:75px}.legacy .wrapper_light_c{padding-bottom:0px;padding-left:3.2%;padding-right:15%;position:relative}.legacy .dark_graphite{background-color:#313942}.legacy .dark_bg{background-color:#3b4043}.legacy .middle_text_container,.legacy .middle_text_container_desktop{display:table-cell;vertical-align:middle}.legacy .project_info .middle_text_wrapper{width:100%;height:157px}.legacy .sub_h1{font-size:0.5em;line-height:1em;margin-top:33px}.legacy .inner_h2{margin:7.5% 0 0 0}.legacy .pr_detail_text{padding-bottom:0 !important}.legacy .quote_bl,.legacy .quote_bl_in{position:relative;height:340px;overflow:hidden}.legacy .quote_bl_full,.legacy .quote_bl_full .quote_bl_in{height:auto !important}.legacy .quote_bl_full .quote_bl_text h3,.legacy .quote_bl_full .quote_bl_text .h3{margin:0}.legacy .quote_bl_text .h3{margin-top:0}.legacy .lt-ie8 .quote_bl_text .h3{margin-top:15px}.legacy .quote_bl_text p{margin-bottom:0}.legacy .quote_bl_in img{width:auto;height:100%}.legacy .quote_bl_large{width:75%;float:left;overflow:hidden}.legacy .quote_bl_full .quote_bl_large{width:100%}.legacy .photo_triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:72px solid transparent;border-bottom:0px solid transparent;border-right:72px solid #3b4043}.legacy .header,.legacy .header .float_bl{height:560px}.legacy .download_pdf{display:block;position:absolute;bottom:0;left:0;width:140px;height:71px;margin-left:6.5%;background-size:140px 71px;background-image:url(/images/download_pdf.png);background-position:0 0}.legacy .lt-ie8 .download_pdf{margin-left:33px}.legacy .download_pdf_right{left:auto;right:4.42%;margin-left:0}.legacy .download_pdf_white_text{background-image:url(/images/download_pdf_white_text.png);background-position:0 0}.legacy .project_info{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:100%;right:0;left:0;margin-top:0px;z-index:1;width:100%;overflow:hidden;padding-left:0 !important}.legacy .lt-ie8 .project_info{width:98.4%;height:157px}.legacy .project_info table{width:100%}.legacy .project_info table td{color:#999c9f;width:50%;vertical-align:top}.legacy .mobile-text{display:none}.legacy .b-slider-container{position:relative;margin:0 auto;overflow:hidden}.legacy .b-slider-container--heaped{height:380px}.legacy .b-slider-container--heaped .slide{height:490px !important;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;zoom:1}.legacy .b-slider-container--heaped .slide.active{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.legacy .slide img{width:100%}.legacy .b-slider__controls--left,.legacy .b-slider__controls--right{position:absolute;top:50%;width:87px;height:87px;margin-top:-26px;background-image:url(/images/customControls.png);display:block;cursor:pointer}.legacy .b-slider__controls--left a,.legacy .b-slider__controls--right a{display:block;width:87px;height:87px}.legacy .b-slider__controls--left{left:0;background-position:0 0}.legacy .b-slider__controls--right{right:0;background-position:-87px 0}.legacy .project-page__content{clear:both}.legacy .section{padding:0 1.57895rem 4.64286em;overflow:hidden}.legacy .section:first-of-type{padding-top:1.142857142857143em}.legacy .section--no-padding-bottom{padding-bottom:0}.legacy .section--light-grey{background-color:#f6f6f6}.legacy .section--middle-grey{background-color:#dee0e1}.legacy .section--middle-grey-light-shade{background-color:#e2e2e2}.legacy .section--dark{background-color:#313942}.legacy .section--white{background-color:#fff}.legacy .semantic-separator{border:0;margin-bottom:0;margin-top:4.642857142857143em;width:100%}.legacy .row{margin-top:2.142857142857143em;margin-left:0;margin-right:0;display:block}.legacy .semantic-separator+.row{margin-top:0}.legacy .row:after{clear:both;content:"";display:block}.legacy .row--double{margin-left:-1.571428571428571em;margin-right:-1.571428571428571em}.legacy .row--quadruple{margin-left:-.3571428571428571em;margin-right:-.3571428571428571em}.legacy .row--large-gutter{margin-right:-1.428571428571429em;margin-left:-1.428571428571429em}.legacy .col{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;width:100%;padding-left:0;padding-right:0}.legacy .row--double .col{padding-left:1.571428571428571em;padding-right:1.571428571428571em}.legacy .row--triple .col{padding-right:2.142857142857143em}.legacy .row--triple .col--no-padding{padding-left:0;padding-right:0}.legacy .row--triple .col--no-padding+.col{padding-left:2.142857142857143em;padding-right:0}.legacy .row--quadruple .col{padding-left:.3571428571428571em;padding-right:.3571428571428571em}.legacy .row--large-gutter .col{padding-left:1.428571428571429em;padding-right:1.428571428571429em}.legacy .col--1-2{width:50%}.legacy .col--1-3{width:33.33333333333333%}.legacy .col--2-3{width:66.66666666666667%}.legacy .col--1-4{width:25%}.legacy .col--2-4{width:50%}.legacy .col--3-4{width:75%}.legacy .heading{color:#313942;font-size:3.571428571428571em;line-height:1;margin-bottom:.7em;margin-top:1.4em}.legacy .heading--middle{font-size:2.380952381em}.legacy .heading--small{font-size:1.285714285714286em;font-weight:bold;line-height:1.388888888888889;letter-spacing:.05em;margin-bottom:1.111111111111111em;margin-top:.3333333333333333em}.legacy .heading__link,.legacy .heading__link:link{color:#313942;text-decoration:none}.legacy .heading__link:hover{color:#0c54a0;text-decoration:none}.legacy .section--dark .heading{color:#fff}.legacy .section--dark .heading--small{color:#8e93a2}.legacy .row--text+.heading,.legacy p+.heading{margin-top:1.3em}.legacy .media_bl_with_history+.project-page__content .section--light-grey:first-child>.heading:first-child{margin-top:0}.legacy .section p{color:#686f78;font-size:1.785714285714286em;line-height:1.6;margin-bottom:0;margin-top:1.2em}.legacy .section--dark p{color:#fff}.legacy .section .semantic-separator+p{margin-top:0}.legacy .row .col p:first-child{margin-top:0}.legacy .sidebar{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#313942;color:#fff;font-size:1.285714285714286em;line-height:1.666666666666667;margin-bottom:.5em;margin-top:.3888888888888889em;padding:2.222222222222222em;position:relative;width:37.71186440677966%}.legacy .sidebar--left{float:left}.legacy .sidebar--right{float:right}.legacy .sidebar--image{background-color:transparent;padding-bottom:0;padding-top:0}.legacy .sidebar a{color:#fff}.legacy .row--triple .sidebar--left{margin-left:-3.389830508474576%;margin-right:1.666666666666667em}.legacy .row--triple .sidebar--right{margin-left:1.666666666666667em;margin-right:-3.389830508474576%}.legacy .sidebar__icon{display:block;height:3.333333333333333em;margin-bottom:1.555555555555556em;position:relative;width:3.333333333333333em}.legacy .sidebar__icon .icon{height:100%;width:100%}.legacy .image-box{line-height:0;margin-top:3.571428571428571em}.legacy .image-box--full{margin-left:-1.57895rem;margin-right:-1.57895rem}.legacy .image-box--aside-left{float:left;margin-bottom:1.666666666666667em;margin-right:3em;margin-top:.7142857142857143em;width:50%}.legacy .image-box--aside-right{float:right;margin-bottom:1.666666666666667em;margin-left:1em;margin-top:.7142857142857143em;width:50%}.legacy .image-box--mb-0{margin-bottom:0}.legacy .image-box--asid--small{width:30%}.legacy .image-box img{width:100%}.legacy .fact{padding-bottom:0}.legacy .fact:after{clear:both;content:"";display:block}.legacy .fact--tile{background-color:#313942;padding-bottom:100%;position:relative}.legacy .fact--tile .fact__inner{position:absolute;bottom:8.620689655172414%;top:8.620689655172414%;left:8.620689655172414%;right:8.620689655172414%}.legacy .fact__title{color:#313942;font-size:3.865625em;line-height:1;margin-bottom:.2771682642337452em;position:relative;border-bottom:none;padding-bottom:0}.legacy .fact--tile .fact__title{color:#979c9f;font-size:2.142857142857143em;font-weight:bold;margin-bottom:6.726457399103139%;padding-bottom:0}.legacy .fact--tile.fact--marked .fact__title{color:#f6f6f6}.legacy .fact--tile.fact--light .fact__title{color:#313942}.legacy .fact__title-text{display:inline-block;padding-bottom:.351079801362744em;position:relative}.legacy .fact--tile .fact__title-text{padding-bottom:0}.legacy .fact__title-text:after{background-color:#fb5051;content:"";display:block;height:2px;position:absolute;left:0;bottom:0;width:100%}.legacy .fact--tile .fact__title-text:after{display:none}.legacy .fact__text{color:#313942;font-size:1.35em;line-height:1.666666666666667}.legacy .fact--tile .fact__text{color:#f6f6f6}.legacy .fact--light .fact__text{color:#313942}.legacy .percentage-data:after{clear:both;content:"";display:block}.legacy .percentage-data__num{color:#fb5051;font-weight:bold}.legacy .percentage-data__header{-webkit-box-sizing:border-box;box-sizing:border-box}.legacy .percentage-data__header .percentage-data__num{display:block;font-size:2.777777777777778em}.legacy .percentage-data__item{color:#686f78;font-size:1.285714285714286em;line-height:1.388888888888889}.legacy .percentage-data__body{-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:2.5em}.legacy .percentage-data__body .percentage-data__item{margin-top:1.388888888888889em}.legacy .percentage-data__body .percentage-data__num{display:inline-block;margin-right:.2777777777777778em;width:1.944444444444444em}.legacy .list{list-style-type:none;margin-bottom:0;margin-top:0;padding-left:0}.legacy .list--order{counter-reset:list}.legacy .list__item{color:#979c9f;font-size:2.142857142857143em;letter-spacing:.05em;line-height:1.5;margin-bottom:.6666666666666667em;padding-left:2.3em;position:relative}.legacy .list__icon{display:inline-block;height:2.04em;position:relative;vertical-align:top;width:2.04em}.legacy .list--small .list__item{font-size:1.285714285714286em;letter-spacing:.05em;line-height:1.388888888888889;margin-bottom:1.111111111111111em;padding-left:1.833333333333333em}.legacy .list--check .list__item{color:inherit;padding-left:1.933333333333333em}.legacy .list--illustrated .list__item{color:inherit;font-size:1.785714285714286em;letter-spacing:0;line-height:1.2;margin-bottom:1.6em;padding-left:0}.legacy .list--regular .list__item{color:#686f78;font-size:1.785714285714286em;letter-spacing:0;line-height:1.6}.legacy .list--small-margin .list__item{margin-bottom:0.3rem}.legacy .section--dark .list__item{color:#8e93a2}.legacy .list__item:last-child{margin-bottom:0}.legacy .list__item:before{color:#fb5051;content:counter(list, decimal-leading-zero) ".";counter-increment:list;display:block;font-weight:bold;position:absolute;top:0;left:0}.legacy .list__item--multicard:before{color:#3D67B0}.legacy .list__item--respect::before{color:#034078}.legacy .list__item--acsite::before{color:#080B1A}.legacy .list--check .list__item:before{display:none}.legacy .list--illustrated .list__item:before{display:none}.legacy .list--illustrated .list__text{color:#686f78;display:inline-block;line-height:1.6;margin-left:.64em;vertical-align:middle;width:calc(100% - 3.36em)}.legacy .list--illustrated .list__text:before{content:"";display:inline-block;height:2.04em;margin-right:-.26em;vertical-align:middle}.legacy .list--check .list__text{color:#686f78}.legacy .list__text-inner{display:inline-block;margin-top:-.12em;vertical-align:middle}.legacy .section--dark .list__item:before{color:#fff}.legacy .list--check .list__check{display:block;height:.9666666666666667em;position:absolute;top:.3333333333333333em;left:0;width:.9666666666666667em}.legacy .thesis+.thesis{margin-top:2.142857142857143em}.legacy .thesis__icon{display:block;height:4.285714285714286em;margin-bottom:1.071428571428571em;position:relative;width:4.285714285714286em}.legacy .thesis__title{display:inline-block;font-size:2.5em;line-height:1.142857142857143;margin-bottom:.4857142857142857em;max-width:100%;padding-bottom:.4285714285714286em;position:relative;text-transform:uppercase}.legacy .thesis__title:after{background-color:currentColor;content:"";display:block;height:2px;position:absolute;bottom:0;left:0;width:100%}.legacy .thesis__title-text{color:#313942}.legacy .thesis__body p{color:#686f78;font-size:1.285714285714286em;line-height:1.666666666666667;margin-top:.5555555555555556em}.legacy .thesis__body p:first-child{margin-top:0}.legacy .explanation{border-collapse:collapse;border-spacing:0;display:table;width:100%}.legacy .explanation__col{display:table-cell;vertical-align:middle}.legacy .explanation__col--small{width:20.12072434607646%}.legacy .explanation__col--large{width:79.87927565392354%}.legacy .explanation__col--text{padding-left:2.642857142857143em}.legacy .explanation__col--text p{color:#8e93a2;font-size:1.285714285714286em;line-height:1.666666666666667;margin-top:.5555555555555556em}.legacy .explanation__col--text p:first-child{margin-top:0}.legacy .explanation__image{line-height:0}.legacy .explanation__image img{max-width:100%;width:100%}.legacy .info{border-collapse:0;border-spacing:0;display:table;width:100%}.legacy .info__cell{display:table-cell}.legacy .info__cell--icon{padding-right:1.428571428571429em;vertical-align:top}.legacy .info__cell--text{vertical-align:middle;width:100%}.legacy .info__icon{display:inline-block;height:4.285714285714286em;position:relative;width:4.285714285714286em}.legacy .info__text{color:#979c9f;font-size:2.142857142857143em;letter-spacing:.05em;line-height:1}.legacy .button-box{margin-top:5.508474576271186%;text-align:center}.legacy .button{border:2px solid;color:#313942;cursor:pointer;font-size:1.285714285714286em;display:inline-block;line-height:1.666666666666667;padding:.7222222222222222em 3.166666666666667em;text-align:center;text-transform:uppercase}.legacy .heading+.presentation{margin-top:3.571428571428571em}.legacy .presentation:after{clear:both;content:"";display:block}.legacy .presentation__block{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.legacy .presentation__block--image{float:left;padding-right:50px;width:60.48728813559322%}.legacy .presentation__block--text{float:right;margin-top:7.142857142857143em;width:39.51271186440678%}.legacy .presentation__block-slide:focus,.legacy .presentation__block-slide:focus *{outline:none}.legacy .presentation__block--image .presentation__block-slide{line-height:0;text-align:center}.legacy .presentation__block--text .presentation__block-slide{padding-right:.5em}.legacy .presentation .presentation__block-slide img{display:inline-block;max-width:100%;width:100%}.legacy .presentation__block-controls{font-size:0;position:absolute;top:0;right:-1px;white-space:nowrap;z-index:1}.legacy .presentation__block-arrow{cursor:pointer;background-color:#313942;display:inline-block;height:50px;position:relative;width:50px;-webkit-transform:none;-ms-transform:none;transform:none}.legacy .presentation__block-arrow:last-child{margin-left:1px}.legacy .presentation__block-arrow:before{background-image:url("/images/arrows_angle.png");content:"";display:block;height:16px;margin:auto;position:absolute;left:0;right:0;bottom:0;top:0;width:9px}.legacy .presentation__block-arrow--left:before{background-position:-5px -5px}.legacy .presentation__block-arrow--right:before{background-position:-24px -5px}.legacy .presentation__block--text p{color:#8e93a2;font-size:1.285714285714286em;line-height:1.666666666666667;margin-top:.5555555555555556em}.legacy .presentation__block--text p:first-child{margin-top:0}.legacy .icon{position:absolute;bottom:0;left:0}.legacy .icon--cup{height:3.018571428571429em;width:3.015714285714286em}.legacy .icon--files{height:3.019285714285714em;width:2.405714285714286em}.legacy .icon--people{height:2.767857142857143em;width:3.392142857142857em}.legacy .icon--teacup{height:2.426428571428571em;width:3.140714285714286em}.legacy .icon--comment{height:2.787142857142857em;width:3.302142857142857em}.legacy .icon--columns{height:2.512857142857143em;width:2.865em}.legacy .icon--book{height:2.231428571428571em;width:3.138571428571429em}.legacy .icon--lamp{height:3.357142857142857em;width:2.213571428571429em}.legacy .icon--list{height:2.671428571428571em;width:2.678571428571429em}.legacy .icon--square{height:4.285714285714286em;width:4.285714285714286em}.legacy .icon--digital-transformation,.legacy .icon--realizatsiya-perehoda,.legacy .icon--online-instrument,.legacy .icon--poisk,.legacy .icon--multi-region,.legacy .icon--online-oplata{width:4.285714285714286em;height:4.285714285714286em}.legacy .icon--flex{height:100%;width:100%}.legacy .js-uploading-hidden{display:none}.legacy .js-same-height-elem{-webkit-box-sizing:border-box;box-sizing:border-box}.legacy .nts-pseudo-color:after{color:#FB5051}.legacy .video-container{max-width:870px;margin:65px auto 0 auto}@media only screen and (max-width: 500px){.legacy .video-container{margin-top:30px}}@media only screen and (max-width: 910px){.legacy .heading{margin-top:45px}}.legacy .video{width:100%;padding-bottom:56.25%;position:relative}.legacy .video-inner{position:absolute;left:0;right:0;top:0;bottom:0}.legacy .video-iframe{width:100%;height:100%}@media screen and (max-width: 1045px){.legacy{font-size:14px}.legacy html{font-size:14px}.legacy .wrapper,.legacy .footer{width:100%}.legacy .wrapper.project-page{overflow:hidden}.legacy .project_list .float_bl_in{padding-top:17%}.legacy .advantages_bl .float_bl,.legacy .project_list .float_bl,.legacy .other_office .float_bl{height:25vw}.legacy .header,.legacy .header .float_bl{height:50vw;min-height:50vw}.legacy .project-page .header,.legacy .project-page .header .float_bl{height:55vw}.legacy .project-page .header .float_bl.header_img{height:48.22vw;min-height:0}.legacy h1,.legacy .h1,.legacy h2,.legacy h3,.legacy .h3{-webkit-transition:all 0.1s ease-out;-moz-transition:all 0.1s ease-out;-ms-transition:all 0.1s ease-out;-o-transition:all 0.1s ease-out}.legacy .pr_logo{height:auto}.legacy .pr_logo a img{position:relative;min-width:100%;max-width:100%;height:auto}.legacy .map-container{height:55vw !important}.legacy .b-slider-container--heaped,.legacy .b-slider-container--heaped .slide{height:45vw}.legacy .widget-body iframe{width:42vw !important}.legacy .quote_bl,.legacy .quote_bl_in{height:32.857142857vw}.legacy .other_office h3,.legacy .other_office .h3{line-height:1.2em}.legacy .project_info{margin-top:0;height:192px}.legacy .sub_h1{margin-top:25px}.legacy .b-slider__controls--right,.legacy .b-slider__controls--left,.legacy .b-slider__controls--left a,.legacy .b-slider__controls--right a{width:43px;height:43px;background-size:87px 87px}.legacy .b-slider__controls--right{background-position:-130px 0}.legacy .wrapper_light_c{padding-right:10%}.legacy .section:first-of-type{padding-top:.5714285714285714em}.legacy .presentation__block--image{padding-right:43px}.legacy .presentation__block--text{margin-top:6em;padding-right:43px}.legacy .presentation__block-arrow{height:43px;width:43px}}@media only screen and (max-width: 1000px){.legacy{font-size:12px}.legacy html{font-size:12px}.legacy .project-page .header .float_bl.header_img{height:46.7vw}.legacy .facebook_header{line-height:normal}.legacy .section:first-of-type{padding-top:1em}}@media screen and (min-width: 928px) and (max-width: 1045px){.legacy a.right_link{right:-45px;top:88px}}@media screen and (min-width: 810px) and (max-width: 928px){.legacy a.right_link{right:-41px;top:87px}}@media only screen and (max-width: 910px){.legacy{font-size:14px}.legacy html{font-size:14px}.legacy h1,.legacy .h1{font-size:3.8em}.legacy h2,.legacy .h2{font-size:2.5em}.legacy h3,.legacy .h3{font-size:1.54em;line-height:1.42em}.legacy .padding_title,.legacy .inner_h2,.legacy .quote_bl_text,.legacy .project_info table td,.legacy .media_bl .full_bl .float_bl_in{padding-left:6.5%;padding-right:3.5%}.legacy .media_bl .full_bl .column{float:none !important;width:auto !important}.legacy .full_bl .last{margin-left:0}.legacy .media_bl_no_history{padding-bottom:0 !important}.legacy .full_bl{padding-left:0;padding-right:0}.legacy .wrapper,.legacy .footer{width:100%}.legacy .header_menu{right:20px}.legacy .abs_right{position:relative;right:0;left:0}.legacy .padding_title{padding-top:0;padding-bottom:0}.legacy .footer{padding-top:2em}.legacy .header_menu-content,.legacy .header_menu-content_main_page{display:none}.legacy .copyright{padding-bottom:2em}.legacy .header .header_img{min-height:0}.legacy .float_bl,.legacy .quote_bl_in{width:50%}.legacy .rectangle_bl{width:100%}.legacy .other_office .rectangle_bl+.rectangle_bl{border-top:1px solid #dee0e1}.legacy .advantages_bl .float_bl,.legacy .project_list .float_bl,.legacy .other_office .float_bl,.legacy .project_list .float_bl .float_bl_in{height:50vw}.legacy .header,.legacy .header .float_bl,.legacy .project-page .header,.legacy .project-page .header .float_bl .project-page .header .float_bl.header_img{height:auto !important}.legacy .b-square.rectangle_bl.header_img{height:auto !important}.legacy .lang_switch,.legacy .header_menu-content_lang{border:1px solid #313942;width:68px;height:68px}.legacy .header_menu-content_lang{border:none !important}.legacy .lang_switch .switch_text,.legacy .header_menu-content_lang a{margin:23px 0px}.legacy .award_list .float_bl:nth-child(2n+1) .float_bl_in{border-left-color:transparent}.legacy .award_info{height:4.555555555555556em;margin:7% 0 0}.legacy .award_list .float_bl_in{padding-bottom:15%}.legacy .award_list .float_bl{margin-bottom:0}.legacy .award_logo img{vertical-align:top}.legacy .map__block{border-bottom:1px solid #dee0e1;width:100%}.legacy .map__block:first-child{border-top:1px solid #dee0e1}.legacy .map__content{padding:8% 7.5%;padding-bottom:0}.legacy .map__title{font-size:2.5em;margin-bottom:3%;padding-bottom:.425em}.legacy .map__text{font-size:1.54em;line-height:1.42;margin-top:3%}.legacy .project_info{position:relative;margin-top:0;height:auto;top:0}.legacy .project_info .middle_text_wrapper{height:auto}.legacy .widget-body iframe{width:88vw !important}.legacy #fb_notebook,.legacy #fb_notebook iframe{display:none !important}.legacy #fb_ipad,.legacy #fb_ipad iframe{display:none !important}.legacy #fb_iphone,.legacy #fb_iphone iframe{display:block !important}.legacy .media_bl_with_history .rectangle_bl .float_bl_in{padding-bottom:10% !important}.legacy .media_bl_with_history .pr_detail_text .float_bl_in,.legacy .media_bl .full_bl .float_bl_in{padding-bottom:5% !important}.legacy .float_bl_history .float_bl_in{padding-top:0 !important}.legacy .quote_bl{height:auto !important}.legacy .quote_bl_photo{display:none}.legacy .quote_bl_in{width:100%}.legacy .quote_bl_text{padding-bottom:91px}.legacy .quote_bl_text{padding-top:4%}.legacy .quote_no-pdf .quote_bl_text{padding-bottom:4.5%}.legacy .bl_color_1{background-color:#f4f4f5}.legacy .bl_color_2{background-color:#c8cbcd}.legacy .bl_color_3{background-color:#ffffff}.legacy .bl_color_4{background-color:#EEEDED}.legacy .bl_color_5{background-color:#f4f4f5}.legacy .bl_color_6{background-color:#c8cbcd}.legacy #add_map_normal{display:none !important}.legacy #add_map_mobile{display:block !important}.legacy .advantages_bl .rectangle_bl .float_bl_in{padding-right:35%}.legacy .middle_text_container_desktop{display:block}.legacy .rectangle_bl.facebook_widget{position:relative;width:100%}.legacy .fb-like{margin-top:7.2%}.legacy .facebook_header{line-height:1em}.legacy .facebook_widget>div:first-child{padding-top:6.5%}.legacy .facebook_widget h3.facebook_header{padding-left:6.5%;margin-top:5.6%}.legacy .widget-body{position:relative;top:0;margin-left:6.5%;height:400px}.legacy a.right_link{right:30px;top:-59px}.legacy .float_bl.side-notes{display:block;width:100%}.legacy .float_bl.side-notes>div:first-child{padding:6% 6.5%}.legacy .media_bl .float_bl{min-height:0;width:100%}.legacy .side-notes p{display:block}.legacy .side-notes h3{margin-bottom:2%}.legacy .section:first-of-type{padding-top:0}.legacy .section:not(.section--no-padding-bottom){padding-bottom:2.941176470588235em}.legacy .semantic-separator{margin-top:2.941176470588235em}.legacy .row{margin-top:1.176470588235294em}.legacy .row--double{margin-left:0;margin-right:0}.legacy .row--triple{margin-left:0;margin-right:0}.legacy .row--line{margin-left:0;margin-right:0}.legacy .row--large-gutter{margin-left:0;margin-right:0}.legacy .row--double .col{padding-left:0;padding-right:0;width:100%}.legacy .row--triple .col{padding-left:0;padding-right:0;width:100%}.legacy .row--quadruple .col{width:50%}.legacy .row--line .col{padding-left:0;padding-right:0;width:100%}.legacy .row--triple .col--no-padding+.col{padding-left:0}.legacy .row--double .col:not(:first-child),.legacy .row--triple .col:not(:first-child),.legacy .row--line .col:not(:first-child){margin-top:1.176470588235294em}.legacy .row--tile .col:nth-child(1),.legacy .row--tile .col:nth-child(2){margin-bottom:.7142857142857142em}.legacy .section p{margin-top:.6666666666666667em}.legacy .sidebar{float:none;font-size:1.54em;line-height:1.42;margin-bottom:1.153846153846154em;margin-left:0;margin-top:0;padding:1.5em;width:100%}.legacy .row--triple .sidebar--left{margin-left:0;margin-right:0}.legacy .row--triple .sidebar--right{margin-left:0;margin-right:0}.legacy .heading{font-size:2.941176470588235em;line-height:1.2;margin-top:1em;margin-bottom:.5em}.legacy .heading--small{font-size:2.941176470588235em;font-weight:normal;line-height:1.2;letter-spacing:0;margin-bottom:.5em;margin-top:.6em}.legacy .row--text+.heading,.legacy p+.heading{margin-top:.9em}.legacy .section--dark .heading--small{color:#fff}.legacy .list--illustrated{margin-top:1.176470588235294em}.legacy .list__item{font-size:1.785714285714286em;line-height:1.6;letter-spacing:0;margin-bottom:.5em}.legacy .list--small .list__item{font-size:1.785714285714286em;letter-spacing:0;line-height:1.6;margin-bottom:.5em;padding-left:2.3em}.legacy .fact__text{line-height:1.32}.legacy .fact--tile .fact__text{font-size:1.54em;line-height:1.42}.legacy .fact:not(.fact--tile) .fact__title{float:left;width:14%}.legacy .fact:not(.fact--tile) .fact__text{float:right;font-size:1.785714285714286em;line-height:1.6;width:83%}.legacy .explanation{display:block}.legacy .explanation:after{clear:both;content:"";display:block}.legacy .explanation__col{display:block}.legacy .explanation__col--images{float:left;margin-bottom:1em;margin-top:.7142857142857143em;margin-right:2em;width:35%}.legacy .explanation__col--text{padding-left:0;width:auto}.legacy .explanation__col--text p{font-size:1.785714285714286em;line-height:1.6}.legacy .percentage-data__header{float:left;padding-right:1.571428571428571em;width:50%}.legacy .percentage-data__body{float:left;margin-top:0;width:50%}.legacy .percentage-data__body .percentage-data__item{margin-top:1em}.legacy .percentage-data__body .percentage-data__item:first-child{margin-top:.6666666666666667em}.legacy .percentage-data__item{font-size:1.54em;line-height:1.42}.legacy .heading+.presentation{margin-top:1.470588235294118em}.legacy .presentation__block{float:none;width:100%}.legacy .presentation__block--text{margin-top:3.177966101694915%}.legacy .presentation__block--text p{font-size:1.54em;line-height:1.42}.legacy .thesis__title{font-size:2em;line-height:1.4;margin-bottom:.6571428571428571em}.legacy .thesis__body{padding-bottom:1em}.legacy .thesis__body p{font-size:1.785714285714286em;line-height:1.6}.legacy .thesis__icon{height:auto;margin-bottom:.7142857142857143em;width:auto}.legacy .thesis__icon .icon{position:relative}.legacy .thesis+.thesis{margin-top:1.176470588235294em}.legacy .info__text{font-size:1.785714285714286em;line-height:1.6}.legacy .image-box{margin-top:2.058823529411765em}.legacy .image-box--full{margin-left:calc((-100vw + 100%) / 2);margin-right:calc((-100vw + 100%) / 2)}.legacy .image-box--desktop{display:none}}@media only screen and (max-width: 838px){.legacy .message{padding:5.5% 0}}@media only screen and (max-width: 767px){.legacy{font-size:10px}.legacy .section{padding-left:.78947rem;padding-right:.78947rem}.legacy .row--quadruple .col{width:25%}.legacy .fact--tile{font-size:9px}}@media only screen and (max-width: 700px){.legacy a.right_link{right:45px}.legacy .fact--tile{font-size:8px}}@media only screen and (max-width: 641px){.legacy .logo,.legacy .download_pdf{margin-left:4%}.legacy .padding_title,.legacy .inner_h2,.legacy .quote_bl_text,.legacy .rectangle_bl .float_bl_in,.legacy .project_info table td{padding-left:4%;padding-right:16px}.legacy .facebook_widget h3.facebook_header{padding-left:4%;margin-top:5.6%;line-height:0.8em}.legacy .facebook_widget .widget-body{margin-left:4%;margin-right:4%}.legacy .float_bl_in,.legacy .other_office .rectangle_bl .float_bl_in{padding-left:8%;padding-right:14px}.legacy .rectangle_bl .float_bl_in{padding-top:7%}.legacy .media_bl .rectangle_bl .float_bl_in,.legacy .quote_bl_full .quote_bl_text,.legacy .project_info{padding-top:3%}.legacy .media_bl .rectangle_bl .float_bl_in{padding-left:4%}.legacy .quote_bl_full .quote_bl_text,.legacy .project_info{padding-bottom:3%}.legacy .float_bl.side-notes>div:first-child{padding:6% 4%}.legacy .widget-body{max-height:84%;margin-left:0}.legacy .fb-like{margin-top:6.5%}.legacy #subscribe_but{left:0}.legacy .sbc_cover_pre .preloader{bottom:35%;top:35%}.legacy .fact:not(.fact--tile) .fact__title{width:18%}.legacy .fact:not(.fact--tile) .fact__text{width:78%}.legacy .sidebar{font-size:1.35em;line-height:1.32}.legacy .fact--tile .fact__text{font-size:1.35em;line-height:1.32}.legacy .heading+.presentation{margin-top:2em}.legacy .percentage-data__item{font-size:1.35em;line-height:1.32}.legacy .presentation__block--text p{color:#686f78;font-size:1.6em;line-height:1.375}.legacy .image-box{margin-top:2em}}@media only screen and (max-width: 578px){.legacy .cancel_line{text-align:center;width:245px;line-height:20px;min-height:20px}.legacy .message{padding:9.5% 0}.legacy .row--quadruple .col{width:50%}.legacy .fact--tile{font-size:1em}}@media only screen and (max-width: 500px){.legacy h1,.legacy .h1,.legacy h2,.legacy .float_bl_in_num div{font-size:2.5em;line-height:1.083em}.legacy h3,.legacy .h3{font-size:1.3em;line-height:1.17em}.legacy .project-page .first.column,.legacy .project-page .last.column{width:100% !important;margin:0}.legacy .float_bl_in_num div{line-height:.66}.legacy .header .header_with_pdf{padding-bottom:45px !important}.legacy .download_pdf{width:86px;height:43px;background-size:86px 43px}.legacy .sub_h1{margin-top:15px}.legacy .quote_bl_text{padding-bottom:45px}.legacy .no_review .quote_bl_in{height:auto !important}.legacy .message{padding:13% 0}.legacy .sbc_cover_pre .preloader{bottom:40%;top:40%}.legacy a.right_link{right:58px;font-size:20px}.legacy .map__title{font-size:2.5em;line-height:1.083}.legacy .map__text{font-size:1.3em;line-height:1.17}.legacy .heading{font-size:2.5em}.legacy .heading--small{font-size:2.5em}.legacy .thesis__title{font-size:1.8em}}@media only screen and (max-width: 474px){.legacy a.right_link{right:62px}}@media only screen and (max-width: 420px){.legacy{font-size:10px}.legacy html{font-size:10px}.legacy h1,.legacy .h1,.legacy h2,.legacy .float_bl_in_num div{font-size:2.3em}.legacy h3,.legacy .h3{font-size:1.4em}.legacy .header{min-height:40vw;max-height:50vw;height:40vw}.legacy .project-page .header{max-height:100%;height:auto}.legacy .header .float_bl_in.middle_text_container,.legacy .wrapper_light_c{padding-top:62px !important}.legacy .logo{top:32px;height:17px}.legacy .logo img{height:100%}.legacy .add_logo_aic img{width:76px;height:auto}.legacy .header_menu{top:22px;right:14px}.legacy .menu_button{width:40px;height:40px}.legacy .menu_button-dec{position:relative;top:9px;margin:4px auto;width:15px;height:2px}.legacy .lang_switch,.legacy .header_menu-content_lang{width:38px;height:38px;right:40px}.legacy .lang_switch .switch_text,.legacy .header_menu-content_lang a{font-size:13px;margin:13px 0px}.legacy .header_menu-content .go-back{padding:9px 9px 9px 8px}.legacy .larr,.legacy .white_menu .larr{width:23px;height:18px;background-size:23px 18px}.legacy .office_place{margin-bottom:5%}.legacy .header_menu{padding-top:42px}.legacy .header_menu .header_menu-content{padding-right:16px !important;padding-bottom:16px !important;top:18px !important;padding-top:42px}.legacy .widget-body{max-height:85%;height:300px}.legacy .fb-like{margin-top:5.2%}.legacy .bx-touch .fb-like{float:left;width:auto !important}.legacy a.right_link{font-size:18px;padding:6px 14px;top:-40px;right:33px}.legacy .side-notes p{display:block}.legacy .map__title{font-size:2.3em}.legacy .map__text{font-size:1.4em}.legacy .heading{font-size:2.3em;margin-bottom:.6521739130434783em;margin-top:1.304347826086957em}.legacy .heading--small{margin-top:.826086956521739em}.legacy .row--text+.heading,.legacy p+.heading{margin-top:1.08695652173913em}}@media screen and (max-width: 1280px){.legacy .share_button{display:block}.legacy .share_block{margin-top:-80px}.legacy .h1.thin h1{width:100%;display:inline-block;margin:0 !important}.legacy .share_button,.legacy .fb,.legacy .tw,.legacy .vk,.legacy .ok{background-image:url(/images/sprite_soc_icons_big.png)}.legacy .prev_link{background:#EFEFEF url("/images/arrows_2x.png") 0 0 no-repeat}.legacy .next_link{background:#EFEFEF url("/images/arrows_2x.png") -140px 0 no-repeat}}@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait){.legacy .items_wrap{margin-top:-1px}}@media screen and (max-width: 768px) and (orientation: portrait){.legacy .items_wrap{margin-top:-8px}.legacy .notes.all_project{background-size:16px;background-position:10px 13px;padding:14px 10px 14px 35px}}@media screen and (max-width: 768px) and (orientation: landscape){.legacy .items_wrap{margin-top:-3px}}@media all and (max-width: 768px) and (min-width: 420px) and (orientation: portrait){.legacy .notes.all_project{background-size:24px;background-position:22px 23px;padding:26px 24px 26px 56px}}@media all and (max-width: 420px){.legacy .notes.all_project{font-size:18px}.legacy .prev_link{background:#EFEFEF url("/images/arrows_mobile_2x.png") 0 0 no-repeat}.legacy .next_link{background:#EFEFEF url("/images/arrows_mobile_2x.png") -80px 0 no-repeat}.legacy .facebook_widget h3.facebook_header,.legacy .side-notes h3{line-height:1.1em;font-size:1.9em}.legacy .plugin td{font-size:9px !important}.legacy .pluginCountButton{font-size:9px !important}}@media all and (max-width: 350px){.legacy .fact--tile{font-size:0.9em}}

/*# sourceMappingURL=style.css.map*/