@import url(https://fonts.googleapis.com/css?family=Lato:700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:900,500,400,300,200,100);
@import url(https://fonts.googleapis.com/css?family=Lato:100,200,300,400);
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('../../fonts/Lato_400.eot?#iefix') format('embedded-opentype'), url('../../fonts/Lato_400.woff') format('woff'), url('../../fonts/Lato_400.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url('../../fonts/Lato_900.eot?#iefix') format('embedded-opentype'), url('../../fonts/Lato_900.woff') format('woff'), url('../../fonts/Lato_900.ttf') format('truetype');
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
abbr[title] {
  border-bottom: none;
}
figure {
  margin: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
input[type="text"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="number"]::-ms-clear,
textarea::-ms-clear {
  width: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #404040;
}
body {
  color: #333;
  font-size: 1rem;
  font-family: Lato, Arial, Helvetica, sans-serif;
  line-height: 1;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a,
.link-style {
  color: #e04f00;
  text-decoration: none;
}
a:hover,
.link-style:hover,
a:focus,
.link-style:focus {
  color: #ff8847;
  text-decoration: none;
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  border: 0;
  height: .35rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
hr.arrow:after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  border: 0.1rem solid #e6e6e6;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  background: #fff;
  margin-top: -0.15rem;
  margin-left: -0.25rem;
}
hr.gray:after {
  background: #f7f7f7;
}
.sr-only {
  position: absolute;
  width: .1rem;
  height: .1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.flake-wrapper {
  position: fixed;
  height: 40px;
  width: 40px;
  z-index: 0;
}
.flake-wrapper svg {
  width: 100%;
  height: 100%;
}
.flake-wrapper svg path {
  fill: #e3e7f5;
}
@keyframes falling {
  from {
    opacity: 1;
    transform: translateY(-50px);
  }
  to {
    opacity: 0;
    transform: translateY(900px);
  }
}
.offer-vertical-tile {
  background-color: #fff;
  position: relative;
}
#content .container {
  background-color: #fff;
  position: relative;
}
#content #searchResultsTiles .search-rank-info {
  display: block;
  font-size: 12px;
  margin: 10px 5px 5px;
}
#content #searchResultsTiles .container {
  background-color: rgba(0, 0, 0, 0);
}
#content #searchResultsTiles ul.pagination {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-start: 0;
  margin-inline-start: 0;
  padding-inline-start: 0;
}
#content #searchResultsTiles ul.pagination li {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
}
#content #searchResultsTiles ul.pagination li a {
  color: #333333;
  cursor: pointer;
}
#content #searchResultsTiles ul.pagination li.active a {
  color: #e04f00;
  font-weight: bold;
}
#content #searchResultsTiles ul.pagination li.next,
#content #searchResultsTiles ul.pagination li.previous {
  background-size: 20px 20px;
}
#content #searchResultsTiles ul.pagination li.next a,
#content #searchResultsTiles ul.pagination li.previous a {
  color: transparent;
  display: block;
  width: 20px;
  height: 20px;
}
#content #searchResultsTiles ul.pagination li.next {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-right-acc1svg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%2046C13.424%2046%204%2036.584%204%2025.007%204%2013.424%2013.424%204%2025%204s21%209.424%2021%2021.007C46%2036.584%2036.576%2046%2025%2046zm0-38.18c-9.474%200-17.18%207.706-17.18%2017.187%200%209.474%207.706%2017.173%2017.18%2017.173s17.18-7.699%2017.18-17.173C42.18%2015.526%2034.474%207.82%2025%207.82zm-1.185%2025.799a1.66%201.66%200%200%201-2.339%200%201.634%201.634%200%200%201%200-2.323L27.875%2025l-6.398-6.296a1.634%201.634%200%200%201%200-2.323%201.662%201.662%200%200%201%202.338%200l7.508%207.457a1.633%201.633%200%200%201%200%202.323l-7.508%207.458z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
#content #searchResultsTiles ul.pagination li.previous {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-left-acc1svg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%2046C13.423%2046%204%2036.576%204%2024.993%204%2013.416%2013.423%204%2025%204c11.576%200%2021%209.416%2021%2020.993C46%2036.576%2036.576%2046%2025%2046zm0-38.18c-9.474%200-17.18%207.699-17.18%2017.173%200%209.481%207.706%2017.187%2017.18%2017.187s17.18-7.706%2017.18-17.187C42.18%2015.519%2034.474%207.82%2025%207.82zM22.125%2025l6.398%206.296a1.634%201.634%200%200%201%200%202.323%201.662%201.662%200%200%201-2.338%200l-7.508-7.457a1.633%201.633%200%200%201%200-2.323l7.508-7.458a1.66%201.66%200%200%201%202.339%200%201.634%201.634%200%200%201%200%202.323L22.125%2025z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
.text-weight-normal {
  font-weight: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #e04f00;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ad3d00;
}
.text-success {
  color: #459300;
}
a.text-success:hover,
a.text-success:focus {
  color: #2d6000;
}
.text-info {
  color: #138af2;
}
a.text-info:hover,
a.text-info:focus {
  color: #0b6fc7;
}
.text-warning {
  color: #ff6c00;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cc5600;
}
.text-danger {
  color: #ff1d23;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e90006;
}
dl {
  margin-top: 0;
  margin-bottom: 0;
}
dt,
dd {
  line-height: 1;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
p {
  margin: 0;
  padding: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
blockquote {
  padding: 0;
  margin: 0;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
address {
  font-style: normal;
  line-height: 1;
}
ul.list-inline {
  padding-left: 0;
  list-style: none;
}
ul.list-inline li {
  margin: 0 5px;
  display: inline-block;
}
ul.list-inline li:first-child {
  margin-left: 0;
}
ul.list-inline li:last-child {
  margin-right: 0;
}
ul.list-inline-multiline {
  padding-left: 0;
  list-style: none;
  line-height: 1.3;
  margin-left: -5px;
  margin-right: -5px;
}
ul.list-inline-multiline li {
  margin: 0 5px;
  display: inline-block;
}
.fancy {
  line-height: 0.5;
  text-align: center;
  padding: 20px 0;
  overflow: hidden;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid white;
  top: 0;
  width: 500px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .container {
    min-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 10000px) {
  .container {
    width: 9970px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 10000px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.43rem;
  height: 1.43rem;
}
.icon.icon-10 {
  width: 0.86rem !important;
  height: 0.86rem !important;
}
.icon.icon-12 {
  width: 1.1rem !important;
  height: 1.1rem !important;
}
.icon.icon-16 {
  width: 1.43rem !important;
  height: 1.43rem !important;
}
.icon.icon-20 {
  width: 1.71rem !important;
  height: 1.71rem !important;
}
.icon.icon-25 {
  width: 2.14rem !important;
  height: 2.14rem !important;
}
.icon.icon-30 {
  width: 2.143rem !important;
  height: 2.143rem !important;
}
.icon.icon-40 {
  width: 3.43rem !important;
  height: 3.43rem !important;
}
.icon.icon-50 {
  width: 4.29rem !important;
  height: 4.29rem !important;
}
.icon.icon-70 {
  width: 5.86rem !important;
  height: 5.86rem !important;
}
.icon.icon-100 {
  width: 7.86rem !important;
  height: 7.86rem !important;
}
.icon-arr-left-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arr-left-whitesvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M28.779%205.464a4.996%204.996%200%200%201%200%207.079l-8.295%207.234h20.262a5.247%205.247%200%201%201%200%2010.493H20.548l8.235%207.171a5.007%205.007%200%200%201%200%207.082c-1.981%201.948-5.181%201.959-7.158%200L5.477%2028.528a4.975%204.975%200%200%201%200-7.076L21.625%205.464a5.09%205.09%200%200%201%207.154%200%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-arr-right-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arr-right-acc1svg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M21.21%2044.51a5%205%200%200%201%200-7.079l8.29-7.235H9.251a5.245%205.245%200%201%201%200-10.492h20.186l-8.231-7.171a5.012%205.012%200%200%201%200-7.083c1.98-1.947%205.178-1.958%207.154%200l16.138%2015.996a4.975%204.975%200%200%201%200%207.075L28.36%2044.51a5.086%205.086%200%200%201-7.15%200%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-arrow-down-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-down-acc1svg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M24.993%2046C13.416%2046%204%2036.576%204%2025S13.416%204%2024.993%204C36.576%204%2046%2013.424%2046%2025s-9.424%2021-21.007%2021zm0-38.18C15.519%207.82%207.82%2015.526%207.82%2025s7.699%2017.18%2017.173%2017.18c9.481%200%2017.187-7.706%2017.187-17.18S34.474%207.82%2024.993%207.82zm1.169%2023.503a1.633%201.633%200%200%201-2.323%200l-7.458-7.508a1.66%201.66%200%200%201%200-2.339%201.634%201.634%200%200%201%202.323%200L25%2027.875l6.296-6.398a1.634%201.634%200%200%201%202.323%200%201.662%201.662%200%200%201%200%202.338l-7.457%207.508z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-arrow-full-down {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-full-downsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2219%22%2F%3E%3Cpath%20d%3D%22M15%2022l10%2010%2010-10H15z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-arrow-left-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-left-acc1svg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%2046C13.423%2046%204%2036.576%204%2024.993%204%2013.416%2013.423%204%2025%204c11.576%200%2021%209.416%2021%2020.993C46%2036.576%2036.576%2046%2025%2046zm0-38.18c-9.474%200-17.18%207.699-17.18%2017.173%200%209.481%207.706%2017.187%2017.18%2017.187s17.18-7.706%2017.18-17.187C42.18%2015.519%2034.474%207.82%2025%207.82zM22.125%2025l6.398%206.296a1.634%201.634%200%200%201%200%202.323%201.662%201.662%200%200%201-2.338%200l-7.508-7.457a1.633%201.633%200%200%201%200-2.323l7.508-7.458a1.66%201.66%200%200%201%202.339%200%201.634%201.634%200%200%201%200%202.323L22.125%2025z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-arrow-left-gray {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-left-graysvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%2046C13.423%2046%204%2036.576%204%2024.993%204%2013.416%2013.423%204%2025%204c11.576%200%2021%209.416%2021%2020.993C46%2036.576%2036.576%2046%2025%2046zm0-38.18c-9.474%200-17.18%207.699-17.18%2017.173%200%209.481%207.706%2017.187%2017.18%2017.187s17.18-7.706%2017.18-17.187C42.18%2015.519%2034.474%207.82%2025%207.82zM22.125%2025l6.398%206.296a1.634%201.634%200%200%201%200%202.323%201.662%201.662%200%200%201-2.338%200l-7.508-7.457a1.633%201.633%200%200%201%200-2.323l7.508-7.458a1.66%201.66%200%200%201%202.339%200%201.634%201.634%200%200%201%200%202.323L22.125%2025z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-arrow-left-gray-darker {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23333%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-left-gray-darkersvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%2046C13.423%2046%204%2036.576%204%2024.993%204%2013.416%2013.423%204%2025%204c11.576%200%2021%209.416%2021%2020.993C46%2036.576%2036.576%2046%2025%2046zm0-38.18c-9.474%200-17.18%207.699-17.18%2017.173%200%209.481%207.706%2017.187%2017.18%2017.187s17.18-7.706%2017.18-17.187C42.18%2015.519%2034.474%207.82%2025%207.82zM22.125%2025l6.398%206.296a1.634%201.634%200%200%201%200%202.323%201.662%201.662%200%200%201-2.338%200l-7.508-7.457a1.633%201.633%200%200%201%200-2.323l7.508-7.458a1.66%201.66%200%200%201%202.339%200%201.634%201.634%200%200%201%200%202.323L22.125%2025z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-arrow-left-gray-light {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-left-gray-lightsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%2046C13.423%2046%204%2036.576%204%2024.993%204%2013.416%2013.423%204%2025%204c11.576%200%2021%209.416%2021%2020.993C46%2036.576%2036.576%2046%2025%2046zm0-38.18c-9.474%200-17.18%207.699-17.18%2017.173%200%209.481%207.706%2017.187%2017.18%2017.187s17.18-7.706%2017.18-17.187C42.18%2015.519%2034.474%207.82%2025%207.82zM22.125%2025l6.398%206.296a1.634%201.634%200%200%201%200%202.323%201.662%201.662%200%200%201-2.338%200l-7.508-7.457a1.633%201.633%200%200%201%200-2.323l7.508-7.458a1.66%201.66%200%200%201%202.339%200%201.634%201.634%200%200%201%200%202.323L22.125%2025z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-arrow-left-orange {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cg%20filter%3D%22url(%23filter0_d_0_1)%22%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2231%22%20cy%3D%2227%22%20r%3D%2216%22%20transform%3D%22rotate(-180%2031%2027)%22%20fill%3D%22%23D74800%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M34.2002%2021.8801L29.4002%2026.6801L34.2002%2031.4801L33.2402%2033.4001L26.5202%2026.6801L33.2402%2019.9601L34.2002%2021.8801Z%22%20fill%3D%22white%22%2F%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cfilter%20id%3D%22filter0_d_0_1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2262%22%20height%3D%2262%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeOffset%20dy%3D%224%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%227.5%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_0_1%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_0_1%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Ffilter%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.icon-arrow-left-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-left-whitesvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%2046C13.423%2046%204%2036.576%204%2024.993%204%2013.416%2013.423%204%2025%204c11.576%200%2021%209.416%2021%2020.993C46%2036.576%2036.576%2046%2025%2046zm0-38.18c-9.474%200-17.18%207.699-17.18%2017.173%200%209.481%207.706%2017.187%2017.18%2017.187s17.18-7.706%2017.18-17.187C42.18%2015.519%2034.474%207.82%2025%207.82zM22.125%2025l6.398%206.296a1.634%201.634%200%200%201%200%202.323%201.662%201.662%200%200%201-2.338%200l-7.508-7.457a1.633%201.633%200%200%201%200-2.323l7.508-7.458a1.66%201.66%200%200%201%202.339%200%201.634%201.634%200%200%201%200%202.323L22.125%2025z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-arrow-right-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-right-acc1svg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%2046C13.424%2046%204%2036.584%204%2025.007%204%2013.424%2013.424%204%2025%204s21%209.424%2021%2021.007C46%2036.584%2036.576%2046%2025%2046zm0-38.18c-9.474%200-17.18%207.706-17.18%2017.187%200%209.474%207.706%2017.173%2017.18%2017.173s17.18-7.699%2017.18-17.173C42.18%2015.526%2034.474%207.82%2025%207.82zm-1.185%2025.799a1.66%201.66%200%200%201-2.339%200%201.634%201.634%200%200%201%200-2.323L27.875%2025l-6.398-6.296a1.634%201.634%200%200%201%200-2.323%201.662%201.662%200%200%201%202.338%200l7.508%207.457a1.633%201.633%200%200%201%200%202.323l-7.508%207.458z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-arrow-right-gray {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-right-graysvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%2046C13.424%2046%204%2036.584%204%2025.007%204%2013.424%2013.424%204%2025%204s21%209.424%2021%2021.007C46%2036.584%2036.576%2046%2025%2046zm0-38.18c-9.474%200-17.18%207.706-17.18%2017.187%200%209.474%207.706%2017.173%2017.18%2017.173s17.18-7.699%2017.18-17.173C42.18%2015.526%2034.474%207.82%2025%207.82zm-1.185%2025.799a1.66%201.66%200%200%201-2.339%200%201.634%201.634%200%200%201%200-2.323L27.875%2025l-6.398-6.296a1.634%201.634%200%200%201%200-2.323%201.662%201.662%200%200%201%202.338%200l7.508%207.457a1.633%201.633%200%200%201%200%202.323l-7.508%207.458z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-arrow-right-gray-light {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-right-gray-lightsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%2046C13.424%2046%204%2036.584%204%2025.007%204%2013.424%2013.424%204%2025%204s21%209.424%2021%2021.007C46%2036.584%2036.576%2046%2025%2046zm0-38.18c-9.474%200-17.18%207.706-17.18%2017.187%200%209.474%207.706%2017.173%2017.18%2017.173s17.18-7.699%2017.18-17.173C42.18%2015.526%2034.474%207.82%2025%207.82zm-1.185%2025.799a1.66%201.66%200%200%201-2.339%200%201.634%201.634%200%200%201%200-2.323L27.875%2025l-6.398-6.296a1.634%201.634%200%200%201%200-2.323%201.662%201.662%200%200%201%202.338%200l7.508%207.457a1.633%201.633%200%200%201%200%202.323l-7.508%207.458z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-arrow-right-orange {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cg%20filter%3D%22url(%23filter0_d_0_1)%22%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2231%22%20cy%3D%2227%22%20r%3D%2216%22%20fill%3D%22%23D74800%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M27.7998%2032.1199L32.5998%2027.3199L27.7998%2022.5199L28.7598%2020.5999L35.4798%2027.3199L28.7598%2034.0399L27.7998%2032.1199Z%22%20fill%3D%22white%22%2F%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cfilter%20id%3D%22filter0_d_0_1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2262%22%20height%3D%2262%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeOffset%20dy%3D%224%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%227.5%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_0_1%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_0_1%22%20result%3D%22shape%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Ffilter%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.icon-arrow-right-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-right-whitesvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%2046C13.424%2046%204%2036.584%204%2025.007%204%2013.424%2013.424%204%2025%204s21%209.424%2021%2021.007C46%2036.584%2036.576%2046%2025%2046zm0-38.18c-9.474%200-17.18%207.706-17.18%2017.187%200%209.474%207.706%2017.173%2017.18%2017.173s17.18-7.699%2017.18-17.173C42.18%2015.526%2034.474%207.82%2025%207.82zm-1.185%2025.799a1.66%201.66%200%200%201-2.339%200%201.634%201.634%200%200%201%200-2.323L27.875%2025l-6.398-6.296a1.634%201.634%200%200%201%200-2.323%201.662%201.662%200%200%201%202.338%200l7.508%207.457a1.633%201.633%200%200%201%200%202.323l-7.508%207.458z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-arrow-right-black {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23000000%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22arrow-right-graysvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%2046C13.424%2046%204%2036.584%204%2025.007%204%2013.424%2013.424%204%2025%204s21%209.424%2021%2021.007C46%2036.584%2036.576%2046%2025%2046zm0-38.18c-9.474%200-17.18%207.706-17.18%2017.187%200%209.474%207.706%2017.173%2017.18%2017.173s17.18-7.699%2017.18-17.173C42.18%2015.526%2034.474%207.82%2025%207.82zm-1.185%2025.799a1.66%201.66%200%200%201-2.339%200%201.634%201.634%200%200%201%200-2.323L27.875%2025l-6.398-6.296a1.634%201.634%200%200%201%200-2.323%201.662%201.662%200%200%201%202.338%200l7.508%207.457a1.633%201.633%200%200%201%200%202.323l-7.508%207.458z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-basket-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2246%22%20viewBox%3D%220%200%2050%2046%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22basket-acc1svg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v46H0z%22%2F%3E%3Cpath%20d%3D%22M44.21%2015.678h-4.6L29.242%204.555a1.762%201.762%200%200%200-2.473-.099%201.72%201.72%200%200%200-.1%202.448l8.179%208.774H15.71l8.263-8.359a1.719%201.719%200%200%200-.026-2.449%201.764%201.764%200%200%200-2.475.027L10.814%2015.678H6.163C4.984%2015.678%204%2017.165%204%2018.334v4.227c0%201.167.984%202.123%202.163%202.123h.513l4.009%2015.889c.175.921%201.047%201.432%201.95%201.432h25.104c.903%200%201.775-.51%201.95-1.432l4.009-15.889h.512c1.18%200%201.79-.956%201.79-2.123v-4.227c-.001-1.169-.611-2.656-1.79-2.656zM16.806%2036.463h-2.095c-.385%200-.752-.474-.82-.808l-1.529-7.498c-.088-.436.204-.701.652-.701h2.434c.448%200%20.861.161.922.597l1.051%207.699c.046.335-.228.711-.615.711zm6.285%200h-2.094c-.386%200-.722-.474-.752-.808l-.669-7.498c-.038-.436.293-.701.741-.701h2.435c.448%200%20.821.161.833.597l.19%207.699c.008.335-.297.711-.684.711zm7.038-.808c-.029.334-.366.808-.751.808h-2.096c-.386%200-.691-.474-.683-.808l.19-7.498c.013-.436.385-.701.833-.701h2.435c.447%200%20.779.265.741.701l-.669%207.498zm6.353%200c-.068.334-.434.808-.82.808h-2.095c-.385%200-.661-.474-.615-.808l1.052-7.498c.061-.436.474-.701.922-.701h2.435c.448%200%20.739.265.651.701l-1.53%207.498z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-basket-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2246%22%20viewBox%3D%220%200%2050%2046%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22basket-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v46H0z%22%2F%3E%3Cpath%20d%3D%22M44.21%2015.678h-4.6L29.242%204.555a1.762%201.762%200%200%200-2.473-.099%201.72%201.72%200%200%200-.1%202.448l8.179%208.774H15.71l8.263-8.359a1.719%201.719%200%200%200-.026-2.449%201.764%201.764%200%200%200-2.475.027L10.814%2015.678H6.163C4.984%2015.678%204%2017.165%204%2018.334v4.227c0%201.167.984%202.123%202.163%202.123h.513l4.009%2015.889c.175.921%201.047%201.432%201.95%201.432h25.104c.903%200%201.775-.51%201.95-1.432l4.009-15.889h.512c1.18%200%201.79-.956%201.79-2.123v-4.227c-.001-1.169-.611-2.656-1.79-2.656zM16.806%2036.463h-2.095c-.385%200-.752-.474-.82-.808l-1.529-7.498c-.088-.436.204-.701.652-.701h2.434c.448%200%20.861.161.922.597l1.051%207.699c.046.335-.228.711-.615.711zm6.285%200h-2.094c-.386%200-.722-.474-.752-.808l-.669-7.498c-.038-.436.293-.701.741-.701h2.435c.448%200%20.821.161.833.597l.19%207.699c.008.335-.297.711-.684.711zm7.038-.808c-.029.334-.366.808-.751.808h-2.096c-.386%200-.691-.474-.683-.808l.19-7.498c.013-.436.385-.701.833-.701h2.435c.447%200%20.779.265.741.701l-.669%207.498zm6.353%200c-.068.334-.434.808-.82.808h-2.095c-.385%200-.661-.474-.615-.808l1.052-7.498c.061-.436.474-.701.922-.701h2.435c.448%200%20.739.265.651.701l-1.53%207.498z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-bell-danger {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2246%22%20height%3D%2250%22%20viewBox%3D%220%200%2046%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff1d23%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22bell-dangersvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h46v50H0z%22%2F%3E%3Cpath%20d%3D%22M41.376%2035.141c-3.094-3.175-3.768-7.873-4.42-12.416-.967-6.734-2.056-14.302-11.773-15.292v-1.22c0-1.223-1.004-2.215-2.242-2.215s-2.243.992-2.243%202.215v1.222c-9.635.997-10.716%208.562-11.675%2015.292-.647%204.545-1.315%209.244-4.384%2012.421a2.196%202.196%200%200%200-.439%202.401%202.242%202.242%200%200%200%202.062%201.344h9.395c.051%203.928%203.296%207.109%207.284%207.109s7.233-3.181%207.284-7.109h9.535c.899%200%201.712-.53%202.064-1.348a2.198%202.198%200%200%200-.448-2.404zm-18.435%206.43a2.786%202.786%200%200%201-2.794-2.678h5.588a2.786%202.786%200%200%201-2.794%202.678zm0-7.109H10.558c1.826-3.517%202.391-7.492%202.907-11.118%201.114-7.829%201.982-11.592%209.476-11.592%207.574%200%208.45%203.764%209.575%2011.595.52%203.624%201.09%207.599%202.929%2011.115H22.941z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-bell-gray-dark {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2246%22%20height%3D%2250%22%20viewBox%3D%220%200%2046%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23666%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22bell-gray-darksvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h46v50H0z%22%2F%3E%3Cpath%20d%3D%22M41.376%2035.141c-3.094-3.175-3.768-7.873-4.42-12.416-.967-6.734-2.056-14.302-11.773-15.292v-1.22c0-1.223-1.004-2.215-2.242-2.215s-2.243.992-2.243%202.215v1.222c-9.635.997-10.716%208.562-11.674%2015.292-.648%204.545-1.316%209.244-4.385%2012.421a2.196%202.196%200%200%200-.439%202.401%202.242%202.242%200%200%200%202.062%201.344h9.395c.051%203.928%203.296%207.109%207.284%207.109s7.233-3.181%207.284-7.109h9.535c.9%200%201.712-.53%202.064-1.348a2.198%202.198%200%200%200-.448-2.404zm-18.435%206.43a2.786%202.786%200%200%201-2.794-2.678h5.588a2.786%202.786%200%200%201-2.794%202.678zm0-7.109H10.558c1.825-3.517%202.391-7.492%202.907-11.118%201.114-7.829%201.982-11.592%209.476-11.592%207.574%200%208.45%203.764%209.575%2011.595.52%203.624%201.09%207.599%202.929%2011.115H22.941z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-bell-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2246%22%20height%3D%2250%22%20viewBox%3D%220%200%2046%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22bell-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h46v50H0z%22%2F%3E%3Cpath%20d%3D%22M41.376%2035.141c-3.094-3.175-3.768-7.873-4.42-12.416-.967-6.734-2.056-14.302-11.773-15.292v-1.22c0-1.223-1.004-2.215-2.242-2.215s-2.243.992-2.243%202.215v1.222c-9.635.997-10.716%208.562-11.675%2015.292-.647%204.545-1.315%209.244-4.384%2012.421a2.196%202.196%200%200%200-.439%202.401%202.242%202.242%200%200%200%202.062%201.344h9.395c.051%203.928%203.296%207.109%207.284%207.109s7.233-3.181%207.284-7.109h9.535c.899%200%201.712-.53%202.064-1.348a2.198%202.198%200%200%200-.448-2.404zm-18.435%206.43a2.786%202.786%200%200%201-2.794-2.678h5.588a2.786%202.786%200%200%201-2.794%202.678zm0-7.109H10.558c1.826-3.517%202.391-7.492%202.907-11.118%201.114-7.829%201.982-11.592%209.476-11.592%207.574%200%208.45%203.764%209.575%2011.595.52%203.624%201.09%207.599%202.929%2011.115H22.941z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-binoculars-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2232%22%20viewBox%3D%220%200%2050%2032%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22binoculars-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v32H0z%22%2F%3E%3Cpath%20d%3D%22M45.013%2023.021a8.202%208.202%200%200%201-4.054%203.994c-5.96%202.694-11.778-.625-13.276-5.781-.152-.524-.711-.832-1.211-.612-.419.184-.962.34-1.601.34a3.3%203.3%200%200%201-1.293-.25c-.5-.212-1.088.016-1.24.537-1.504%205.146-7.313%208.455-13.265%205.768a8.208%208.208%200%200%201-4.059-3.994c-2.334-5.021-.382-9.962%203.363-12.321a.827.827%200%200%200%20.208-.183c.488-.614%203.162-3.716%207.166-3.515v-.01c4.559-6.268%208.072-.76%208.072-.76l-.008-.016a2.505%202.505%200%200%201%201.202-.304%202.5%202.5%200%200%201%201.21.308l-.006.012s3.514-5.508%208.072.76v.01c4.441-.222%207.247%203.619%207.247%203.619l-.003.009c3.815%202.33%205.831%207.318%203.476%2012.389zM9.807%2013.309a5.307%205.307%200%200%200-2.332%202.333c-3.012%205.959%202.897%2011.871%208.86%208.861a5.302%205.302%200%200%200%202.334-2.331c3.019-5.962-2.9-11.88-8.862-8.863zm13.731.759c-.15.098-.284.231-.381.381-1.526%202.354.984%204.868%203.34%203.344.15-.097.283-.23.38-.379%201.528-2.353-.981-4.868-3.339-3.346zm9.861-.758a5.31%205.31%200%200%200-2.33%202.332c-3.013%205.96%202.899%2011.872%208.862%208.86a5.308%205.308%200%200%200%202.333-2.33c3.019-5.963-2.902-11.881-8.865-8.862zm2.558%2010.258l-.153-.026a3.507%203.507%200%200%201-1.65-.788c-2.025-1.754-2.218-4.212-1.198-6.01a6.462%206.462%200%200%200%203.492%205.112c.913.468.522%201.874-.491%201.712zm-24.096.008l-.122-.02a3.475%203.475%200%200%201-1.681-.78c-2.049-1.756-2.248-4.227-1.223-6.032.056.545.176%201.093.379%201.63a6.464%206.464%200%200%200%203.128%203.49c.908.462.527%201.862-.481%201.712z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-calendar-gray-darker {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23333%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22calendar-gray-darkersvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20d%3D%22M40.003%2046H10.011a5.998%205.998%200%200%201-5.998-5.991c-.007-7.982-.017-22.023-.012-30.017a5.996%205.996%200%200%201%206.018-5.993l.206.001.018%208.168h7.964V4h13.606v8.153h7.963V4l.204-.001A5.998%205.998%200%200%201%2046%209.996v30.007A5.997%205.997%200%200%201%2040.003%2046zm1.205-29.455H8.882v24.478h32.326V16.545zM18.825%2027.532h-5.992v-5.991h5.992v5.991zm0%208.986h-5.992v-5.991h5.992v5.991zm9.448-8.986h-5.991v-5.991h5.991v5.991zm0%208.986h-5.991v-5.991h5.991v5.991zm9.174-8.986h-5.991v-5.991h5.991v5.991zm0%208.986h-5.991v-5.991h5.991v5.991zM34.724%204h2.346v5.214h-2.346V4zM13.203%204h2.347v5.214h-2.347V4z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-calendar-gray-light {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22calendar-gray-lightsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20d%3D%22M40.003%2046H10.011a5.996%205.996%200%200%201-5.997-5.991c-.008-7.982-.018-22.023-.013-30.017a5.996%205.996%200%200%201%206.019-5.993l.206.001.017%208.168h7.964V4h13.606v8.153h7.963V4l.204-.001A5.998%205.998%200%200%201%2046%209.996v30.007A5.997%205.997%200%200%201%2040.003%2046zm1.205-29.455H8.882v24.478h32.326V16.545zM18.824%2027.532h-5.991v-5.991h5.991v5.991zm0%208.986h-5.991v-5.991h5.991v5.991zm9.449-8.986h-5.991v-5.991h5.991v5.991zm0%208.986h-5.991v-5.991h5.991v5.991zm9.174-8.986h-5.991v-5.991h5.991v5.991zm0%208.986h-5.991v-5.991h5.991v5.991zM34.724%204h2.346v5.215h-2.346V4zM13.203%204h2.347v5.215h-2.347V4z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-checkbox-alt-off-danger {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff1d23%7D.cls-5%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-alt-off-dangersvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-checkbox-alt-off-hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D.cls-5%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-alt-off-hoversvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-checkbox-alt-off {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-alt-offsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-checkbox-alt-on-hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D.cls-5%7Bfill%3A%234e4e4e%7D.cls-6%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-alt-on-hoversvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20d%3D%22M41%2018.626l-3.695-3.627-15.431%2015.835-5.594-8.296L12%2025.444l9.138%2013.555.005-.007.005.007L41%2018.626z%22%20id%3D%22path-1%22%20class%3D%22cls-6%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-checkbox-alt-on-success {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23459300%7D.cls-5%7Bfill%3A%234e4e4e%7D.cls-6%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-alt-on-successsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20d%3D%22M41%2018.626l-3.695-3.627-15.431%2015.835-5.594-8.296L12%2025.444l9.138%2013.555.005-.007.005.007L41%2018.626z%22%20id%3D%22path-1%22%20class%3D%22cls-6%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-checkbox-alt-on {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%234e4e4e%7D.cls-6%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-alt-onsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20d%3D%22M41%2018.626l-3.695-3.627-15.431%2015.835-5.594-8.296L12%2025.444l9.138%2013.555.005-.007.005.007L41%2018.626z%22%20id%3D%22path-1%22%20class%3D%22cls-6%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-checkbox-off-danger {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff1d23%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-off-dangersvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-checkbox-off-hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-off-hoversvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-checkbox-off {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-offsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-checkbox-on-hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D.cls-5%7Bfill%3A%23fff%7D.cls-6%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-on-hoversvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20id%3D%22rect-4%22%20class%3D%22cls-6%22%20d%3D%22M11%2011h28v28H11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-checkbox-on-success {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23459300%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-on-successsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20id%3D%22rect-4%22%20class%3D%22cls-4%22%20d%3D%22M11%2011h28v28H11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-checkbox-on {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D.cls-6%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-onsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20id%3D%22rect-4%22%20class%3D%22cls-6%22%20d%3D%22M11%2011h28v28H11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-close-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22close-acc1svg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M39.848%2039.848c-8.192%208.192-21.521%208.192-29.713%200-8.191-8.192-8.191-21.521%200-29.712%208.192-8.192%2021.521-8.192%2029.713%200%208.191%208.191%208.191%2021.52%200%2029.712zm-2.951-26.762c-6.564-6.565-17.246-6.564-23.811%200-6.565%206.565-6.565%2017.247%200%2023.811%206.565%206.565%2017.247%206.565%2023.811%200%206.565-6.564%206.565-17.247%200-23.811zm-2.106%2021.016a2.236%202.236%200%200%201-3.162%200l-5.947-5.948-5.947%205.947a2.236%202.236%200%200%201-3.162-3.162l5.946-5.947-5.946-5.947a2.236%202.236%200%201%201%203.162-3.163l5.947%205.947%205.947-5.947a2.236%202.236%200%201%201%203.162%203.163l-5.946%205.947%205.946%205.947a2.236%202.236%200%200%201%200%203.163z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-close-gray-light {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227%22%20stroke%3D%22white%22%2F%3E%0A%3Crect%20x%3D%229.70898%22%20y%3D%224.40649%22%20width%3D%221.25%22%20height%3D%227.5%22%20transform%3D%22rotate(45%209.70898%204.40649)%22%20fill%3D%22white%22%2F%3E%0A%3Crect%20x%3D%2210.5938%22%20y%3D%229.70972%22%20width%3D%221.25%22%20height%3D%227.5%22%20transform%3D%22rotate(135%2010.5938%209.70972)%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.icon-close-gray-dark {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23666%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22close-gray-darksvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M39.848%2039.848c-8.192%208.192-21.521%208.192-29.712%200-8.192-8.192-8.192-21.521%200-29.712%208.191-8.192%2021.52-8.192%2029.712%200%208.192%208.191%208.192%2021.52%200%2029.712zm-2.951-26.762c-6.564-6.565-17.246-6.564-23.811%200-6.565%206.565-6.565%2017.247%200%2023.811%206.565%206.565%2017.247%206.565%2023.811%200%206.565-6.564%206.565-17.247%200-23.811zm-2.105%2021.016a2.237%202.237%200%200%201-3.163%200l-5.947-5.948-5.947%205.947a2.236%202.236%200%200%201-3.162-3.162l5.946-5.947-5.946-5.947a2.236%202.236%200%201%201%203.162-3.163l5.947%205.947%205.947-5.947a2.237%202.237%200%200%201%203.163%203.163l-5.947%205.947%205.947%205.947a2.237%202.237%200%200%201%200%203.163z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-close-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22close-whitesvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M39.848%2039.848c-8.192%208.192-21.521%208.192-29.712%200-8.192-8.192-8.192-21.521%200-29.712%208.191-8.192%2021.52-8.192%2029.712%200%208.192%208.191%208.192%2021.52%200%2029.712zm-2.951-26.762c-6.564-6.565-17.246-6.564-23.811%200-6.565%206.565-6.565%2017.247%200%2023.811%206.565%206.565%2017.247%206.565%2023.811%200%206.565-6.564%206.565-17.247%200-23.811zm-2.105%2021.016a2.237%202.237%200%200%201-3.163%200l-5.947-5.948-5.947%205.947a2.236%202.236%200%200%201-3.162-3.162l5.946-5.947-5.946-5.947a2.236%202.236%200%201%201%203.162-3.163l5.947%205.947%205.947-5.947a2.237%202.237%200%200%201%203.163%203.163l-5.947%205.947%205.947%205.947a2.237%202.237%200%200%201%200%203.163z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-close-full {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D.cls-5%7Bfill%3A%23333%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22close-fullsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M39.848%2039.848c-8.192%208.192-21.521%208.192-29.713%200-8.191-8.192-8.191-21.521%200-29.712%208.192-8.192%2021.521-8.192%2029.713%200%208.191%208.191%208.191%2021.52%200%2029.712z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M37.727%2037.727c-7.022%207.021-18.447%207.021-25.468%200-7.022-7.022-7.022-18.446%200-25.468%207.021-7.021%2018.446-7.021%2025.468%200%207.021%207.022%207.021%2018.446%200%2025.468zm-2.529-22.939c-5.627-5.627-14.783-5.627-20.41%200-5.627%205.627-5.627%2014.783%200%2020.41%205.627%205.627%2014.783%205.627%2020.41%200%205.627-5.627%205.627-14.783%200-20.41zm-1.805%2018.013a1.916%201.916%200%200%201-2.711%200l-5.097-5.097-5.098%205.097a1.917%201.917%200%200%201-2.71-2.711l5.097-5.097-5.097-5.097a1.916%201.916%200%201%201%202.71-2.711l5.098%205.097%205.097-5.097a1.916%201.916%200%201%201%202.711%202.711l-5.098%205.097%205.098%205.098a1.917%201.917%200%200%201%200%202.71z%22%20id%3D%22path-2%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-envelope-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2239%22%20viewBox%3D%220%200%2050%2039%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22envelope-acc1svg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v39H0z%22%2F%3E%3Cpath%20d%3D%22M46%206.64l-.015-.012c-.151-1.476-1.425-2.637-2.962-2.637H6.976c-1.536%200-2.81%201.161-2.961%202.636L4%206.64l.014.01c-.008.09-.014.18-.014.272v25.156c0%201.612%201.339%202.931%202.976%202.931h36.047c1.638%200%202.977-1.319%202.977-2.931V6.922c0-.092-.006-.182-.014-.272L46%206.64zm-8.612%201.487L25%2017.886%2012.611%208.127h24.777zM41.8%2030.873H8.2V9.948l15.488%2012.2c.383.303.848.454%201.312.454a2.11%202.11%200%200%200%201.312-.454L41.8%209.948v20.925z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-envelope-gray {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2239%22%20viewBox%3D%220%200%2050%2039%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22envelope-graysvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v39H0z%22%2F%3E%3Cpath%20d%3D%22M46%206.64l-.015-.012c-.151-1.476-1.426-2.637-2.962-2.637H6.976c-1.536%200-2.809%201.161-2.961%202.636L4%206.64l.014.01c-.008.09-.014.18-.014.272v25.156c0%201.612%201.339%202.931%202.976%202.931h36.047c1.638%200%202.977-1.319%202.977-2.931V6.922c0-.092-.006-.182-.014-.272L46%206.64zm-8.612%201.487L25%2017.886%2012.612%208.127h24.776zM41.8%2030.873H8.2V9.948l15.488%2012.2c.383.303.848.454%201.312.454a2.11%202.11%200%200%200%201.312-.454L41.8%209.948v20.925z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-exclamation-mark-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22exclamation-mark-whitesvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%204C13.402%204%204%2013.402%204%2025s9.402%2021%2021%2021%2021-9.402%2021-21S36.598%204%2025%204zm-2.033%2010.069h4.151v8.167c0%20.876-.052%201.744-.157%202.606a39.57%2039.57%200%200%201-.415%202.634h-3.007a38.928%2038.928%200%200%201-.415-2.634%2021.524%2021.524%200%200%201-.157-2.606v-8.167zm4.358%2019.525c-.128.3-.307.559-.536.778-.229.219-.497.39-.802.514a2.6%202.6%200%200%201-.988.186c-.362%200-.696-.062-1.001-.186a2.426%202.426%200%200%201-.795-.514%202.413%202.413%200%200%201-.723-1.742c0-.343.064-.661.193-.956a2.427%202.427%200%200%201%201.325-1.292%202.545%202.545%200%200%201%201.001-.193c.353%200%20.683.064.988.193.305.128.573.302.802.521a2.358%202.358%200%200%201%20.73%201.727c0%20.343-.065.664-.194.964z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-facebook-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22facebook-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20d%3D%22M43.682%204H6.318A2.318%202.318%200%200%200%204%206.318v37.364A2.318%202.318%200%200%200%206.318%2046h20.116V29.735H20.96v-6.338h5.474v-4.675c0-5.425%203.313-8.378%208.152-8.378%202.318%200%204.31.172%204.891.249v5.669l-3.356.002c-2.632%200-3.142%201.251-3.142%203.086v4.047h6.277l-.817%206.338h-5.46V46h10.703A2.318%202.318%200%200%200%2046%2043.682V6.318A2.318%202.318%200%200%200%2043.682%204z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-facebook {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%233d5193%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22facebooksvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20d%3D%22M43.682%2046A2.318%202.318%200%200%200%2046%2043.682V6.318A2.318%202.318%200%200%200%2043.682%204H6.318A2.318%202.318%200%200%200%204%206.318v37.364A2.318%202.318%200%200%200%206.318%2046%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M32.979%2019.35v4.047h6.277l-.817%206.339h-5.46V46h-6.545V29.736H20.96v-6.339h5.474v-4.675c0-5.424%203.313-8.378%208.152-8.378%202.318%200%204.311.172%204.891.249v5.67l-3.356.001c-2.632%200-3.142%201.251-3.142%203.086z%22%20id%3D%22path-2%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-filter-gray-darker {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2248%22%20viewBox%3D%220%200%2050%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23333%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22filter-gray-darkersvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v48H0z%22%2F%3E%3Cpath%20d%3D%22M45.991%2011.127c0-3.935-9.4-7.127-20.995-7.127C13.402%204%204.003%207.192%204.003%2011.127c0%20.083.009.167.018.25-.003.019-.018.026-.018.051v1.39c0%20.389.181.891.402%201.116l1.303%201.32%2015.177%2015.407v11.466c0%20.36.67%201.861%204.112%201.861s4.111-1.411%204.111-1.861V30.628l15.339-15.54c.494-.502%201.044-1.058%201.222-1.237.176-.18.322-.591.322-.916v-1.39c0-.039-.02-.055-.026-.085.015-.11.026-.221.026-.333M24.996%207.262c10.415%200%2016.351%202.535%2017.62%203.865-1.269%201.331-7.204%203.865-17.62%203.865-10.415%200-16.35-2.535-17.618-3.865%201.268-1.331%207.203-3.865%2017.618-3.865%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-globe-gray-dark {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23666%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22globe-gray-darksvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M46%2025.032C45.905%2036.551%2036.598%2046.004%2024.984%2046%2013.363%2045.996%203.975%2036.515%204%2024.955%204.026%2013.395%2013.447%204%2024.981%204.001c11.597%200%2020.939%209.421%2021.019%2021.031zm-17.405-14.6c.426.106.894.262%201.374.333.72.107%201.455.192%202.148-.134a.503.503%200%200%200%20.245-.337c.101-.909-.294-1.596-1.071-2.018-.459-.249-.987-.376-1.489-.541-.819-.268-1.67-.454-2.388-.971-.559.073-1.141-.175-1.684.117-.274.147-.537.318-.819.451-1.066.505-2.212.712-3.367.891-.956.148-1.905.341-2.884.193-1.79-.271-3.094.723-4.393%201.718-.08.062-.141.153-.201.238-.264.371-.308.725-.01%201.062.416.47.442.976.257%201.513a137.29%20137.29%200%200%201-1.233%203.432c-.376%201.003-.894%201.982-.832%203.081.052.93.227%201.856.386%202.777.153.884.321%201.758.228%202.666-.025.242.073.511.165.749.397%201.033%201.017%201.989%201.015%203.159.736.016%201.266.402%201.795.799.232.174.464.366.725.483.731.327%201.458.679%202.22.913%201.422.437%202.71%201.1%203.896%201.995.537.406%201.137.733%201.719%201.077a3.605%203.605%200%200%200%201.755.496c.511.015.609.118.514.64a2.232%202.232%200%200%201-.227.611c-.232.443-.497.868-.725%201.312-.151.295-.298.6-.378.918-.052.206-.053.487.049.66.739%201.255%201.591%202.403%203.122%202.853-.07.241-.173.466-.192.697-.023.279.012.567.052.846.009.062.144.152.219.15.312-.007.625-.028.933-.072%201.724-.247%203.221-1.021%204.614-2.024%201.495-1.077%202.812-2.355%204.045-3.715.867-.956%201.553-2.037%201.893-3.304.225-.839.131-1.006-.75-1.064-.798-.052-1.569-.162-2.296-.511-.13-.063-.277-.088-.417-.129-.729-.211-1.491-.348-2.176-.655-.547-.245-1.076-.268-1.635-.259-.406.006-.811.029-1.217.035-1.503.022-2.947.24-4.195%201.178-.18.136-.396.238-.611.307a2.607%202.607%200%200%201-.759.139.641.641%200%200%201-.643-.632c-.016-.374-.006-.75-.005-1.125.001-.539-.172-.796-.691-.967a6.851%206.851%200%200%200-.846-.215c-.241-.048-.345-.142-.327-.415.038-.596-.021-1.187-.249-1.749-.193-.478-.577-.639-1.029-.393-.234.128-.436.316-.644.487-.177.145-.328.323-.513.454-.278.196-.577.168-.836-.039-.729-.584-.995-1.867-.538-2.679.222-.394.531-.653%201.037-.589.361.046.728.04%201.092.059.712.038%201.267.275%201.684.933.636%201.003%201.612%201.671%202.609%202.29.02.013.057-.002.082-.004.15-.572.327-1.129.438-1.7.094-.486.222-1.007.14-1.479-.152-.875.113-1.526.701-2.148.304-.321.535-.745.696-1.162.205-.53.327-1.096.446-1.654a2.639%202.639%200%200%201%201.013-1.6%205.81%205.81%200%200%201%20.74-.463c.134-.073.18-.138.185-.305a2.77%202.77%200%200%201%20.154-.777c.084-.25.274-.361.561-.327.434.051.872.083%201.308.091.648.013%201.198-.211%201.655-.793-.312-.417-.6-.864-.95-1.255-.805-.899-1.832-1.498-2.891-2.047-.692-.359-1.379-.726-2.034-1.071l.235-1.481z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-gplus {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23b)%22%3E%3Cdefs%3E%3Cpath%20id%3D%22c%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22e%22%3E%3Cuse%20xlink%3Ahref%3D%22%23c%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cdefs%3E%3Cfilter%20id%3D%22d%22%20filterUnits%3D%22userSpaceOnUse%22%20x%3D%224%22%20y%3D%224%22%20width%3D%2242%22%20height%3D%2242%22%3E%3CfeColorMatrix%20values%3D%221%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%201%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%224%22%20y%3D%224%22%20width%3D%2242%22%20height%3D%2242%22%20id%3D%22f%22%3E%3Cg%20filter%3D%22url(%23d)%22%3E%3Cpath%20clip-path%3D%22url(%23e)%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23e)%22%20fill%3D%22%23FFF%22%20d%3D%22M4%2010.2h42V46H4z%22%20enable-background%3D%22new%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3Cg%20clip-path%3D%22url(%23e)%22%20mask%3D%22url(%23f)%22%3E%3Cdefs%3E%3Cpath%20id%3D%22g%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22h%22%3E%3Cuse%20xlink%3Ahref%3D%22%23g%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23h)%22%3E%3Cdefs%3E%3Cpath%20id%3D%22i%22%20d%3D%22M46%2041.8c0%202.3-1.9%204.2-4.2%204.2H8.2C5.9%2046%204%2044.1%204%2041.8V8.2C4%205.9%205.9%204%208.2%204h33.6C44.1%204%2046%205.9%2046%208.2v33.6z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22j%22%3E%3Cuse%20xlink%3Ahref%3D%22%23i%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22k%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-.092%22%20y1%3D%22149.611%22%20x2%3D%22.188%22%20y2%3D%22149.611%22%20gradientTransform%3D%22matrix(0%20128.5303%20128.5303%200%20-19204.553%2022.051)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23524e4e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231a1818%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url(%23j)%22%20fill%3D%22url(%23k)%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%22.4%22%20clip-path%3D%22url(%23h)%22%3E%3Cdefs%3E%3Cpath%20id%3D%22l%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22m%22%3E%3Cuse%20xlink%3Ahref%3D%22%23l%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23m)%22%20fill%3D%22%232D2D2D%22%20d%3D%22M46%2041.8c0%202.3-1.9%204.2-4.2%204.2H8.2C5.9%2046%204%2044.1%204%2041.8V8.2C4%205.9%205.9%204%208.2%204h33.6C44.1%204%2046%205.9%2046%208.2v33.6z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cpath%20clip-path%3D%22url(%23e)%22%20fill%3D%22%23EFB302%22%20d%3D%22M41.8%204h-6.4v6.2H46v-2C46%205.9%2044.1%204%2041.8%204%22%2F%3E%3Cpath%20clip-path%3D%22url(%23e)%22%20fill%3D%22%23009A19%22%20d%3D%22M25%204h10.4v6.2H25z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23e)%22%20fill%3D%22%232E65EC%22%20d%3D%22M14.4%204H25v6.2H14.4z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23e)%22%20fill%3D%22%23D70501%22%20d%3D%22M14.4%204H8.2C5.9%204%204%205.9%204%208.2v2h10.4V4z%22%2F%3E%3Cg%20opacity%3D%22.5%22%20clip-path%3D%22url(%23e)%22%3E%3Cdefs%3E%3Cpath%20id%3D%22n%22%20d%3D%22M4%2010.2h42v.6H4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22o%22%3E%3Cuse%20xlink%3Ahref%3D%22%23n%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23o)%22%20fill%3D%22%231A1818%22%20d%3D%22M4%2010.2h42v.6H4z%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%22.1%22%20clip-path%3D%22url(%23e)%22%3E%3Cdefs%3E%3Cpath%20id%3D%22p%22%20d%3D%22M4%204h42v6.2H4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22q%22%3E%3Cuse%20xlink%3Ahref%3D%22%23p%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23q)%22%3E%3Cdefs%3E%3Cpath%20id%3D%22r%22%20d%3D%22M41.8%204H8.2C5.9%204%204%205.9%204%208.2v2h42v-2C46%205.9%2044.1%204%2041.8%204%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22t%22%3E%3Cuse%20xlink%3Ahref%3D%22%23r%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cdefs%3E%3Cfilter%20id%3D%22s%22%20filterUnits%3D%22userSpaceOnUse%22%20x%3D%224%22%20y%3D%224%22%20width%3D%2242%22%20height%3D%226.2%22%3E%3CfeColorMatrix%20values%3D%221%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%201%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%224%22%20y%3D%224%22%20width%3D%2242%22%20height%3D%226.2%22%20id%3D%22v%22%3E%3Cg%20filter%3D%22url(%23s)%22%3E%3ClinearGradient%20id%3D%22u%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-.17%22%20y1%3D%22148.257%22%20x2%3D%22.11%22%20y2%3D%22148.257%22%20gradientTransform%3D%22matrix(0%2028.6845%2028.6845%200%20-4227.672%2012.334)%22%3E%3Cstop%20offset%3D%220%22%2F%3E%3Cstop%20offset%3D%22.988%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url(%23t)%22%20fill%3D%22url(%23u)%22%20d%3D%22M4%204h42v6.2H4z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3ClinearGradient%20id%3D%22w%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-.17%22%20y1%3D%22148.257%22%20x2%3D%22.11%22%20y2%3D%22148.257%22%20gradientTransform%3D%22matrix(0%2028.6845%2028.6845%200%20-4227.672%2012.334)%22%3E%3Cstop%20offset%3D%220%22%2F%3E%3Cstop%20offset%3D%22.988%22%2F%3E%3Cstop%20offset%3D%221%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url(%23t)%22%20mask%3D%22url(%23v)%22%20fill%3D%22url(%23w)%22%20d%3D%22M4%204h42v6.2H4z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20opacity%3D%22.25%22%20clip-path%3D%22url(%23e)%22%3E%3Cdefs%3E%3Cpath%20id%3D%22x%22%20d%3D%22M4%204h42v6.2H4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22y%22%3E%3Cuse%20xlink%3Ahref%3D%22%23x%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23y)%22%3E%3Cdefs%3E%3Cpath%20id%3D%22z%22%20d%3D%22M41.8%204H8.2C5.9%204%204%205.9%204%208.2v2h42v-2C46%205.9%2044.1%204%2041.8%204%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22A%22%3E%3Cuse%20xlink%3Ahref%3D%22%23z%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22B%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22.181%22%20y1%3D%22147.863%22%20x2%3D%22.461%22%20y2%3D%22147.863%22%20gradientTransform%3D%22matrix(0%2023.393%2023.393%200%20-3433.956%20-.334)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f9f9f9%22%2F%3E%3Cstop%20offset%3D%221%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url(%23A)%22%20fill%3D%22url(%23B)%22%20d%3D%22M4%204h42v6.2H4z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20opacity%3D%22.15%22%20clip-path%3D%22url(%23e)%22%3E%3Cdefs%3E%3Cpath%20id%3D%22C%22%20d%3D%22M4%204h42v4.5H4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22D%22%3E%3Cuse%20xlink%3Ahref%3D%22%23C%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23D)%22%20fill%3D%22%23FFF%22%20d%3D%22M41.8%204H8.2C5.9%204%204%205.9%204%208.2v.3c0-2.3%201.9-4.2%204.2-4.2h33.6c2.3%200%204.2%201.9%204.2%204.2v-.3C46%205.9%2044.1%204%2041.8%204%22%2F%3E%3C%2Fg%3E%3Cpath%20clip-path%3D%22url(%23e)%22%20d%3D%22M37.3%2025.6h-9.5V16h-5.6v9.6h-9.5v5.6h9.5v9.5h5.6v-9.5h9.5z%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url(%23b)%22%3E%3Cdefs%3E%3Cpath%20id%3D%22E%22%20d%3D%22M22.2%2015.8v9.5h-9.5v5.6h9.5v9.5h5.6v-9.5h9.5v-5.6h-9.5v-9.5z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22F%22%3E%3Cuse%20xlink%3Ahref%3D%22%23E%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22G%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-.297%22%20y1%3D%22149.435%22%20x2%3D%22-.017%22%20y2%3D%22149.435%22%20gradientTransform%3D%22matrix(0%2088.5025%2088.5025%200%20-13200.372%2042.115)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f9f9f9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d1d1d3%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url(%23F)%22%20fill%3D%22url(%23G)%22%20d%3D%22M12.7%2015.8h24.6v24.6H12.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-hamburger-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2239%22%20viewBox%3D%220%200%2050%2039%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22hamburger-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v39H0z%22%2F%3E%3Cpath%20d%3D%22M42.847%2016.398H7.152c-1.739%200-3.15%201.389-3.15%203.102%200%201.713%201.411%203.102%203.15%203.102h35.695c1.739%200%203.149-1.389%203.149-3.102%200-1.713-1.41-3.102-3.149-3.102zm0%2012.407H7.152c-1.739%200-3.15%201.388-3.15%203.102%200%201.713%201.411%203.102%203.15%203.102h35.695c1.739%200%203.149-1.389%203.149-3.102%200-1.714-1.41-3.102-3.149-3.102zM7.152%2010.195h35.695c1.739%200%203.15-1.388%203.15-3.102%200-1.713-1.411-3.102-3.15-3.102H7.152c-1.739%200-3.15%201.389-3.15%203.102%200%201.714%201.411%203.102%203.15%203.102z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-heart-gray-dark {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2246%22%20viewBox%3D%220%200%2050%2046%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23666%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22heart-gray-darksvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v46H0z%22%2F%3E%3Cpath%20d%3D%22M39.835%205.076C34.48%202.461%2027.478%204.921%2025%2010.559c-2.477-5.638-9.48-8.101-14.834-5.483C4.464%207.868%201.737%2015%206.242%2023.412%209.44%2029.399%2015.109%2033.909%2025%2041.995c9.892-8.086%2015.561-12.599%2018.759-18.583C48.264%2015%2045.537%207.868%2039.835%205.076%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-heart-gray-darker {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2246%22%20viewBox%3D%220%200%2050%2046%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23333%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22heart-gray-darkersvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v46H0z%22%2F%3E%3Cpath%20d%3D%22M39.835%205.076C34.48%202.461%2027.478%204.921%2025%2010.559c-2.477-5.638-9.48-8.101-14.834-5.483C4.464%207.868%201.737%2015%206.242%2023.412%209.44%2029.399%2015.109%2033.909%2025%2041.995c9.892-8.086%2015.561-12.599%2018.759-18.583C48.264%2015%2045.537%207.868%2039.835%205.076%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-heart-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2246%22%20viewBox%3D%220%200%2050%2046%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22heart-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v46H0z%22%2F%3E%3Cpath%20d%3D%22M39.835%205.076C34.48%202.461%2027.478%204.921%2025%2010.559c-2.477-5.638-9.48-8.101-14.834-5.483C4.464%207.868%201.737%2015%206.242%2023.412%209.44%2029.399%2015.109%2033.909%2025%2041.995c9.892-8.086%2015.561-12.599%2018.759-18.583C48.264%2015%2045.537%207.868%2039.835%205.076%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-info-hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22info-hoversvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M22.438%2020.334V33.4h3.906V20.334h-3.906zm4.171-4.473a2.37%202.37%200%200%200-1.279-1.222%202.434%202.434%200%200%200-.926-.177c-.32%200-.618.059-.895.177a2.348%202.348%200%200%200-1.241%201.222%202.193%202.193%200%200%200-.183.894c0%20.311.061.603.183.876s.29.513.504.718c.214.206.46.37.737.492.277.122.575.182.895.182.327%200%20.636-.06.926-.182.289-.122.543-.286.762-.492.218-.205.391-.445.517-.718.126-.273.189-.565.189-.876%200-.319-.063-.617-.189-.894z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-info-off {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22info-offsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M22.438%2020.334V33.4h3.906V20.334h-3.906zm4.171-4.473a2.37%202.37%200%200%200-1.279-1.222%202.434%202.434%200%200%200-.926-.177c-.32%200-.618.059-.895.177a2.348%202.348%200%200%200-1.241%201.222%202.193%202.193%200%200%200-.183.894c0%20.311.061.603.183.876s.29.513.504.718c.214.206.46.37.737.492.277.122.575.182.895.182.327%200%20.636-.06.926-.182.289-.122.543-.286.762-.492.218-.205.391-.445.517-.718.126-.273.189-.565.189-.876%200-.319-.063-.617-.189-.894z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-like-gray-dark {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2247%22%20viewBox%3D%220%200%2050%2047%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23666%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22like-gray-darksvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v47H0z%22%2F%3E%3Cpath%20d%3D%22M41.588%2043.005H27.972a4.348%204.348%200%200%201-1.62-.313l-6.887-2.761c-.575%201.784-2.23%203.075-4.184%203.075H8.402c-2.43%200-4.4-1.995-4.4-4.457V19.593c0-2.462%201.97-4.457%204.4-4.457h6.879a4.36%204.36%200%200%201%201.638.322l4.902-9.135a4.394%204.394%200%200%201%203.867-2.329h3.934c2.431%200%204.401%201.996%204.401%204.457v6.682h7.564c2.431%200%204.402%201.995%204.403%204.457v18.958c0%202.462-1.972%204.457-4.402%204.457zm-26.307-7.186a4.592%204.592%200%200%201-.046-.612V19.728c0-.045.007-.089.009-.135H8.402v18.956h6.879v-2.73zM41.587%2019.59H29.622V8.451h-3.934l-6.006%2011.191v15.583l8.289%203.324h13.616V19.59zM11.925%2032.541c1.215%200%202.201.998%202.201%202.228%200%201.231-.986%202.229-2.201%202.229S9.724%2036%209.724%2034.769c0-1.23.986-2.228%202.201-2.228z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-like-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2247%22%20viewBox%3D%220%200%2050%2047%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22like-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v47H0z%22%2F%3E%3Cpath%20d%3D%22M41.588%2043.005H27.972a4.348%204.348%200%200%201-1.62-.313l-6.887-2.761c-.575%201.784-2.23%203.075-4.184%203.075H8.402c-2.43%200-4.4-1.995-4.4-4.457V19.593c0-2.462%201.97-4.457%204.4-4.457h6.879a4.36%204.36%200%200%201%201.638.322l4.902-9.135a4.394%204.394%200%200%201%203.867-2.329h3.934c2.431%200%204.401%201.996%204.401%204.457v6.682h7.564c2.431%200%204.402%201.995%204.403%204.457v18.958c0%202.462-1.972%204.457-4.402%204.457zm-26.307-7.186a4.592%204.592%200%200%201-.046-.612V19.728c0-.045.007-.089.009-.135H8.402v18.956h6.879v-2.73zM41.587%2019.59H29.622V8.451h-3.934l-6.006%2011.191v15.583l8.289%203.324h13.616V19.59zM11.925%2032.541c1.215%200%202.201.998%202.201%202.228%200%201.231-.986%202.229-2.201%202.229S9.724%2036%209.724%2034.769c0-1.23.986-2.228%202.201-2.228z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-list-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2248%22%20viewBox%3D%220%200%2050%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22list-acc1svg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v48H0z%22%2F%3E%3Cpath%20d%3D%22M39.008%2044.005H11.017c-3.855%200-7.017-3.2-7.017-7.131V11.146c0-3.906%203.162-7.131%207.017-7.131h27.991C42.862%204.015%2046%207.24%2046%2011.146v25.728c0%203.931-3.138%207.131-6.992%207.131zm3.533-30.037c0-3.15-2.52-5.72-5.608-5.72H13.092c-3.088%200-5.608%202.57-5.608%205.72v20.083c0%203.15%202.52%205.72%205.608%205.72h23.841c3.088%200%205.608-2.57%205.608-5.72V13.968zM23.913%2027.263h14.515v1.786H23.913v-1.786zm0-10.08h14.515v1.787H23.913v-1.787zm-10.337%208.293h7.004v7.144h-7.004v-7.144zm0-10.079h7.004v7.144h-7.004v-7.144z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-list-gray-light {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2248%22%20viewBox%3D%220%200%2050%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22list-gray-lightsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v48H0z%22%2F%3E%3Cpath%20d%3D%22M39.008%2044.005H11.017C7.162%2044.005%204%2040.804%204%2036.874V11.146c0-3.906%203.162-7.131%207.017-7.131h27.991C42.862%204.015%2046%207.24%2046%2011.146v25.728c0%203.93-3.138%207.131-6.992%207.131zm3.533-30.037c0-3.15-2.52-5.72-5.608-5.72H13.092c-3.088%200-5.608%202.57-5.608%205.72v20.083c0%203.15%202.52%205.72%205.608%205.72h23.841c3.088%200%205.608-2.57%205.608-5.72V13.968zM23.913%2027.263h14.515v1.786H23.913v-1.786zm0-10.08h14.515v1.787H23.913v-1.787zm-10.337%208.293h7.004v7.144h-7.004v-7.144zm0-10.079h7.004v7.144h-7.004v-7.144z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-location-gray-dark {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2236%22%20height%3D%2250%22%20viewBox%3D%220%200%2036%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23666%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22location-gray-darksvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h36v50H0z%22%2F%3E%3Cpath%20d%3D%22M17.997%204C9.962%204%204.008%2010.417%204.008%2018c0%209.333%209.014%2023.252%2010.929%2025.704.881%201.128%201.567%202.297%203.06%202.297%201.422%200%202.136-1.107%203.097-2.334C22.868%2041.401%2031.986%2027.333%2031.986%2018c0-7.474-6.011-14-13.989-14zm0%2021c-3.935%200-6.995-3.062-6.995-7s3.06-7.037%206.995-7.037c4.226%200%206.989%203.5%206.989%206.787.001%204.187-3.053%207.25-6.989%207.25z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-lock-gray {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2238%22%20height%3D%2250%22%20viewBox%3D%220%200%2038%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22lock-graysvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h38v50H0z%22%2F%3E%3Cpath%20d%3D%22M31.687%2022.9v-6.3C31.687%209.652%2025.995%204%2019%204%2012.004%204%206.313%209.652%206.313%2016.6v6.3H3.987V46h30.026V22.9h-2.326zM9.696%2016.6c0-5.095%204.174-9.24%209.304-9.24s9.304%204.145%209.304%209.24v6.3H9.696v-6.3z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-logout-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2242%22%20viewBox%3D%220%200%2050%2042%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22logout-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v42H0z%22%2F%3E%3Cpath%20d%3D%22M46.001%2034.606c0%201.867-1.491%203.38-3.33%203.38H21.457c-1.839%200-3.33-1.513-3.33-3.38%200-1.868%201.491-3.381%203.33-3.381h17.884v-20.45H21.457c-1.839%200-3.33-1.513-3.33-3.38%200-1.868%201.491-3.381%203.33-3.381h21.214c1.839%200%203.33%201.513%203.33%203.381%200%20.1-.021.194-.029.291.008.098.029.192.029.293v26.543c0%20.014-.004.028-.005.042.001.014.005.027.005.042zM13.045%2018.181h12.87c1.464%200%202.65%201.204%202.65%202.689s-1.186%202.689-2.65%202.689H13.049l2.9%202.943a2.72%202.72%200%200%201%200%203.804%202.622%202.622%200%200%201-3.747%200l-7.427-7.54a2.713%202.713%200%200%201%20.001-3.803l7.427-7.53a2.62%202.62%200%200%201%203.746.003%202.718%202.718%200%200%201-.002%203.803l-2.902%202.942z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-loupe-gray {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2248%22%20height%3D%2250%22%20viewBox%3D%220%200%2048%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22loupe-graysvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h48v50H0z%22%2F%3E%3Cpath%20d%3D%22M37.977%2044.967l-10.006-9.669a16.719%2016.719%200%200%201-7.276%201.673c-9.206%200-16.696-7.4-16.696-16.495%200-9.093%207.49-16.491%2016.696-16.491%209.204%200%2016.691%207.398%2016.691%2016.491%200%203.977-1.431%207.628-3.811%2010.48l9.395%209.078c3.26%203.149-1.737%208.079-4.993%204.933zM20.695%2010.962c-5.312%200-9.634%204.268-9.634%209.515%200%205.248%204.322%209.518%209.634%209.518%205.31%200%209.629-4.27%209.629-9.518%200-5.247-4.319-9.515-9.629-9.515z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-loupe-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2248%22%20height%3D%2250%22%20viewBox%3D%220%200%2048%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22loupe-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h48v50H0z%22%2F%3E%3Cpath%20d%3D%22M37.977%2044.967l-10.006-9.669a16.719%2016.719%200%200%201-7.276%201.673c-9.206%200-16.696-7.4-16.696-16.495%200-9.093%207.49-16.491%2016.696-16.491%209.204%200%2016.691%207.398%2016.691%2016.491%200%203.977-1.431%207.628-3.811%2010.48l9.395%209.078c3.26%203.149-1.737%208.079-4.993%204.933zM20.695%2010.962c-5.312%200-9.634%204.268-9.634%209.515%200%205.248%204.322%209.518%209.634%209.518%205.31%200%209.629-4.27%209.629-9.518%200-5.247-4.319-9.515-9.629-9.515z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-mapwmarker-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2248%22%20height%3D%2250%22%20viewBox%3D%220%200%2048%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22mapwmarker-acc1svg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h48v50H0z%22%2F%3E%3Cpath%20d%3D%22M37.334%2046.003H10.689c-3.669%200-6.679-2.981-6.679-6.59V15.639c0-3.633%203.01-6.59%206.679-6.59h1.976c-2.94%200-5.339%202.375-5.339%205.262v22.494c0%202.911%202.399%205.286%205.339%205.286h22.694c2.939%200%205.338-2.375%205.338-5.286V14.311c0-2.887-2.399-5.262-5.338-5.262h1.975c3.669%200%206.656%202.957%206.656%206.59v23.774c0%203.609-2.987%206.59-6.656%206.59zm-13.322-9.648c-1.162%200-1.696-.901-2.383-1.77-1.493-1.891-8.511-12.613-8.511-19.804%200-5.842%204.635-10.788%2010.894-10.788%206.213%200%2010.895%205.03%2010.895%2010.788%200%207.191-7.102%2018.03-8.485%2019.776-.748.946-1.303%201.798-2.41%201.798zm5.442-21.767c0-2.531-2.152-5.23-5.442-5.23-3.065%200-5.447%202.389-5.447%205.423%200%203.034%202.382%205.393%205.447%205.393%203.064%200%205.444-2.359%205.442-5.586z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-mapwmarker-gray-light {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2248%22%20height%3D%2250%22%20viewBox%3D%220%200%2048%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22mapwmarker-gray-lightsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h48v50H0z%22%2F%3E%3Cpath%20d%3D%22M37.334%2046.003H10.689c-3.669%200-6.679-2.981-6.679-6.59V15.639c0-3.633%203.01-6.59%206.679-6.59h1.976c-2.94%200-5.339%202.375-5.339%205.262v22.494c0%202.911%202.399%205.286%205.339%205.286h22.694c2.94%200%205.339-2.375%205.339-5.286V14.311c0-2.887-2.399-5.262-5.339-5.262h1.975c3.669%200%206.656%202.957%206.656%206.59v23.774c0%203.609-2.987%206.59-6.656%206.59zm-13.322-9.648c-1.162%200-1.696-.901-2.383-1.77-1.493-1.891-8.511-12.614-8.511-19.804%200-5.842%204.635-10.788%2010.894-10.788%206.213%200%2010.895%205.03%2010.895%2010.788%200%207.19-7.102%2018.03-8.485%2019.776-.748.946-1.303%201.798-2.41%201.798zm5.442-21.767c0-2.531-2.152-5.23-5.442-5.23-3.065%200-5.447%202.389-5.447%205.423%200%203.034%202.382%205.393%205.447%205.393%203.064%200%205.444-2.359%205.442-5.586z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-marker-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2239%22%20height%3D%2250%22%20viewBox%3D%220%200%2039%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22marker-acc1svg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h39v50H0z%22%2F%3E%3Cpath%20d%3D%22M19.674%204C11.021%204%203.991%2011.06%203.991%2019.75c0%2010.138%2011.357%2022.81%2012.979%2024.621.721.724%201.262%201.629%202.524%201.629%201.261%200%201.802-.724%202.523-1.629%201.803-1.992%2012.979-14.483%2012.979-24.621C35.356%2011.06%2028.326%204%2019.674%204zm0%2026.25c-5.769%200-10.455-4.707-10.455-10.5s4.686-10.5%2010.455-10.5c5.768%200%2010.455%204.707%2010.455%2010.5s-4.687%2010.5-10.455%2010.5zm0-15.75c-2.884%200-5.228%202.353-5.228%205.25S16.79%2025%2019.674%2025s5.227-2.353%205.227-5.25-2.343-5.25-5.227-5.25z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-marker-gray-darker {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2239%22%20height%3D%2250%22%20viewBox%3D%220%200%2039%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23333%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22marker-gray-darkersvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h39v50H0z%22%2F%3E%3Cpath%20d%3D%22M19.674%204C11.021%204%203.991%2011.06%203.991%2019.75c0%2010.138%2011.357%2022.81%2012.979%2024.621.721.724%201.262%201.629%202.524%201.629%201.261%200%201.802-.724%202.523-1.629%201.803-1.992%2012.979-14.483%2012.979-24.621C35.356%2011.06%2028.326%204%2019.674%204zm0%2026.25c-5.769%200-10.455-4.707-10.455-10.5s4.686-10.5%2010.455-10.5c5.768%200%2010.455%204.707%2010.455%2010.5s-4.687%2010.5-10.455%2010.5zm0-15.75c-2.884%200-5.228%202.353-5.228%205.25S16.79%2025%2019.674%2025s5.227-2.353%205.227-5.25-2.343-5.25-5.227-5.25z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-marker-gray {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2239%22%20height%3D%2250%22%20viewBox%3D%220%200%2039%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22marker-graysvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h39v50H0z%22%2F%3E%3Cpath%20d%3D%22M19.674%204C11.021%204%203.991%2011.06%203.991%2019.75c0%2010.138%2011.357%2022.81%2012.979%2024.621.721.724%201.262%201.629%202.524%201.629%201.261%200%201.802-.724%202.523-1.629%201.803-1.992%2012.979-14.483%2012.979-24.621C35.356%2011.06%2028.326%204%2019.674%204zm0%2026.25c-5.769%200-10.455-4.707-10.455-10.5s4.686-10.5%2010.455-10.5c5.768%200%2010.455%204.707%2010.455%2010.5s-4.687%2010.5-10.455%2010.5zm0-15.75c-2.884%200-5.228%202.353-5.228%205.25S16.79%2025%2019.674%2025s5.227-2.353%205.227-5.25-2.343-5.25-5.227-5.25z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-observe-off {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%2C.cls-4%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill-opacity%3A.8%7D.cls-5%7Bfill%3A%23333%3Bfill-opacity%3A.9%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22observe-offsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M33.239%2016.718c-2.97-1.413-6.855-.084-8.229%202.963-1.375-3.047-5.26-4.378-8.23-2.963-3.163%201.509-4.676%205.362-2.177%209.907%201.774%203.235%204.919%205.672%2010.407%2010.041%205.487-4.369%208.632-6.807%2010.406-10.041%202.499-4.545.986-8.398-2.177-9.907%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-observe-on {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22observe-onsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M33.239%2016.707c-2.97-1.413-6.855-.084-8.229%202.963-1.375-3.047-5.26-4.378-8.23-2.963-3.163%201.509-4.676%205.362-2.177%209.907%201.774%203.235%204.919%205.672%2010.407%2010.041%205.487-4.369%208.632-6.807%2010.406-10.041%202.499-4.545.986-8.398-2.177-9.907%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-opineo {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%238fbf24%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22opineosvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M25%2046a20.898%2020.898%200%200%201-11.095-3.172l4.466-1.683A17.381%2017.381%200%200%200%2025%2042.452c9.638%200%2017.452-7.814%2017.452-17.452%200-9.638-7.814-17.452-17.452-17.452-9.638%200-17.452%207.814-17.452%2017.452%200%202.303.451%204.5%201.261%206.514l-1.866%204.207A20.905%2020.905%200%200%201%204%2025C4%2013.402%2013.402%204%2025%204s21%209.402%2021%2021-9.402%2021-21%2021zm0-34.521c7.467%200%2013.521%206.054%2013.521%2013.521%200%207.467-6.054%2013.521-13.521%2013.521-2.044%200-3.98-.456-5.717-1.268l-9.186%202.746%202.659-9.262A13.476%2013.476%200%200%201%2011.479%2025c0-7.467%206.054-13.521%2013.521-13.521z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.069%2022.739l4.171%204.171%206.953-6.952c.611-.611%203.056%201.834%202.445%202.445-2.53%202.53-9.254%209.781-9.781%209.781-.815%200-4.603-4.602-6.82-6.82-.709-.709%202.323-3.334%203.032-2.625z%22%20id%3D%22path-2%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-person-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22person-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20d%3D%22M40.461%2035.666c-6.021-1.391-11.625-2.608-8.912-7.731%208.262-15.595%202.19-23.934-6.534-23.934-8.897%200-14.819%208.659-6.535%2023.934%202.796%205.154-3.02%206.371-8.911%207.731-6.018%201.389-5.555%204.566-5.555%2010.33h42.002c-.001-5.764.462-8.941-5.555-10.33z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-phone-gray-dark {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23666%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22phone-gray-darksvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20d%3D%22M45.578%2039.295c-2.38%205.708-7.961%206.708-9.785%206.708-.535%200-8.876.443-20.864-10.933C5.28%2025.916%204.101%2016.071%203.998%2014.201c-.1-1.822.422-6.393%206.707-9.788.779-.421%202.323-.608%202.722-.209.177.177%205.452%208.861%205.591%209.148.139.288.209.571.209.848%200%20.397-.283.893-.849%201.488a14.51%2014.51%200%200%201-1.843%201.636A17.997%2017.997%200%200%200%2014.69%2018.9c-.564.555-.847%201.012-.847%201.369.038.926.797%204.243%206.577%209.323%205.78%205.081%208.565%206.513%208.833%206.612.267.099.49.148.668.148.358%200%20.814-.282%201.369-.847.555-.566%202.421-3.124%203.016-3.69.594-.565%201.091-.847%201.487-.847.278%200%20.56.069.847.208.288.138%208.98%205.226%209.146%205.396.451.463.133%201.906-.208%202.723%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-phone-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22phone-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20d%3D%22M45.578%2039.295c-2.38%205.708-7.961%206.708-9.785%206.708-.535%200-8.876.443-20.864-10.933C5.28%2025.916%204.101%2016.071%203.999%2014.201c-.101-1.822.421-6.393%206.706-9.788.779-.421%202.323-.608%202.722-.209.177.177%205.452%208.861%205.591%209.148.139.288.208.571.208.848%200%20.397-.282.893-.848%201.488a14.51%2014.51%200%200%201-1.843%201.636A17.997%2017.997%200%200%200%2014.69%2018.9c-.565.555-.847%201.012-.847%201.369.038.926.797%204.243%206.577%209.323%205.78%205.081%208.565%206.513%208.833%206.612.268.099.49.148.669.148.357%200%20.813-.282%201.368-.847.555-.566%202.421-3.124%203.016-3.69.594-.565%201.091-.847%201.487-.847.278%200%20.56.069.847.208.288.138%208.98%205.226%209.146%205.396.451.463.133%201.906-.208%202.723%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-plane-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22plane-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20d%3D%22M45.997%2033.309v-6.021l-18.054-9.901v-9.32c0-1.609-1.317-4.075-2.943-4.075-1.625%200-2.942%202.467-2.942%204.075v9.32L4.004%2027.288v6.021l18.053-5.047v10.249l-6.475%204.353v3.138L25%2043.371l9.419%202.631v-3.138l-6.475-4.353V28.262l18.053%205.047z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-quote-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2242%22%20viewBox%3D%220%200%2050%2042%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22quot-gray-acc1svg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v42H0z%22%2F%3E%3Cpath%20d%3D%22M20.396%204.014a214.629%20214.629%200%200%200-4.856%203.079c-1.934%201.257-3.761%202.785-5.485%204.584a26.405%2026.405%200%200%200-4.288%205.999c-1.176%202.242-1.765%204.723-1.765%207.443%200%203.853.777%206.963%202.332%209.328%201.555%202.366%204.14%203.55%207.756%203.55%202.311%200%204.129-.765%205.453-2.298%201.324-1.531%201.985-3.18%201.985-4.941%200-2.476-.748-4.353-2.238-5.634-1.49-1.275-3.54-1.917-6.147-1.917h-3.026c.253-2.175.694-3.95%201.323-5.333.632-1.377%201.536-2.696%202.712-3.95%201.262-1.337%202.499-2.413%203.72-3.23%201.219-.816%202.817-1.788%204.792-2.919l-2.268-3.761zm23.329%200a221.62%20221.62%200%200%200-4.856%203.079c-1.934%201.257-3.763%202.785-5.485%204.587a26.399%2026.399%200%200%200-4.288%205.998c-1.176%202.24-1.765%204.721-1.765%207.441%200%203.853.777%206.963%202.332%209.328%201.555%202.366%204.14%203.55%207.756%203.55%202.311%200%204.129-.765%205.453-2.298%201.324-1.531%201.985-3.18%201.985-4.941%200-2.476-.748-4.353-2.238-5.634-1.493-1.278-3.54-1.92-6.147-1.92h-3.026c.253-2.175.683-3.941%201.291-5.3.608-1.359%201.523-2.688%202.744-3.982%201.262-1.337%202.499-2.414%203.72-3.23%201.219-.817%202.817-1.789%204.792-2.919l-2.268-3.759z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-quote-gray-light {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2242%22%20viewBox%3D%220%200%2050%2042%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22quot-gray-lightsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v42H0z%22%2F%3E%3Cpath%20d%3D%22M20.396%204.014a214.629%20214.629%200%200%200-4.856%203.079c-1.934%201.257-3.761%202.785-5.485%204.584a26.405%2026.405%200%200%200-4.288%205.999c-1.176%202.242-1.765%204.723-1.765%207.443%200%203.853.777%206.963%202.332%209.328%201.555%202.366%204.14%203.55%207.756%203.55%202.311%200%204.129-.765%205.453-2.298%201.324-1.531%201.985-3.18%201.985-4.941%200-2.476-.748-4.353-2.238-5.634-1.49-1.275-3.54-1.917-6.147-1.917h-3.026c.253-2.175.694-3.95%201.323-5.333.632-1.377%201.536-2.696%202.712-3.95%201.262-1.337%202.499-2.413%203.72-3.23%201.219-.816%202.817-1.788%204.792-2.919l-2.268-3.761zm23.329%200a221.62%20221.62%200%200%200-4.856%203.079c-1.934%201.257-3.763%202.785-5.485%204.587a26.399%2026.399%200%200%200-4.288%205.998c-1.176%202.24-1.765%204.721-1.765%207.441%200%203.853.777%206.963%202.332%209.328%201.555%202.366%204.14%203.55%207.756%203.55%202.311%200%204.129-.765%205.453-2.298%201.324-1.531%201.985-3.18%201.985-4.941%200-2.476-.748-4.353-2.238-5.634-1.493-1.278-3.54-1.92-6.147-1.92h-3.026c.253-2.175.683-3.941%201.291-5.3.608-1.359%201.523-2.688%202.744-3.982%201.262-1.337%202.499-2.414%203.72-3.23%201.219-.817%202.817-1.789%204.792-2.919l-2.268-3.759z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-radio-off-danger {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff1d23%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-off-dangersvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-radio-off-hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-off-hoversvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-radio-off {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-offsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-radio-on-hover {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D.cls-5%7Bfill%3A%23fff%7D.cls-6%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-on-hoversvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3Ccircle%20id%3D%22circle-4%22%20class%3D%22cls-6%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-radio-on-success {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23459300%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-on-successsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3Ccircle%20id%3D%22circle-4%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-radio-on {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D.cls-6%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-onsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3Ccircle%20id%3D%22circle-4%22%20class%3D%22cls-6%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-return-to-top {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22return-to-topsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M16.444%2028.796a2.521%202.521%200%200%200%201.794.742c.678%200%201.314-.262%201.794-.74l4.676-4.661%204.676%204.661c.479.477%201.116.74%201.793.74.677%200%201.314-.263%201.792-.74a2.525%202.525%200%200%200%200-3.575l-6.438-6.417a2.514%202.514%200%200%200-1.794-.742h-.058c-.678%200-1.313.262-1.791.739l-6.44%206.419a2.507%202.507%200%200%200-.744%201.789c0%20.676.264%201.311.74%201.785z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-ring-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2236%22%20viewBox%3D%220%200%2050%2036%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22ring-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v36H0z%22%2F%3E%3Cpath%20d%3D%22M44.856%2031.999H5.134c-.864%200-1.296-.641-1.08-1.495l1.727-5.771h38.428l1.727%205.771c.216.854-.216%201.495-1.08%201.495zm-.647-11.726c0-8.467-9.701-11.704-17.778-12.044V6.437h2.156V3.999h-7.184v2.438h2.155v1.792c-8.077.34-17.777%203.577-17.777%2012.044v2.566h38.428v-2.566z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-search-type-hotel {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22search-type-hotelsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M38.301%2031.177H11.699c-.973%200%20.861-.771.861-1.722%200-.953.789-1.724%201.761-1.724h21.357c.973%200%201.761.772%201.761%201.724%200%20.951%201.835%201.722.862%201.722zm-14.488-13.81V15.93h.541v-1.404h-1.827a.327.327%200%200%201-.33-.323c0-.178.148-.324.33-.324h4.947c.182%200%20.33.146.33.324a.327.327%200%200%201-.33.323h-1.828v1.404h.541v1.437c5.06.575%208.986%204.78%208.986%209.881H14.826c0-5.101%203.928-9.306%208.987-9.881z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-search-type-place {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22search-type-placesvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2217%22%2F%3E%3Ccircle%20id%3D%22circle-4%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2212%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-share-gray-darker {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2246%22%20viewBox%3D%220%200%2050%2046%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23333%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22share-gray-darkersvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v46H0z%22%2F%3E%3Cpath%20d%3D%22M43.603%2031.853H27.157L16.276%2041.41a2.399%202.399%200%200%201-2.583.383%202.422%202.422%200%200%201-1.411-2.204v-7.736H6.414a2.414%202.414%200%200%201-2.409-2.419V6.408a2.412%202.412%200%200%201%202.409-2.419h37.189a2.415%202.415%200%200%201%202.411%202.419v23.026a2.415%202.415%200%200%201-2.411%202.419zM41.192%208.827H8.822v18.186h5.868a2.413%202.413%200%200%201%202.409%202.421v4.825l7.567-6.648a2.408%202.408%200%200%201%201.588-.598h14.938V8.827zm-18.738%209.277a2.56%202.56%200%200%201%202.556-2.566%202.56%202.56%200%200%201%202.551%202.566%202.557%202.557%200%200%201-2.551%202.563%202.558%202.558%200%200%201-2.556-2.563zm12.769-2.566a2.56%202.56%200%200%201%202.552%202.566%202.557%202.557%200%200%201-2.552%202.563%202.558%202.558%200%200%201-2.556-2.563%202.56%202.56%200%200%201%202.556-2.566zm-20.426%205.129a2.558%202.558%200%200%201-2.556-2.563%202.56%202.56%200%200%201%202.556-2.566%202.56%202.56%200%200%201%202.552%202.566%202.557%202.557%200%200%201-2.552%202.563z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-shield-gray-darker {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2246%22%20height%3D%2250%22%20viewBox%3D%220%200%2046%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23333%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22shield-gray-darkersvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h46v50H0z%22%2F%3E%3Cpath%20d%3D%22M41.737%208.621c-.252-.189-6.321-4.611-18.736-4.611-12.408%200-18.477%204.422-18.73%204.611l-.262.196v9.651c0%2022.87%2018.652%2027.451%2018.841%2027.494l.149.035.151-.034c.189-.043%2018.849-4.566%2018.849-27.495V8.817l-.262-.196zm-7.376%2011.782c0%2013.109-9.357%2016.685-11.358%2017.299-1.967-.608-11.356-4.201-11.356-17.299v-5.726c1.375-.768%205.127-2.473%2011.355-2.473%206.229%200%209.982%201.704%2011.359%202.473v5.726z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-star-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2248%22%20viewBox%3D%220%200%2050%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22star-acc1svg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v48H0z%22%2F%3E%3Cpath%20d%3D%22M25%203.997l6.921%2012.572%2014.076%202.709-9.798%2010.479%201.778%2014.246L25%2037.906l-12.977%206.097%201.778-14.246-9.798-10.479%2014.076-2.709L25%203.997%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-star-gray-dark {
  background-image: url("data:image/svg+xml,");
}
.icon-state-danger {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff1d23%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-dangersvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M32.791%2029.866l-4.873-4.871%204.874-4.871a2.065%202.065%200%200%200%200-2.922%202.07%202.07%200%200%200-2.925%200l-4.874%204.871-4.874-4.871a2.07%202.07%200%200%200-2.925%200%202.066%202.066%200%200%200%200%202.922l4.874%204.871-4.873%204.871a2.067%202.067%200%201%200%202.924%202.922l4.874-4.871%204.874%204.871a2.068%202.068%200%200%200%202.924-2.922%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-state-info {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23138af2%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-infosvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M22.857%2020.322V34.24h4.19V20.322h-4.19zm4.474-4.765a2.519%202.519%200%200%200-1.372-1.301%202.618%202.618%200%200%200-.993-.188c-.343%200-.663.062-.96.188-.297.125-.561.3-.791.523-.229.224-.41.483-.54.778a2.326%202.326%200%200%200-.196.953c0%20.332.065.642.196.933.13.291.311.546.54.765.23.22.494.394.791.524.297.129.617.194.96.194.351%200%20.682-.065.993-.194.311-.13.583-.304.818-.524.234-.219.419-.474.554-.765.135-.291.202-.601.202-.933%200-.34-.067-.657-.202-.953z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-state-success {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23459300%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-successsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M33.696%2014.509l-12.142%2012.79-5.262-5.544-3.897%204.105%209.159%209.65%2016.049-16.895-3.907-4.106z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-state-success-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-3%7Bfill%3A%23fff%7D.cls-1%7Bfill-opacity%3A0%7D.cls-2%7Bfill%3A%23e04f00%7D.cls-3%7Bfill-rule%3Aevenodd%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%20class%3D%22cls-1%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%20class%3D%22cls-2%22%2F%3E%3Cpath%20d%3D%22M33.696%2014.509l-12.141%2012.79-5.263-5.544-3.897%204.105%209.16%209.65%2016.048-16.896-3.907-4.105z%22%20class%3D%22cls-3%22%2F%3E%3C%2Fsvg%3E");
}
.icon-state-success-faded {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-success-fadedsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M33.696%2014.509l-12.142%2012.79-5.262-5.544-3.897%204.105%209.159%209.65%2016.049-16.895-3.907-4.106z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-state-warning {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff6c00%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-warningsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M22.967%2014.069v8.167c0%20.876.052%201.744.157%202.606.105.861.243%201.739.415%202.634h3.007c.171-.895.309-1.773.415-2.634.104-.862.157-1.73.157-2.606v-8.167h-4.151zm-.294%2019.525c.129.3.306.559.53.778.224.219.489.39.795.514.305.124.639.186%201.001.186a2.6%202.6%200%200%200%20.988-.186c.305-.124.573-.295.802-.514a2.413%202.413%200%200%200%20.73-1.742%202.361%202.361%200%200%200-.73-1.727%202.633%202.633%200%200%200-.802-.522%202.53%202.53%200%200%200-.988-.192%202.53%202.53%200%200%200-1.796.714%202.427%202.427%200%200%200-.53.771%202.36%202.36%200%200%200-.193.956c0%20.343.064.664.193.964z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-tick-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22tick-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20d%3D%22M19.672%2046.011L3.999%2026.531l7.476-9.292%208.197%2010.19L38.525%203.998%2046%2013.289%2019.672%2046.011z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-time-gray-dark {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23666%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22time-gray-darksvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M24.999%2046C13.42%2046%204%2036.58%204%2025%204%2013.421%2013.42%204%2024.999%204%2036.579%204%2046%2013.421%2046%2025c0%2011.58-9.421%2021-21.001%2021zm0-37.634C15.827%208.366%208.365%2015.828%208.365%2025s7.462%2016.634%2016.634%2016.634c9.173%200%2016.636-7.462%2016.636-16.634S34.172%208.366%2024.999%208.366zm10.296%2020.927H21.062V15.84a2.625%202.625%200%201%201%205.251%200v8.203h8.982a2.626%202.626%200%200%201%200%205.25z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-time-gray-darker {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23333%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22time-gray-darkersvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Cpath%20d%3D%22M24.999%2046C13.42%2046%204%2036.58%204%2025%204%2013.421%2013.42%204%2024.999%204%2036.579%204%2046%2013.421%2046%2025c0%2011.58-9.421%2021-21.001%2021zm0-37.634C15.827%208.366%208.365%2015.828%208.365%2025s7.462%2016.634%2016.634%2016.634c9.173%200%2016.636-7.462%2016.636-16.634S34.172%208.366%2024.999%208.366zm10.296%2020.927H21.062V15.84a2.625%202.625%200%201%201%205.251%200v8.203h8.982a2.626%202.626%200%200%201%200%205.25z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-triangle-down-acc1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2229%22%20viewBox%3D%220%200%2050%2029%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22triangle-down-acc1svg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v29H0z%22%2F%3E%3Cpath%20d%3D%22M4%204l21%2021L46%204H4z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-triangle-down-gray-dark {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2229%22%20viewBox%3D%220%200%2050%2029%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23666%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22triangle-down-gray-darksvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v29H0z%22%2F%3E%3Cpath%20d%3D%22M4%204l21%2021L46%204H4z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-triangle-down-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2229%22%20viewBox%3D%220%200%2050%2029%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22triangle-down-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v29H0z%22%2F%3E%3Cpath%20d%3D%22M4%204l21%2021L46%204H4z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-triangle-up-gray-dark {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2229%22%20viewBox%3D%220%200%2050%2029%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23666%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22triangle-up-gray-darksvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v29H0z%22%2F%3E%3Cpath%20d%3D%22M46%2025L25%204%204%2025h42z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-triangle-up-white {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2229%22%20viewBox%3D%220%200%2050%2029%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22triangle-up-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v29H0z%22%2F%3E%3Cpath%20d%3D%22M46%2025L25%204%204%2025h42z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-twitter {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%2300b0ed%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22twittersvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20d%3D%22M9%204h32a5%205%200%200%201%205%205v32a5%205%200%200%201-5%205H9a5%205%200%200%201-5-5V9a5%205%200%200%201%205-5z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M30.382%2016.6h-.037c-2.657.01-4.807%202.19-4.807%204.877%200%20.382.043.755.125%201.112-4.01-.204-7.566-2.146-9.946-5.097a4.903%204.903%200%200%200-.653%202.453c0%201.692.852%203.185%202.146%204.059a4.75%204.75%200%200%201-2.185-.61l-.001.062c0%202.363%201.664%204.334%203.871%204.782a4.76%204.76%200%200%201-2.179.084c.614%201.937%202.396%203.348%204.508%203.387a9.62%209.62%200%200%201-7.144%202.02%2013.55%2013.55%200%200%200%207.396%202.191c8.876%200%2013.73-7.432%2013.73-13.877%200-.212-.005-.422-.014-.631a9.871%209.871%200%200%200%202.408-2.525%209.578%209.578%200%200%201-2.772.768%204.882%204.882%200%200%200%202.122-2.699%209.602%209.602%200%200%201-3.064%201.184%204.793%204.793%200%200%200-3.504-1.54%22%20id%3D%22path-2%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-google {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23FBBC05%22%20d%3D%22M0%2037V11l17%2013z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23EA4335%22%20d%3D%22M0%2011l17%2013%207-6.1L48%2014V0H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%2334A853%22%20d%3D%22M0%2037l30-23%207.9%201L48%200v48H0z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%234285F4%22%20d%3D%22M48%2048L17%2024l-4-3%2035-10z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-shield {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23e04f00%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%201px%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23e04f00%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22ikona_1%22%20data-name%3D%22ikona%201%22%3E%0A%20%20%20%20%3Ccircle%20id%3D%22Elipsa_1_kopia_27%22%20data-name%3D%22Elipsa%201%20kopia%2027%22%20class%3D%22cls-1%22%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2214%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Forma_1_kopia_23%22%20data-name%3D%22Forma%201%20kopia%2023%22%20class%3D%22cls-2%22%20d%3D%22M61.447%2C3211.69a0.354%2C0.354%2C0%2C0%2C0-.3-0.34%2C11.886%2C11.886%2C0%2C0%2C1-2.4-.58%2C17.348%2C17.348%2C0%2C0%2C1-2.581-1.19%2C0.316%2C0.316%2C0%2C0%2C0-.349%2C0%2C17.771%2C17.771%2C0%2C0%2C1-2.575%2C1.19%2C11.921%2C11.921%2C0%2C0%2C1-2.394.58%2C0.383%2C0.383%2C0%2C0%2C0-.316.34%2C12.568%2C12.568%2C0%2C0%2C0%2C2.168%2C7.98%2C9.638%2C9.638%2C0%2C0%2C0%2C3.117%2C2.74%2C0.337%2C0.337%2C0%2C0%2C0%2C.361%2C0%2C9.8%2C9.8%2C0%2C0%2C0%2C3.1-2.74A12.58%2C12.58%2C0%2C0%2C0%2C61.447%2C3211.69Zm-2.75%2C7.58a9.063%2C9.063%2C0%2C0%2C1-2.711%2C2.44%2C9.014%2C9.014%2C0%2C0%2C1-2.711-2.44%2C11.808%2C11.808%2C0%2C0%2C1-2.033-7.27%2C12.54%2C12.54%2C0%2C0%2C0%2C2.272-.59%2C19.392%2C19.392%2C0%2C0%2C0%2C2.472-1.12%2C19.379%2C19.379%2C0%2C0%2C0%2C2.466%2C1.12%2C12.61%2C12.61%2C0%2C0%2C0%2C2.278.59A11.755%2C11.755%2C0%2C0%2C1%2C58.7%2C3219.27Z%22%20transform%3D%22translate(-41%20-3201)%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
.icon-percent {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23e04f00%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%201px%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23e04f00%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22ikona_3%22%20data-name%3D%22ikona%203%22%3E%0A%20%20%20%20%3Ccircle%20id%3D%22Elipsa_1_kopia_27%22%20data-name%3D%22Elipsa%201%20kopia%2027%22%20class%3D%22cls-1%22%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2214%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Forma_1_kopia_34%22%20data-name%3D%22Forma%201%20kopia%2034%22%20class%3D%22cls-2%22%20d%3D%22M60.765%2C3295.13a0.643%2C0.643%2C0%2C0%2C0-.923%2C0l-8.613%2C8.79a0.673%2C0.673%2C0%2C0%2C0%2C0%2C.94%2C0.632%2C0.632%2C0%2C0%2C0%2C.923%2C0l8.613-8.79A0.672%2C0.672%2C0%2C0%2C0%2C60.765%2C3295.13ZM53.387%2C3294a2.446%2C2.446%2C0%2C1%2C0%2C2.392%2C2.44A2.423%2C2.423%2C0%2C0%2C0%2C53.387%2C3294Zm0%2C3.55a1.11%2C1.11%2C0%2C1%2C1%2C1.088-1.11A1.1%2C1.1%2C0%2C0%2C1%2C53.387%2C3297.55Zm5.22%2C3.56A2.44%2C2.44%2C0%2C1%2C0%2C61%2C3303.55%2C2.417%2C2.417%2C0%2C0%2C0%2C58.607%2C3301.11Zm0%2C3.55a1.11%2C1.11%2C0%2C1%2C1%2C1.088-1.11A1.1%2C1.1%2C0%2C0%2C1%2C58.607%2C3304.66Z%22%20transform%3D%22translate(-41%20-3285)%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
.icon-discount {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23e04f00%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%201px%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23e04f00%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22ikona_2%22%20data-name%3D%22ikona%202%22%3E%0A%20%20%20%20%3Ccircle%20id%3D%22Elipsa_1_kopia_27%22%20data-name%3D%22Elipsa%201%20kopia%2027%22%20class%3D%22cls-1%22%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2214%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22Forma_1_kopia_23%22%20data-name%3D%22Forma%201%20kopia%2023%22%20class%3D%22cls-2%22%20d%3D%22M56.974%2C3253.82a1.366%2C1.366%2C0%2C1%2C0%2C1.406%2C1.36A1.385%2C1.385%2C0%2C0%2C0%2C56.974%2C3253.82Zm0%2C1.82a0.467%2C0.467%2C0%2C0%2C1-.469-0.46%2C0.469%2C0.469%2C0%2C0%2C1%2C.938%2C0A0.467%2C0.467%2C0%2C0%2C1%2C56.974%2C3255.64Zm3.749%2C1.82a1.366%2C1.366%2C0%2C1%2C0%2C1.406%2C1.36A1.385%2C1.385%2C0%2C0%2C0%2C60.723%2C3257.46Zm0%2C1.82a0.467%2C0.467%2C0%2C0%2C1-.469-0.46%2C0.469%2C0.469%2C0%2C0%2C1%2C.937%2C0A0.467%2C0.467%2C0%2C0%2C1%2C60.723%2C3259.28Zm0.26-5.39a0.477%2C0.477%2C0%2C0%2C0-.65.13l-3.75%2C5.46a0.446%2C0.446%2C0%2C0%2C0%2C.131.63%2C0.477%2C0.477%2C0%2C0%2C0%2C.65-0.13l3.75-5.46A0.446%2C0.446%2C0%2C0%2C0%2C60.983%2C3253.89Zm2.552-1.89H48.475a0.459%2C0.459%2C0%2C0%2C0-.468.45v2.73a0.467%2C0.467%2C0%2C0%2C0%2C.468.46%2C1.366%2C1.366%2C0%2C1%2C1%2C0%2C2.73%2C0.459%2C0.459%2C0%2C0%2C0-.468.45v2.73a0.467%2C0.467%2C0%2C0%2C0%2C.468.46H63.535a0.467%2C0.467%2C0%2C0%2C0%2C.468-0.46v-9.1A0.458%2C0.458%2C0%2C0%2C0%2C63.535%2C3252Zm-0.468%2C9.1H52.693v-0.46a0.469%2C0.469%2C0%2C0%2C0-.938%2C0v0.46H48.943v-1.87a2.264%2C2.264%2C0%2C0%2C0%2C0-4.46v-1.86h2.852v0.45a0.469%2C0.469%2C0%2C0%2C0%2C.938%2C0v-0.45H63.067v8.19Zm-10.842-3.64a0.459%2C0.459%2C0%2C0%2C0-.469.45v0.91a0.469%2C0.469%2C0%2C0%2C0%2C.938%2C0v-0.91A0.459%2C0.459%2C0%2C0%2C0%2C52.224%2C3257.46Zm0-2.73a0.459%2C0.459%2C0%2C0%2C0-.469.45v0.91a0.469%2C0.469%2C0%2C0%2C0%2C.938%2C0v-0.91A0.459%2C0.459%2C0%2C0%2C0%2C52.224%2C3254.73Z%22%20transform%3D%22translate(-41%20-3242)%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
.icon-square-arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2221%22%20height%3D%2221%22%20rx%3D%222%22%20fill%3D%22url(%23paint0_linear_86_465)%22%2F%3E%0A%3Cpath%20d%3D%22M8.98838%2015.96C8.77457%2015.96%208.77457%2015.96%208.56075%2015.749C8.34694%2015.538%208.34694%2015.327%208.56075%2015.116L13.2647%2010.4737L8.56075%205.83134C8.34694%205.62033%208.34694%205.40931%208.56075%205.1983C8.77457%204.98729%208.9884%204.98729%209.20221%205.1983L14.12%2010.0516C14.3338%2010.2626%2014.3338%2010.4737%2014.12%2010.6847L9.20221%2015.538C9.20221%2015.749%209.2022%2015.96%208.98838%2015.96Z%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-miterlimit%3D%2210%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_86_465%22%20x1%3D%2210.5%22%20y1%3D%220%22%20x2%3D%2210.5%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23FF5500%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23D74800%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.icon-waving-hand {
  background-image: url('../bia/img/icons/waving-hand.svg');
}
.icon-arrow-top {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8.64851%201.04729C8.25799%200.65677%207.62482%200.656771%207.2343%201.04729L0.870342%207.41126C0.479817%207.80178%200.479818%208.43495%200.870342%208.82547C1.26087%209.216%201.89403%209.216%202.28456%208.82547L7.94141%203.16861L13.5983%208.82547C13.9888%209.21599%2014.622%209.21599%2015.0125%208.82547C15.403%208.43494%2015.403%207.80178%2015.0125%207.41125L8.64851%201.04729ZM8.94141%2016.1897L8.94141%201.7544L6.94141%201.7544L6.94141%2016.1897L8.94141%2016.1897Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.form-result-info {
  display: none;
}
.form-loader,
.form-loader.has-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: rgba(255, 255, 255, 0.25);
}
label {
  max-width: 100%;
}
input,
textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="file"] {
  display: block;
}
.form-group label,
.form-group > .control-label {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: .5rem;
}
.form-group label.allow-text-overflow,
.form-group > .control-label.allow-text-overflow {
  white-space: nowrap;
}
.has-required.form-group label:after,
.has-required.form-group > .control-label:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2248%22%20viewBox%3D%220%200%2050%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23e04f00%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22star-acc1svg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v48H0z%22%2F%3E%3Cpath%20d%3D%22M25%203.997l6.921%2012.572%2014.076%202.709-9.798%2010.479%201.778%2014.246L25%2037.906l-12.977%206.097%201.778-14.246-9.798-10.479%2014.076-2.709L25%203.997%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 0.57rem;
  height: 0.57rem;
  position: absolute;
  top: -0.143rem;
  right: -0.714rem;
}
.form-group {
  display: block;
  position: relative;
  margin-bottom: 1.4rem;
}
.form-group div.control {
  position: relative;
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="search"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group input[type="tel"],
.form-group textarea {
  display: block;
  width: 100%;
  border: 0.1rem solid #ccc;
  transition: all .2s;
  color: #333;
  box-shadow: inset 0 0.2rem 0.35em 0 rgba(0, 0, 0, 0.1);
}
.form-group input[type="text"]::placeholder,
.form-group input[type="password"]::placeholder,
.form-group input[type="search"]::placeholder,
.form-group input[type="email"]::placeholder,
.form-group input[type="url"]::placeholder,
.form-group input[type="tel"]::placeholder,
.form-group textarea::placeholder {
  color: #999;
  opacity: 1;
}
.form-group input[type="text"]:hover,
.form-group input[type="password"]:hover,
.form-group input[type="search"]:hover,
.form-group input[type="email"]:hover,
.form-group input[type="url"]:hover,
.form-group input[type="tel"]:hover,
.form-group textarea:hover {
  border-color: #999;
}
.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="search"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="url"]:focus,
.form-group input[type="tel"]:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #e04f00;
  box-shadow: inset 0 0.2rem 0.35em 0 rgba(0, 0, 0, 0.2);
}
.form-group textarea {
  padding-top: 1rem;
  padding-bottom: 1rem;
  resize: vertical;
}
.form-group div.ctrl-select {
  border: 0.1rem solid #ccc;
  transition: all .2s;
  background-image: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  color: #666;
}
.form-group div.ctrl-select p {
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Lato, Arial, Helvetica, sans-serif;
  text-align: left;
}
.form-group div.ctrl-select select {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.15rem;
  opacity: 0;
}
.form-group div.ctrl-select:hover,
.form-group div.ctrl-select:focus {
  border-color: #999;
}
.form-group div.ctrl-radio,
.form-group div.ctrl-checkbox {
  width: 100%;
  color: #666;
}
.form-group div.ctrl-radio input[type="radio"],
.form-group div.ctrl-checkbox input[type="radio"],
.form-group div.ctrl-radio input[type="checkbox"],
.form-group div.ctrl-checkbox input[type="checkbox"] {
  display: none;
}
.form-group div.ctrl-radio p,
.form-group div.ctrl-checkbox p {
  margin: 0;
  padding: 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
}
.form-group div.ctrl-radio:after,
.form-group div.ctrl-checkbox:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.form-group div.ctrl-radio:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-offsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group div.ctrl-radio:hover:after,
.form-group div.ctrl-radio:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-off-hoversvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.has-checked.form-group div.ctrl-radio p {
  font-weight: bold;
}
.has-checked.form-group div.ctrl-radio:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D.cls-6%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-onsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3Ccircle%20id%3D%22circle-4%22%20class%3D%22cls-6%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.has-checked.form-group div.ctrl-radio:hover:after,
.has-checked.form-group div.ctrl-radio:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D.cls-5%7Bfill%3A%23fff%7D.cls-6%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-on-hoversvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3Ccircle%20id%3D%22circle-4%22%20class%3D%22cls-6%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group div.ctrl-checkbox:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-offsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group div.ctrl-checkbox:hover:after,
.form-group div.ctrl-checkbox:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-off-hoversvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.has-checked.form-group div.ctrl-checkbox:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D.cls-6%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-onsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20id%3D%22rect-4%22%20class%3D%22cls-6%22%20d%3D%22M11%2011h28v28H11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.has-checked.form-group div.ctrl-checkbox:hover:after,
.has-checked.form-group div.ctrl-checkbox:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D.cls-5%7Bfill%3A%23fff%7D.cls-6%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-on-hoversvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20id%3D%22rect-4%22%20class%3D%22cls-6%22%20d%3D%22M11%2011h28v28H11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group div.ctrl-checkbox-alt:hover:after,
.form-group div.ctrl-checkbox-alt:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D.cls-5%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-alt-off-hoversvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.has-checked.form-group div.ctrl-checkbox-alt:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%234e4e4e%7D.cls-6%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-alt-onsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20d%3D%22M41%2018.626l-3.695-3.627-15.431%2015.835-5.594-8.296L12%2025.444l9.138%2013.555.005-.007.005.007L41%2018.626z%22%20id%3D%22path-1%22%20class%3D%22cls-6%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.has-checked.form-group div.ctrl-checkbox-alt:hover:after,
.has-checked.form-group div.ctrl-checkbox-alt:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23999%7D.cls-5%7Bfill%3A%234e4e4e%7D.cls-6%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-alt-on-hoversvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20d%3D%22M41%2018.626l-3.695-3.627-15.431%2015.835-5.594-8.296L12%2025.444l9.138%2013.555.005-.007.005.007L41%2018.626z%22%20id%3D%22path-1%22%20class%3D%22cls-6%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="search"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group input[type="tel"],
.form-group textarea,
.form-group div.ctrl-select p,
.form-group-l input[type="text"],
.form-group-l input[type="password"],
.form-group-l input[type="search"],
.form-group-l input[type="email"],
.form-group-l input[type="url"],
.form-group-l input[type="tel"],
.form-group-l textarea,
.form-group-l div.ctrl-select p {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  height: 3.571rem;
  font-size: 1.15rem;
}
.form-group-m input[type="text"],
.form-group-m input[type="password"],
.form-group-m input[type="search"],
.form-group-m input[type="email"],
.form-group-m input[type="url"],
.form-group-m input[type="tel"],
.form-group-m textarea,
.form-group-m div.ctrl-select p {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  height: 2.857rem;
  font-size: 1.15rem;
}
.form-group-s input[type="text"],
.form-group-s input[type="password"],
.form-group-s input[type="search"],
.form-group-s input[type="email"],
.form-group-s input[type="url"],
.form-group-s input[type="tel"],
.form-group-s textarea,
.form-group-s div.ctrl-select p {
  padding-left: 1rem;
  padding-right: 1rem;
  height: 2.143rem;
  font-size: .8rem;
}
.form-group textarea,
.form-group-l textarea {
  min-height: 7.142rem;
}
.form-group-m textarea {
  min-height: 5.714rem;
}
.form-group-s textarea {
  min-height: 4.286rem;
}
.form-group-m div.ctrl-select p {
  font-size: .95rem;
}
.form-group div.ctrl-select,
.form-group div.ctrl-select p,
.form-group div.ctrl-select select,
.form-group-l div.ctrl-select,
.form-group-l div.ctrl-select p,
.form-group-l div.ctrl-select select {
  height: 3.571rem;
}
.form-group-m div.ctrl-select,
.form-group-m div.ctrl-select p,
.form-group-m div.ctrl-select select {
  height: 2.857rem;
}
.form-group-s div.ctrl-select,
.form-group-s div.ctrl-select p,
.form-group-s div.ctrl-select select {
  height: 2.143rem;
}
.form-group div.ctrl-select p,
.form-group div.ctrl-select select,
.form-group-l div.ctrl-select p,
.form-group-l div.ctrl-select select {
  line-height: 3.571rem;
}
.form-group-m div.ctrl-select p,
.form-group-m div.ctrl-select select {
  line-height: 2.857rem;
}
.form-group-s div.ctrl-select p,
.form-group-s div.ctrl-select select {
  line-height: 2.143rem;
}
.form-group div.ctrl-radio p,
.form-group div.ctrl-checkbox p,
.form-group-l div.ctrl-radio p,
.form-group-l div.ctrl-checkbox p,
.form-group div.ctrl-radio div.msg,
.form-group div.ctrl-checkbox div.msg,
.form-group-l div.ctrl-radio div.msg,
.form-group-l div.ctrl-checkbox div.msg {
  font-size: 1.1rem;
  padding-left: 2.5rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
}
.form-group div.ctrl-radio:after,
.form-group div.ctrl-checkbox:after,
.form-group-l div.ctrl-radio:after,
.form-group-l div.ctrl-checkbox:after {
  width: 1.857rem;
  height: 1.857rem;
  margin-top: -0.9285rem;
}
.form-group-m div.ctrl-radio p,
.form-group-m div.ctrl-checkbox p,
.form-group-m div.ctrl-radio div.msg,
.form-group-m div.ctrl-checkbox div.msg {
  font-size: 1.1rem;
  padding-left: 2rem;
  padding-top: .1rem;
  padding-bottom: .1rem;
}
.form-group-m div.ctrl-radio:after,
.form-group-m div.ctrl-checkbox:after {
  width: 1.29rem;
  height: 1.29rem;
  margin-top: -0.643rem;
}
.form-group-s div.ctrl-radio p,
.form-group-s div.ctrl-checkbox p,
.form-group-s div.ctrl-radio div.msg,
.form-group-s div.ctrl-checkbox div.msg {
  font-size: .8rem;
  padding-left: 1.8rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
}
.form-group-s div.ctrl-radio:after,
.form-group-s div.ctrl-checkbox:after {
  width: 1.29rem;
  height: 1.29rem;
  margin-top: -0.643rem;
}
.form-group textarea,
.form-group-l textarea,
.form-group-m textarea,
.form-group-s textarea,
.form-group select[multiple],
.form-group-l select[multiple],
.form-group-m select[multiple],
.form-group-s select[multiple],
.form-group select[size],
.form-group-l select[size],
.form-group-m select[size],
.form-group-s select[size] {
  height: auto;
}
.form-group[disabled] div.ctrl-select,
.form-group.has-disabled div.ctrl-select,
.form-group.is-disabled div.ctrl-select {
  background-image: none;
  background-color: #f0f0f0;
  border-color: #ccc;
  color: #999;
  cursor: default;
  opacity: 1;
}
.form-group[disabled] div.ctrl-radio,
.form-group.has-disabled div.ctrl-radio,
.form-group.is-disabled div.ctrl-radio {
  color: #999;
}
.form-group[disabled] div.ctrl-radio:hover:after,
.form-group.has-disabled div.ctrl-radio:hover:after,
.form-group.is-disabled div.ctrl-radio:hover:after,
.form-group[disabled] div.ctrl-radio:focus:after,
.form-group.has-disabled div.ctrl-radio:focus:after,
.form-group.is-disabled div.ctrl-radio:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-offsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group[disabled].has-checked div.ctrl-radio:hover:after,
.form-group.has-disabled.has-checked div.ctrl-radio:hover:after,
.form-group.is-disabled.has-checked div.ctrl-radio:hover:after,
.form-group[disabled].has-checked div.ctrl-radio:focus:after,
.form-group.has-disabled.has-checked div.ctrl-radio:focus:after,
.form-group.is-disabled.has-checked div.ctrl-radio:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D.cls-6%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-onsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3Ccircle%20id%3D%22circle-4%22%20class%3D%22cls-6%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group[disabled] div.ctrl-checkbox,
.form-group.has-disabled div.ctrl-checkbox,
.form-group.is-disabled div.ctrl-checkbox {
  color: #999;
}
.form-group[disabled] div.ctrl-checkbox:hover:after,
.form-group.has-disabled div.ctrl-checkbox:hover:after,
.form-group.is-disabled div.ctrl-checkbox:hover:after,
.form-group[disabled] div.ctrl-checkbox:focus:after,
.form-group.has-disabled div.ctrl-checkbox:focus:after,
.form-group.is-disabled div.ctrl-checkbox:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-offsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group[disabled].has-checked div.ctrl-checkbox:hover:after,
.form-group.has-disabled.has-checked div.ctrl-checkbox:hover:after,
.form-group.is-disabled.has-checked div.ctrl-checkbox:hover:after,
.form-group[disabled].has-checked div.ctrl-checkbox:focus:after,
.form-group.has-disabled.has-checked div.ctrl-checkbox:focus:after,
.form-group.is-disabled.has-checked div.ctrl-checkbox:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D.cls-6%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-onsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20id%3D%22rect-4%22%20class%3D%22cls-6%22%20d%3D%22M11%2011h28v28H11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group[disabled] div.ctrl-checkbox-alt,
.form-group.has-disabled div.ctrl-checkbox-alt,
.form-group.is-disabled div.ctrl-checkbox-alt {
  color: #999;
}
.form-group[disabled] div.ctrl-checkbox-alt:hover:after,
.form-group.has-disabled div.ctrl-checkbox-alt:hover:after,
.form-group.is-disabled div.ctrl-checkbox-alt:hover:after,
.form-group[disabled] div.ctrl-checkbox-alt:focus:after,
.form-group.has-disabled div.ctrl-checkbox-alt:focus:after,
.form-group.is-disabled div.ctrl-checkbox-alt:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-alt-offsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group[disabled].has-checked div.ctrl-checkbox-alt:hover:after,
.form-group.has-disabled.has-checked div.ctrl-checkbox-alt:hover:after,
.form-group.is-disabled.has-checked div.ctrl-checkbox-alt:hover:after,
.form-group[disabled].has-checked div.ctrl-checkbox-alt:focus:after,
.form-group.has-disabled.has-checked div.ctrl-checkbox-alt:focus:after,
.form-group.is-disabled.has-checked div.ctrl-checkbox-alt:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%234e4e4e%7D.cls-6%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-alt-onsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20d%3D%22M41%2018.626l-3.695-3.627-15.431%2015.835-5.594-8.296L12%2025.444l9.138%2013.555.005-.007.005.007L41%2018.626z%22%20id%3D%22path-1%22%20class%3D%22cls-6%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group input[type="text"][disabled],
.form-group input[type="password"][disabled],
.form-group input[type="search"][disabled],
.form-group input[type="email"][disabled],
.form-group input[type="url"][disabled],
.form-group input[type="tel"][disabled],
.form-group textarea[disabled],
.form-group input[type="text"].is-disabled,
.form-group input[type="password"].is-disabled,
.form-group input[type="search"].is-disabled,
.form-group input[type="email"].is-disabled,
.form-group input[type="url"].is-disabled,
.form-group input[type="tel"].is-disabled,
.form-group textarea.is-disabled,
.is-disabled.form-group input[type="text"],
.is-disabled.form-group input[type="password"],
.is-disabled.form-group input[type="search"],
.is-disabled.form-group input[type="email"],
.is-disabled.form-group input[type="url"],
.is-disabled.form-group input[type="tel"],
.is-disabled.form-group textarea,
.has-disabled.form-group input[type="text"],
.has-disabled.form-group input[type="password"],
.has-disabled.form-group input[type="search"],
.has-disabled.form-group input[type="email"],
.has-disabled.form-group input[type="url"],
.has-disabled.form-group input[type="tel"],
.has-disabled.form-group textarea {
  border-color: #ccc;
  color: #999;
  cursor: default;
  opacity: 1;
  background-color: #f0f0f0;
}
.form-group input[type="text"][disabled]::placeholder,
.form-group input[type="password"][disabled]::placeholder,
.form-group input[type="search"][disabled]::placeholder,
.form-group input[type="email"][disabled]::placeholder,
.form-group input[type="url"][disabled]::placeholder,
.form-group input[type="tel"][disabled]::placeholder,
.form-group textarea[disabled]::placeholder,
.form-group input[type="text"].is-disabled::placeholder,
.form-group input[type="password"].is-disabled::placeholder,
.form-group input[type="search"].is-disabled::placeholder,
.form-group input[type="email"].is-disabled::placeholder,
.form-group input[type="url"].is-disabled::placeholder,
.form-group input[type="tel"].is-disabled::placeholder,
.form-group textarea.is-disabled::placeholder,
.is-disabled.form-group input[type="text"]::placeholder,
.is-disabled.form-group input[type="password"]::placeholder,
.is-disabled.form-group input[type="search"]::placeholder,
.is-disabled.form-group input[type="email"]::placeholder,
.is-disabled.form-group input[type="url"]::placeholder,
.is-disabled.form-group input[type="tel"]::placeholder,
.is-disabled.form-group textarea::placeholder,
.has-disabled.form-group input[type="text"]::placeholder,
.has-disabled.form-group input[type="password"]::placeholder,
.has-disabled.form-group input[type="search"]::placeholder,
.has-disabled.form-group input[type="email"]::placeholder,
.has-disabled.form-group input[type="url"]::placeholder,
.has-disabled.form-group input[type="tel"]::placeholder,
.has-disabled.form-group textarea::placeholder {
  color: #bfbfbf;
}
.form-group.has-success div.control input[type="text"],
.form-group.has-success div.control input[type="password"],
.form-group.has-success div.control input[type="search"],
.form-group.has-success div.control input[type="email"],
.form-group.has-success div.control input[type="url"],
.form-group.has-success div.control input[type="tel"],
.form-group.has-success div.control textarea,
.form-group.has-success div.control.ctrl-select {
  border-color: #459300;
}
.form-group.has-danger div.control input[type="text"],
.form-group.has-danger div.control input[type="password"],
.form-group.has-danger div.control input[type="search"],
.form-group.has-danger div.control input[type="email"],
.form-group.has-danger div.control input[type="url"],
.form-group.has-danger div.control input[type="tel"],
.form-group.has-danger div.control textarea,
.form-group.has-danger div.control.ctrl-select {
  border-color: #ff1d23;
}
.form-group.has-info div.control input[type="text"],
.form-group.has-info div.control input[type="password"],
.form-group.has-info div.control input[type="search"],
.form-group.has-info div.control input[type="email"],
.form-group.has-info div.control input[type="url"],
.form-group.has-info div.control input[type="tel"],
.form-group.has-info div.control textarea,
.form-group.has-info div.control.ctrl-select {
  border-color: #138af2;
}
.form-group.has-warning div.control input[type="text"],
.form-group.has-warning div.control input[type="password"],
.form-group.has-warning div.control input[type="search"],
.form-group.has-warning div.control input[type="email"],
.form-group.has-warning div.control input[type="url"],
.form-group.has-warning div.control input[type="tel"],
.form-group.has-warning div.control textarea,
.form-group.has-warning div.control.ctrl-select {
  border-color: #ff6c00;
}
.has-checked.form-group.has-success div.control.ctrl-radio:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23459300%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-on-successsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3Ccircle%20id%3D%22circle-4%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group.has-danger div.control.ctrl-radio:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff1d23%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22radio-off-dangersvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Ccircle%20id%3D%22circle-3%22%20class%3D%22cls-5%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2218%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.has-checked.form-group.has-success div.control.ctrl-checkbox:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23459300%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-on-successsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20id%3D%22rect-4%22%20class%3D%22cls-4%22%20d%3D%22M11%2011h28v28H11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group.has-danger div.control.ctrl-checkbox:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff1d23%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-off-dangersvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.has-checked.form-group.has-success div.control.ctrl-checkbox-alt:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23459300%7D.cls-5%7Bfill%3A%234e4e4e%7D.cls-6%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-alt-on-successsvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3Cpath%20d%3D%22M41%2018.626l-3.695-3.627-15.431%2015.835-5.594-8.296L12%2025.444l9.138%2013.555.005-.007.005.007L41%2018.626z%22%20id%3D%22path-1%22%20class%3D%22cls-6%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group.has-danger div.control.ctrl-checkbox-alt:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff1d23%7D.cls-5%7Bfill%3A%234e4e4e%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22checkbox-alt-off-dangersvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20id%3D%22rect-2%22%20class%3D%22cls-4%22%20d%3D%22M4%204h42v42H4z%22%2F%3E%3Cpath%20id%3D%22rect-3%22%20class%3D%22cls-5%22%20d%3D%22M6%206h38v38H6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group.has-success div.control:not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group.has-success-faded div.control:not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group.has-danger div.control:not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group.has-info div.control:not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group.has-warning div.control:not(.ctrl-checkbox):not(.ctrl-radio):after,
div.control:not(.ctrl-checkbox):not(.ctrl-radio).ctrl-select:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
  cursor: text;
}
div.control.ctrl-select:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2229%22%20viewBox%3D%220%200%2050%2029%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23666%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22triangle-down-gray-darksvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v29H0z%22%2F%3E%3Cpath%20d%3D%22M4%204l21%2021L46%204H4z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group.has-success div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23459300%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-successsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M33.696%2014.509l-12.142%2012.79-5.262-5.544-3.897%204.105%209.159%209.65%2016.049-16.895-3.907-4.106z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group.has-success-faded div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ccc%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-success-fadedsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M33.696%2014.509l-12.142%2012.79-5.262-5.544-3.897%204.105%209.159%209.65%2016.049-16.895-3.907-4.106z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group.has-danger div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff1d23%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-dangersvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M32.791%2029.866l-4.873-4.871%204.874-4.871a2.065%202.065%200%200%200%200-2.922%202.07%202.07%200%200%200-2.925%200l-4.874%204.871-4.874-4.871a2.07%202.07%200%200%200-2.925%200%202.066%202.066%200%200%200%200%202.922l4.874%204.871-4.873%204.871a2.067%202.067%200%201%200%202.924%202.922l4.874-4.871%204.874%204.871a2.068%202.068%200%200%200%202.924-2.922%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group.has-info div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23138af2%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-infosvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M22.857%2020.322V34.24h4.19V20.322h-4.19zm4.474-4.765a2.519%202.519%200%200%200-1.372-1.301%202.618%202.618%200%200%200-.993-.188c-.343%200-.663.062-.96.188-.297.125-.561.3-.791.523-.229.224-.41.483-.54.778a2.326%202.326%200%200%200-.196.953c0%20.332.065.642.196.933.13.291.311.546.54.765.23.22.494.394.791.524.297.129.617.194.96.194.351%200%20.682-.065.993-.194.311-.13.583-.304.818-.524.234-.219.419-.474.554-.765.135-.291.202-.601.202-.933%200-.34-.067-.657-.202-.953z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group.has-warning div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff6c00%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-warningsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M22.967%2014.069v8.167c0%20.876.052%201.744.157%202.606.105.861.243%201.739.415%202.634h3.007c.171-.895.309-1.773.415-2.634.104-.862.157-1.73.157-2.606v-8.167h-4.151zm-.294%2019.525c.129.3.306.559.53.778.224.219.489.39.795.514.305.124.639.186%201.001.186a2.6%202.6%200%200%200%20.988-.186c.305-.124.573-.295.802-.514a2.413%202.413%200%200%200%20.73-1.742%202.361%202.361%200%200%200-.73-1.727%202.633%202.633%200%200%200-.802-.522%202.53%202.53%200%200%200-.988-.192%202.53%202.53%200%200%200-1.796.714%202.427%202.427%200%200%200-.53.771%202.36%202.36%200%200%200-.193.956c0%20.343.064.664.193.964z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.form-group.has-success div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group.has-success-faded div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group.has-danger div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group.has-info div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group.has-warning div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group-l.has-success div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group-l.has-success-faded div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group-l.has-danger div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group-l.has-info div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group-l.has-warning div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.has-success .form-group-m div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.has-success-faded .form-group-m div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.has-danger .form-group-m div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.has-info .form-group-m div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.has-warning .form-group-m div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after {
  width: 1.7rem;
  height: 1.7rem;
  margin-top: -0.85rem;
  right: .57rem;
}
.form-group.has-success input[type="text"],
.form-group.has-success-faded input[type="text"],
.form-group.has-danger input[type="text"],
.form-group.has-info input[type="text"],
.form-group.has-warning input[type="text"],
.form-group-l.has-success input[type="text"],
.form-group-l.has-success-faded input[type="text"],
.form-group-l.has-danger input[type="text"],
.form-group-l.has-info input[type="text"],
.form-group-l.has-warning input[type="text"],
.has-success .form-group-m input[type="text"],
.has-success-faded .form-group-m input[type="text"],
.has-danger .form-group-m input[type="text"],
.has-info .form-group-m input[type="text"],
.has-warning .form-group-m input[type="text"],
.form-group.has-success input[type="password"],
.form-group.has-success-faded input[type="password"],
.form-group.has-danger input[type="password"],
.form-group.has-info input[type="password"],
.form-group.has-warning input[type="password"],
.form-group-l.has-success input[type="password"],
.form-group-l.has-success-faded input[type="password"],
.form-group-l.has-danger input[type="password"],
.form-group-l.has-info input[type="password"],
.form-group-l.has-warning input[type="password"],
.has-success .form-group-m input[type="password"],
.has-success-faded .form-group-m input[type="password"],
.has-danger .form-group-m input[type="password"],
.has-info .form-group-m input[type="password"],
.has-warning .form-group-m input[type="password"],
.form-group.has-success input[type="search"],
.form-group.has-success-faded input[type="search"],
.form-group.has-danger input[type="search"],
.form-group.has-info input[type="search"],
.form-group.has-warning input[type="search"],
.form-group-l.has-success input[type="search"],
.form-group-l.has-success-faded input[type="search"],
.form-group-l.has-danger input[type="search"],
.form-group-l.has-info input[type="search"],
.form-group-l.has-warning input[type="search"],
.has-success .form-group-m input[type="search"],
.has-success-faded .form-group-m input[type="search"],
.has-danger .form-group-m input[type="search"],
.has-info .form-group-m input[type="search"],
.has-warning .form-group-m input[type="search"],
.form-group.has-success input[type="email"],
.form-group.has-success-faded input[type="email"],
.form-group.has-danger input[type="email"],
.form-group.has-info input[type="email"],
.form-group.has-warning input[type="email"],
.form-group-l.has-success input[type="email"],
.form-group-l.has-success-faded input[type="email"],
.form-group-l.has-danger input[type="email"],
.form-group-l.has-info input[type="email"],
.form-group-l.has-warning input[type="email"],
.has-success .form-group-m input[type="email"],
.has-success-faded .form-group-m input[type="email"],
.has-danger .form-group-m input[type="email"],
.has-info .form-group-m input[type="email"],
.has-warning .form-group-m input[type="email"],
.form-group.has-success input[type="url"],
.form-group.has-success-faded input[type="url"],
.form-group.has-danger input[type="url"],
.form-group.has-info input[type="url"],
.form-group.has-warning input[type="url"],
.form-group-l.has-success input[type="url"],
.form-group-l.has-success-faded input[type="url"],
.form-group-l.has-danger input[type="url"],
.form-group-l.has-info input[type="url"],
.form-group-l.has-warning input[type="url"],
.has-success .form-group-m input[type="url"],
.has-success-faded .form-group-m input[type="url"],
.has-danger .form-group-m input[type="url"],
.has-info .form-group-m input[type="url"],
.has-warning .form-group-m input[type="url"],
.form-group.has-success input[type="tel"],
.form-group.has-success-faded input[type="tel"],
.form-group.has-danger input[type="tel"],
.form-group.has-info input[type="tel"],
.form-group.has-warning input[type="tel"],
.form-group-l.has-success input[type="tel"],
.form-group-l.has-success-faded input[type="tel"],
.form-group-l.has-danger input[type="tel"],
.form-group-l.has-info input[type="tel"],
.form-group-l.has-warning input[type="tel"],
.has-success .form-group-m input[type="tel"],
.has-success-faded .form-group-m input[type="tel"],
.has-danger .form-group-m input[type="tel"],
.has-info .form-group-m input[type="tel"],
.has-warning .form-group-m input[type="tel"],
.form-group.has-success textarea,
.form-group.has-success-faded textarea,
.form-group.has-danger textarea,
.form-group.has-info textarea,
.form-group.has-warning textarea,
.form-group-l.has-success textarea,
.form-group-l.has-success-faded textarea,
.form-group-l.has-danger textarea,
.form-group-l.has-info textarea,
.form-group-l.has-warning textarea,
.has-success .form-group-m textarea,
.has-success-faded .form-group-m textarea,
.has-danger .form-group-m textarea,
.has-info .form-group-m textarea,
.has-warning .form-group-m textarea {
  padding-right: 2.85rem;
}
.form-group-s.has-success div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group-s.has-success-faded div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group-s.has-danger div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group-s.has-info div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after,
.form-group-s.has-warning div.control:not(.ctrl-select):not(.ctrl-checkbox):not(.ctrl-radio):after {
  width: 1.43rem;
  height: 1.43rem;
  margin-top: -0.71rem;
  right: .71rem;
}
.form-group-s.has-success input[type="text"],
.form-group-s.has-success-faded input[type="text"],
.form-group-s.has-danger input[type="text"],
.form-group-s.has-info input[type="text"],
.form-group-s.has-warning input[type="text"],
.form-group-s.has-success input[type="password"],
.form-group-s.has-success-faded input[type="password"],
.form-group-s.has-danger input[type="password"],
.form-group-s.has-info input[type="password"],
.form-group-s.has-warning input[type="password"],
.form-group-s.has-success input[type="search"],
.form-group-s.has-success-faded input[type="search"],
.form-group-s.has-danger input[type="search"],
.form-group-s.has-info input[type="search"],
.form-group-s.has-warning input[type="search"],
.form-group-s.has-success input[type="email"],
.form-group-s.has-success-faded input[type="email"],
.form-group-s.has-danger input[type="email"],
.form-group-s.has-info input[type="email"],
.form-group-s.has-warning input[type="email"],
.form-group-s.has-success input[type="url"],
.form-group-s.has-success-faded input[type="url"],
.form-group-s.has-danger input[type="url"],
.form-group-s.has-info input[type="url"],
.form-group-s.has-warning input[type="url"],
.form-group-s.has-success input[type="tel"],
.form-group-s.has-success-faded input[type="tel"],
.form-group-s.has-danger input[type="tel"],
.form-group-s.has-info input[type="tel"],
.form-group-s.has-warning input[type="tel"],
.form-group-s.has-success textarea,
.form-group-s.has-success-faded textarea,
.form-group-s.has-danger textarea,
.form-group-s.has-info textarea,
.form-group-s.has-warning textarea {
  padding-right: 2.15rem;
}
.form-group div.ctrl-select:after,
.form-group-l div.ctrl-select:after,
.form-group-m div.ctrl-select:after {
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  right: 1.14rem;
}
.form-group div.ctrl-select p,
.form-group-l div.ctrl-select p,
.form-group-m div.ctrl-select p {
  padding-right: 2.85rem;
}
.form-group-s div.ctrl-select:after {
  width: 0.857rem;
  height: 0.857rem;
  margin-top: -0.43rem;
  right: 1rem;
}
.form-group-s div.ctrl-select p {
  padding-right: 2.15rem;
}
div.msg {
  text-align: left;
}
.form-group div.control div.msg {
  cursor: pointer;
}
.form-group div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: .35rem;
  z-index: 500;
}
.form-group div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg:after {
  position: absolute;
  content: "";
  display: block;
  top: -0.9rem;
  right: .9rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5rem;
}
.form-group div.ctrl-checkbox div.msg,
.form-group div.ctrl-radio div.msg {
  font-weight: bold;
  padding-top: 0;
}
.form-group div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg,
.form-group-l div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg {
  padding: .8rem 1.4rem;
  font-size: .8rem;
}
.form-group-m div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg {
  padding: .7rem 1.4rem;
  font-size: .8rem;
}
.form-group-s div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg {
  padding: .7rem 1rem;
  font-size: .7rem;
}
.form-group div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg.danger,
.form-group.has-danger div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg {
  background-color: #ff1d23;
}
.form-group div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg.danger:after,
.form-group.has-danger div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg:after {
  border-color: transparent transparent #ff1d23 transparent;
}
.form-group div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg.success,
.form-group.has-success div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg {
  background-color: #459300;
}
.form-group div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg.success:after,
.form-group.has-success div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg:after {
  border-color: transparent transparent #459300 transparent;
}
.form-group div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg.info,
.form-group.has-info div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg {
  background-color: #138af2;
}
.form-group div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg.info:after,
.form-group.has-info div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg:after {
  border-color: transparent transparent #138af2 transparent;
}
.form-group div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg.warning,
.form-group.has-warning div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg {
  background-color: #ff6c00;
}
.form-group div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg.warning:after,
.form-group.has-warning div.control:not(.ctrl-checkbox):not(.ctrl-radio) div.msg:after {
  border-color: transparent transparent #ff6c00 transparent;
}
.form-group div.ctrl-checkbox div.msg,
.form-group div.ctrl-radio div.msg,
.form-group-l div.ctrl-checkbox div.msg,
.form-group-l div.ctrl-radio div.msg {
  margin-top: 0;
}
.form-group-m div.ctrl-checkbox div.msg,
.form-group-m div.ctrl-radio div.msg {
  margin-top: .2rem;
}
.form-group-s div.ctrl-checkbox div.msg,
.form-group-s div.ctrl-radio div.msg {
  margin-top: .2rem;
}
.form-group div.ctrl-checkbox div.msg.danger,
.form-group div.ctrl-radio div.msg.danger,
.form-group.has-danger div.ctrl-checkbox div.msg,
.form-group.has-danger div.ctrl-radio div.msg {
  color: #ff1d23;
}
.form-group div.ctrl-checkbox div.msg.success,
.form-group div.ctrl-radio div.msg.success,
.form-group.has-success div.ctrl-checkbox div.msg,
.form-group.has-success div.ctrl-radio div.msg {
  color: #459300;
}
.form-group div.ctrl-checkbox div.msg.info,
.form-group div.ctrl-radio div.msg.info,
.form-group.has-info div.ctrl-checkbox div.msg,
.form-group.has-info div.ctrl-radio div.msg {
  color: #138af2;
}
.form-group div.ctrl-checkbox div.msg.warning,
.form-group div.ctrl-radio div.msg.warning,
.form-group.has-warning div.ctrl-checkbox div.msg,
.form-group.has-warning div.ctrl-radio div.msg {
  color: #ff6c00;
}
.form-group.has-icon-left div.control .icon,
.form-group.has-icon-right div.control .icon {
  display: block;
  position: absolute;
  top: 50%;
  width: 1.7rem;
  height: 1.7rem;
  margin-top: -0.85rem;
  z-index: 499;
  pointer-events: none;
  cursor: text;
}
.form-group.has-icon-right.has-success div.control:after,
.form-group.has-icon-right.has-success-faded div.control:after,
.form-group.has-icon-right.has-danger div.control:after {
  display: none !important;
}
.form-group-s.has-icon-left div.control .icon,
.form-group-s.has-icon-right div.control .icon {
  width: 1.29rem;
  height: 1.29rem;
  margin-top: -0.645rem;
}
.form-group.has-icon-left div.control .icon,
.form-group-l.has-icon-left div.control .icon,
.form-group-m.has-icon-left div.control .icon {
  left: 1rem;
}
.form-group.has-icon-left input[type="text"],
.form-group-l.has-icon-left input[type="text"],
.form-group-m.has-icon-left input[type="text"],
.form-group.has-icon-left input[type="password"],
.form-group-l.has-icon-left input[type="password"],
.form-group-m.has-icon-left input[type="password"],
.form-group.has-icon-left input[type="search"],
.form-group-l.has-icon-left input[type="search"],
.form-group-m.has-icon-left input[type="search"],
.form-group.has-icon-left input[type="email"],
.form-group-l.has-icon-left input[type="email"],
.form-group-m.has-icon-left input[type="email"],
.form-group.has-icon-left input[type="url"],
.form-group-l.has-icon-left input[type="url"],
.form-group-m.has-icon-left input[type="url"],
.form-group.has-icon-left input[type="tel"],
.form-group-l.has-icon-left input[type="tel"],
.form-group-m.has-icon-left input[type="tel"],
.form-group.has-icon-left textarea,
.form-group-l.has-icon-left textarea,
.form-group-m.has-icon-left textarea,
.form-group.has-icon-left div.ctrl-select p,
.form-group-l.has-icon-left div.ctrl-select p,
.form-group-m.has-icon-left div.ctrl-select p {
  padding-left: 3.2rem;
}
.form-group-s.has-icon-left div.control .icon {
  left: .93rem;
}
.form-group-s.has-icon-left input[type="text"],
.form-group-s.has-icon-left input[type="password"],
.form-group-s.has-icon-left input[type="search"],
.form-group-s.has-icon-left input[type="email"],
.form-group-s.has-icon-left input[type="url"],
.form-group-s.has-icon-left input[type="tel"],
.form-group-s.has-icon-left textarea,
.form-group-s.has-icon-left div.ctrl-select p {
  padding-left: 2.55rem;
}
.form-group.has-icon-right div.control .icon,
.form-group-l.has-icon-right div.control .icon,
.form-group-m.has-icon-right div.control .icon {
  right: 1.143rem;
}
.form-group.has-icon-right input[type="text"],
.form-group-l.has-icon-right input[type="text"],
.form-group-m.has-icon-right input[type="text"],
.form-group.has-icon-right input[type="password"],
.form-group-l.has-icon-right input[type="password"],
.form-group-m.has-icon-right input[type="password"],
.form-group.has-icon-right input[type="search"],
.form-group-l.has-icon-right input[type="search"],
.form-group-m.has-icon-right input[type="search"],
.form-group.has-icon-right input[type="email"],
.form-group-l.has-icon-right input[type="email"],
.form-group-m.has-icon-right input[type="email"],
.form-group.has-icon-right input[type="url"],
.form-group-l.has-icon-right input[type="url"],
.form-group-m.has-icon-right input[type="url"],
.form-group.has-icon-right input[type="tel"],
.form-group-l.has-icon-right input[type="tel"],
.form-group-m.has-icon-right input[type="tel"],
.form-group.has-icon-right textarea,
.form-group-l.has-icon-right textarea,
.form-group-m.has-icon-right textarea {
  padding-right: 3.55rem;
}
.form-group-s.has-icon-right div.control .icon {
  right: .93rem;
}
.form-group-s.has-icon-right input[type="text"],
.form-group-s.has-icon-right input[type="password"],
.form-group-s.has-icon-right input[type="search"],
.form-group-s.has-icon-right input[type="email"],
.form-group-s.has-icon-right input[type="url"],
.form-group-s.has-icon-right input[type="tel"],
.form-group-s.has-icon-right textarea {
  padding-right: 2.55rem;
}
.form-group.has-icon-left.has-icon-right div.control > span:first-of-type,
.form-group-l.has-icon-left.has-icon-right div.control > span:first-of-type,
.form-group-m.has-icon-left.has-icon-right div.control > span:first-of-type {
  left: 1rem;
  right: auto;
}
.form-group.has-icon-left.has-icon-right div.control > span:last-of-type,
.form-group-l.has-icon-left.has-icon-right div.control > span:last-of-type,
.form-group-m.has-icon-left.has-icon-right div.control > span:last-of-type {
  left: auto;
  right: 1.143rem;
}
.form-group-s.has-icon-left.has-icon-right div.control > span:first-of-type {
  left: .93rem;
  right: auto;
}
.form-group-s.has-icon-left.has-icon-right div.control > span:last-of-type {
  left: auto;
  right: .93rem;
}
.btn {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background: transparent;
  background-repeat: no-repeat;
  border: none;
  white-space: nowrap;
  text-align: center;
  position: relative;
  overflow: hidden;
  line-height: 1;
  user-select: none;
  pointer-events: all;
  border-radius: 0;
  font-weight: bold;
  border: .1rem solid transparent;
  transition: all .2s;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
}
.btn.is-loading,
.is-loading .btn,
.btn.has-loading,
.has-loading .btn,
.btn[disabled],
[disabled] .btn,
.btn.is-disabled,
.is-disabled .btn,
.btn.has-disabled,
.has-disabled .btn {
  cursor: default;
  pointer-events: none;
}
.btn[disabled],
[disabled] .btn,
.btn.is-disabled,
.is-disabled .btn,
.btn.has-disabled,
.has-disabled .btn {
  color: #999 !important;
}
.btn[disabled]:not(.btn-transparent),
[disabled] .btn:not(.btn-transparent),
.btn.is-disabled:not(.btn-transparent),
.is-disabled .btn:not(.btn-transparent),
.btn.has-disabled:not(.btn-transparent),
.has-disabled .btn:not(.btn-transparent) {
  background-color: #ccc !important;
  border-color: #ccc !important;
  box-shadow: none !important;
  background-image: none !important;
}
.btn {
  font-size: 1.1rem;
  height: 3.571rem;
  line-height: 3.571rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.btn .icon {
  width: 1.71rem;
  height: 1.71rem;
  margin-top: -0.2rem;
}
.btn .icon:first-child {
  margin-left: -0.57rem;
  margin-right: .57rem;
}
.btn .icon:last-child {
  margin-left: .57rem;
  margin-right: -0.57rem;
}
.btn-size-l {
  font-size: 1.1rem;
  height: 3.571rem;
  line-height: 3.571rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.btn-size-l .icon {
  width: 1.71rem;
  height: 1.71rem;
  margin-top: -0.2rem;
}
.btn-size-l .icon:first-child {
  margin-left: -0.57rem;
  margin-right: .57rem;
}
.btn-size-l .icon:last-child {
  margin-left: .57rem;
  margin-right: -0.57rem;
}
.btn-size-m {
  font-size: 1rem;
  height: 2.857rem;
  line-height: 2.857rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.btn-size-m .icon {
  width: 1.43rem;
  height: 1.43rem;
  margin-top: -0.2rem;
}
.btn-size-m .icon:first-child {
  margin-left: -0.57rem;
  margin-right: .57rem;
}
.btn-size-m .icon:last-child {
  margin-left: .57rem;
  margin-right: -0.57rem;
}
.btn-size-s {
  font-size: .93rem;
  height: 2.143rem;
  line-height: 2.143rem;
  padding-left: .7rem;
  padding-right: .7rem;
}
.btn-size-s .icon {
  width: 1.43rem;
  height: 1.43rem;
}
.btn-size-s .icon:first-child {
  margin-left: -0.36rem;
  margin-right: .2rem;
}
.btn-size-s .icon:last-child {
  margin-left: .2rem;
  margin-right: -0.36rem;
}
.btn-transparent.btn,
.btn-transparent.btn-size-l,
.btn-transparent.btn-size-m,
.btn-transparent.btn-size-s {
  padding-left: 0;
  padding-right: 0;
}
.btn-transparent.btn .icon:first-child,
.btn-transparent.btn-size-l .icon:first-child,
.btn-transparent.btn-size-m .icon:first-child,
.btn-transparent.btn-size-s .icon:first-child {
  margin-left: 0;
}
.btn-transparent.btn .icon:last-child,
.btn-transparent.btn-size-l .icon:last-child,
.btn-transparent.btn-size-m .icon:last-child,
.btn-transparent.btn-size-s .icon:last-child {
  margin-right: 0;
}
.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-bold,
.btn-bold strong {
  font-weight: bold;
}
.btn-fg-align {
  margin-bottom: 1.4rem;
}
.btn[disabled] .icon,
[disabled] .btn .icon,
.btn.is-disabled .icon,
.is-disabled .btn .icon,
.btn.has-disabled .icon,
.has-disabled .btn .icon {
  display: none;
}
.btn-transparent,
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  color: #666;
}
.btn-primary {
  background-color: #e04f00;
  border-color: #e04f00;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #c74600;
}
.btn-primary:active {
  box-shadow: inset 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.6);
}
.btn-primary.has-loading:hover,
.has-loading .btn-primary:hover,
.btn-primary.is-loading:hover,
.is-loading .btn-primary:hover,
.btn-primary.has-loading:focus,
.has-loading .btn-primary:focus,
.btn-primary.is-loading:focus,
.is-loading .btn-primary:focus,
.btn-primary.has-loading:active,
.has-loading .btn-primary:active,
.btn-primary.is-loading:active,
.is-loading .btn-primary:active {
  box-shadow: none;
}
.btn-primary.btn-size-s {
  line-height: 1rem;
}
.btn-secondary {
  background-color: #3b5999;
  border-color: #3b5999;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: inset 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.3);
}
.btn-secondary:active {
  box-shadow: inset 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.6);
}
.btn-secondary.has-loading:hover,
.has-loading .btn-secondary:hover,
.btn-secondary.is-loading:hover,
.is-loading .btn-secondary:hover,
.btn-secondary.has-loading:focus,
.has-loading .btn-secondary:focus,
.btn-secondary.is-loading:focus,
.is-loading .btn-secondary:focus,
.btn-secondary.has-loading:active,
.has-loading .btn-secondary:active,
.btn-secondary.is-loading:active,
.is-loading .btn-secondary:active {
  box-shadow: none;
}
.btn-dark {
  background-color: #666;
  border-color: #666;
}
.btn-dark,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #fff;
}
.btn-dark:hover,
.btn-dark:focus {
  box-shadow: inset 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.3);
}
.btn-dark:active {
  box-shadow: inset 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.6);
}
.btn-dark.has-loading:hover,
.has-loading .btn-dark:hover,
.btn-dark.is-loading:hover,
.is-loading .btn-dark:hover,
.btn-dark.has-loading:focus,
.has-loading .btn-dark:focus,
.btn-dark.is-loading:focus,
.is-loading .btn-dark:focus,
.btn-dark.has-loading:active,
.has-loading .btn-dark:active,
.btn-dark.is-loading:active,
.is-loading .btn-dark:active {
  box-shadow: none;
}
.btn-gray {
  background-color: #f0f0f0;
  border-color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
}
.btn-gray,
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
  color: #666;
}
.btn-gray:hover,
.btn-gray:focus {
  background-color: #e3e3e3;
  border-color: #cacaca;
}
.btn-gray:active {
  background-color: #d7d7d7;
  border-color: #bdbdbd;
}
.btn-gray.has-loading:hover,
.has-loading .btn-gray:hover,
.btn-gray.is-loading:hover,
.is-loading .btn-gray:hover,
.btn-gray.has-loading:focus,
.has-loading .btn-gray:focus,
.btn-gray.is-loading:focus,
.is-loading .btn-gray:focus,
.btn-gray.has-loading:active,
.has-loading .btn-gray:active,
.btn-gray.is-loading:active,
.is-loading .btn-gray:active {
  background-color: #f0f0f0;
  border-color: #ccc;
}
.btn-light {
  background-color: #fff;
  border-color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
}
.btn-light,
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #e04f00;
}
.btn-light:hover,
.btn-light:focus {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.btn-light:active {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
}
.btn-light.has-loading:hover,
.has-loading .btn-light:hover,
.btn-light.is-loading:hover,
.is-loading .btn-light:hover,
.btn-light.has-loading:focus,
.has-loading .btn-light:focus,
.btn-light.is-loading:focus,
.is-loading .btn-light:focus,
.btn-light.has-loading:active,
.has-loading .btn-light:active,
.btn-light.is-loading:active,
.is-loading .btn-light:active {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.btn-white {
  background-color: #fff;
  border-color: #e04f00;
}
.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #e04f00;
}
.btn-white:hover,
.btn-white:focus {
  box-shadow: inset 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.3);
}
.btn-white:active {
  box-shadow: inset 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.6);
}
.btn-white.has-loading:hover,
.has-loading .btn-white:hover,
.btn-white.is-loading:hover,
.is-loading .btn-white:hover,
.btn-white.has-loading:focus,
.has-loading .btn-white:focus,
.btn-white.is-loading:focus,
.is-loading .btn-white:focus,
.btn-white.has-loading:active,
.has-loading .btn-white:active,
.btn-white.is-loading:active,
.is-loading .btn-white:active {
  box-shadow: none;
}
.btn-darker {
  background-color: #333;
  border-color: #333;
}
.btn-darker,
.btn-darker:hover,
.btn-darker:focus,
.btn-darker:active {
  color: #fff;
}
.btn-darker:hover,
.btn-darker:focus {
  box-shadow: inset 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.3);
}
.btn-darker:active {
  box-shadow: inset 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.6);
}
.btn-darker.has-loading:hover,
.has-loading .btn-darker:hover,
.btn-darker.is-loading:hover,
.is-loading .btn-darker:hover,
.btn-darker.has-loading:focus,
.has-loading .btn-darker:focus,
.btn-darker.is-loading:focus,
.is-loading .btn-darker:focus,
.btn-darker.has-loading:active,
.has-loading .btn-darker:active,
.btn-darker.is-loading:active,
.is-loading .btn-darker:active {
  box-shadow: none;
}
.title-suggested {
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
}
.title-suggested-light {
  font-weight: normal;
  text-align: center;
  font-size: 1.3rem;
}
.border-bold {
  border: solid 30px;
}
.btn-float-right {
  float: right;
}
.btn-orange {
  border: solid 2px #E04F00 !important;
  background: transparent !important;
  color: #E04F00 !important;
}
.btn-mobile-radius {
  border-radius: 0.2rem;
}
.btn-mobile-margin {
  margin: 0 0.25rem;
}
.ul-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1rem !important;
}
.brand-color-orange {
  color: #E04F00;
}
.brand-color-dark-grey {
  color: #444;
}
.btn-close-acc-mobile {
  margin-bottom: 0.5rem;
}
.alert {
  border: .1rem solid transparent;
  border-radius: 0.15rem;
  line-height: 1.2;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: .35rem;
}
.alert-bold {
  border: 0.2rem solid transparent;
  border-radius: 0.15rem;
  line-height: 1.2;
}
.alert-bold h4 {
  margin-top: 0;
  color: inherit;
}
.alert-bold .alert-link {
  font-weight: bold;
}
.alert-bold > p,
.alert-bold > ul {
  margin-bottom: 0;
}
.alert-bold > p + p {
  margin-top: 0.35rem;
}
.alert-success {
  background-color: #fff;
  border-color: #459300;
  color: #459300;
}
.alert-success hr {
  border-top-color: #397a00;
}
.alert-success .alert-link {
  color: #2d6000;
}
.alert-info {
  background-color: #fff;
  border-color: #138af2;
  color: #138af2;
}
.alert-info hr {
  border-top-color: #0c7ddf;
}
.alert-info .alert-link {
  color: #0b6fc7;
}
.alert-warning {
  background-color: #fff;
  border-color: #ff6c00;
  color: #ff6c00;
}
.alert-warning hr {
  border-top-color: #e66100;
}
.alert-warning .alert-link {
  color: #cc5600;
}
.alert-danger {
  background-color: #fff;
  border-color: #ff1d23;
  color: #ff1d23;
}
.alert-danger hr {
  border-top-color: #ff030a;
}
.alert-danger .alert-link {
  color: #e90006;
}
.alert {
  background-repeat: no-repeat;
  margin-bottom: 1.4rem;
  padding: 1.3rem 1.5rem 1.3rem 3.4rem;
  background-position: 1.29rem 1.14rem;
  background-size: 1.7rem 1.7rem;
}
.alert-bold {
  background-repeat: no-repeat;
  margin-bottom: 1.4rem;
  padding: 1.3rem 1.5rem 1.3rem 3.4rem;
  background-position: 1.29rem 1.14rem;
  background-size: 1.7rem 1.7rem;
}
.alert-success {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23459300%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-successsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M33.696%2014.509l-12.142%2012.79-5.262-5.544-3.897%204.105%209.159%209.65%2016.049-16.895-3.907-4.106z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.alert-info {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23138af2%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-infosvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M22.857%2020.322V34.24h4.19V20.322h-4.19zm4.474-4.765a2.519%202.519%200%200%200-1.372-1.301%202.618%202.618%200%200%200-.993-.188c-.343%200-.663.062-.96.188-.297.125-.561.3-.791.523-.229.224-.41.483-.54.778a2.326%202.326%200%200%200-.196.953c0%20.332.065.642.196.933.13.291.311.546.54.765.23.22.494.394.791.524.297.129.617.194.96.194.351%200%20.682-.065.993-.194.311-.13.583-.304.818-.524.234-.219.419-.474.554-.765.135-.291.202-.601.202-.933%200-.34-.067-.657-.202-.953z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.alert-warning {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff6c00%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-warningsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M22.967%2014.069v8.167c0%20.876.052%201.744.157%202.606.105.861.243%201.739.415%202.634h3.007c.171-.895.309-1.773.415-2.634.104-.862.157-1.73.157-2.606v-8.167h-4.151zm-.294%2019.525c.129.3.306.559.53.778.224.219.489.39.795.514.305.124.639.186%201.001.186a2.6%202.6%200%200%200%20.988-.186c.305-.124.573-.295.802-.514a2.413%202.413%200%200%200%20.73-1.742%202.361%202.361%200%200%200-.73-1.727%202.633%202.633%200%200%200-.802-.522%202.53%202.53%200%200%200-.988-.192%202.53%202.53%200%200%200-1.796.714%202.427%202.427%200%200%200-.53.771%202.36%202.36%200%200%200-.193.956c0%20.343.064.664.193.964z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.alert-danger {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff1d23%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-dangersvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M32.791%2029.866l-4.873-4.871%204.874-4.871a2.065%202.065%200%200%200%200-2.922%202.07%202.07%200%200%200-2.925%200l-4.874%204.871-4.874-4.871a2.07%202.07%200%200%200-2.925%200%202.066%202.066%200%200%200%200%202.922l4.874%204.871-4.873%204.871a2.067%202.067%200%201%200%202.924%202.922l4.874-4.871%204.874%204.871a2.068%202.068%200%200%200%202.924-2.922%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.has-loader {
  position: relative;
}
.has-loader:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  border-radius: 50%;
  border-top: 2px solid #ccc;
  border-right: 2px solid transparent;
  animation: spinner 0.7s infinite linear;
  backface-visibility: hidden;
  width: 1.79rem;
  height: 1.79rem;
}
.is-loaded .has-loader:before,
.has-loader:before.is-loaded {
  display: none !important;
}
.has-loader.is-loaded:before {
  display: none;
}
.loader {
  display: inline-block;
  border-radius: 50%;
  border-top: 2px solid #ccc;
  border-right: 2px solid transparent;
  animation: spinner 0.7s infinite linear;
  backface-visibility: hidden;
  width: 1.79rem;
  height: 1.79rem;
}
.is-loaded .loader,
.loader.is-loaded {
  display: none !important;
}
.loader {
  width: 1.79rem;
  height: 1.79rem;
}
.loader.loader-10,
.has-loader.loader-10:before {
  width: 0.71rem !important;
  height: 0.71rem !important;
}
.has-loader.loader-10 {
  min-width: 0.71rem;
  min-height: 0.71rem;
}
.has-loader.loader-10:before {
  margin-top: -0.36rem;
  margin-left: -0.36rem;
}
.loader.loader-16,
.has-loader.loader-16:before {
  width: 1.14rem !important;
  height: 1.14rem !important;
}
.has-loader.loader-16 {
  min-width: 1.14rem;
  min-height: 1.14rem;
}
.has-loader.loader-16:before {
  margin-top: -0.57rem;
  margin-left: -0.57rem;
}
.loader.loader-20,
.has-loader.loader-20:before {
  width: 1.43rem !important;
  height: 1.43rem !important;
}
.has-loader.loader-20 {
  min-width: 1.43rem;
  min-height: 1.43rem;
}
.has-loader.loader-20:before {
  margin-top: -0.71rem;
  margin-left: -0.71rem;
}
.loader.loader-25,
.has-loader.loader-25:before {
  width: 1.79rem !important;
  height: 1.79rem !important;
}
.has-loader.loader-25 {
  min-width: 1.79rem;
  min-height: 1.79rem;
}
.has-loader.loader-25:before {
  margin-top: -0.86rem;
  margin-left: -0.86rem;
}
.loader.loader-30,
.has-loader.loader-30:before {
  width: 2.14rem !important;
  height: 2.14rem !important;
}
.has-loader.loader-30 {
  min-width: 2.14rem;
  min-height: 2.14rem;
}
.has-loader.loader-30:before {
  margin-top: -1.07rem;
  margin-left: -1.07rem;
}
.loader.loader-40,
.has-loader.loader-40:before {
  width: 2.86rem !important;
  height: 2.86rem !important;
}
.has-loader.loader-40 {
  min-width: 2.86rem;
  min-height: 2.86rem;
}
.has-loader.loader-40:before {
  margin-top: -1.43rem;
  margin-left: -1.43rem;
}
.loader.loader-50,
.has-loader.loader-50:before {
  width: 3.57rem !important;
  height: 3.57rem !important;
}
.has-loader.loader-50 {
  min-width: 3.57rem;
  min-height: 3.57rem;
}
.has-loader.loader-50:before {
  margin-top: -1.79rem;
  margin-left: -1.79rem;
}
.loader.loader-70,
.has-loader.loader-70:before {
  width: 5rem !important;
  height: 5rem !important;
}
.has-loader.loader-70 {
  min-width: 5rem;
  min-height: 5rem;
}
.has-loader.loader-70:before {
  margin-top: -2.5rem;
  margin-left: -2.5rem;
}
.loader.loader-100,
.has-loader.loader-100:before {
  width: 7.14rem !important;
  height: 7.14rem !important;
}
.has-loader.loader-100 {
  min-width: 7.14rem;
  min-height: 7.14rem;
}
.has-loader.loader-100:before {
  margin-top: -3.57rem;
  margin-left: -3.57rem;
}
.lazyload,
.lazyloading,
.lazyloaded {
  opacity: 0;
  transition: opacity .4s;
}
.lazyloaded {
  opacity: 1;
}
.browsehappy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: .7rem;
  z-index: 100000;
  background: #ff6c00;
  text-align: center;
  color: #fff;
}
.browsehappy a {
  color: #fff;
  text-decoration: underline;
}
.jBox-wrapper {
  text-align: left;
}
.jBox-wrapper,
.jBox-wrapper * {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
}
.jBox-title,
.jBox-content,
.jBox-container {
  position: relative;
  word-break: break-word;
}
.jBox-container {
  background: #fff;
}
.jBox-content {
  padding: 8px 10px;
  overflow: auto;
  transition: opacity .15s;
}
.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
  padding: 8px 10px 0;
  font-weight: bold;
}
.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
  padding-top: 5px;
}
.jBox-pointer {
  position: absolute;
  overflow: hidden;
}
.jBox-pointer-top {
  top: 0;
}
.jBox-pointer-bottom {
  bottom: 0;
}
.jBox-pointer-left {
  left: 0;
}
.jBox-pointer-right {
  right: 0;
}
.jBox-pointer-top,
.jBox-pointer-bottom {
  width: 30px;
  height: 12px;
}
.jBox-pointer-left,
.jBox-pointer-right {
  width: 12px;
  height: 30px;
}
.jBox-pointer:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
}
.jBox-pointer-top:after {
  left: 5px;
  top: 6px;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2);
}
.jBox-pointer-right:after {
  top: 5px;
  right: 6px;
  box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.2);
}
.jBox-pointer-bottom:after {
  left: 5px;
  bottom: 6px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.jBox-pointer-left:after {
  top: 5px;
  left: 6px;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2);
}
.jBox-Modal .jBox-container,
.jBox-Confirm .jBox-container {
  border-radius: 3px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
}
.jBox-Modal .jBox-title,
.jBox-Confirm .jBox-title {
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
  background: #f4f5f6;
  border-bottom: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
}
.jBox-Modal.jBox-closeButton-title .jBox-title,
.jBox-Confirm.jBox-closeButton-title .jBox-title {
  padding-right: 55px;
}
.jBox-Modal.jBox-closeButton-box:before,
.jBox-Confirm.jBox-closeButton-box:before {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
}
.jBox-Modal .jBox-content {
  padding: 12px 15px;
}
.jBox-Confirm .jBox-content {
  text-align: center;
  padding: 45px 35px;
}
.jBox-Confirm-footer {
  border-top: 1px solid #e2e2e2;
  background: #fafafa;
  border-radius: 0 0 3px 3px;
  text-align: center;
  padding: 10px 0;
}
.jBox-Confirm-button {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  border-radius: 3px;
  padding: 0 20px;
  transition: color 0.2s, background-color 0.2s;
}
.jBox-Confirm-button-cancel {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  background: #ddd;
  color: #999;
  margin-right: 25px;
}
.jBox-Confirm-button-cancel:hover {
  background: #ccc;
  color: #666;
}
.jBox-Confirm-button-submit {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  background: #5fc04c;
  color: #fff;
}
.jBox-Confirm-button-submit:hover {
  background: #53a642;
}
.jBox-Confirm-button-cancel:active,
.jBox-Confirm-button-submit:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.26);
}
.jBox-Notice {
  transition: margin .2s;
}
.jBox-Notice .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  background: #333;
  background-image: linear-gradient(to bottom, #444, #222);
}
.jBox-Notice .jBox-content {
  border-radius: 3px;
  padding: 12px 20px;
}
.jBox-Notice .jBox-title {
  padding: 8px 20px 0;
  font-weight: bold;
}
.jBox-hasTitle.jBox-Notice .jBox-content {
  padding-top: 5px;
}
.jBox-Notice-color .jBox-container {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.jBox-Notice-gray .jBox-container {
  color: #666;
  text-shadow: 0 1px 0 #fff;
  background: #f4f4f4;
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
}
.jBox-Notice-red .jBox-container {
  background: #b02222;
  background-image: linear-gradient(to bottom, #ee2222, #b02222);
}
.jBox-Notice-green .jBox-container {
  background: #70a800;
  background-image: linear-gradient(to bottom, #95cc2a, #70a800);
}
.jBox-Notice-blue .jBox-container {
  background: #2b91d9;
  background-image: linear-gradient(to bottom, #5abaff, #2b91d9);
}
.jBox-Notice-yellow .jBox-container {
  color: #744700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  background: #ffb11f;
  background-image: linear-gradient(to bottom, #ffd665, #ffb11f);
}
.jBox-Image {
  background: #fff;
  padding: 8px 8px 45px;
  border-radius: 5px;
}
.jBox-Image .jBox-content {
  padding: 0;
  width: 100%;
  height: 100%;
}
.jBox-image-container {
  border-radius: 5px;
  background: #fff center center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.jBox-image-label {
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  color: #333;
  margin-top: -35px;
  padding: 0 90px 5px 10px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
}
.jBox-image-label.active {
  opacity: 1;
}
.jBox-image-pointer-next,
.jBox-image-pointer-prev {
  position: absolute;
  bottom: 0px;
  width: 22px;
  height: 45px;
  background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
  background-size: 11px auto;
  cursor: pointer;
  opacity: .6;
  -webkit-touch-callout: none;
  user-select: none;
  transition: opacity .2s;
}
.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
  opacity: 1;
}
.jBox-image-pointer-next {
  right: 8px;
  transform: scaleX(-1);
}
.jBox-image-pointer-prev {
  right: 30px;
}
.jBox-image-open #jBox-overlay {
  background-color: rgba(0, 0, 0, 0.86);
}
.jBox-Image.jBox-loading .jBox-container:before {
  left: auto;
  top: auto;
  bottom: -33px;
  right: 55px;
  margin-top: -9px;
  margin-left: -9px;
}
.jBox-closeButton {
  cursor: pointer;
  position: absolute;
}
.jBox-closeButton svg {
  position: absolute;
  top: 50%;
  right: 50%;
}
.jBox-closeButton path {
  transition: fill .2s;
}
.jBox-closeButton path {
  fill: #aaa;
}
.jBox-closeButton:hover path {
  fill: #888;
}
.jBox-closeButton:active path {
  fill: #666;
}
#jBox-overlay .jBox-closeButton {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
#jBox-overlay .jBox-closeButton svg {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px;
}
#jBox-overlay .jBox-closeButton path {
  fill: #d2d4d6;
}
#jBox-overlay .jBox-closeButton:hover path {
  fill: #fff;
}
#jBox-overlay .jBox-closeButton:active path {
  fill: #b2b4b6;
}
.jBox-closeButton-title .jBox-closeButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}
.jBox-closeButton-title .jBox-closeButton svg {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -6px;
}
.jBox-closeButton-box .jBox-closeButton {
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
}
.jBox-closeButton-box .jBox-closeButton svg {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px;
}
.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
  background: #f4f5f6;
}
.jBox-closeButton-box:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.jBox-pointerPosition-top.jBox-closeButton-box:before {
  top: 4px;
}
.jBox-pointerPosition-right.jBox-closeButton-box:before {
  right: 2px;
}
#jBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
  overflow: hidden;
}
.jBox-draggable {
  cursor: move;
}
@keyframes jBoxLoading {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes jBoxLoading {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.jBox-loading .jBox-content {
  min-height: 32px;
  min-width: 38px;
  opacity: 0;
}
.jBox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.jBox-spinner:before {
  content: 'Loading…';
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  box-sizing: border-box;
}
.jBox-spinner:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.6);
  animation: jBoxLoading .6s linear infinite;
  -webkit-animation: jBoxLoading .6s linear infinite;
}
.jBox-IE8.jBox-Tooltip .jBox-container,
.jBox-IE8.jBox-Mouse .jBox-container {
  border: 1px solid #aaa;
}
.jBox-IE8 .jBox-pointer:after {
  display: none;
}
.jBox-IE8 .jBox-pointer {
  border: 0;
  background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNq01l0OwyAIAGAlvY+n8ZJ6Gk/EqqkNtf7ApCQ+LM34iuCmRUQzihjj6FH+kjWL8N4/Ph9GHpiTnC9SwDbhLGyvspSScc71KkOa/HpuuRhIK+psE2pjONouCQg7kBSEXUgC2tHo52mTTBpnaEATWlaYK6MrhIAaceWpOcsCrYp6FV4H/90zTWjUQ/gSevVQq0ecHqoOxWpYoO7p5O9ku2fnVtp7QAik2rsK3fnpWfjynJWpbw+1BkghurrYDjiCptg/4AxaYhJwBbEwDsiB2NgM5EIirAdKIDFGQSmU1+NaIPjJYt2I25vxT4ABAMhWvtle2YvmAAAAAElFTkSuQmCC);
}
.jBox-IE8 .jBox-pointer-top {
  background-position: center top;
}
.jBox-IE8 .jBox-pointer-bottom {
  background-position: center bottom;
}
.jBox-IE8 .jBox-pointer-left {
  background-position: left center;
}
.jBox-IE8 .jBox-pointer-right {
  background-position: right center;
}
.jBox-IE8.jBox-Modal .jBox-container {
  border: 3px solid #aaa;
}
.jBox-nosvg .jBox-closeButton:before {
  font-family: Verdana, sans-serif;
  content: 'x';
  text-align: center;
  font-size: 18px;
  color: #888;
}
.tp-primary .jBox-container,
.tp-dark .jBox-container,
.tp-white .jBox-container,
.tp-success .jBox-container,
.tp-warning .jBox-container,
.tp-danger .jBox-container,
.tp-info .jBox-container {
  border-radius: .2rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .86rem;
  box-shadow: 0 0 2.14rem 0rem rgba(0, 0, 0, 0.25);
}
.tp-primary .jBox-content,
.tp-dark .jBox-content,
.tp-white .jBox-content,
.tp-success .jBox-content,
.tp-warning .jBox-content,
.tp-danger .jBox-content,
.tp-info .jBox-content {
  padding: .7rem 1.43rem;
}
.tp-primary .jBox-closeButton,
.tp-dark .jBox-closeButton,
.tp-white .jBox-closeButton,
.tp-success .jBox-closeButton,
.tp-warning .jBox-closeButton,
.tp-danger .jBox-closeButton,
.tp-info .jBox-closeButton {
  border-radius: .2rem;
  background: #fff;
}
.tp-primary.jBox-closeButton-box:before,
.tp-dark.jBox-closeButton-box:before,
.tp-white.jBox-closeButton-box:before,
.tp-success.jBox-closeButton-box:before,
.tp-warning.jBox-closeButton-box:before,
.tp-danger.jBox-closeButton-box:before,
.tp-info.jBox-closeButton-box:before {
  box-shadow: 0 0 0.43rem rgba(0, 0, 0, 0.4);
}
.tp-primary.jBox-closeButton-box .jBox-closeButton path,
.tp-dark.jBox-closeButton-box .jBox-closeButton path,
.tp-white.jBox-closeButton-box .jBox-closeButton path,
.tp-success.jBox-closeButton-box .jBox-closeButton path,
.tp-warning.jBox-closeButton-box .jBox-closeButton path,
.tp-danger.jBox-closeButton-box .jBox-closeButton path,
.tp-info.jBox-closeButton-box .jBox-closeButton path {
  fill: #666;
}
.tp-primary.jBox-closeButton-box .jBox-closeButton:hover path,
.tp-dark.jBox-closeButton-box .jBox-closeButton:hover path,
.tp-white.jBox-closeButton-box .jBox-closeButton:hover path,
.tp-success.jBox-closeButton-box .jBox-closeButton:hover path,
.tp-warning.jBox-closeButton-box .jBox-closeButton:hover path,
.tp-danger.jBox-closeButton-box .jBox-closeButton:hover path,
.tp-info.jBox-closeButton-box .jBox-closeButton:hover path {
  fill: #333;
}
.tp-primary.jBox-closeButton-box .jBox-closeButton:active path,
.tp-dark.jBox-closeButton-box .jBox-closeButton:active path,
.tp-white.jBox-closeButton-box .jBox-closeButton:active path,
.tp-success.jBox-closeButton-box .jBox-closeButton:active path,
.tp-warning.jBox-closeButton-box .jBox-closeButton:active path,
.tp-danger.jBox-closeButton-box .jBox-closeButton:active path,
.tp-info.jBox-closeButton-box .jBox-closeButton:active path {
  fill: #333;
}
.tp-primary.jBox-Modal .jBox-title,
.tp-dark.jBox-Modal .jBox-title,
.tp-white.jBox-Modal .jBox-title,
.tp-success.jBox-Modal .jBox-title,
.tp-warning.jBox-Modal .jBox-title,
.tp-danger.jBox-Modal .jBox-title,
.tp-info.jBox-Modal .jBox-title,
.tp-primary.jBox-Confirm .jBox-title,
.tp-dark.jBox-Confirm .jBox-title,
.tp-white.jBox-Confirm .jBox-title,
.tp-success.jBox-Confirm .jBox-title,
.tp-warning.jBox-Confirm .jBox-title,
.tp-danger.jBox-Confirm .jBox-title,
.tp-info.jBox-Confirm .jBox-title {
  padding: .7rem 1.43rem;
  background: #fff;
  color: #666;
  text-shadow: none;
}
.tp-primary.jBox-Modal.jBox-closeButton-title .jBox-title,
.tp-dark.jBox-Modal.jBox-closeButton-title .jBox-title,
.tp-white.jBox-Modal.jBox-closeButton-title .jBox-title,
.tp-success.jBox-Modal.jBox-closeButton-title .jBox-title,
.tp-warning.jBox-Modal.jBox-closeButton-title .jBox-title,
.tp-danger.jBox-Modal.jBox-closeButton-title .jBox-title,
.tp-info.jBox-Modal.jBox-closeButton-title .jBox-title,
.tp-primary.jBox-Confirm.jBox-closeButton-title .jBox-title,
.tp-dark.jBox-Confirm.jBox-closeButton-title .jBox-title,
.tp-white.jBox-Confirm.jBox-closeButton-title .jBox-title,
.tp-success.jBox-Confirm.jBox-closeButton-title .jBox-title,
.tp-warning.jBox-Confirm.jBox-closeButton-title .jBox-title,
.tp-danger.jBox-Confirm.jBox-closeButton-title .jBox-title,
.tp-info.jBox-Confirm.jBox-closeButton-title .jBox-title {
  padding-right: 3.93rem;
}
.tp-primary .jBox-container {
  background: #e04f00;
  color: #fff;
}
.tp-primary .jBox-pointer:after {
  background: #e04f00;
}
.tp-dark .jBox-container {
  background: #333;
  color: #fff;
}
.tp-dark .jBox-pointer:after {
  background: #333;
}
.tp-white .jBox-container {
  background: #fff;
  color: #333;
}
.tp-white .jBox-pointer:after {
  background: #fff;
}
.tp-danger.jBox-Tooltip .jBox-container,
.tp-success.jBox-Tooltip .jBox-container,
.tp-warning.jBox-Tooltip .jBox-container,
.tp-info.jBox-Tooltip .jBox-container {
  color: #fff;
}
.tp-danger.jBox-Tooltip .jBox-container,
.tp-danger.jBox-Tooltip.jBox-Tooltip-red .jBox-container,
.tp-danger.jBox-Tooltip .jBox-pointer:after,
.tp-danger.jBox-Tooltip.jBox-Tooltip-red .jBox-pointer:after {
  background: #ff1d23;
}
.tp-success.jBox-Tooltip .jBox-container,
.tp-success.jBox-Tooltip.jBox-Tooltip-green .jBox-container,
.tp-success.jBox-Tooltip .jBox-pointer:after,
.tp-success.jBox-Tooltip.jBox-Tooltip-green .jBox-pointer:after {
  background: #459300;
}
.tp-info.jBox-Tooltip .jBox-container,
.tp-info.jBox-Tooltip.jBox-Tooltip-blue .jBox-container,
.tp-info.jBox-Tooltip .jBox-pointer:after,
.tp-info.jBox-Tooltip.jBox-Tooltip-blue .jBox-pointer:after {
  background: #138af2;
}
.tp-warning.jBox-Tooltip .jBox-container,
.tp-warning.jBox-Tooltip.jBox-Tooltip-yellow .jBox-container,
.tp-warning.jBox-Tooltip .jBox-pointer:after,
.tp-warning.jBox-Tooltip.jBox-Tooltip-yellow .jBox-pointer:after {
  background: #ff6c00;
}
.tp-primary.jBox-Notice .jBox-container,
.tp-dark.jBox-Notice .jBox-container,
.tp-white.jBox-Notice .jBox-container,
.tp-success.jBox-Notice .jBox-container,
.tp-warning.jBox-Notice .jBox-container,
.tp-danger.jBox-Notice .jBox-container,
.tp-info.jBox-Notice .jBox-container {
  border-radius: .2rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .86rem;
  box-shadow: 0 0 2.14rem 0rem rgba(0, 0, 0, 0.25);
  background-image: none;
  text-shadow: none;
}
.tp-primary.jBox-Notice .jBox-content,
.tp-dark.jBox-Notice .jBox-content,
.tp-white.jBox-Notice .jBox-content,
.tp-success.jBox-Notice .jBox-content,
.tp-warning.jBox-Notice .jBox-content,
.tp-danger.jBox-Notice .jBox-content,
.tp-info.jBox-Notice .jBox-content {
  border-radius: .2rem;
  padding: 1.07rem 1.43rem;
}
.tp-primary.jBox-Notice .jBox-title,
.tp-dark.jBox-Notice .jBox-title,
.tp-white.jBox-Notice .jBox-title,
.tp-success.jBox-Notice .jBox-title,
.tp-warning.jBox-Notice .jBox-title,
.tp-danger.jBox-Notice .jBox-title,
.tp-info.jBox-Notice .jBox-title {
  padding: 1.07rem 1.43rem 0;
}
.tp-primary.jBox-hasTitle.jBox-Notice .jBox-content,
.tp-dark.jBox-hasTitle.jBox-Notice .jBox-content,
.tp-white.jBox-hasTitle.jBox-Notice .jBox-content,
.tp-success.jBox-hasTitle.jBox-Notice .jBox-content,
.tp-warning.jBox-hasTitle.jBox-Notice .jBox-content,
.tp-danger.jBox-hasTitle.jBox-Notice .jBox-content,
.tp-info.jBox-hasTitle.jBox-Notice .jBox-content {
  padding-top: .7rem;
}
.tp-primary .jBox-container {
  background: #e04f00;
}
.tp-dark .jBox-container {
  background: #333;
}
.tp-white .jBox-container {
  background: #fff;
  color: #333;
}
.tp-danger.jBox-Notice .jBox-container,
.tp-success.jBox-Notice .jBox-container,
.tp-warning.jBox-Notice .jBox-container,
.tp-info.jBox-Notice .jBox-container {
  background: #fff;
  border-style: solid;
  border-width: .1rem;
  background-repeat: no-repeat;
  background-position: 1.07rem center;
  background-size: 1.7rem 1.7rem;
}
.tp-danger.jBox-Notice .jBox-content,
.tp-success.jBox-Notice .jBox-content,
.tp-warning.jBox-Notice .jBox-content,
.tp-info.jBox-Notice .jBox-content {
  padding-left: 3.21rem;
}
.tp-danger.jBox-Notice .jBox-title,
.tp-success.jBox-Notice .jBox-title,
.tp-warning.jBox-Notice .jBox-title,
.tp-info.jBox-Notice .jBox-title {
  padding-left: 3.21rem;
}
.tp-danger.jBox-Notice .jBox-container,
.tp-danger.jBox-Notice.jBox-Notice-red .jBox-container {
  border-color: #ff1d23;
  color: #ff1d23;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff1d23%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-dangersvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M32.791%2029.866l-4.873-4.871%204.874-4.871a2.065%202.065%200%200%200%200-2.922%202.07%202.07%200%200%200-2.925%200l-4.874%204.871-4.874-4.871a2.07%202.07%200%200%200-2.925%200%202.066%202.066%200%200%200%200%202.922l4.874%204.871-4.873%204.871a2.067%202.067%200%201%200%202.924%202.922l4.874-4.871%204.874%204.871a2.068%202.068%200%200%200%202.924-2.922%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.tp-success.jBox-Notice .jBox-container,
.tp-success.jBox-Notice.jBox-Notice-green .jBox-container {
  border-color: #459300;
  color: #459300;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23459300%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-successsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M33.696%2014.509l-12.142%2012.79-5.262-5.544-3.897%204.105%209.159%209.65%2016.049-16.895-3.907-4.106z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.tp-info.jBox-Notice .jBox-container,
.tp-info.jBox-Notice.jBox-Notice-blue .jBox-container {
  border-color: #138af2;
  color: #138af2;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23138af2%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-infosvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M22.857%2020.322V34.24h4.19V20.322h-4.19zm4.474-4.765a2.519%202.519%200%200%200-1.372-1.301%202.618%202.618%200%200%200-.993-.188c-.343%200-.663.062-.96.188-.297.125-.561.3-.791.523-.229.224-.41.483-.54.778a2.326%202.326%200%200%200-.196.953c0%20.332.065.642.196.933.13.291.311.546.54.765.23.22.494.394.791.524.297.129.617.194.96.194.351%200%20.682-.065.993-.194.311-.13.583-.304.818-.524.234-.219.419-.474.554-.765.135-.291.202-.601.202-.933%200-.34-.067-.657-.202-.953z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.tp-warning.jBox-Notice .jBox-container,
.tp-warning.jBox-Notice.jBox-Notice-yellow .jBox-container {
  border-color: #ff6c00;
  color: #ff6c00;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill%3A%23fff%3Bfill-opacity%3A0%7D.cls-4%7Bfill%3A%23ff6c00%7D.cls-5%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22state-warningsvg%22%3E%3Ccircle%20id%3D%22circle-1%22%20class%3D%22cls-3%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%2F%3E%3Ccircle%20id%3D%22circle-2%22%20class%3D%22cls-4%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2221%22%2F%3E%3Cpath%20d%3D%22M22.967%2014.069v8.167c0%20.876.052%201.744.157%202.606.105.861.243%201.739.415%202.634h3.007c.171-.895.309-1.773.415-2.634.104-.862.157-1.73.157-2.606v-8.167h-4.151zm-.294%2019.525c.129.3.306.559.53.778.224.219.489.39.795.514.305.124.639.186%201.001.186a2.6%202.6%200%200%200%20.988-.186c.305-.124.573-.295.802-.514a2.413%202.413%200%200%200%20.73-1.742%202.361%202.361%200%200%200-.73-1.727%202.633%202.633%200%200%200-.802-.522%202.53%202.53%200%200%200-.988-.192%202.53%202.53%200%200%200-1.796.714%202.427%202.427%200%200%200-.53.771%202.36%202.36%200%200%200-.193.956c0%20.343.064.664.193.964z%22%20id%3D%22path-1%22%20class%3D%22cls-5%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  touch-action: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base {
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 1.29rem;
}
.noUi-horizontal .noUi-handle {
  width: 2.43rem;
  height: 2rem;
  left: -1.21rem;
  top: -0.43rem;
}
.noUi-vertical {
  width: 1.29rem;
}
.noUi-vertical .noUi-handle {
  width: 2rem;
  height: 2.43rem;
  left: -0.43rem;
  top: -1.21rem;
}
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 .1rem .1rem #f0f0f0;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 0.21rem rgba(51, 51, 51, 0.45);
  transition: background .45s;
}
.noUi-origin {
  border-radius: .14rem;
}
.noUi-target {
  border-radius: .29rem;
  border: .1rem solid #D3D3D3;
  box-shadow: inset 0 0.1rem 0.1rem #F0F0F0, 0 0.21rem 0.43rem -0.36rem #BBB;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 0.21rem rgba(51, 51, 51, 0.45), 0 0.21rem 0.43rem -0.36rem #BBB;
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: .1rem solid #D9D9D9;
  border-radius: .21rem;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 0.1rem #FFF, inset 0 0.1rem 0.5rem #EBEBEB, 0 0.21rem 0.43rem -0.21rem #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 0.1rem #FFF, inset 0 0.1rem 0.5rem #DDD, 0 0.21rem 0.43rem -0.21rem #BBB;
}
.noUi-handle:before,
.noUi-handle:after {
  content: '';
  display: block;
  position: absolute;
  height: 1rem;
  width: 1px;
  background: #E8E7E6;
  left: 1rem;
  top: .43rem;
}
.noUi-handle:after {
  left: 1.21rem;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 1rem;
  height: 1px;
  left: .43rem;
  top: 1rem;
}
.noUi-vertical .noUi-handle:after {
  top: 1.21rem;
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
}
.noUi-value {
  width: 2.86rem;
  position: absolute;
  text-align: center;
}
.noUi-marker {
  position: absolute;
}
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  margin-left: -1.43rem;
  padding-top: 1.43rem;
}
.noUi-value-horizontal.noUi-value-sub {
  padding-top: 1.07rem;
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -0.1rem;
  width: .14rem;
  height: .36rem;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: .71rem;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 1.07rem;
}
.noUi-pips-vertical {
  padding: 0 .71rem;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  width: 1.07rem;
  margin-left: 1.43rem;
  margin-top: -0.36rem;
}
.noUi-marker-vertical.noUi-marker {
  width: .36rem;
  height: .14rem;
  margin-top: -0.1rem;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: .71rem;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 1.07rem;
}
.noUi-horizontal {
  height: .71rem;
}
.noUi-horizontal .noUi-handle {
  width: 2rem;
  height: 2rem;
  left: -1rem;
  top: -0.64rem;
}
.noUi-vertical {
  width: .71rem;
}
.noUi-vertical .noUi-handle {
  width: 2rem;
  height: 2rem;
  left: -0.64rem;
  top: -1rem;
}
.noUi-background {
  background-color: #ccc;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: none;
}
.noUi-connect {
  background-color: #e04f00;
  box-shadow: none;
  transition: background .3s;
}
.noUi-origin {
  border-radius: 0;
}
.noUi-target {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.noUi-target.noUi-connect {
  box-shadow: none;
}
.noUi-handle {
  border: 0.1rem solid #ccc;
  border-radius: .21rem;
  background-color: #fff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  box-shadow: none;
}
.noUi-active {
  box-shadow: inset 0 0 0.1rem #FFF, inset 0 0.1rem 0.5rem #DDD, 0 0.21rem 0.43rem -0.21rem #BBB;
}
.noUi-handle:before,
.noUi-handle:after {
  height: 1rem;
  width: 1px;
  background: #ccc;
  left: 50%;
  top: 50%;
  margin-top: -0.5rem;
}
.noUi-handle:before {
  margin-left: -0.14rem;
}
.noUi-handle:after {
  margin-left: 1px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 1rem;
  height: 1px;
  margin-left: 0;
  margin-top: -0.21rem;
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #ccc;
}
.noUi-handle .sl-tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 3.57rem;
  margin-left: -1.79rem;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-top: .21rem;
}
.noUi-value {
  width: 3.57rem;
}
.noUi-value-horizontal {
  margin-left: -1.79rem;
  padding-top: 1.07rem;
}
#returnToTopButton {
  display: none;
  opacity: 0;
  cursor: pointer;
  position: fixed;
  transform: translateZ(0);
  bottom: 90px;
  right: 20px;
  z-index: 400;
}
#returnToTopButton span {
  display: block;
}
#cookieInfo {
  width: 100%;
  padding: 5px 30px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 2100;
  font-size: .7rem;
  line-height: 1.3;
}
#cookieInfo > div {
  white-space: nowrap;
  margin-left: 15px;
  display: inline-block;
}
#cookieInfo > div span,
#cookieInfo > div a,
#cookieInfo > div button {
  display: inline-block;
  color: #333;
}
#cookieInfo > div span {
  margin: 0 10px;
}
#cookieInfo > div a {
  display: inline-block;
  font-weight: bold;
}
#cookieInfo > div button {
  height: auto;
  padding: 0;
  line-height: 1;
  font-size: .7rem;
  font-weight: bold;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
#queryTest {
  width: 7.15rem;
  height: 7.15rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  background: gray;
}
@media (min-width: 768px) {
  #queryTest {
    background: green;
  }
}
@media (min-width: 992px) {
  #queryTest {
    background: blue;
  }
}
@media (min-width: 1200px) {
  #queryTest {
    background: orange;
  }
}
@media (min-width: 10000px) {
  #queryTest {
    background: red;
  }
}
.clearfix-alt {
  float: none;
  clear: both;
  width: 98%;
  height: 0px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: .35rem;
}
.margin-top-10 {
  margin-top: .7rem;
}
.margin-top-20 {
  margin-top: 1.4rem;
}
.margin-top-30 {
  margin-top: 2.15rem;
}
.margin-top-50 {
  margin-top: 3.55rem;
}
.margin-top-100 {
  margin-top: 7.5rem;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: .35rem;
}
.margin-bottom-10 {
  margin-bottom: .7rem;
}
.margin-bottom-20 {
  margin-bottom: 1.4rem;
}
.margin-bottom-30 {
  margin-bottom: 2.15rem;
}
.margin-bottom-50 {
  margin-bottom: 3.55rem;
}
.margin-bottom-100 {
  margin-bottom: 7.5rem;
}
.margin-bottom-200 {
  margin-bottom: 14.3rem;
}
.margin-left-0 {
  margin-left: 0;
}
.margin-left-5 {
  margin-left: .35rem;
}
.margin-left-10 {
  margin-left: .7rem;
}
.margin-left-20 {
  margin-left: 1.4rem;
}
.margin-left-30 {
  margin-left: 2.15rem;
}
.margin-left-50 {
  margin-left: 3.55rem;
}
.margin-left-100 {
  margin-left: 7.5rem;
}
.margin-right-0 {
  margin-right: 0;
}
.margin-right-5 {
  margin-right: .35rem;
}
.margin-right-10 {
  margin-right: .7rem;
}
.margin-right-20 {
  margin-right: 1.4rem;
}
.margin-right-30 {
  margin-right: 2.15rem;
}
.margin-right-50 {
  margin-right: 3.55rem;
}
.margin-right-100 {
  margin-right: 7.5rem;
}
.margin-right-200 {
  margin-right: 14.3rem;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(1);
}
.no-transition {
  transition: none !important;
}
.disable-user-select {
  user-select: none;
}
.flex-row {
  display: flex;
  align-items: flex-end;
}
.flex-row > * {
  flex: 0 0 auto;
}
.soft-hide {
  display: none;
}
.brand-primary {
  color: #e04f00;
}
.brand-secondary {
  color: #3b5999;
}
.brand-gray-darker {
  color: #333;
}
.brand-gray-dark {
  color: #666;
}
.brand-gray {
  color: #999;
}
.brand-gray-light {
  color: #ccc;
}
.brand-gray-lighter {
  color: #f0f0f0;
}
.brand-success {
  color: #459300;
}
.brand-info {
  color: #138af2;
}
.brand-danger {
  color: #ff6c00;
}
.brand-danger {
  color: #ff1d23;
}
.no-phone-style a[href^=tel] {
  color: inherit;
  text-decoration: inherit;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 991px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 991px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 991px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 9999px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 9999px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 9999px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 9999px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 10000px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 10000px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 10000px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 10000px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 9999px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 10000px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#baseHeader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 60px;
  transition: height 0.5s ease;
  transform: translateZ(0);
}
#baseHeader.has-usp {
  height: 110px;
}
@media (max-width: 991px) {
  #baseHeader.has-usp {
    height: 60px;
  }
}
#baseHeader.has-usp .header-usp-wrapper {
  top: 0;
}
#baseHeader.has-usp .header-main-wrapper {
  top: 50px;
  border-bottom: 1px solid #e9e9eb;
}
@media (max-width: 991px) {
  #baseHeader.has-usp .header-main-wrapper {
    top: 0;
  }
}
@media (min-width: 992px) {
  #baseHeader.has-usp.panoramic-header {
    height: 550px;
  }
}
#baseHeader.has-partner .usp-container .partner {
  display: flex;
}
#baseHeader.has-partner .usp-container .usp {
  flex: none;
}
#baseHeader .header-main-wrapper {
  background: #333333;
  position: absolute;
  top: 0;
  width: 100%;
  transition: top 0.5s ease;
}
@media (min-width: 992px) {
  #baseHeader .header-main-wrapper {
    background: #fff;
  }
}
#baseHeader .header-main-wrapper .header-main {
  display: flex;
}
#baseHeader .header-main-wrapper .header-main .logo-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  height: 60px;
}
#baseHeader .header-main-wrapper .header-main .logo-wrapper > div,
#baseHeader .header-main-wrapper .header-main .logo-wrapper > h1 {
  height: 25px;
}
#baseHeader .header-main-wrapper .header-main .logo-wrapper a {
  display: flex;
  align-items: center;
}
#baseHeader .header-main-wrapper .header-main .logo-wrapper a .icon {
  margin-right: 0.5rem;
  display: none;
}
#baseHeader .header-main-wrapper .header-main .logo-wrapper a.has-back-icon .icon {
  display: inline-block;
}
@media (max-width: 991px) {
  #baseHeader .header-main-wrapper .header-main .logo-wrapper a.has-back-icon .icon {
    display: none;
  }
}
#baseHeader .header-main-wrapper .header-main .logo-wrapper .logo {
  width: 280px;
  height: 25px;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20663.11%2056.95%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Warstwa_2%22%20data-name%3D%22Warstwa%202%22%3E%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29%2C46.67c0%2C4.59%2C1.51%2C5.61%2C6.26%2C5.61v3.65H10.36V52.28c4.75%2C0%2C6.25-1%2C6.25-5.61V6.56h-3.4c-5.23%2C0-5.86%2C2.38-7.28%2C9H0L.71%2C1H44.6l.88%2C14.64H39.55c-1.59-6.73-2.22-9-7.36-9H29Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M114.46%2C52.28v3.65h-16a161.49%2C161.49%2C0%2C0%2C0-7.67-16.38c-2.77-5-4.43-6.33-8.46-6.72V46.67c0%2C4.43%2C1.34%2C5.61%2C5.37%2C5.61v3.65H64.55V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1H89.62c11.31%2C0%2C19.46%2C4.35%2C19.46%2C15.82%2C0%2C9.73-6.8%2C13.84-15.34%2C14.39v.32a16%2C16%2C0%2C0%2C1%2C8.69%2C5.61%2C80.77%2C80.77%2C0%2C0%2C1%2C6%2C10.61c1.43%2C3%2C2.22%2C4.42%2C6%2C4.58M87.25%2C6.57h-4.9V27.29h4.74c5.93%2C0%2C8.78-2.14%2C8.78-10.44%2C0-7.6-2.61-10.28-8.62-10.28%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M585.85%2C31.2V46.67c0%2C4.43%2C1.34%2C5.61%2C5.37%2C5.61v3.65H568.05V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h25.07c11.31%2C0%2C19.46%2C4.35%2C19.46%2C15.82%2C0%2C9.73-6.81%2C13.84-15.34%2C14.39h0M590.75%2C6.57h-4.9V27.29h4.74c5.93%2C0%2C8.78-2.14%2C8.78-10.44%2C0-7.6-2.61-10.28-8.62-10.28%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M162.26%2C41.13H145.33l-2%2C6.8c-1%2C3.72.16%2C4.12%2C4.75%2C4.35v3.65H130.62V52.28c3.4-.39%2C4.51-1.1%2C5.85-5.3L151.42%2C1h10l15.75%2C46c1.34%2C3.88%2C2.13%2C4.91%2C5.3%2C5.3v3.65H160V52.28c4.83-.23%2C5.3-1.34%2C4.43-4.35ZM147%2C35.28h13.37l-4.27-13.37A87.72%2C87.72%2C0%2C0%2C1%2C153.71%2C13h-.39c-.24%2C1-.79%2C3.72-2.46%2C9.1Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M216.38%2C35a83.17%2C83.17%2C0%2C0%2C1%2C2.29%2C10.21h.47A92.88%2C92.88%2C0%2C0%2C1%2C221.6%2C34.8l7.66-25.38a8.18%2C8.18%2C0%2C0%2C0%2C.32-1.75c0-2-1.5-3-4.82-3V1h17.56V4.67c-3.32.4-4.51%2C1-5.86%2C5.22l-15.19%2C46H211.15L195.34%2C9.73c-1.35-4-2.3-4.66-5.22-5.06V1h22.77V4.67c-3.32%2C0-4.59%2C1.1-4.59%2C3a6.73%2C6.73%2C0%2C0%2C0%2C.32%2C1.75Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M258.43%2C52.28c4.19%2C0%2C5.39-1.11%2C5.39-5.61V10.44c0-4.5-1.2-5.61-5.39-5.69V1H298l1%2C13.37h-5.86c-1.74-6-2.61-7.75-8.22-7.75h-8.63V25.39h4.91c4.9%2C0%2C6.17-1.11%2C6.48-5.61h5.22V36.31h-5.22c-.31-4.27-1.5-5.61-6.4-5.61h-5V50.62H286c5.21%2C0%2C7.2-1.81%2C7.83-9.17h6V55.93H258.43Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M347.76%2C50.62c5.14%2C0%2C7.75-2.3%2C9.25-9.88h6.1L362%2C55.93H322.53V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.34v3.8c-4.28.08-5.54%2C1.19-5.54%2C5.69V50.62Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M647.76%2C50.62c5.14%2C0%2C7.75-2.3%2C9.25-9.88h6.1L662%2C55.93H622.53V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.33v3.8c-4.27.08-5.53%2C1.19-5.53%2C5.69V50.62Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M399.89%2C46.67c0%2C4.5%2C1.26%2C5.61%2C5.45%2C5.61v3.65H382.09V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.25v3.8c-4.19.08-5.45%2C1.19-5.45%2C5.69Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M446.14%2C34.41l-5.62-1.5c-8.31-2.3-13.13-6.49-13.13-15.82C427.39%2C5.85%2C434.91%2C0%2C446.45%2C0c8.54%2C0%2C13.68%2C2.37%2C16.3%2C3.88V14.72h-8.07C454%2C8.86%2C451.91%2C5%2C445.5%2C5c-5.22%2C0-7.83%2C3-7.83%2C7.67%2C0%2C4.27%2C2%2C6.72%2C7.67%2C8.23L451%2C22.31c8.86%2C2.37%2C14.56%2C7.12%2C14.56%2C16.92%2C0%2C11.39-7.52%2C17.72-21%2C17.72-9.8%2C0-14.63-2.77-17.48-4.43V42h8.23c.79%2C7.28%2C3.88%2C10.28%2C10%2C10.28s9.33-2.84%2C9.33-8.77c0-5-2.14-7.36-8.46-9.1%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M510.08%2C46.67c0%2C4.59%2C1.51%2C5.61%2C6.26%2C5.61v3.65H491.42V52.28c4.75%2C0%2C6.25-1%2C6.25-5.61V6.56h-3.41c-5.21%2C0-5.85%2C2.38-7.27%2C9h-5.94L481.76%2C1h43.91l.86%2C14.64h-5.92c-1.59-6.73-2.22-9-7.36-9h-3.17Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%22543.67%22%20cy%3D%2250.95%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  #baseHeader .header-main-wrapper .header-main .logo-wrapper .logo {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20663.11%2056.95%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2312100b%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Warstwa_2%22%20data-name%3D%22Warstwa%202%22%3E%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29%2C46.67c0%2C4.59%2C1.51%2C5.61%2C6.26%2C5.61v3.65H10.36V52.28c4.75%2C0%2C6.25-1%2C6.25-5.61V6.56h-3.4c-5.23%2C0-5.86%2C2.38-7.28%2C9H0L.71%2C1H44.6l.88%2C14.64H39.55c-1.59-6.73-2.22-9-7.36-9H29Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M114.46%2C52.28v3.65h-16a161.49%2C161.49%2C0%2C0%2C0-7.67-16.38c-2.77-5-4.43-6.33-8.46-6.72V46.67c0%2C4.43%2C1.34%2C5.61%2C5.37%2C5.61v3.65H64.55V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1H89.62c11.31%2C0%2C19.46%2C4.35%2C19.46%2C15.82%2C0%2C9.73-6.8%2C13.84-15.34%2C14.39v.32a16%2C16%2C0%2C0%2C1%2C8.69%2C5.61%2C80.77%2C80.77%2C0%2C0%2C1%2C6%2C10.61c1.43%2C3%2C2.22%2C4.42%2C6%2C4.58M87.25%2C6.57h-4.9V27.29h4.74c5.93%2C0%2C8.78-2.14%2C8.78-10.44%2C0-7.6-2.61-10.28-8.62-10.28%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M585.85%2C31.2V46.67c0%2C4.43%2C1.34%2C5.61%2C5.37%2C5.61v3.65H568.05V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h25.07c11.31%2C0%2C19.46%2C4.35%2C19.46%2C15.82%2C0%2C9.73-6.81%2C13.84-15.34%2C14.39h0M590.75%2C6.57h-4.9V27.29h4.74c5.93%2C0%2C8.78-2.14%2C8.78-10.44%2C0-7.6-2.61-10.28-8.62-10.28%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M162.26%2C41.13H145.33l-2%2C6.8c-1%2C3.72.16%2C4.12%2C4.75%2C4.35v3.65H130.62V52.28c3.4-.39%2C4.51-1.1%2C5.85-5.3L151.42%2C1h10l15.75%2C46c1.34%2C3.88%2C2.13%2C4.91%2C5.3%2C5.3v3.65H160V52.28c4.83-.23%2C5.3-1.34%2C4.43-4.35ZM147%2C35.28h13.37l-4.27-13.37A87.72%2C87.72%2C0%2C0%2C1%2C153.71%2C13h-.39c-.24%2C1-.79%2C3.72-2.46%2C9.1Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M216.38%2C35a83.17%2C83.17%2C0%2C0%2C1%2C2.29%2C10.21h.47A92.88%2C92.88%2C0%2C0%2C1%2C221.6%2C34.8l7.66-25.38a8.18%2C8.18%2C0%2C0%2C0%2C.32-1.75c0-2-1.5-3-4.82-3V1h17.56V4.67c-3.32.4-4.51%2C1-5.86%2C5.22l-15.19%2C46H211.15L195.34%2C9.73c-1.35-4-2.3-4.66-5.22-5.06V1h22.77V4.67c-3.32%2C0-4.59%2C1.1-4.59%2C3a6.73%2C6.73%2C0%2C0%2C0%2C.32%2C1.75Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M258.43%2C52.28c4.19%2C0%2C5.39-1.11%2C5.39-5.61V10.44c0-4.5-1.2-5.61-5.39-5.69V1H298l1%2C13.37h-5.86c-1.74-6-2.61-7.75-8.22-7.75h-8.63V25.39h4.91c4.9%2C0%2C6.17-1.11%2C6.48-5.61h5.22V36.31h-5.22c-.31-4.27-1.5-5.61-6.4-5.61h-5V50.62H286c5.21%2C0%2C7.2-1.81%2C7.83-9.17h6V55.93H258.43Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M347.76%2C50.62c5.14%2C0%2C7.75-2.3%2C9.25-9.88h6.1L362%2C55.93H322.53V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.34v3.8c-4.28.08-5.54%2C1.19-5.54%2C5.69V50.62Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M647.76%2C50.62c5.14%2C0%2C7.75-2.3%2C9.25-9.88h6.1L662%2C55.93H622.53V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.33v3.8c-4.27.08-5.53%2C1.19-5.53%2C5.69V50.62Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M399.89%2C46.67c0%2C4.5%2C1.26%2C5.61%2C5.45%2C5.61v3.65H382.09V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.25v3.8c-4.19.08-5.45%2C1.19-5.45%2C5.69Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M446.14%2C34.41l-5.62-1.5c-8.31-2.3-13.13-6.49-13.13-15.82C427.39%2C5.85%2C434.91%2C0%2C446.45%2C0c8.54%2C0%2C13.68%2C2.37%2C16.3%2C3.88V14.72h-8.07C454%2C8.86%2C451.91%2C5%2C445.5%2C5c-5.22%2C0-7.83%2C3-7.83%2C7.67%2C0%2C4.27%2C2%2C6.72%2C7.67%2C8.23L451%2C22.31c8.86%2C2.37%2C14.56%2C7.12%2C14.56%2C16.92%2C0%2C11.39-7.52%2C17.72-21%2C17.72-9.8%2C0-14.63-2.77-17.48-4.43V42h8.23c.79%2C7.28%2C3.88%2C10.28%2C10%2C10.28s9.33-2.84%2C9.33-8.77c0-5-2.14-7.36-8.46-9.1%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M510.08%2C46.67c0%2C4.59%2C1.51%2C5.61%2C6.26%2C5.61v3.65H491.42V52.28c4.75%2C0%2C6.25-1%2C6.25-5.61V6.56h-3.41c-5.21%2C0-5.85%2C2.38-7.27%2C9h-5.94L481.76%2C1h43.91l.86%2C14.64h-5.92c-1.59-6.73-2.22-9-7.36-9h-3.17Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%22543.67%22%20cy%3D%2250.95%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
#baseHeader .header-main-wrapper .header-main .logo-wrapper .logo .back-link {
  width: 30px;
  height: 30px;
}
#baseHeader .header-main-wrapper .header-main .search-wrapper {
  display: flex;
  flex: 1 0 auto;
  overflow: hidden;
  height: 60px;
}
@media (max-width: 991px) {
  #baseHeader .header-main-wrapper .header-main .search-wrapper {
    max-width: 60px;
    min-width: 0;
  }
  #baseHeader .header-main-wrapper .header-main .search-wrapper.is-open {
    max-width: 360px;
  }
}
#baseHeader .header-main-wrapper .header-main .search-wrapper .trigger {
  border-left: 1px solid #494949;
}
#baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
}
#baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group {
  flex: 1;
  height: 40px;
  position: relative;
}
#baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group.has-loader:before {
  margin-left: 10px;
  left: auto;
  right: 40px;
}
@media (max-width: 991px) {
  #baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group.has-loader input {
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  #baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group.has-loader:before {
    left: 7px;
    right: auto;
  }
  #baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group.has-loader input {
    background-image: none;
  }
}
#baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group input {
  display: block;
  margin-bottom: 0;
  width: 100%;
  background: #fff;
  border: 1px solid transparent;
  padding-left: 8px;
  font-size: 0.86rem;
  height: 100%;
}
#baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group input::placeholder {
  color: #C4C4C4;
}
#baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group input:focus {
  outline: none;
  border: 1px solid #e04f00;
}
@media (min-width: 992px) {
  #baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group input {
    background: #ffffff url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M20%2020L15.514%2015.506L20%2020ZM18%209.5C18%2011.7543%2017.1045%2013.9163%2015.5104%2015.5104C13.9163%2017.1045%2011.7543%2018%209.5%2018C7.24566%2018%205.08365%2017.1045%203.48959%2015.5104C1.89553%2013.9163%201%2011.7543%201%209.5C1%207.24566%201.89553%205.08365%203.48959%203.48959C5.08365%201.89553%207.24566%201%209.5%201C11.7543%201%2013.9163%201.89553%2015.5104%203.48959C17.1045%205.08365%2018%207.24566%2018%209.5V9.5Z%22%20stroke%3D%22%23333333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 15px 50%;
    background-size: 14px;
    padding-left: 40px;
    border-radius: 60px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.13);
  }
}
#baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group .btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 100%;
  width: 30px;
  padding: 0;
  text-align: center;
  background-image: none;
  line-height: 1;
}
#baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group .btn:hover,
#baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group .btn:active,
#baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group .btn:focus {
  box-shadow: none;
  background-color: #c74600;
}
#baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group .btn .icon {
  margin: 0 0;
}
@media (max-width: 991px) {
  #baseHeader .header-main-wrapper .header-main .search-wrapper .search-box-wrapper {
    display: none;
  }
  #baseHeader .header-main-wrapper .header-main .search-wrapper.is-open .search-box-wrapper {
    display: flex;
  }
}
@media (min-width: 992px) {
  #baseHeader .header-main-wrapper .header-main .search-wrapper .trigger {
    display: none;
  }
}
#baseHeader .header-main-wrapper .header-main .select-country-wrapper {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#baseHeader .header-main-wrapper .header-main .select-country-wrapper .form-group {
  margin: 0.5rem 0;
}
@media (max-width: 991px) {
  #baseHeader .header-main-wrapper .header-main .select-country-wrapper .form-group {
    margin-right: 1.4rem;
  }
}
#baseHeader .header-main-wrapper .header-main .hamburger-wrapper {
  pointer-events: auto;
  border-left: 1px solid #494949;
  border-right: 1px solid #494949;
}
@media (min-width: 992px) {
  #baseHeader .header-main-wrapper .header-main .hamburger-wrapper {
    display: none;
  }
}
#baseHeader .header-main-wrapper .header-main .btn.trigger {
  display: inline-block;
  text-align: center;
}
#baseHeader .header-main-wrapper .header-main .btn.trigger .icon {
  margin-left: 0;
  margin-right: 0;
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper {
  /**
              * min-width disabled to let the list collapse to smaller size when it has less content
              * i.e. whne user is signed-out.
              */
}
@media (max-width: 991px) {
  #baseHeader .header-main-wrapper .header-main .header-links-wrapper {
    display: none;
  }
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  height: 60px;
  align-items: center;
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li {
  padding: 0;
  margin: 0 8px;
  white-space: nowrap;
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li a {
  color: #888888;
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li a:hover span.link-wrapper,
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li a:focus span.link-wrapper {
  text-decoration: underline;
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li .badge {
  background: #e04f00;
  color: #fff;
  padding: 2px 3px;
  border-radius: 2px;
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li .badge .icon {
  height: 9px;
  margin: -3px -2px 0px -2px;
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li .caret {
  width: 8px;
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li.magazine {
  margin-left: 16px;
  height: 25px;
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li.magazine a {
  display: block;
  width: 80px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20227.77%2065.73%22%3E%3Cg%20id%3D%22logo1%22%3E%3Cpath%20d%3D%22M158.09%2C90.22V62.09H160L172.15%2C76l12.21-13.87h1.88V90.22h-5.63l0-16.32-8.44%2C9.38-8.43-9.38V90.22Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M190.36%2C90.22l11.25-28.13h5.63L218.47%2C90.2l-6%2C0L210.8%2C85.9H198.05l-1.69%2C4.32Zm14.22-20.63L200.3%2C80.28h8.44Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M225.2%2C86.17a14.42%2C14.42%2C0%2C0%2C1%2C0-20%2C13.58%2C13.58%2C0%2C0%2C1%2C10-4%2C15.21%2C15.21%2C0%2C0%2C1%2C10.33%2C3.75l-3.75%2C4.1a10.43%2C10.43%2C0%2C0%2C0-6.58-2.25%2C8.24%2C8.24%2C0%2C0%2C0-6.1%2C2.37%2C8.15%2C8.15%2C0%2C0%2C0-2.32%2C6%2C8.4%2C8.4%2C0%2C0%2C0%2C2.34%2C6.22%2C8.3%2C8.3%2C0%2C0%2C0%2C6.12%2C2.31%2C7.8%2C7.8%2C0%2C0%2C0%2C4.67-1.2V78.57l-3.76%2C0V73.34h9.38V86.47a15.17%2C15.17%2C0%2C0%2C1-10.33%2C3.75A13.67%2C13.67%2C0%2C0%2C1%2C225.2%2C86.17Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M249.71%2C90.22%2C261%2C62.09h5.63L277.82%2C90.2l-6%2C0-1.69-4.32H257.4l-1.69%2C4.32Zm14.22-20.63-4.28%2C10.69h8.44Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M304.08%2C90.22H281.55l0-1.88%2C13.11-21H281.57l0-5.25h22.53v2.06L290.91%2C85h13.17Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M308%2C62.09h6.6l6.53%2C9.19%2C6.68-9.19h6.45L324%2C76.15V90.22h-5.62V76.15Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M338.45%2C90.22V62.09h1.88L358%2C79.72V62.09h5.63V90.22h-2.06L344.08%2C72.78V90.22Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M172.55%2C99.68v5.25h-9.38v22.88h-5.62V104.93h-9.38V99.68Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M193.66%2C115.55l7%2C12.26h-6.46l-6.73-11.62h-5.13v11.62h-5.63V99.68H189q9.85%2C0%2C9.85%2C8.1Q198.84%2C113.89%2C193.66%2C115.55Zm-11.3-4.62h7.87c2.26%2C0%2C3.43-1.06%2C3.49-3.09-.06-1.85-1.21-2.81-3.43-2.89h-7.93Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M202.12%2C127.81l11.25-28.13H219l11.23%2C28.11-6%2C0-1.69-4.31H209.81l-1.69%2C4.31Zm14.21-20.62-4.27%2C10.68h8.44Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M238.71%2C99.68l8%2C20.61%2C8.14-20.61h6L249.6%2C127.81H244L232.71%2C99.68Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M265.43%2C127.81V99.7l20.67%2C0v5.25H271.05v6h11.27v5.24H271.05v6.39h15v5.25Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M297.44%2C99.68v22.88h15v5.25H291.81V99.68Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M317.07%2C99.66h5.61v28.15h-5.61Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M343.55%2C100.62a13.14%2C13.14%2C0%2C0%2C1%2C4%2C2.81l-3.75%2C3.76a6.43%2C6.43%2C0%2C0%2C0-5.25-2.26c-2.25%2C0-3.69.54-4.31%2C1.6a2.18%2C2.18%2C0%2C0%2C0%2C0%2C2.72c.62.75%2C2.06%2C1.31%2C4.31%2C1.68a14%2C14%2C0%2C0%2C1%2C6.47%2C2.35c1.94%2C1.31%2C2.91%2C3.41%2C2.91%2C6.28a7.25%2C7.25%2C0%2C0%2C1-3.1%2C5.82%2C11.39%2C11.39%2C0%2C0%2C1-7.23%2C2.43%2C16.67%2C16.67%2C0%2C0%2C1-6.55-1.12%2C14.19%2C14.19%2C0%2C0%2C1-4.5-3l3.75-3.75q1.88%2C2.25%2C6.38%2C2.62%2C3.75%2C0%2C4.68-1.59a3%2C3%2C0%2C0%2C0%2C0-3.19q-.93-1.59-4.68-2a15.18%2C15.18%2C0%2C0%2C1-6.19-2.06c-1.88-1.13-2.81-3.07-2.81-5.81a7%2C7%2C0%2C0%2C1%2C3.19-6%2C11.33%2C11.33%2C0%2C0%2C1%2C6.58-2.26A15.77%2C15.77%2C0%2C0%2C1%2C343.55%2C100.62Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M375.94%2C99.68v5.25h-9.38v22.88h-5.62V104.93h-9.38V99.68Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  #baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li.magazine {
    display: none;
  }
  body.is-user-logged-in #baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li.magazine {
    display: inline-block;
  }
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li.travel-coupon-link {
  font-family: Lato, Arial, Helvetica, sans-serif;
  margin: 0 0.5rem;
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li.travel-coupon-link a {
  color: #e04f00 !important;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li.travel-coupon-link span {
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
}
#baseHeader .header-main-wrapper .header-main .header-links-wrapper ul li.travel-coupon-link .emblem {
  vertical-align: top;
  display: inline-block;
}
#baseHeader .header-main-wrapper .header-main .trigger {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#baseHeader .header-main-wrapper .header-main .observed {
  transform: scale(60%);
}
#baseHeader .header-main-wrapper .header-main .observed__icon--active circle {
  fill: #e04f00;
}
#baseHeader .header-main-wrapper .header-main .observed__icon--active path {
  stroke: #e04f00;
}
#baseHeader .switch {
  color: #181a1b;
  background-color: #f2f2f2;
  border-radius: 50px;
  min-width: 80px;
  height: 24px;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.6s ease-in;
}
#baseHeader .switch * {
  transition: all 0.6s ease-in;
}
#baseHeader .switch__text {
  font-weight: bold;
  text-transform: capitalize;
}
#baseHeader .switch__marker {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #181a1b;
}
#baseHeader body.dark-mode .switch {
  color: #ffffff;
  flex-direction: reverse;
  background-color: #33373a;
  transition: all 0.6s ease-in;
}
#baseHeader body.dark-mode .switch * {
  transition: all 0.6s ease-in;
}
#baseHeader body.dark-mode .switch__marker {
  background-color: #ffffff;
  transform: translateX(54px);
}
#baseHeader body.dark-mode .switch__text {
  transform: translateX(-27px);
}
#baseHeaderCompensation {
  padding-top: 60px;
  transition: padding-top 0.5s ease;
}
#baseHeaderCompensation.panoramic-header-compensation {
  padding-top: 0;
  transition: padding-top 0.5s ease;
}
body.has-usp #baseHeaderCompensation {
  padding-top: 110px;
}
@media (max-width: 991px) {
  body.has-usp #baseHeaderCompensation {
    padding-top: 60px;
  }
}
body.has-usp #baseHeaderCompensation.panoramic-header-compensation {
  padding-top: 0;
}
@media (max-width: 991px) {
  body.has-usp #baseHeaderCompensation.panoramic-header-compensation {
    padding-top: 0;
  }
}
#baseHeader.panoramic-header {
  position: relative;
  height: 60px;
}
@media (min-width: 992px) {
  #baseHeader.panoramic-header {
    height: 500px;
  }
}
#baseHeader.panoramic-header .header-main-wrapper {
  height: 60px;
}
#baseHeader.panoramic-header .header-main-wrapper .header-main {
  pointer-events: none;
}
#baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text {
  display: none;
}
#baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .input-icon {
  display: none;
}
#baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .panorama-button {
  pointer-events: auto;
}
@media (min-width: 992px) {
  #baseHeader.panoramic-header .header-main-wrapper {
    height: 500px;
  }
  #baseHeader.panoramic-header .header-main-wrapper video.panorama-vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
  }
  #baseHeader.panoramic-header .header-main-wrapper video.panorama-vid.tv-ad {
    filter: brightness(0.6);
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__bw {
    filter: brightness(0.3);
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__tv {
    filter: brightness(0.6);
    object-position: 0 -45px;
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__gd {
    filter: brightness(0.8);
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__ws {
    filter: brightness(0.9);
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__hd {
    filter: brightness(0.95);
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__holidays-two-plus-two {
    filter: brightness(1);
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main {
    display: block;
    position: relative;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .logo-wrapper a {
    pointer-events: auto;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .logo-wrapper a .logo {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20663.11%2056.95%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Warstwa_2%22%20data-name%3D%22Warstwa%202%22%3E%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29%2C46.67c0%2C4.59%2C1.51%2C5.61%2C6.26%2C5.61v3.65H10.36V52.28c4.75%2C0%2C6.25-1%2C6.25-5.61V6.56h-3.4c-5.23%2C0-5.86%2C2.38-7.28%2C9H0L.71%2C1H44.6l.88%2C14.64H39.55c-1.59-6.73-2.22-9-7.36-9H29Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M114.46%2C52.28v3.65h-16a161.49%2C161.49%2C0%2C0%2C0-7.67-16.38c-2.77-5-4.43-6.33-8.46-6.72V46.67c0%2C4.43%2C1.34%2C5.61%2C5.37%2C5.61v3.65H64.55V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1H89.62c11.31%2C0%2C19.46%2C4.35%2C19.46%2C15.82%2C0%2C9.73-6.8%2C13.84-15.34%2C14.39v.32a16%2C16%2C0%2C0%2C1%2C8.69%2C5.61%2C80.77%2C80.77%2C0%2C0%2C1%2C6%2C10.61c1.43%2C3%2C2.22%2C4.42%2C6%2C4.58M87.25%2C6.57h-4.9V27.29h4.74c5.93%2C0%2C8.78-2.14%2C8.78-10.44%2C0-7.6-2.61-10.28-8.62-10.28%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M585.85%2C31.2V46.67c0%2C4.43%2C1.34%2C5.61%2C5.37%2C5.61v3.65H568.05V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h25.07c11.31%2C0%2C19.46%2C4.35%2C19.46%2C15.82%2C0%2C9.73-6.81%2C13.84-15.34%2C14.39h0M590.75%2C6.57h-4.9V27.29h4.74c5.93%2C0%2C8.78-2.14%2C8.78-10.44%2C0-7.6-2.61-10.28-8.62-10.28%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M162.26%2C41.13H145.33l-2%2C6.8c-1%2C3.72.16%2C4.12%2C4.75%2C4.35v3.65H130.62V52.28c3.4-.39%2C4.51-1.1%2C5.85-5.3L151.42%2C1h10l15.75%2C46c1.34%2C3.88%2C2.13%2C4.91%2C5.3%2C5.3v3.65H160V52.28c4.83-.23%2C5.3-1.34%2C4.43-4.35ZM147%2C35.28h13.37l-4.27-13.37A87.72%2C87.72%2C0%2C0%2C1%2C153.71%2C13h-.39c-.24%2C1-.79%2C3.72-2.46%2C9.1Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M216.38%2C35a83.17%2C83.17%2C0%2C0%2C1%2C2.29%2C10.21h.47A92.88%2C92.88%2C0%2C0%2C1%2C221.6%2C34.8l7.66-25.38a8.18%2C8.18%2C0%2C0%2C0%2C.32-1.75c0-2-1.5-3-4.82-3V1h17.56V4.67c-3.32.4-4.51%2C1-5.86%2C5.22l-15.19%2C46H211.15L195.34%2C9.73c-1.35-4-2.3-4.66-5.22-5.06V1h22.77V4.67c-3.32%2C0-4.59%2C1.1-4.59%2C3a6.73%2C6.73%2C0%2C0%2C0%2C.32%2C1.75Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M258.43%2C52.28c4.19%2C0%2C5.39-1.11%2C5.39-5.61V10.44c0-4.5-1.2-5.61-5.39-5.69V1H298l1%2C13.37h-5.86c-1.74-6-2.61-7.75-8.22-7.75h-8.63V25.39h4.91c4.9%2C0%2C6.17-1.11%2C6.48-5.61h5.22V36.31h-5.22c-.31-4.27-1.5-5.61-6.4-5.61h-5V50.62H286c5.21%2C0%2C7.2-1.81%2C7.83-9.17h6V55.93H258.43Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M347.76%2C50.62c5.14%2C0%2C7.75-2.3%2C9.25-9.88h6.1L362%2C55.93H322.53V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.34v3.8c-4.28.08-5.54%2C1.19-5.54%2C5.69V50.62Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M647.76%2C50.62c5.14%2C0%2C7.75-2.3%2C9.25-9.88h6.1L662%2C55.93H622.53V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.33v3.8c-4.27.08-5.53%2C1.19-5.53%2C5.69V50.62Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M399.89%2C46.67c0%2C4.5%2C1.26%2C5.61%2C5.45%2C5.61v3.65H382.09V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.25v3.8c-4.19.08-5.45%2C1.19-5.45%2C5.69Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M446.14%2C34.41l-5.62-1.5c-8.31-2.3-13.13-6.49-13.13-15.82C427.39%2C5.85%2C434.91%2C0%2C446.45%2C0c8.54%2C0%2C13.68%2C2.37%2C16.3%2C3.88V14.72h-8.07C454%2C8.86%2C451.91%2C5%2C445.5%2C5c-5.22%2C0-7.83%2C3-7.83%2C7.67%2C0%2C4.27%2C2%2C6.72%2C7.67%2C8.23L451%2C22.31c8.86%2C2.37%2C14.56%2C7.12%2C14.56%2C16.92%2C0%2C11.39-7.52%2C17.72-21%2C17.72-9.8%2C0-14.63-2.77-17.48-4.43V42h8.23c.79%2C7.28%2C3.88%2C10.28%2C10%2C10.28s9.33-2.84%2C9.33-8.77c0-5-2.14-7.36-8.46-9.1%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M510.08%2C46.67c0%2C4.59%2C1.51%2C5.61%2C6.26%2C5.61v3.65H491.42V52.28c4.75%2C0%2C6.25-1%2C6.25-5.61V6.56h-3.41c-5.21%2C0-5.85%2C2.38-7.27%2C9h-5.94L481.76%2C1h43.91l.86%2C14.64h-5.92c-1.59-6.73-2.22-9-7.36-9h-3.17Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%22543.67%22%20cy%3D%2250.95%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper {
    display: block;
    margin-top: 9%;
    height: max-content;
    overflow: visible;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text {
    text-align: center;
    cursor: pointer;
    display: block;
    color: #FFFFFF;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 26.45px;
    margin-bottom: 0.3rem;
    font-size: 30px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text p.subtitle {
    font-size: 20px;
    margin-bottom: 1.3rem;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__bw {
    margin-top: -2rem;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__bw-title {
    display: flex;
    justify-content: end;
    -webkit-justify-content: flex-end;
    align-items: baseline;
    margin-right: 12%;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__bw-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 300;
    filter: drop-shadow(0px 0px 2px #FFA600) drop-shadow(0px 3px 2px #FFA600) drop-shadow(0px 0px 2px #FFA600);
    background: linear-gradient(0deg, rgba(255, 211, 55, 0.2), #ffffff), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    line-height: 90%;
    color: rgba(255, 166, 0, 0.2);
    padding-right: 1.5rem;
    letter-spacing: 0.3rem;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__bw-title h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 26.45px;
    font-size: 1.2rem;
    text-shadow: none;
    background: linear-gradient(180deg, #FDBD06 11.11%, #FF5500 91.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 6px 4px #000);
    padding-top: .5rem;
    letter-spacing: 0;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__bw-title h3 span {
    font-size: 45px;
    font-weight: 900;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__bw h5 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    font-size: 1.3rem;
    letter-spacing: 1rem;
    margin-top: .4rem;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__bw h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.8rem;
    background: linear-gradient(180deg, #FDBD06 11.11%, #FF5500 91.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 6px 8px 0px #000000);
    margin: 1rem 0;
    padding: .2rem 0;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__hundred-days,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__holidays_two_plus_two {
    width: 60%;
    margin: 0 auto;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__hundred-days p,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__holidays_two_plus_two p {
    font-size: 35px;
    letter-spacing: 1px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__hundred-days p.subtitle,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__holidays_two_plus_two p.subtitle {
    font-size: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 1rem;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__holidays_two_plus_two {
    width: 47%;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__holidays_two_plus_two p {
    letter-spacing: 0;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper {
    display: block;
    text-align: center;
    padding-right: 60px;
    padding-left: 60px;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group {
    pointer-events: auto;
    height: 50px;
    display: flex;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group span {
    border-left: 1px solid #FF5500;
    position: absolute;
    left: 3.8rem;
    height: 65%;
    margin-top: 8px;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group input {
    box-shadow: 0 4px 41px rgba(0, 0, 0, 0.16);
    border-radius: 60px;
    padding-left: 70px;
    background-size: 18px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 1rem;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-icon {
    margin-top: 5%;
    display: block;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-icon button {
    background: transparent;
    border: none;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-icon img {
    height: 35px;
    width: 35px;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.tv-ad,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.golden-days,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.winter-sale {
    margin-top: 7%;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper {
    pointer-events: auto;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper span {
    color: #FFFFFF;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline {
    margin-top: 0.5rem;
    position: absolute;
    top: 0;
    right: .7rem;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .magazine {
    height: 25px;
    margin-right: 12px;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .magazine a {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2025.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Warstwa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20viewBox%3D%220%200%20227.8%2065.7%22%20style%3D%22enable-background%3Anew%200%200%20227.8%2065.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%20%20%20%20%3Cg%20id%3D%22logo1%22%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M9.9%2C28.1V0h1.9L24%2C13.9L36.2%2C0h1.9v28.1h-5.6V11.8L24%2C21.2l-8.4-9.4v16.3H9.9z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M42.2%2C28.1L53.4%2C0h5.6l11.2%2C28.1h-6l-1.7-4.3H49.9l-1.7%2C4.3H42.2z%20M56.4%2C7.5l-4.3%2C10.7h8.4L56.4%2C7.5z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M77%2C24.1c-5.4-5.6-5.4-14.4%2C0-20c2.6-2.7%2C6.3-4.1%2C10-4c3.8-0.1%2C7.5%2C1.3%2C10.3%2C3.8l-3.8%2C4.1%0A%09%09c-1.9-1.5-4.2-2.3-6.6-2.2c-2.3-0.1-4.5%2C0.8-6.1%2C2.4c-1.6%2C1.6-2.4%2C3.8-2.3%2C6c-0.1%2C2.3%2C0.7%2C4.6%2C2.3%2C6.2c1.6%2C1.6%2C3.8%2C2.4%2C6.1%2C2.3%0A%09%09c1.6%2C0.1%2C3.3-0.3%2C4.7-1.2v-4.9H88v-5.2h9.4v13.1c-2.9%2C2.5-6.5%2C3.8-10.3%2C3.8C83.3%2C28.2%2C79.7%2C26.7%2C77%2C24.1z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M101.5%2C28.1L112.8%2C0h5.6l11.2%2C28.1h-6l-1.7-4.3h-12.7l-1.7%2C4.3L101.5%2C28.1z%20M115.8%2C7.5l-4.3%2C10.7h8.4%0A%09%09L115.8%2C7.5z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M155.9%2C28.1h-22.5v-1.9l13.1-21h-13.1V0h22.5v2.1l-13.2%2C20.8h13.2L155.9%2C28.1z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M159.8%2C0h6.6l6.5%2C9.2l6.7-9.2h6.5l-10.3%2C14.1v14.1h-5.6V14.1L159.8%2C0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M190.3%2C28.1V0h1.9l17.7%2C17.6V0h5.6v28.1h-2.1l-17.5-17.4v17.4H190.3z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M24.4%2C37.6v5.2H15v22.9H9.4V42.8H0v-5.2H24.4z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M45.5%2C53.5l7%2C12.3H46l-6.7-11.6h-5.1v11.6h-5.6V37.6h12.3c6.6%2C0%2C9.9%2C2.7%2C9.9%2C8.1%0A%09%09C50.7%2C49.8%2C48.9%2C52.4%2C45.5%2C53.5z%20M34.2%2C48.8h7.9c2.3%2C0%2C3.4-1.1%2C3.5-3.1c-0.1-1.8-1.2-2.8-3.4-2.9h-7.9L34.2%2C48.8z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M53.9%2C65.7l11.2-28.1h5.6l11.2%2C28.1h-6l-1.7-4.3H61.6l-1.7%2C4.3L53.9%2C65.7z%20M68.2%2C45.1l-4.3%2C10.7h8.4L68.2%2C45.1%0A%09%09z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M90.5%2C37.6l8%2C20.6l8.1-20.6h6l-11.2%2C28.1h-5.6L84.5%2C37.6H90.5z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M117.3%2C65.7V37.6h20.7v5.2h-15.1v6h11.3v5.2h-11.3v6.4h15v5.2L117.3%2C65.7z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M149.3%2C37.6v22.9h15v5.3h-20.6V37.6H149.3z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M168.9%2C37.6h5.6v28.1h-5.6V37.6z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M195.4%2C38.5c1.5%2C0.7%2C2.9%2C1.6%2C4%2C2.8l-3.8%2C3.8c-1.3-1.5-3.2-2.4-5.2-2.3c-2.2%2C0-3.7%2C0.5-4.3%2C1.6%0A%09%09c-0.6%2C0.8-0.6%2C1.9%2C0%2C2.7c0.6%2C0.8%2C2.1%2C1.3%2C4.3%2C1.7c2.3%2C0.2%2C4.5%2C1%2C6.5%2C2.3c1.9%2C1.3%2C2.9%2C3.4%2C2.9%2C6.3c0%2C2.3-1.2%2C4.5-3.1%2C5.8%0A%09%09c-2.1%2C1.6-4.6%2C2.5-7.2%2C2.4c-2.2%2C0.1-4.5-0.3-6.5-1.1c-1.7-0.7-3.2-1.7-4.5-3l3.8-3.8c1.3%2C1.5%2C3.4%2C2.4%2C6.4%2C2.6%0A%09%09c2.5%2C0%2C4.1-0.5%2C4.7-1.6c0.6-1%2C0.6-2.2%2C0-3.2c-0.6-1.1-2.2-1.7-4.7-2c-2.2-0.2-4.3-0.9-6.2-2.1c-1.9-1.1-2.8-3.1-2.8-5.8%0A%09%09c0-2.4%2C1.2-4.7%2C3.2-6c1.9-1.4%2C4.2-2.2%2C6.6-2.3C191.4%2C37.5%2C193.4%2C37.8%2C195.4%2C38.5z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M227.8%2C37.6v5.2h-9.4v22.9h-5.6V42.8h-9.4v-5.2H227.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
    width: 95px;
    height: 40px;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .user-credits {
    display: none;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .panorama-observed {
    width: 23px;
    height: 23px;
    margin: 0 13px;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .orange {
    background: linear-gradient(180deg, #FF5500 0%, #D74800 100%);
    padding-right: 0.5rem;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .orange a {
    text-transform: uppercase;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .orange a span {
    position: relative;
    color: #FFFFFF;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .orange a span::after {
    content: "";
    display: block;
    position: absolute;
    right: -15%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ffffff;
    top: 16%;
    transform: rotate(90deg);
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .silver {
    background: linear-gradient(180deg, #FFFFFF 0%, #A7A7A7 100%);
    line-height: 1rem;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .silver span {
    color: #333333;
    padding-top: 0.7rem;
    font-weight: bold;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .silver .badge {
    display: none;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .silver .icon {
    height: 15px;
    width: 15px;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .silver .icon-triangle-down-gray-dark {
    display: none;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .silver .icon-arrow-right-black {
    display: inline-block;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .login-button-big {
    border-radius: 5px;
    width: 125px;
    height: 32px;
    text-align: center;
    padding-top: 0.45rem;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .login-button-big .link-wrapper {
    position: relative;
    color: #333;
    text-transform: uppercase;
    line-height: 1.7;
    font-weight: 700;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .observed__icon--active path {
    fill: #e04f00;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .observed__icon--active path {
    stroke: #e04f00;
  }
}
@media (min-width: 992px) and (min-width: 1186px) and (max-width: 1350px) {
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__bw h4 {
    margin: .5rem 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__bw {
    margin-top: -2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__hundred-days,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__holidays_two_plus_two {
    width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__holidays_two_plus_two {
    width: 57%;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .text__holidays_two_plus_two p {
    letter-spacing: 0;
  }
}
@media (min-width: 992px) and (min-width: 1186px) and (max-width: 1350px) {
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.tv-ad,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.golden-days,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.winter-sale {
    margin-top: 2%;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.tv-ad .text p,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.golden-days .text p,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.winter-sale .text p {
    font-size: 25px;
    margin-bottom: 0.5rem;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.tv-ad .text .subtitle,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.golden-days .text .subtitle,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.winter-sale .text .subtitle {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.tv-ad,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.golden-days,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.winter-sale {
    margin-top: 2%;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.tv-ad .text p,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.golden-days .text p,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.winter-sale .text p {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.tv-ad .text .subtitle,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.golden-days .text .subtitle,
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.winter-sale .text .subtitle {
    font-size: 13px;
  }
}
@media (min-width: 992px) and (min-width: 1186px) and (max-width: 1350px) {
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.hundred-days {
    margin-top: 2%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.hundred-days {
    margin-top: 3%;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.hundred-days .text p {
    font-size: 35px;
    margin-bottom: 0.5rem;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper.hundred-days .text .subtitle {
    font-size: 25px;
  }
}
@media (min-width: 1350px) {
  #baseHeader.panoramic-header .header-main-wrapper {
    border-bottom: none;
  }
  #baseHeader.panoramic-header .header-main-wrapper video.panorama-vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__bw {
    filter: brightness(0.3);
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__tv {
    filter: brightness(0.6);
    object-position: 0 -45px;
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__gd {
    filter: brightness(0.8);
    object-position: 0 -45px;
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__ws {
    filter: brightness(0.9);
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__hd {
    filter: brightness(0.95);
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__holidays-two-plus-two {
    object-position: 0 -10px;
    filter: brightness(1);
  }
}
@media (min-width: 1920px) {
  #baseHeader.panoramic-header .header-main-wrapper video.panorama-vid {
    object-position: 0 -130px;
  }
}
@media (min-width: 2500px) {
  #baseHeader.panoramic-header .header-main-wrapper video.panorama-vid {
    object-position: 0 -300px;
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img {
    object-position: 0 -120px;
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__gd {
    filter: brightness(0.8);
    object-position: 0 -120px;
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__ws {
    filter: brightness(0.9);
    object-position: 0 -120px;
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__hd {
    filter: brightness(0.95);
    object-position: 0 -120px;
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img__birthday {
    object-position: 0 -400px;
  }
}
#baseHeader.panoramic-header .header-main-wrapper.flesh-sale {
  background: radial-gradient(90.3% 90.3% at 50% 49.9%, #9440DA 0%, #000000 100%);
}
#baseHeader.panoramic-header .header-main-wrapper.flesh-sale video.panorama-vid,
#baseHeader.panoramic-header .header-main-wrapper.flesh-sale img.panorama-img {
  display: none;
}
@media (min-width: 992px) {
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .panorama-placeholder {
    height: 500px;
    visibility: hidden;
  }
}
@media (max-width: 1350px) {
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .panorama-placeholder {
    height: 370px;
  }
}
@media (max-width: 992px) {
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .panorama-placeholder {
    height: auto;
  }
}
#baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main {
  top: -35rem;
}
@media (min-width: 1186px) and (max-width: 1350px) {
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main {
    top: -36rem;
  }
}
@media (max-width: 1350px) {
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main {
    top: -26rem;
  }
}
#baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper {
  margin-top: 1%;
}
@media (max-width: 1200px) {
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper {
    margin-top: 0;
  }
}
#baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper section img {
  width: 30%;
}
#baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper .search-box-wrapper .input-icon {
  margin-top: 3%;
}
#baseHeader.panoramic-header .header-main-wrapper.black-week {
  background: radial-gradient(50% 50% at 50% 50%, #2B2A2A 0%, #000000 100%);
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #baseHeader.panoramic-header .header-main-wrapper.black-week .panorama-placeholder {
    height: 500px;
    visibility: hidden;
  }
}
@media (max-width: 1350px) {
  #baseHeader.panoramic-header .header-main-wrapper.black-week .panorama-placeholder {
    height: 370px;
  }
}
@media (max-width: 992px) {
  #baseHeader.panoramic-header .header-main-wrapper.black-week .panorama-placeholder {
    height: auto;
  }
}
#baseHeader.panoramic-header .header-main-wrapper.black-week video.panorama-vid,
#baseHeader.panoramic-header .header-main-wrapper.black-week img.panorama-img {
  display: none;
}
#baseHeader.panoramic-header .header-main-wrapper.black-week .header-main {
  top: -35rem;
}
@media (min-width: 1186px) and (max-width: 1350px) {
  #baseHeader.panoramic-header .header-main-wrapper.black-week .header-main {
    top: -36rem;
  }
}
@media (max-width: 1200px) {
  #baseHeader.panoramic-header .header-main-wrapper.black-week .header-main {
    top: -36rem;
  }
}
@media (max-width: 1350px) {
  #baseHeader.panoramic-header .header-main-wrapper.black-week .header-main {
    top: -26rem;
  }
}
#baseHeader.panoramic-header .header-main-wrapper.black-week .header-main .search-wrapper {
  margin-top: 3%;
}
@media (max-width: 1200px) {
  #baseHeader.panoramic-header .header-main-wrapper.black-week .header-main .search-wrapper {
    margin-top: 0;
  }
}
#baseHeader.panoramic-header .header-main-wrapper.black-week .header-main .search-wrapper section img {
  width: 25%;
}
#baseHeader.panoramic-header .header-main-wrapper.christmas-sale {
  background-image: url('../../img/christmas-panorama.jpg');
  background-position: center top;
  background-size: 100% auto;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale .panorama-placeholder {
    height: 500px;
    visibility: hidden;
  }
}
@media (max-width: 1350px) {
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale .panorama-placeholder {
    height: 370px;
  }
}
@media (max-width: 992px) {
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale .panorama-placeholder {
    height: auto;
  }
}
#baseHeader.panoramic-header .header-main-wrapper.christmas-sale video.panorama-vid,
#baseHeader.panoramic-header .header-main-wrapper.christmas-sale img.panorama-img {
  display: none;
}
#baseHeader.panoramic-header .header-main-wrapper.christmas-sale .header-main {
  top: -35rem;
}
@media (max-width: 1350px) {
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale .header-main {
    top: -26rem;
  }
}
#baseHeader.panoramic-header .header-main-wrapper.christmas-sale .header-main .search-wrapper {
  margin-top: 4%;
}
#baseHeader.panoramic-header section.flesh-sale {
  display: flex;
  justify-content: center;
  margin-bottom: 1%;
}
#baseHeader.panoramic-header section.flesh-sale.tenth-birthday {
  margin-bottom: 2%;
}
#baseHeader.panoramic-header section.black-week {
  margin-bottom: -1rem;
}
#baseHeader.panoramic-header section.black-week img {
  width: 25%;
  height: 25%;
}
#baseHeader.panoramic-header section.christmas-sale img {
  width: 45%;
  height: 45%;
}
#baseHeader.panoramic-header section.golden-days {
  margin-top: -4rem;
}
#baseHeader.panoramic-header section.golden-days img {
  width: 25%;
  height: 25%;
}
@media (min-width: 1186px) and (max-width: 1350px) {
  #baseHeader.panoramic-header section.golden-days {
    margin-top: -2rem;
  }
  #baseHeader.panoramic-header section.golden-days img {
    width: 18%;
    height: 18%;
  }
}
@media (max-width: 1200px) {
  #baseHeader.panoramic-header section.golden-days {
    margin-top: -2rem;
  }
  #baseHeader.panoramic-header section.golden-days img {
    width: 20%;
    height: 20%;
  }
}
#baseHeader.panoramic-header section.tenth-birthday {
  margin-top: -7rem;
}
#baseHeader.panoramic-header section.tenth-birthday img {
  width: 25%;
  height: 25%;
}
@media (min-width: 1186px) and (max-width: 1350px) {
  #baseHeader.panoramic-header section.tenth-birthday {
    margin-top: -4rem;
  }
  #baseHeader.panoramic-header section.tenth-birthday img {
    width: 18%;
    height: 18%;
  }
}
@media (max-width: 1200px) {
  #baseHeader.panoramic-header section.tenth-birthday {
    margin-top: -4rem;
  }
  #baseHeader.panoramic-header section.tenth-birthday img {
    width: 20%;
    height: 20%;
  }
}
#baseHeader.panoramic-header section.golden-days,
#baseHeader.panoramic-header section.winter-sale {
  margin-top: -3rem;
}
#baseHeader.panoramic-header section.golden-days img,
#baseHeader.panoramic-header section.winter-sale img {
  width: 28%;
  height: 28%;
}
@media (min-width: 1186px) and (max-width: 1350px) {
  #baseHeader.panoramic-header section.golden-days,
  #baseHeader.panoramic-header section.winter-sale {
    margin-top: -1rem;
  }
  #baseHeader.panoramic-header section.golden-days img,
  #baseHeader.panoramic-header section.winter-sale img {
    width: 20%;
    height: 20%;
  }
}
@media (max-width: 1200px) {
  #baseHeader.panoramic-header section.golden-days,
  #baseHeader.panoramic-header section.winter-sale {
    margin-top: -1rem;
  }
  #baseHeader.panoramic-header section.golden-days img,
  #baseHeader.panoramic-header section.winter-sale img {
    width: 25%;
    height: 25%;
  }
}
#baseHeader.panoramic-header-fixed {
  height: 60px!important;
}
#baseHeader.panoramic-header-fixed video.panorama-vid {
  display: none;
}
#baseHeader.panoramic-header-fixed img.panorama-img {
  display: none;
}
#baseHeader.panoramic-header-fixed section.flesh-sale {
  display: none;
}
#baseHeader.panoramic-header-fixed .panorama-placeholder {
  display: none !important;
}
@media (min-width: 993px) {
  #baseHeader.panoramic-header-fixed {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    transform: translateZ(0);
  }
  #baseHeader.panoramic-header-fixed.panoramic-header {
    z-index: 5000;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper {
    height: 60px !important;
    background: #FFFFFF;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main {
    display: flex;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .search-wrapper {
    margin-top: 0;
    display: flex;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .search-wrapper .text {
    display: none;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper {
    width: auto;
    padding: 0;
    display: flex;
    flex: 1;
    padding-right: 20px;
    padding-left: 20px;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group {
    height: 40px;
    margin: .7rem 0 .7rem 1rem;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group input {
    border-radius: 60px;
    padding-left: 40px;
    box-shadow: 0 4px 41px rgba(0, 0, 0, 0.13);
    font-family: inherit;
    font-size: .86rem;
    background-size: 14px;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-group span {
    display: none;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-icon {
    display: none;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper span {
    color: #e04f00;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline {
    margin-top: 0;
    right: 0;
    display: flex;
    position: relative;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .magazine a {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20227.77%2065.73%22%3E%3Cg%20id%3D%22logo1%22%3E%3Cpath%20d%3D%22M158.09%2C90.22V62.09H160L172.15%2C76l12.21-13.87h1.88V90.22h-5.63l0-16.32-8.44%2C9.38-8.43-9.38V90.22Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M190.36%2C90.22l11.25-28.13h5.63L218.47%2C90.2l-6%2C0L210.8%2C85.9H198.05l-1.69%2C4.32Zm14.22-20.63L200.3%2C80.28h8.44Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M225.2%2C86.17a14.42%2C14.42%2C0%2C0%2C1%2C0-20%2C13.58%2C13.58%2C0%2C0%2C1%2C10-4%2C15.21%2C15.21%2C0%2C0%2C1%2C10.33%2C3.75l-3.75%2C4.1a10.43%2C10.43%2C0%2C0%2C0-6.58-2.25%2C8.24%2C8.24%2C0%2C0%2C0-6.1%2C2.37%2C8.15%2C8.15%2C0%2C0%2C0-2.32%2C6%2C8.4%2C8.4%2C0%2C0%2C0%2C2.34%2C6.22%2C8.3%2C8.3%2C0%2C0%2C0%2C6.12%2C2.31%2C7.8%2C7.8%2C0%2C0%2C0%2C4.67-1.2V78.57l-3.76%2C0V73.34h9.38V86.47a15.17%2C15.17%2C0%2C0%2C1-10.33%2C3.75A13.67%2C13.67%2C0%2C0%2C1%2C225.2%2C86.17Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M249.71%2C90.22%2C261%2C62.09h5.63L277.82%2C90.2l-6%2C0-1.69-4.32H257.4l-1.69%2C4.32Zm14.22-20.63-4.28%2C10.69h8.44Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M304.08%2C90.22H281.55l0-1.88%2C13.11-21H281.57l0-5.25h22.53v2.06L290.91%2C85h13.17Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M308%2C62.09h6.6l6.53%2C9.19%2C6.68-9.19h6.45L324%2C76.15V90.22h-5.62V76.15Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M338.45%2C90.22V62.09h1.88L358%2C79.72V62.09h5.63V90.22h-2.06L344.08%2C72.78V90.22Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M172.55%2C99.68v5.25h-9.38v22.88h-5.62V104.93h-9.38V99.68Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M193.66%2C115.55l7%2C12.26h-6.46l-6.73-11.62h-5.13v11.62h-5.63V99.68H189q9.85%2C0%2C9.85%2C8.1Q198.84%2C113.89%2C193.66%2C115.55Zm-11.3-4.62h7.87c2.26%2C0%2C3.43-1.06%2C3.49-3.09-.06-1.85-1.21-2.81-3.43-2.89h-7.93Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M202.12%2C127.81l11.25-28.13H219l11.23%2C28.11-6%2C0-1.69-4.31H209.81l-1.69%2C4.31Zm14.21-20.62-4.27%2C10.68h8.44Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M238.71%2C99.68l8%2C20.61%2C8.14-20.61h6L249.6%2C127.81H244L232.71%2C99.68Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M265.43%2C127.81V99.7l20.67%2C0v5.25H271.05v6h11.27v5.24H271.05v6.39h15v5.25Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M297.44%2C99.68v22.88h15v5.25H291.81V99.68Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M317.07%2C99.66h5.61v28.15h-5.61Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M343.55%2C100.62a13.14%2C13.14%2C0%2C0%2C1%2C4%2C2.81l-3.75%2C3.76a6.43%2C6.43%2C0%2C0%2C0-5.25-2.26c-2.25%2C0-3.69.54-4.31%2C1.6a2.18%2C2.18%2C0%2C0%2C0%2C0%2C2.72c.62.75%2C2.06%2C1.31%2C4.31%2C1.68a14%2C14%2C0%2C0%2C1%2C6.47%2C2.35c1.94%2C1.31%2C2.91%2C3.41%2C2.91%2C6.28a7.25%2C7.25%2C0%2C0%2C1-3.1%2C5.82%2C11.39%2C11.39%2C0%2C0%2C1-7.23%2C2.43%2C16.67%2C16.67%2C0%2C0%2C1-6.55-1.12%2C14.19%2C14.19%2C0%2C0%2C1-4.5-3l3.75-3.75q1.88%2C2.25%2C6.38%2C2.62%2C3.75%2C0%2C4.68-1.59a3%2C3%2C0%2C0%2C0%2C0-3.19q-.93-1.59-4.68-2a15.18%2C15.18%2C0%2C0%2C1-6.19-2.06c-1.88-1.13-2.81-3.07-2.81-5.81a7%2C7%2C0%2C0%2C1%2C3.19-6%2C11.33%2C11.33%2C0%2C0%2C1%2C6.58-2.26A15.77%2C15.77%2C0%2C0%2C1%2C343.55%2C100.62Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3Cpath%20d%3D%22M375.94%2C99.68v5.25h-9.38v22.88h-5.62V104.93h-9.38V99.68Z%22%20transform%3D%22translate(-148.17%20-62.09)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
    height: 25px;
    width: 80px;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .heart {
    margin: 0 6px;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .user-credits {
    display: inline;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .user-credits .link-wrapper {
    color: #888;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline .user-credits .badge {
    color: #FFFFFF;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline a .silver {
    background: none;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline a .silver span {
    color: #888;
    padding-top: 0.7rem;
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline a .silver .badge {
    display: initial;
    color: #FFFFFF;
    padding: 2px 3px;
    border-radius: 2px;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline a .silver .icon {
    height: 15px;
    width: 15px;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline a .silver .icon-arrow-right-black {
    display: none;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline a .silver .icon-triangle-down-gray-dark {
    display: inline-block;
    width: 8px;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .header-links-wrapper .list-inline a .login-button-big {
    border-radius: 5px;
    text-align: center;
    padding-top: 0;
    width: auto;
    height: auto;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .logo-wrapper {
    flex: none;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .header-main .logo-wrapper a .logo {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20663.11%2056.95%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2312100b%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Warstwa_2%22%20data-name%3D%22Warstwa%202%22%3E%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29%2C46.67c0%2C4.59%2C1.51%2C5.61%2C6.26%2C5.61v3.65H10.36V52.28c4.75%2C0%2C6.25-1%2C6.25-5.61V6.56h-3.4c-5.23%2C0-5.86%2C2.38-7.28%2C9H0L.71%2C1H44.6l.88%2C14.64H39.55c-1.59-6.73-2.22-9-7.36-9H29Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M114.46%2C52.28v3.65h-16a161.49%2C161.49%2C0%2C0%2C0-7.67-16.38c-2.77-5-4.43-6.33-8.46-6.72V46.67c0%2C4.43%2C1.34%2C5.61%2C5.37%2C5.61v3.65H64.55V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1H89.62c11.31%2C0%2C19.46%2C4.35%2C19.46%2C15.82%2C0%2C9.73-6.8%2C13.84-15.34%2C14.39v.32a16%2C16%2C0%2C0%2C1%2C8.69%2C5.61%2C80.77%2C80.77%2C0%2C0%2C1%2C6%2C10.61c1.43%2C3%2C2.22%2C4.42%2C6%2C4.58M87.25%2C6.57h-4.9V27.29h4.74c5.93%2C0%2C8.78-2.14%2C8.78-10.44%2C0-7.6-2.61-10.28-8.62-10.28%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M585.85%2C31.2V46.67c0%2C4.43%2C1.34%2C5.61%2C5.37%2C5.61v3.65H568.05V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h25.07c11.31%2C0%2C19.46%2C4.35%2C19.46%2C15.82%2C0%2C9.73-6.81%2C13.84-15.34%2C14.39h0M590.75%2C6.57h-4.9V27.29h4.74c5.93%2C0%2C8.78-2.14%2C8.78-10.44%2C0-7.6-2.61-10.28-8.62-10.28%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M162.26%2C41.13H145.33l-2%2C6.8c-1%2C3.72.16%2C4.12%2C4.75%2C4.35v3.65H130.62V52.28c3.4-.39%2C4.51-1.1%2C5.85-5.3L151.42%2C1h10l15.75%2C46c1.34%2C3.88%2C2.13%2C4.91%2C5.3%2C5.3v3.65H160V52.28c4.83-.23%2C5.3-1.34%2C4.43-4.35ZM147%2C35.28h13.37l-4.27-13.37A87.72%2C87.72%2C0%2C0%2C1%2C153.71%2C13h-.39c-.24%2C1-.79%2C3.72-2.46%2C9.1Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M216.38%2C35a83.17%2C83.17%2C0%2C0%2C1%2C2.29%2C10.21h.47A92.88%2C92.88%2C0%2C0%2C1%2C221.6%2C34.8l7.66-25.38a8.18%2C8.18%2C0%2C0%2C0%2C.32-1.75c0-2-1.5-3-4.82-3V1h17.56V4.67c-3.32.4-4.51%2C1-5.86%2C5.22l-15.19%2C46H211.15L195.34%2C9.73c-1.35-4-2.3-4.66-5.22-5.06V1h22.77V4.67c-3.32%2C0-4.59%2C1.1-4.59%2C3a6.73%2C6.73%2C0%2C0%2C0%2C.32%2C1.75Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M258.43%2C52.28c4.19%2C0%2C5.39-1.11%2C5.39-5.61V10.44c0-4.5-1.2-5.61-5.39-5.69V1H298l1%2C13.37h-5.86c-1.74-6-2.61-7.75-8.22-7.75h-8.63V25.39h4.91c4.9%2C0%2C6.17-1.11%2C6.48-5.61h5.22V36.31h-5.22c-.31-4.27-1.5-5.61-6.4-5.61h-5V50.62H286c5.21%2C0%2C7.2-1.81%2C7.83-9.17h6V55.93H258.43Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M347.76%2C50.62c5.14%2C0%2C7.75-2.3%2C9.25-9.88h6.1L362%2C55.93H322.53V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.34v3.8c-4.28.08-5.54%2C1.19-5.54%2C5.69V50.62Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M647.76%2C50.62c5.14%2C0%2C7.75-2.3%2C9.25-9.88h6.1L662%2C55.93H622.53V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.33v3.8c-4.27.08-5.53%2C1.19-5.53%2C5.69V50.62Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M399.89%2C46.67c0%2C4.5%2C1.26%2C5.61%2C5.45%2C5.61v3.65H382.09V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.25v3.8c-4.19.08-5.45%2C1.19-5.45%2C5.69Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M446.14%2C34.41l-5.62-1.5c-8.31-2.3-13.13-6.49-13.13-15.82C427.39%2C5.85%2C434.91%2C0%2C446.45%2C0c8.54%2C0%2C13.68%2C2.37%2C16.3%2C3.88V14.72h-8.07C454%2C8.86%2C451.91%2C5%2C445.5%2C5c-5.22%2C0-7.83%2C3-7.83%2C7.67%2C0%2C4.27%2C2%2C6.72%2C7.67%2C8.23L451%2C22.31c8.86%2C2.37%2C14.56%2C7.12%2C14.56%2C16.92%2C0%2C11.39-7.52%2C17.72-21%2C17.72-9.8%2C0-14.63-2.77-17.48-4.43V42h8.23c.79%2C7.28%2C3.88%2C10.28%2C10%2C10.28s9.33-2.84%2C9.33-8.77c0-5-2.14-7.36-8.46-9.1%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M510.08%2C46.67c0%2C4.59%2C1.51%2C5.61%2C6.26%2C5.61v3.65H491.42V52.28c4.75%2C0%2C6.25-1%2C6.25-5.61V6.56h-3.41c-5.21%2C0-5.85%2C2.38-7.27%2C9h-5.94L481.76%2C1h43.91l.86%2C14.64h-5.92c-1.59-6.73-2.22-9-7.36-9h-3.17Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%22543.67%22%20cy%3D%2250.95%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .panorama-img {
    display: none;
  }
  #baseHeader.panoramic-header-fixed.panoramic-header .header-main-wrapper .panorama-vid {
    display: none;
  }
}
@media (min-width: 1186px) and (max-width: 1350px) {
  #baseHeader.panoramic-header {
    height: 370px;
  }
  #baseHeader.panoramic-header .header-main-wrapper {
    height: 370px;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper {
    margin-top: 3%;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-icon {
    margin-top: 4%;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper,
  #baseHeader.panoramic-header .header-main-wrapper.black-week .header-main .search-wrapper,
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale .header-main .search-wrapper {
    margin-top: 0;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper section img,
  #baseHeader.panoramic-header .header-main-wrapper.black-week .header-main .search-wrapper section img,
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale .header-main .search-wrapper section img {
    width: 19%;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper,
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale .header-main .search-wrapper {
    margin-top: 0;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper section img.logo,
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale .header-main .search-wrapper section img.logo {
    width: 30%;
    height: 30%;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper {
    margin-top: 0;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper section img.logo {
    width: 17%;
    height: 17%;
  }
  #baseHeader.has-usp.panoramic-header {
    height: 420px;
  }
}
@media (max-width: 1200px) {
  #baseHeader.panoramic-header {
    height: 370px;
  }
  #baseHeader.panoramic-header .header-main-wrapper {
    height: 370px;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper {
    margin-top: 4%;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper .search-box-wrapper .input-icon {
    margin-top: 4%;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper,
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale .header-main .search-wrapper {
    margin-top: 0;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper section img,
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale .header-main .search-wrapper section img {
    width: 21%;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper,
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale .header-main .search-wrapper {
    margin-top: 0;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper section img,
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale .header-main .search-wrapper section img {
    width: 32%;
    height: 32%;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper {
    margin-top: 0;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper section img {
    width: 17%;
    height: 17%;
  }
  #baseHeader.has-usp.panoramic-header {
    height: 420px;
  }
}
@media (max-width: 992px) {
  #baseHeader.panoramic-header .header-main-wrapper {
    height: 60px;
  }
  #baseHeader.panoramic-header .header-main-wrapper img.panorama-img {
    display: none;
  }
  #baseHeader.panoramic-header .header-main-wrapper video.panorama-vid {
    display: none;
  }
  #baseHeader.panoramic-header .header-main-wrapper .header-main .search-wrapper {
    margin-top: 0;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale,
  #baseHeader.panoramic-header .header-main-wrapper.black-week,
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale {
    background: #333333;
  }
  #baseHeader.panoramic-header .header-main-wrapper.flesh-sale .header-main .search-wrapper section img,
  #baseHeader.panoramic-header .header-main-wrapper.black-week .header-main .search-wrapper section img,
  #baseHeader.panoramic-header .header-main-wrapper.christmas-sale .header-main .search-wrapper section img {
    display: none;
  }
  #baseHeader.has-usp.panoramic-header {
    height: 60px;
  }
}
.base-header-container {
  height: 60px;
  transition: height .5s ease;
}
@media (min-width: 992px) {
  .base-header-container {
    height: 370px;
  }
  .base-header-container.has-usp {
    height: 420px;
  }
}
@media (min-width: 1350px) {
  .base-header-container {
    height: 500px;
  }
  .base-header-container.has-usp {
    height: 550px;
  }
}
.is-menu-open {
  overflow: hidden;
}
#sideMenu {
  position: fixed;
  top: 60px;
  right: -260px;
  z-index: 1000;
  height: 100%;
  width: 260px;
  background: #333333;
  overflow: hidden;
  transition: transform .4s ease;
  border: 0.1rem solid #494949;
  border-right: none;
  transform: translateZ(0);
}
#sideMenu.is-hidden {
  display: none;
}
#sideMenu.is-shown {
  transform: translateX(-260px) translateZ(0);
}
#sideMenu ul {
  list-style: none;
  padding-left: 0;
  border-bottom: 0.1rem solid #3b3b3b;
}
#sideMenu li {
  border-top: 0.1rem solid #3b3b3b;
  border-bottom: 0.1rem solid #2b2b2b;
}
#sideMenu li:first-child {
  border-top: none;
}
#sideMenu li a {
  display: flex;
  height: 3.93rem;
  align-items: center;
  padding-left: 1.43rem;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
}
#sideMenu li a:hover,
#sideMenu li a:focus {
  background-image: -webkit-linear-gradient(top, #484848 0%, #333333 100%);
  background-image: -o-linear-gradient(top, #484848 0%, #333333 100%);
  background-image: linear-gradient(to bottom, #484848 0%, #333333 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484848', endColorstr='#ff333333', GradientType=0);
}
#sideMenu li a span {
  flex: 1;
}
#sideMenu li a .icon {
  max-width: 1.43rem;
  margin-right: 1rem;
}
#sideMenu .submenu li {
  background: #3E3E3E;
  border-top: 0.1rem solid #464646;
  border-bottom: 0.1rem solid #363636;
}
#sideMenu .submenu li:last-child {
  border-bottom: none;
}
#sideMenu .submenu li a {
  padding-left: 2.86rem;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  display: block;
  transition: opacity .4s;
}
#overlay.is-for-search {
  z-index: 1001;
}
#overlay.is-hidden {
  display: none;
}
#overlay.is-shown {
  opacity: .3;
}
#baseFooter {
  margin-top: 2.8rem;
  /* snowflake specific - start block */
  position: relative;
  /* snowflake specific - end block */
}
#baseFooter.is-loading {
  min-height: 250px;
}
#baseFooter .usp-container {
  background: #333;
  color: #fff;
}
#baseFooter .usp-container .usp > li .usp-box-wrapper {
  top: 0;
  height: 0;
  transition: top 0.5s ease, height 0.5s ease;
}
#baseFooter .usp-container .usp > li:hover .usp-box-wrapper.prices {
  top: -115px;
  height: 115px;
}
#baseFooter .usp-container .usp > li:hover .usp-box-wrapper.reservation {
  top: -260px;
  height: 260px;
}
#baseFooter .usp-container .usp > li:hover .usp-box-wrapper.support {
  top: -95px;
  height: 95px;
}
#baseFooter .usp-container .usp > li:hover .usp-box-wrapper.faq {
  top: -115px;
  height: 115px;
}
#baseFooter .footer-content {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  padding: 30px 0;
  font-size: 11px;
  background: #404040;
}
#baseFooter .footer-content a {
  color: #fff;
}
#baseFooter .footer-content a:hover,
#baseFooter .footer-content a:focus {
  text-decoration: underline;
}
#baseFooter .footer-container {
  display: flex;
  padding-left: 50px;
  padding-right: 0;
}
#baseFooter .footer-description {
  width: 42%;
  margin-right: 100px;
}
#baseFooter .footer-logo {
  width: 160px;
}
#baseFooter .footer-paragraph {
  color: #999;
  margin: 20px 0;
  text-align: justify;
}
#baseFooter .footer-title {
  font-weight: bold;
}
#baseFooter .footer-links {
  width: 18%;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
}
#baseFooter .footer-links ul {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}
#baseFooter .footer-links ul li {
  margin: 2px 0;
}
#baseFooter .footer-links ul li a {
  color: #E5E5E5;
}
#baseFooter .footer-icon {
  width: 12px;
  margin-top: -4px;
}
#lastViewed {
  background: #f5f5f5;
  padding: 20px 0;
}
#lastViewed ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#lastViewed ul li {
  display: none;
  flex: 0 0 auto;
}
#lastViewed ul li.label {
  width: 150px;
  line-height: 1.2;
  font-size: .8rem;
  padding-right: 10px;
  color: #e04f00;
  font-weight: bold;
  text-transform: uppercase;
}
#lastViewed ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 185px;
  text-decoration: none;
  position: relative;
}
#lastViewed ul li a p {
  flex: 1 1 auto;
}
#lastViewed ul li a figure,
#lastViewed ul li a .icon {
  flex: 0 0 auto;
}
#lastViewed ul li a figure {
  display: block;
  width: 70px;
  height: 55px;
  position: relative;
  background: #fff;
  box-shadow: inset 0 0 0 .1rem #e0e0e0;
}
#lastViewed ul li a figure img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#lastViewed ul li a figure .ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity .2s;
}
#lastViewed ul li a p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8rem;
  line-height: 1.3;
  padding-left: 10px;
  color: #999;
  max-height: 55px;
  transition: color .2s;
}
#lastViewed ul li a .lastViewed__bookNow {
  display: inline-block;
  color: #e04f00;
  font-weight: bold;
  margin-top: 0.35rem;
}
#lastViewed ul li a .icon {
  display: block;
}
#lastViewed ul li a:hover figure .ov,
#lastViewed ul li a:focus figure .ov {
  opacity: .1;
}
#lastViewed ul li a:hover p,
#lastViewed ul li a:focus p {
  color: #333;
}
#lastViewed ul li:nth-of-type(-n+4) {
  display: block;
}
#lastViewed ul.items-1,
#lastViewed ul.items-2 {
  justify-content: flex-start;
}
#lastViewed ul.items-1 li:not(.label),
#lastViewed ul.items-2 li:not(.label) {
  margin-right: 20px;
}
@media (min-width: 992px) {
  #lastViewed ul li:nth-of-type(-n+5) {
    display: block;
  }
  #lastViewed ul.items-1,
  #lastViewed ul.items-2,
  #lastViewed ul.items-3 {
    justify-content: flex-start;
  }
  #lastViewed ul.items-1 li:not(.label),
  #lastViewed ul.items-2 li:not(.label),
  #lastViewed ul.items-3 li:not(.label) {
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  #lastViewed ul li {
    display: block;
  }
  #lastViewed ul.items-1,
  #lastViewed ul.items-2,
  #lastViewed ul.items-3,
  #lastViewed ul.items-4 {
    justify-content: flex-start;
  }
  #lastViewed ul.items-1 li:not(.label),
  #lastViewed ul.items-2 li:not(.label),
  #lastViewed ul.items-3 li:not(.label),
  #lastViewed ul.items-4 li:not(.label) {
    margin-right: 30px;
  }
}
#still-open a {
  display: flex;
  background-color: #e04f00;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 824px) {
  #still-open a {
    padding: 0 1rem 0 1rem;
  }
  #still-open a .desktop {
    display: none;
  }
}
@media (max-width: 360px) {
  #still-open a {
    padding: 0 1rem 0 1rem;
  }
  #still-open a .desktop {
    display: none;
  }
}
@media (max-width: 320px) {
  #still-open a {
    padding: 0 1rem 0 1rem;
  }
  #still-open a .desktop {
    display: none;
  }
}
@media (min-width: 824px) {
  #still-open a .desktop {
    display: initial;
  }
}
#still-open a .btn {
  background-color: #333333;
  height: 70%;
  margin-left: 30px;
  text-transform: uppercase;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 100%;
}
@media (max-width: 824px) {
  #still-open a .btn {
    font-size: 0.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 10px;
  }
}
#still-open a .btn .icon {
  height: 15px;
  width: 15px;
  margin-top: 0;
}
@media (min-width: 824px) {
  #still-open a .btn .icon {
    height: 17px;
    width: 18px;
    margin-top: 0;
  }
}
.header-usp-wrapper {
  position: absolute;
  top: -50px;
  width: 100%;
  background: #333333;
  color: #fff;
  height: 50px;
  transition: top .5s ease;
  z-index: 2;
}
@media (max-width: 991px) {
  .header-usp-wrapper {
    display: none;
  }
}
.usp-container {
  position: relative;
  display: flex;
  justify-content: center;
}
.usp-container .partner {
  flex: 1;
  display: none;
  align-items: center;
}
.usp-container .partner a {
  display: inline-block;
  color: #999;
  text-decoration: none;
}
.usp-container .partner img {
  margin-left: 10px;
  max-height: 40px;
  max-width: 130px;
}
.usp-container .usp {
  flex: 1;
  display: flex;
  list-style: none;
  padding-left: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 11px;
  word-spacing: .4ex;
}
@media (max-width: 1199px) {
  .usp-container .usp.has-partner > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.usp-container .usp > li {
  cursor: pointer;
  margin: 0 20px;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
}
.usp-container .usp > li:first-child {
  margin-left: 0;
}
.usp-container .usp > li:last-child {
  margin-right: 0;
}
.usp-container .usp > li .label {
  text-transform: uppercase;
}
.usp-container .usp > li .label em {
  color: #e04f00;
  font-style: normal;
  font-weight: 900;
}
.usp-container .usp > li .label .icon {
  width: 8px;
}
.usp-container .usp > li .usp-box-wrapper {
  position: absolute;
  z-index: 1001;
  background: #404040;
  width: 200px;
  height: 200px;
  top: 50px;
  left: 0;
  height: 0;
  overflow: hidden;
  transition: height .5s ease;
  text-transform: uppercase;
  flex-direction: column;
  cursor: default;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.3);
}
.usp-container .usp > li .usp-box-wrapper em {
  font-style: normal;
  font-weight: 900;
}
.usp-container .usp > li .usp-box-wrapper strong {
  font-weight: bold;
  color: #e04f00;
}
.usp-container .usp > li .usp-box-wrapper a.btn {
  text-transform: none;
  font-size: 1rem;
  line-height: 2.5rem;
  padding: 0;
  width: 128px;
  height: 40px;
}
.usp-container .usp > li .usp-box-wrapper a.btn .icon {
  margin-left: 0;
}
.usp-container .usp > li .usp-box-wrapper .usp-box {
  padding: 20px 20px 0 20px;
}
.usp-container .usp > li .usp-box-wrapper .box-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25px;
  background: #e04f00;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.usp-container .usp > li .usp-box-wrapper .box-footer .icon {
  margin-left: 0.2rem;
}
.usp-container .usp > li .usp-box-wrapper ul.ticks {
  list-style: none;
  padding: 0;
}
.usp-container .usp > li .usp-box-wrapper ul.ticks li {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cdefs%3E%3Cstyle%3E.cls-3%7Bfill-opacity%3A0%7D.cls-3%2C.cls-4%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22tick-whitesvg%22%3E%3Cpath%20id%3D%22rect-1%22%20class%3D%22cls-3%22%20d%3D%22M0%200h50v50H0z%22%2F%3E%3Cpath%20d%3D%22M19.672%2046.011L3.999%2026.531l7.476-9.292%208.197%2010.19L38.525%203.998%2046%2013.289%2019.672%2046.011z%22%20id%3D%22path-1%22%20class%3D%22cls-4%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat left;
  background-size: 8px;
  padding-left: 14px;
  margin-bottom: 10px;
}
.usp-container .usp > li .usp-box-wrapper .buttons,
.usp-container .usp > li .usp-box-wrapper .logos {
  text-align: center;
}
.usp-container .usp > li .usp-box-wrapper .logos {
  margin: 20px 0 10px 0;
}
.usp-container .usp > li .usp-box-wrapper.prices {
  width: 300px;
  margin-left: -100px;
}
.usp-container .usp > li .usp-box-wrapper.reservation {
  width: 316px;
  margin-left: -70px;
}
.usp-container .usp > li .usp-box-wrapper.support {
  width: 310px;
  margin-left: -85px;
}
.usp-container .usp > li .usp-box-wrapper.faq {
  width: 300px;
  margin-left: -105px;
}
.usp-container .usp > li:hover .usp-box-wrapper {
  height: 200px;
}
.usp-container .usp > li:hover .usp-box-wrapper.prices {
  height: 115px;
}
.usp-container .usp > li:hover .usp-box-wrapper.reservation {
  height: 260px;
}
.usp-container .usp > li:hover .usp-box-wrapper.support {
  height: 95px;
}
.usp-container .usp > li:hover .usp-box-wrapper.faq {
  height: 115px;
}
.usp-container .close {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.usp-container .wh-link {
  color: #fff;
}
#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1999;
}
#modalOverlay,
.modal-container {
  opacity: 0;
  display: none;
}
#modalOverlay.show-on-render,
.modal-container.show-on-render {
  opacity: 1;
  display: block;
}
.modal-container {
  width: 750px;
  position: fixed;
  left: 50%;
  margin-left: -375px;
  top: 50%;
  margin-top: -195px;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.25);
  z-index: 2000;
}
.modal-container.modal-iframe {
  height: 600px;
  top: 50%;
  margin-top: -300px;
  overflow: hidden;
}
.modal-container.modal-iframe .modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-container.modal-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: auto;
  overflow-x: hidden;
}
.modal-container.modal-iframe .iframe-overlay {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #ffffff 63%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  pointer-events: none;
}
.modal-container.modal-iframe .close-button {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.modal-container.modal-iframe .confirm-button-container {
  text-align: center;
  position: absolute;
  bottom: 1.4rem;
  left: 0;
  width: 100%;
}
.modal-container .modal-background {
  background-color: #fff;
}
.modal-container hr {
  margin: 0;
}
.modal-container .modal-header {
  position: relative;
  padding: 30px 0;
}
.modal-container .modal-header .logo-container {
  background: #fff;
  display: inline-block;
  padding: 0 7px;
  position: relative;
  z-index: 2002;
}
.modal-container .modal-header img {
  width: 143px;
  height: 18px;
  display: block;
}
.modal-container .modal-header .logo-hr {
  width: 380px;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
  position: relative;
  margin-top: -9px;
  z-index: 2001;
}
.modal-container .modal-header button {
  position: absolute;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  top: 50%;
  margin-top: -1.5rem;
}
.modal-container .modal-footer {
  bottom: 0;
  padding: .7rem 0;
  background-color: #f0f0f0;
  color: #666;
}
.modal-container .modal-footer > span {
  margin-left: 10px;
  margin-right: 10px;
}
.modal-container .modal-footer a {
  color: #999;
  text-decoration: underline;
}
.modal-container .form-group {
  margin: 0;
}
.flash-sale.modal-container .modal-background {
  background: radial-gradient(90.3% 90.3% at 50% 49.9%, #9440DA 0%, #000000 100%);
}
.flash-sale.modal-container .modal-background .modal-content,
.flash-sale.modal-container .modal-background .agreements,
.flash-sale.modal-container .modal-background a:not(.button-item--google) {
  color: #ffffff;
}
.flash-sale.modal-container .modal-background .agreements {
  padding-bottom: 1rem;
}
.flash-sale.modal-container .modal-background .opineo,
.flash-sale.modal-container .modal-background .marketing-info-list {
  display: none;
}
.flash-sale.modal-container .modal-background .modal-header .logo-container {
  background: transparent;
}
.flash-sale.modal-container .modal-background .modal-header .logo-container span:before,
.flash-sale.modal-container .modal-background .modal-header .logo-container span:after {
  content: "";
  position: absolute;
  height: 9px;
  top: 0;
  width: 137px;
  margin-right: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.flash-sale.modal-container .modal-background .modal-header .logo-container span:before {
  right: 100%;
}
.flash-sale.modal-container .modal-background .modal-header .logo-container span:after {
  left: 100%;
}
.flash-sale.modal-container .modal-background .modal-header .logo-container .christmas-sale-subtitle {
  color: #ffffff;
  font-weight: 600;
  padding-top: 0.5rem;
  margin-left: -1.5rem;
}
.flash-sale.modal-container .modal-background .modal-header .logo-hr {
  display: none;
}
.flash-sale.modal-container .modal-background .modal-content section {
  font-size: 1.6rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flash-sale.modal-container .modal-background .modal-content section img {
  width: 40%;
}
.flash-sale.modal-container .modal-background .modal-content section span {
  text-align: left;
  line-height: 1.3;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion {
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  align-items: start;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion .lead {
  font-weight: 300;
  line-height: 28.69px;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion .lead:first-of-type {
  font-size: 1.694rem;
  text-shadow: none;
  background-image: linear-gradient(to bottom, #f5de84, #dfa24c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion .lead:last-of-type {
  padding-top: 1rem;
  font-size: 1.225rem;
  line-height: 22.6px;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion .lead strong {
  font-weight: 700;
  background: linear-gradient(180deg, #F5DE84 45.31%, #F5DE84 43.35%, #D58E38 72.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion .lead strong.percentage {
  font-size: 1.694rem;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.christmas-sale .lead:first-of-type {
  font-size: 1.494rem;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.christmas-sale .lead:last-of-type {
  font-size: 1.1rem;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.christmas-sale .lead strong.percentage {
  font-size: 1.494rem;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.golden-days .lead {
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  font-size: 1.5rem;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.golden-days .lead strong.percentage {
  font-size: 1.494rem;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.winter-sale .lead {
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.winter-sale .lead p,
.flash-sale.modal-container .modal-background .modal-content section.promotion.winter-sale .lead strong {
  font-size: 1.4rem;
  text-shadow: 0px 2.24372px 2.99162px rgba(22, 108, 171, 0.79);
  background: #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.hundred-days {
  margin: 0 5.5rem 1.5rem 0;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.hundred-days .lead {
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 0.5rem;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.hundred-days p,
.flash-sale.modal-container .modal-background .modal-content section.promotion.hundred-days strong {
  font-size: 2.1rem;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  background: #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.hundred-days .subtitle {
  padding-top: 0.5rem;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.hundred-days .subtitle p,
.flash-sale.modal-container .modal-background .modal-content section.promotion.hundred-days .subtitle strong {
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.tenth-birthday {
  margin: 0.5rem 1rem 1.5rem 3rem;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.tenth-birthday .lead {
  padding-bottom: 0.5rem;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.tenth-birthday strong {
  background: #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.tenth-birthday p {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.3;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.tenth-birthday strong.emphasis {
  font-weight: 700;
  background: linear-gradient(180deg, #E0BA8D 30.4%, #e6b577 70.73%);
  text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.tenth-birthday strong.percentage {
  font-size: 1.694rem;
  background: linear-gradient(180deg, #e6b577 30.4%, #E0BA8D 70.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.tenth-birthday .subtitle {
  padding-top: 0.5rem;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.tenth-birthday .subtitle p,
.flash-sale.modal-container .modal-background .modal-content section.promotion.tenth-birthday .subtitle strong {
  font-size: 1rem;
  font-weight: 300;
  font-family: Lato, Arial, Helvetica, sans-serif;
}
.flash-sale.modal-container .modal-background .modal-content section.promotion.tenth-birthday .subtitle strong.percentage {
  font-size: 1.2rem;
  font-weight: bold;
}
.flash-sale.modal-container .modal-background .modal-content .buttons-group__button {
  margin: 0;
}
.flash-sale.modal-container .modal-background .modal-content .buttons-group__button a {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.flash-sale.modal-container .modal-background .modal-content .form-group input {
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.flash-sale.modal-container .modal-background .modal-content .lead-form {
  margin-top: 15px;
}
.flash-sale.modal-container .modal-background .modal-content .lead-form.black-week {
  margin-top: 0;
}
.flash-sale.modal-container .modal-background .modal-content .lead-form.christmas-sale {
  margin-top: 2rem;
}
.flash-sale.modal-container .modal-background .modal-content .lead-form.black-week .btn-primary,
.flash-sale.modal-container .modal-background .modal-content .lead-form.christmas-sale .btn-primary {
  background: linear-gradient(180deg, #D58E38 0%, #F5DE84 47.57%, #D58E38 99.28%);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
  border: none;
}
.flash-sale.modal-container .modal-background .modal-content .lead-form.black-week .btn-primary span,
.flash-sale.modal-container .modal-background .modal-content .lead-form.christmas-sale .btn-primary span {
  color: #000000;
}
.flash-sale.modal-container .modal-background .modal-content .lead-form.tenth-birthday .btn-primary {
  background: linear-gradient(252.91deg, #AC8352 39.12%, #B08656 45.25%, #C69F71 56.73%, #E7C195 63.63%, #E5BF93 78.18%, #C09869 84.3%, #AF8655 91.2%, #9D7039 96.56%, #8F5A30 105.75%, #757575 113.4%), #1E1E1E;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
  border: none;
}
.flash-sale.modal-container .modal-background .modal-content .lead-form.tenth-birthday .btn-primary span {
  color: #000000;
}
.flash-sale.modal-container .modal-background .modal-content .lead-form .btn-primary {
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.flash-sale.black-week.modal-container .modal-background {
  background: #000000;
}
.flash-sale.black-week.modal-container .modal-background .modal-content section {
  justify-content: center;
  margin-left: 1.5rem;
}
.flash-sale.black-week.modal-container .modal-background .modal-content section img {
  background: radial-gradient(60% 75% at 50% 50%, #2B2A2A 0%, #000000 100%);
}
.flash-sale.christmas-sale.modal-container .modal-background {
  background: url('../../img/christmas-panorama-modal.jpg');
}
.flash-sale.christmas-sale.modal-container .modal-background .modal-content section {
  justify-content: center;
  margin-left: 1.1rem;
}
.flash-sale.christmas-sale.modal-container .modal-background .modal-content section img {
  background: transparent;
}
.flash-sale.golden-days.modal-container .modal-background {
  background: url('../../img/golden-days-modal.png');
}
.flash-sale.golden-days.modal-container .modal-background .modal-content section {
  justify-content: center;
  margin-left: 2.5rem;
}
.flash-sale.golden-days.modal-container .modal-background .modal-content section img {
  background: transparent;
  padding-bottom: 1rem;
}
.flash-sale.golden-days.modal-container .modal-background .agreements {
  background-color: #1E1E1E;
  padding-top: 1rem;
}
.flash-sale.winter-sale.modal-container .modal-background {
  background: url('../../img/winter-sale-modal.jpg');
}
.flash-sale.winter-sale.modal-container .modal-background .modal-content section {
  justify-content: center;
  margin-left: 2.5rem;
}
.flash-sale.winter-sale.modal-container .modal-background .modal-content section img {
  background: transparent;
  padding-bottom: 1rem;
}
.flash-sale.winter-sale.modal-container .modal-background .modal-content .lead-form .btn-primary {
  background-color: #1A4F8D;
  border-color: #1A4F8D;
}
.flash-sale.hundred-days.modal-container .modal-background {
  background: url('../../img/hundred-days-modal.jpg');
  filter: brightness(0.95);
}
.flash-sale.hundred-days.modal-container .modal-background .modal-content section {
  justify-content: right;
  margin-left: 3rem;
}
.flash-sale.hundred-days.modal-container .modal-background .modal-content section img {
  background: transparent;
}
.flash-sale.tenth-birthday.modal-container .modal-background {
  background: url('../../img/tenth-birthday-background-modal-full.jpg');
}
.flash-sale.tenth-birthday.modal-container .modal-background .modal-content section {
  justify-content: center;
  margin-left: 1.1rem;
}
.flash-sale.tenth-birthday.modal-container .modal-background .modal-content section img {
  background: transparent;
  width: 25%;
  height: 25%;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.tv-ad:not(.golden-days).modal-container .modal-background .opineo,
.tv-ad:not(.golden-days).modal-container .modal-background .marketing-info-list {
  display: none;
}
.tv-ad:not(.golden-days).modal-container .modal-background .agreements {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.tv-ad:not(.golden-days) .buttons-group__button {
  margin: 0;
}
.tv-ad:not(.golden-days) .buttons-group__button a {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.fancy span:before,
.fancy span:after {
  border-bottom: 1px solid #e7e6e6;
}
.lead-form {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.lead-form__button {
  width: 180px;
}
.lead-form__input {
  width: 345px;
}
.buttons-group {
  display: flex;
  width: 70%;
  justify-content: center;
  margin: 0 auto;
}
.buttons-group__button {
  margin: 0 5px;
}
.button-item .btn {
  width: 100%;
}
.button-item--facebook,
.button-item--google {
  font-size: 1.1rem;
  font-weight: normal;
}
.button-item--facebook {
  background-color: #4862a3;
  color: #fff;
}
.button-item--google {
  background-color: #fff;
  color: #000000;
  border: solid 1px #cfd8dc;
}
.auth-error-box {
  width: 100%;
  background: #fff2f0;
  border-left: 4px solid #fa2500;
  padding: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fa2500;
  display: none;
}
#logregLogin,
#logregForgot {
  width: 560px;
  margin-left: -280px;
  margin-top: -300px;
}
#logregLogin .modal-content,
#logregForgot .modal-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#logregLogin .login-form,
#logregForgot .login-form {
  width: 80%;
}
#logregLogin .login-form .btn,
#logregForgot .login-form .btn {
  width: 100%;
}
#logregLogin .login-form__login,
#logregForgot .login-form__login,
#logregLogin .login-form__password,
#logregForgot .login-form__password,
#logregLogin .login-form__button,
#logregForgot .login-form__button {
  width: 100%;
  margin: 20px 0;
}
#logregLogin .login-form .buttons-group,
#logregForgot .login-form .buttons-group {
  width: 100%;
  justify-content: space-between;
}
#logregLogin .login-form .buttons-group__button,
#logregForgot .login-form .buttons-group__button {
  margin: 0;
  width: 48%;
}
.modal-container.modal-lead {
  top: 50%;
  margin-top: -240px;
}
.modal-container.modal-lead.tv-ad:not(.golden-days) {
  margin-top: -320px;
}
.modal-container .modal-content {
  padding: 0 4.5rem 2.15rem 4.5rem;
}
.modal-container .modal-content.less-padding {
  padding: 0 2.14rem 0 4.5rem;
}
.modal-container .modal-content [class|="col"] {
  position: relative;
}
.modal-container .modal-content .icon-arr-right-acc1 {
  position: absolute;
  left: -1.4rem;
  top: 1rem;
  width: 26px;
  height: 26px;
}
.modal-container .modal-content .headline {
  font-family: Lato, sans-serif;
  color: #e04f00;
  font-weight: 900;
  display: block;
  font-size: 2.15rem;
}
.modal-container .modal-content.lead-content .form-group,
.modal-container .modal-content.newsletter-content .form-group,
.modal-container .modal-content.lead-content .btn,
.modal-container .modal-content.newsletter-content .btn {
  margin-bottom: 0;
}
.modal-container .modal-content.lead-content .btn,
.modal-container .modal-content.newsletter-content .btn {
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 .5rem;
}
.modal-container .modal-content.lead-content .facebook-login-button,
.modal-container .modal-content.newsletter-content .facebook-login-button {
  font-weight: normal;
  color: #3b5999;
}
.modal-container .modal-content.lead-content .facebook-login-button:hover,
.modal-container .modal-content.newsletter-content .facebook-login-button:hover,
.modal-container .modal-content.lead-content .facebook-login-button:focus,
.modal-container .modal-content.newsletter-content .facebook-login-button:focus {
  text-decoration: underline;
}
.modal-container .modal-content.newsletter-content {
  padding: 0 2.14rem 2rem 2.14rem;
}
.modal-container .modal-content.newsletter-content .newsletter-header {
  color: #333;
  font-weight: normal;
  line-height: 1.1em;
}
.modal-container .modal-content.newsletter-content .newsletter-change-header {
  line-height: 1.1em;
}
.modal-container .modal-content.newsletter-content .newsletter-cancel-link {
  color: #333;
  text-decoration: underline;
}
.modal-container .modal-content .has-or {
  position: relative;
}
.modal-container .modal-content .has-or .or-container {
  color: #666;
  position: absolute;
  right: -1.08rem;
  top: 1.2rem;
  width: 2.16rem;
  text-align: center;
}
.modal-container .modal-content.tv-ad:not(.golden-days) {
  padding: 0;
}
.modal-container .modal-content.tv-ad:not(.golden-days) img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
}
.modal-container .modal-content.tv-ad:not(.golden-days) p {
  padding-top: 30px;
  font-size: 1.2rem;
}
.modal-container .modal-content.tv-ad:not(.golden-days) .promotion {
  position: absolute;
  top: 30%;
  left: 20%;
}
.modal-container .modal-content.tv-ad:not(.golden-days) .promotion p {
  padding-top: 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 0.5rem;
  font-size: 25px;
  text-shadow: 0 4.99375px 4.99375px rgba(0, 0, 0, 0.44);
}
.modal-container .modal-content.tv-ad:not(.golden-days) .promotion p:last-of-type {
  font-size: 12px;
}
.modal-container .modal-content.tv-ad:not(.golden-days) .fancy span:before,
.modal-container .modal-content.tv-ad:not(.golden-days) .fancy span:after {
  width: 170px;
}
.modal-container .logreg-recommendations {
  padding: .5rem 0 1rem;
}
.modal-container .agreements {
  padding: 0 2.15rem .5rem;
}
.modal-container .agreements p {
  color: #333;
}
.modal-container .agreements .form-group {
  margin-bottom: .6rem;
}
.modal-container .agreements a {
  color: #333;
  text-decoration: underline;
}
.modal-container .agreements span {
  text-decoration: underline;
}
.modal-container.has-agreements-outside.modal-lead {
  margin-top: -200px;
}
.modal-container.has-agreements-outside .agreements {
  padding: 0;
  padding-top: .7rem;
  left: 0;
  position: absolute;
}
.modal-container.has-agreements-outside .agreements a {
  text-decoration: underline;
}
.lead-link {
  display: block;
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
  color: #333333;
}
.marketing-info-list {
  text-align: left;
  display: flex;
  padding: 0;
  margin: 0;
}
.marketing-info-list .icon {
  margin-right: 1.0rem;
  width: 4rem;
  height: 4rem;
}
.marketing-info-list__item {
  list-style: none;
  padding: 10px 30px;
  display: flex;
  line-height: 1.6;
  align-items: center;
}
.marketing-info-list__item div span {
  display: inline-block;
}
.opineo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opineo img {
  height: 25px;
}
.opineo__item {
  margin: 0 10px;
}
.new-cash-notification {
  cursor: pointer;
}
.new-cash-notification > div {
  display: flex;
  align-items: center;
}
.new-cash-notification > div span {
  display: block;
  flex: 0 1 auto;
}
.new-cash-notification > div span.icon {
  flex: 0 0 auto;
}
.new-cash-notification > div span + span {
  padding-left: 10px;
}
.tp-text-search-results .jBox-content {
  padding: 0;
}
.tp-text-search-education-notification {
  cursor: pointer;
}
.phrase {
  font-weight: bold;
  display: inline;
}
.autocomplete-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.autocomplete-results ul li {
  display: block;
}
.autocomplete-results ul li + li {
  border-top: 0.1rem solid #f0f0f0;
}
.autocomplete-results ul li.selected a.btn,
.autocomplete-results ul li.selected button.btn {
  background: #f0f0f0;
  color: #000;
}
.autocomplete-results ul li.selected a.btn .count,
.autocomplete-results ul li.selected button.btn .count {
  color: #666;
  white-space: nowrap;
}
.autocomplete-results ul a.btn,
.autocomplete-results ul button.btn {
  display: block;
  width: 100%;
  line-height: 1.1;
  height: auto;
  font-weight: normal;
  white-space: normal;
  background: #fff;
}
.autocomplete-results ul a.btn:hover,
.autocomplete-results ul button.btn:hover,
.autocomplete-results ul a.btn:focus,
.autocomplete-results ul button.btn:focus {
  background: #ccc;
  color: #000;
}
.autocomplete-results ul a.btn:hover .count,
.autocomplete-results ul button.btn:hover .count,
.autocomplete-results ul a.btn:focus .count,
.autocomplete-results ul button.btn:focus .count {
  color: #666;
  white-space: nowrap;
}
.autocomplete-results ul a.btn > span,
.autocomplete-results ul button.btn > span {
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.autocomplete-results ul a.btn > span > span,
.autocomplete-results ul button.btn > span > span {
  display: block;
  flex: 0 0 auto;
}
.autocomplete-results ul a.btn > span > span.result,
.autocomplete-results ul button.btn > span > span.result {
  flex: 1 1 auto;
  padding-left: .7rem;
  padding-right: .7rem;
  text-align: left;
}
.autocomplete-results ul a.btn > span > span.result .subtext,
.autocomplete-results ul button.btn > span > span.result .subtext {
  display: none;
}
.autocomplete-results ul a.btn > span span.icon,
.autocomplete-results ul button.btn > span span.icon {
  margin: 0;
  display: block;
}
.autocomplete-results ul a.btn > span span.icon-square-arrow-right,
.autocomplete-results ul button.btn > span span.icon-square-arrow-right {
  display: none;
}
.autocomplete-results ul .match {
  color: #e04f00 !important;
}
.autocomplete-results ul .count {
  font-size: .8rem;
  color: #999;
}
.btn-observe:not(.is-observed) .state-is-observed {
  display: none;
}
.btn-observe.is-observed .state-is-not-observed {
  display: none;
}
html.iframe {
  background-color: #fff;
}
.container-iframe {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
}
.notice-notification {
  cursor: pointer;
}
.notice-notification > div {
  display: flex;
  align-items: center;
}
.notice-notification > div span {
  display: block;
  flex: 0 1 auto;
}
.notice-notification > div span.icon {
  flex: 0 0 auto;
}
.notice-notification > div span + span {
  padding-left: 10px;
}
.modal-container--exit-modal {
  text-align: center;
}
.modal-container--exit-modal .modal-header {
  padding: 0;
}
.modal-container--exit-modal .modal-header button {
  margin-top: 0;
  top: 0;
  right: 0;
}
.exit-modal-content {
  padding: 2.13rem;
}
.exit-modal-content .headline,
.exit-modal-content .lead {
  display: block;
}
.exit-modal-content .headline {
  font-size: 2.14rem;
  color: #666;
  font-weight: bold;
}
.exit-modal-content .lead {
  color: #ff1d23;
  font-size: 1.15rem;
  margin-top: 1rem;
}
.exit-modal-content .info-block {
  padding: 1.43rem 2.86rem;
  margin-top: 1.79rem;
  background-color: #e04f00;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.exit-modal-content .info-block > div {
  display: flex;
  align-items: center;
  text-align: left;
}
.exit-modal-content .info-block > div span {
  display: block;
  flex: 0 1 auto;
  line-height: 1.25;
}
.exit-modal-content .info-block > div span.icon {
  flex: 0 0 auto;
}
.exit-modal-content .info-block > div span + span {
  padding-left: 1.43rem;
}
.exit-modal-content .info-block > div:first-child {
  width: 53%;
}
.exit-modal-content .info-block > div:last-child {
  width: 47%;
}
.exit-modal-content .trustbuilders {
  display: block;
  margin-top: 2.13rem;
}
.pickmeup {
  background: #333;
  border-radius: 0;
  box-sizing: content-box;
  display: block !important;
  position: absolute !important;
  right: 1.86rem;
}
.pickmeup.pmu-view-days {
  margin-right: -12.5rem;
}
.pickmeup.pmu-view-years,
.pickmeup.pmu-view-months {
  margin-right: -7.5rem;
}
.pickmeup.pmu-view-years .pmu-instance,
.pickmeup.pmu-view-months .pmu-instance {
  width: 15rem;
}
.pickmeup * {
  box-sizing: border-box;
}
.pickmeup .pmu-instance {
  display: block;
  text-align: center;
  box-shadow: 0 0 2.14rem 0rem rgba(0, 0, 0, 0.3);
  width: 25rem;
}
.pickmeup .pmu-instance:after {
  content: "";
  display: block;
  position: absolute;
  top: -1.64rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .86rem;
  border-color: transparent transparent #e04f00 transparent;
  margin-left: -0.86rem;
}
.pickmeup .pmu-instance .pmu-button {
  color: #fff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.pickmeup .pmu-instance .pmu-today {
  background: #999;
  color: #333;
}
.pickmeup .pmu-instance .pmu-button:hover {
  color: #fff;
  font-weight: bold;
}
.pickmeup .pmu-instance .pmu-not-in-month {
  color: #666;
}
.pickmeup .pmu-instance .pmu-not-in-month:hover {
  color: #999;
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  color: #666;
  cursor: default;
  font-weight: normal;
}
.pickmeup .pmu-instance .pmu-selected {
  background: #e04f00;
  color: #fff;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: #666;
  color: #999;
}
.pickmeup .pmu-instance nav {
  color: #fff;
  white-space: nowrap;
}
.pickmeup .pmu-instance nav:not(.pmu-day-of-week) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e04f00;
  height: 3.55rem;
  padding: 1rem;
}
.pickmeup .pmu-instance nav:not(.pmu-day-of-week) .pmu-button {
  flex: 0 0 auto;
}
.pickmeup .pmu-instance nav *:first-child :hover {
  color: #fff;
}
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
}
.pickmeup .pmu-instance nav .pmu-month {
  font-size: 1.07rem;
  text-transform: uppercase;
}
.pickmeup .pmu-instance nav .pmu-month,
.pickmeup .pmu-instance nav .pmu-month:hover {
  font-weight: normal;
}
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.85rem;
  width: 4.3rem;
  border: 0.1rem solid #333;
}
.pickmeup .pmu-instance .pmu-day-of-week {
  color: #fff;
  cursor: default;
  font-weight: bold;
  padding: 1rem 1rem 0 1rem;
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.85rem;
  width: 3.2rem;
  border: 0.1rem solid #333;
}
.pickmeup .pmu-instance .pmu-years,
.pickmeup .pmu-instance .pmu-months,
.pickmeup .pmu-instance .pmu-days {
  padding: 0 1rem 1rem 1rem;
}
.pickmeup .pmu-instance .pmu-years,
.pickmeup .pmu-instance .pmu-months {
  padding-top: 1rem;
  width: 15rem;
}
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
  display: block;
}
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}
.place-results {
  z-index: 399 !important;
}
body.panorama-short .tp-text-search-results .autocomplete-results .icon-square-arrow-right {
  display: none;
}
body.panorama-short .tp-text-search-results .autocomplete-results .result .subtext {
  display: none;
}
body.panorama .panoramic-header {
  padding-top: 3px !important;
}
body.panorama .panoramic-header .jBox-container .jBox-content {
  width: 850px !important;
  border-radius: 5px;
}
body.panorama .panoramic-header .jBox-pointer-top::after {
  content: none;
}
body.panorama .panoramic-header .autocomplete-results ul li + li {
  border: none;
}
body.panorama .panoramic-header .autocomplete-results ul button:hover,
body.panorama .panoramic-header .autocomplete-results ul button:focus {
  background: rgba(255, 85, 0, 0.1);
}
body.panorama .panoramic-header .autocomplete-results ul a:hover,
body.panorama .panoramic-header .autocomplete-results ul a:focus {
  background: rgba(255, 85, 0, 0.1);
}
body.panorama .panoramic-header .autocomplete-results ul button.btn > span {
  padding-left: 1.5rem;
}
body.panorama .panoramic-header .autocomplete-results ul a > span {
  padding-left: 1.5rem;
}
body.panorama .panoramic-header .autocomplete-results .icon-arrow-right-acc1 {
  display: none;
}
body.panorama .panoramic-header .autocomplete-results .icon-square-arrow-right {
  display: initial;
  margin-right: 2rem;
}
body.panorama .panoramic-header .autocomplete-results .icon {
  width: 1.23rem;
  height: 1.23rem;
}
body.panorama .panoramic-header .autocomplete-results ul li {
  padding: 3px 0;
}
body.panorama .panoramic-header .autocomplete-results ul li:first-of-type {
  padding-top: 6px;
}
body.panorama .panoramic-header .autocomplete-results ul li:last-of-type {
  padding-bottom: 6px;
}
body.panorama .panoramic-header .autocomplete-results ul li a > span {
  height: auto;
}
body.panorama .panoramic-header .autocomplete-results .result .title {
  color: #444444;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
body.panorama .panoramic-header .autocomplete-results .result .subtext {
  font-size: .8rem;
  float: right;
  color: #666666;
  display: flex;
  justify-content: left;
  padding-top: 2px;
  width: 31%;
  font-family: Lato, Arial, Helvetica, sans-serif;
}
@media (max-width: 1200px) {
  body.panorama .panoramic-header .jBox-container .jBox-content {
    width: 730px !important;
  }
}
body,
#searchChosenFiltersContainer,
.header-main-wrapper {
  transition: all 0.3s ease-out;
}
html.dark-mode {
  background-color: #181a1b !important;
}
body.dark-mode {
  /** general */
  background-color: #181a1b;
  color: #ccc;
  /** main page */
  /** offer page */
  /** static pages */
  /** checkout */
  /** MOBILE */
  /** general */
  /** main page */
  /** offer page */
  /**  checkout */
  /* Snowflake specific overrides */
}
body.dark-mode .tp-white .jBox-container {
  color: #ccc;
  background-color: #181a1b;
}
body.dark-mode .tp-white .jBox-pointer::after {
  background-color: #181a1b;
}
body.dark-mode .autocomplete-results ul li + li {
  border-color: #3e4446;
}
body.dark-mode .autocomplete-results ul a.btn,
body.dark-mode .autocomplete-results ul button.btn {
  color: #ccc;
  background-color: #181a1b;
}
body.dark-mode #modalOverlay {
  background: rgba(255, 255, 255, 0.3);
}
body.dark-mode .header-main-wrapper {
  background-color: #181a1b;
}
body.dark-mode #textSearchInput,
body.dark-mode .form-group input[type="text"],
body.dark-mode .form-group input[type="password"],
body.dark-mode .form-group input[type="search"],
body.dark-mode .form-group input[type="email"],
body.dark-mode .form-group input[type="url"],
body.dark-mode .form-group input[type="tel"],
body.dark-mode .form-group textarea,
body.dark-mode .white-box-styled textarea {
  background-color: #181a1b;
  color: #ccc;
  border-color: #3e4446;
}
body.dark-mode .ctrl-checkbox::after {
  filter: brightness(0.7);
}
body.dark-mode .noUi-handle {
  filter: brightness(0.7);
}
body.dark-mode .ctrl-select {
  background-color: #181a1b;
  background-image: none;
  border-color: #3e4446;
  color: #ccc;
}
body.dark-mode .ctrl-select::after {
  filter: brightness(2);
}
body.dark-mode .ctrl-select select {
  background-color: #181a1b;
}
body.dark-mode .brand-color-dark-grey {
  color: #ccc;
}
body.dark-mode .modal-container .modal-header .logo-container {
  background-color: #242424;
}
body.dark-mode .modal-container .modal-header .logo-container img {
  visibility: hidden;
}
body.dark-mode .modal-container .modal-header .logo-container:after {
  content: ' ';
  width: 143px;
  height: 12px;
  background-size: 143px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20663.11%2056.95%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Warstwa_2%22%20data-name%3D%22Warstwa%202%22%3E%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29%2C46.67c0%2C4.59%2C1.51%2C5.61%2C6.26%2C5.61v3.65H10.36V52.28c4.75%2C0%2C6.25-1%2C6.25-5.61V6.56h-3.4c-5.23%2C0-5.86%2C2.38-7.28%2C9H0L.71%2C1H44.6l.88%2C14.64H39.55c-1.59-6.73-2.22-9-7.36-9H29Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M114.46%2C52.28v3.65h-16a161.49%2C161.49%2C0%2C0%2C0-7.67-16.38c-2.77-5-4.43-6.33-8.46-6.72V46.67c0%2C4.43%2C1.34%2C5.61%2C5.37%2C5.61v3.65H64.55V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1H89.62c11.31%2C0%2C19.46%2C4.35%2C19.46%2C15.82%2C0%2C9.73-6.8%2C13.84-15.34%2C14.39v.32a16%2C16%2C0%2C0%2C1%2C8.69%2C5.61%2C80.77%2C80.77%2C0%2C0%2C1%2C6%2C10.61c1.43%2C3%2C2.22%2C4.42%2C6%2C4.58M87.25%2C6.57h-4.9V27.29h4.74c5.93%2C0%2C8.78-2.14%2C8.78-10.44%2C0-7.6-2.61-10.28-8.62-10.28%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M585.85%2C31.2V46.67c0%2C4.43%2C1.34%2C5.61%2C5.37%2C5.61v3.65H568.05V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h25.07c11.31%2C0%2C19.46%2C4.35%2C19.46%2C15.82%2C0%2C9.73-6.81%2C13.84-15.34%2C14.39h0M590.75%2C6.57h-4.9V27.29h4.74c5.93%2C0%2C8.78-2.14%2C8.78-10.44%2C0-7.6-2.61-10.28-8.62-10.28%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M162.26%2C41.13H145.33l-2%2C6.8c-1%2C3.72.16%2C4.12%2C4.75%2C4.35v3.65H130.62V52.28c3.4-.39%2C4.51-1.1%2C5.85-5.3L151.42%2C1h10l15.75%2C46c1.34%2C3.88%2C2.13%2C4.91%2C5.3%2C5.3v3.65H160V52.28c4.83-.23%2C5.3-1.34%2C4.43-4.35ZM147%2C35.28h13.37l-4.27-13.37A87.72%2C87.72%2C0%2C0%2C1%2C153.71%2C13h-.39c-.24%2C1-.79%2C3.72-2.46%2C9.1Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M216.38%2C35a83.17%2C83.17%2C0%2C0%2C1%2C2.29%2C10.21h.47A92.88%2C92.88%2C0%2C0%2C1%2C221.6%2C34.8l7.66-25.38a8.18%2C8.18%2C0%2C0%2C0%2C.32-1.75c0-2-1.5-3-4.82-3V1h17.56V4.67c-3.32.4-4.51%2C1-5.86%2C5.22l-15.19%2C46H211.15L195.34%2C9.73c-1.35-4-2.3-4.66-5.22-5.06V1h22.77V4.67c-3.32%2C0-4.59%2C1.1-4.59%2C3a6.73%2C6.73%2C0%2C0%2C0%2C.32%2C1.75Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M258.43%2C52.28c4.19%2C0%2C5.39-1.11%2C5.39-5.61V10.44c0-4.5-1.2-5.61-5.39-5.69V1H298l1%2C13.37h-5.86c-1.74-6-2.61-7.75-8.22-7.75h-8.63V25.39h4.91c4.9%2C0%2C6.17-1.11%2C6.48-5.61h5.22V36.31h-5.22c-.31-4.27-1.5-5.61-6.4-5.61h-5V50.62H286c5.21%2C0%2C7.2-1.81%2C7.83-9.17h6V55.93H258.43Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M347.76%2C50.62c5.14%2C0%2C7.75-2.3%2C9.25-9.88h6.1L362%2C55.93H322.53V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.34v3.8c-4.28.08-5.54%2C1.19-5.54%2C5.69V50.62Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M647.76%2C50.62c5.14%2C0%2C7.75-2.3%2C9.25-9.88h6.1L662%2C55.93H622.53V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.33v3.8c-4.27.08-5.53%2C1.19-5.53%2C5.69V50.62Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M399.89%2C46.67c0%2C4.5%2C1.26%2C5.61%2C5.45%2C5.61v3.65H382.09V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.25v3.8c-4.19.08-5.45%2C1.19-5.45%2C5.69Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M446.14%2C34.41l-5.62-1.5c-8.31-2.3-13.13-6.49-13.13-15.82C427.39%2C5.85%2C434.91%2C0%2C446.45%2C0c8.54%2C0%2C13.68%2C2.37%2C16.3%2C3.88V14.72h-8.07C454%2C8.86%2C451.91%2C5%2C445.5%2C5c-5.22%2C0-7.83%2C3-7.83%2C7.67%2C0%2C4.27%2C2%2C6.72%2C7.67%2C8.23L451%2C22.31c8.86%2C2.37%2C14.56%2C7.12%2C14.56%2C16.92%2C0%2C11.39-7.52%2C17.72-21%2C17.72-9.8%2C0-14.63-2.77-17.48-4.43V42h8.23c.79%2C7.28%2C3.88%2C10.28%2C10%2C10.28s9.33-2.84%2C9.33-8.77c0-5-2.14-7.36-8.46-9.1%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M510.08%2C46.67c0%2C4.59%2C1.51%2C5.61%2C6.26%2C5.61v3.65H491.42V52.28c4.75%2C0%2C6.25-1%2C6.25-5.61V6.56h-3.41c-5.21%2C0-5.85%2C2.38-7.27%2C9h-5.94L481.76%2C1h43.91l.86%2C14.64h-5.92c-1.59-6.73-2.22-9-7.36-9h-3.17Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%22543.67%22%20cy%3D%2250.95%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
body.dark-mode .modal-container .modal-background,
body.dark-mode .modal-container .modal-footer {
  background-color: #242424;
  color: #ccc;
}
body.dark-mode .modal-container .modal-background .lead-link,
body.dark-mode .modal-container .modal-footer .lead-link {
  color: #ccc;
}
body.dark-mode .modal-container .modal-content .headline {
  color: #ccc !important;
}
body.dark-mode .modal-container .modal-content .text-center a {
  color: #ccc !important;
}
body.dark-mode .modal-container .agreements a {
  color: #ccc;
}
body.dark-mode .alert-info,
body.dark-mode .alert-success {
  background-color: #33373a;
}
body.dark-mode .icon-shield-gray-darker {
  filter: contrast(0.1);
}
@media (min-width: 992px) {
  body.dark-mode .header-main-wrapper .header-main .logo-wrapper .logo {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20663.11%2056.95%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Warstwa_2%22%20data-name%3D%22Warstwa%202%22%3E%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29%2C46.67c0%2C4.59%2C1.51%2C5.61%2C6.26%2C5.61v3.65H10.36V52.28c4.75%2C0%2C6.25-1%2C6.25-5.61V6.56h-3.4c-5.23%2C0-5.86%2C2.38-7.28%2C9H0L.71%2C1H44.6l.88%2C14.64H39.55c-1.59-6.73-2.22-9-7.36-9H29Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M114.46%2C52.28v3.65h-16a161.49%2C161.49%2C0%2C0%2C0-7.67-16.38c-2.77-5-4.43-6.33-8.46-6.72V46.67c0%2C4.43%2C1.34%2C5.61%2C5.37%2C5.61v3.65H64.55V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1H89.62c11.31%2C0%2C19.46%2C4.35%2C19.46%2C15.82%2C0%2C9.73-6.8%2C13.84-15.34%2C14.39v.32a16%2C16%2C0%2C0%2C1%2C8.69%2C5.61%2C80.77%2C80.77%2C0%2C0%2C1%2C6%2C10.61c1.43%2C3%2C2.22%2C4.42%2C6%2C4.58M87.25%2C6.57h-4.9V27.29h4.74c5.93%2C0%2C8.78-2.14%2C8.78-10.44%2C0-7.6-2.61-10.28-8.62-10.28%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M585.85%2C31.2V46.67c0%2C4.43%2C1.34%2C5.61%2C5.37%2C5.61v3.65H568.05V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h25.07c11.31%2C0%2C19.46%2C4.35%2C19.46%2C15.82%2C0%2C9.73-6.81%2C13.84-15.34%2C14.39h0M590.75%2C6.57h-4.9V27.29h4.74c5.93%2C0%2C8.78-2.14%2C8.78-10.44%2C0-7.6-2.61-10.28-8.62-10.28%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M162.26%2C41.13H145.33l-2%2C6.8c-1%2C3.72.16%2C4.12%2C4.75%2C4.35v3.65H130.62V52.28c3.4-.39%2C4.51-1.1%2C5.85-5.3L151.42%2C1h10l15.75%2C46c1.34%2C3.88%2C2.13%2C4.91%2C5.3%2C5.3v3.65H160V52.28c4.83-.23%2C5.3-1.34%2C4.43-4.35ZM147%2C35.28h13.37l-4.27-13.37A87.72%2C87.72%2C0%2C0%2C1%2C153.71%2C13h-.39c-.24%2C1-.79%2C3.72-2.46%2C9.1Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M216.38%2C35a83.17%2C83.17%2C0%2C0%2C1%2C2.29%2C10.21h.47A92.88%2C92.88%2C0%2C0%2C1%2C221.6%2C34.8l7.66-25.38a8.18%2C8.18%2C0%2C0%2C0%2C.32-1.75c0-2-1.5-3-4.82-3V1h17.56V4.67c-3.32.4-4.51%2C1-5.86%2C5.22l-15.19%2C46H211.15L195.34%2C9.73c-1.35-4-2.3-4.66-5.22-5.06V1h22.77V4.67c-3.32%2C0-4.59%2C1.1-4.59%2C3a6.73%2C6.73%2C0%2C0%2C0%2C.32%2C1.75Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M258.43%2C52.28c4.19%2C0%2C5.39-1.11%2C5.39-5.61V10.44c0-4.5-1.2-5.61-5.39-5.69V1H298l1%2C13.37h-5.86c-1.74-6-2.61-7.75-8.22-7.75h-8.63V25.39h4.91c4.9%2C0%2C6.17-1.11%2C6.48-5.61h5.22V36.31h-5.22c-.31-4.27-1.5-5.61-6.4-5.61h-5V50.62H286c5.21%2C0%2C7.2-1.81%2C7.83-9.17h6V55.93H258.43Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M347.76%2C50.62c5.14%2C0%2C7.75-2.3%2C9.25-9.88h6.1L362%2C55.93H322.53V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.34v3.8c-4.28.08-5.54%2C1.19-5.54%2C5.69V50.62Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M647.76%2C50.62c5.14%2C0%2C7.75-2.3%2C9.25-9.88h6.1L662%2C55.93H622.53V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.33v3.8c-4.27.08-5.53%2C1.19-5.53%2C5.69V50.62Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M399.89%2C46.67c0%2C4.5%2C1.26%2C5.61%2C5.45%2C5.61v3.65H382.09V52.28c4.19%2C0%2C5.38-1.11%2C5.38-5.61V10.44c0-4.5-1.19-5.61-5.38-5.69V1h23.25v3.8c-4.19.08-5.45%2C1.19-5.45%2C5.69Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M446.14%2C34.41l-5.62-1.5c-8.31-2.3-13.13-6.49-13.13-15.82C427.39%2C5.85%2C434.91%2C0%2C446.45%2C0c8.54%2C0%2C13.68%2C2.37%2C16.3%2C3.88V14.72h-8.07C454%2C8.86%2C451.91%2C5%2C445.5%2C5c-5.22%2C0-7.83%2C3-7.83%2C7.67%2C0%2C4.27%2C2%2C6.72%2C7.67%2C8.23L451%2C22.31c8.86%2C2.37%2C14.56%2C7.12%2C14.56%2C16.92%2C0%2C11.39-7.52%2C17.72-21%2C17.72-9.8%2C0-14.63-2.77-17.48-4.43V42h8.23c.79%2C7.28%2C3.88%2C10.28%2C10%2C10.28s9.33-2.84%2C9.33-8.77c0-5-2.14-7.36-8.46-9.1%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M510.08%2C46.67c0%2C4.59%2C1.51%2C5.61%2C6.26%2C5.61v3.65H491.42V52.28c4.75%2C0%2C6.25-1%2C6.25-5.61V6.56h-3.41c-5.21%2C0-5.85%2C2.38-7.27%2C9h-5.94L481.76%2C1h43.91l.86%2C14.64h-5.92c-1.59-6.73-2.22-9-7.36-9h-3.17Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%22543.67%22%20cy%3D%2250.95%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
body.dark-mode .header-main-wrapper .header-main .logo-wrapper .icon {
  filter: contrast(0.1);
}
body.dark-mode #channelsBar ul.channels > li a,
body.dark-mode #channelsBar ul.channels > li button {
  color: #fff;
}
body.dark-mode .tile--offer.variant-1 {
  box-shadow: none;
}
body.dark-mode .tile--offer .description {
  color: #ccc;
}
body.dark-mode #topOffers .container h1 {
  color: #ccc;
}
body.dark-mode #topOffers #listContainer .vendor-name h2,
body.dark-mode #topOffers #listContainer .vendor-name p {
  color: #ccc;
}
body.dark-mode hr {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
body.dark-mode #searchChosenFiltersContainer {
  background-color: #181a1b;
}
body.dark-mode .box-highlighted {
  background-color: #33373a;
}
body.dark-mode #searchTagsContainer {
  background-color: #33373a;
}
body.dark-mode #searchTagsContainer ul.tags .form-group p {
  color: #ccc;
}
body.dark-mode .search-list-container .text-rating-box {
  color: #ccc;
}
body.dark-mode .search-list-container div {
  border-color: #3e4446;
}
body.dark-mode .search-list-container div .like__container svg {
  filter: contrast(0.1);
}
body.dark-mode .search-list-container div h2 {
  color: #ccc;
}
body.dark-mode .search-list-container div span {
  color: #ccc;
}
body.dark-mode .search-list-container div .reduction {
  color: #fff;
}
body.dark-mode .search-list-container div .last-seen-info-box {
  background-color: #333;
}
body.dark-mode #searchResultsTiles ul.pagination li a {
  color: #ccc !important;
}
body.dark-mode #searchResultsTiles ul.pagination li.active a {
  color: #e04f00 !important;
}
body.dark-mode #searchResultsTiles ul.pagination li.next a,
body.dark-mode #searchResultsTiles ul.pagination li.previous a {
  color: transparent !important;
}
body.dark-mode .tile-big .tile-description .vendor-name h1 {
  color: #ccc;
}
body.dark-mode #offerContent {
  color: #ccc;
}
body.dark-mode #offerContent h3 {
  color: #ccc;
}
body.dark-mode #offerContent .details-bullets {
  background-color: #181a1b;
  border: none;
}
body.dark-mode .pack-styled {
  background: none;
}
body.dark-mode .pack-styled::before {
  border-top-color: #181a1b;
}
body.dark-mode .pack-styled div {
  color: #ccc;
}
body.dark-mode .list__list-item {
  color: #ccc;
}
body.dark-mode #calendar-wrapper {
  background-color: #181a1b;
}
body.dark-mode #calendar-wrapper .calendar-day {
  border-color: #3e4446;
}
body.dark-mode #calendar-wrapper .sectionCalendar__select-travelers {
  background-color: #181a1b;
  color: #ccc;
  border-color: #3e4446;
}
body.dark-mode #calendar-wrapper .sectionCalendar__select-travelers span {
  border: 5px solid transparent;
  border-left-color: #ccc;
}
body.dark-mode #calendar-wrapper .sectionCalendar__select-travelers-body {
  background-color: #181a1b;
}
body.dark-mode #calendar-wrapper .input__select--control {
  background-color: #181a1b;
  color: #ccc;
  border-color: #3e4446;
}
body.dark-mode #calendar-wrapper .input__select--control div:last-child {
  border-left-color: #ccc;
}
body.dark-mode #calendar-wrapper .input__select--menu {
  background-color: #181a1b;
  color: #ccc;
  border-color: #3e4446;
}
body.dark-mode #calendar-wrapper .input__select--menu .input__select--option {
  color: #ccc;
}
body.dark-mode #calendar-wrapper .input__select--menu .input__select--option.is-selected,
body.dark-mode #calendar-wrapper .input__select--menu .input__select--option:hover {
  background-color: #3e4446;
  color: #fff;
}
body.dark-mode .room-style-wrapper {
  background-color: #181a1b;
  box-shadow: 0 0 15.5px 0.5px rgba(153, 153, 153, 0.13);
}
body.dark-mode .calendar__booking-summary {
  background-color: #181a1b;
}
body.dark-mode .calendar__booking-summary .min-price-wrapper,
body.dark-mode .calendar__booking-summary .calendar__booking-summary--info-item {
  color: #ccc;
}
body.dark-mode .price-information-wrapper {
  background-color: #181a1b;
}
body.dark-mode .calendar__info-no-dates {
  background-color: #33373a;
}
body.dark-mode .calendar__info-no-dates a {
  color: #ccc !important;
  font-weight: bold;
}
body.dark-mode #cancelation-banner .banner .banner-box h3,
body.dark-mode #cancelation-banner .banner .banner-box::before {
  background-color: #181a1b;
}
body.dark-mode #cancelation-banner .banner .banner-box .banner-box-icon img {
  filter: contrast(0.3);
}
body.dark-mode #cancelation-banner .elasticity-container .banner-box .banner-box-subsection {
  color: #ccc;
}
body.dark-mode #reviewsView .reviews-search {
  background-color: #33373a;
}
body.dark-mode #offerContentNav li a {
  color: #fff;
}
body.dark-mode #offerInteractions span {
  color: #fff;
}
body.dark-mode #content .static li,
body.dark-mode #content .static p,
body.dark-mode #content .static font {
  color: #ccc !important;
}
body.dark-mode #content .static .site-map a {
  color: #ccc !important;
}
body.dark-mode #content .static.text {
  color: #ccc;
}
body.dark-mode #content .static.text h1 {
  color: #ccc;
}
body.dark-mode #content .static .owu-table {
  border-color: #3e4446;
}
body.dark-mode #content .static .owu-table th {
  background-color: #33373a;
}
body.dark-mode #content .static .static-tourist-voucher-intro .column-text-middle {
  color: #ccc;
}
body.dark-mode #content .static .static-tourist-voucher-intro .column-table-of-content {
  background-color: #181a1b;
}
body.dark-mode #content .static .tourist-voucher-faq .faq-element .accordion {
  color: #ccc;
  background-color: #33373a;
}
body.dark-mode #content .static .static-tourist-voucher-more #grey {
  color: #ccc;
}
body.dark-mode #content .text.static .static-tourist-voucher-content-how .second-row span a,
body.dark-mode #content .text.static .static-tourist-voucher-content-how .third-row span a,
body.dark-mode #content .text.static .static-tourist-voucher-content-how .fourth-row span a,
body.dark-mode #content .text.static .static-tourist-voucher-content-how .fifth-row span a,
body.dark-mode #content .text.static .static-tourist-voucher-content-how .sixth-row span a,
body.dark-mode #content .text.static .static-tourist-voucher-content-how .seventh-row span a {
  color: #ccc;
  text-decoration: underline;
}
body.dark-mode .payment-app-layout {
  background-color: #33373a !important;
}
body.dark-mode .payment-app-layout .checkout__box {
  background-color: #181a1b;
}
body.dark-mode .payment-app-layout .checkout__box input,
body.dark-mode .payment-app-layout .checkout__box textarea {
  background-color: #181a1b;
  color: #ccc;
  border-color: #3e4446;
}
body.dark-mode .payment-app-layout .summary__name,
body.dark-mode .payment-app-layout .summary__item {
  color: #ccc !important;
}
body.dark-mode .payment-app-layout .summary__name svg,
body.dark-mode .payment-app-layout .summary__item svg {
  filter: contrast(0.1);
}
body.dark-mode .payment-app-layout .summary__additional-info {
  background-color: #181a1b !important;
}
body.dark-mode .payment-app-layout .summary__additional-info ul {
  color: #ccc;
}
body.dark-mode .payment-app-layout .summary-styled {
  background-color: #181a1b;
}
body.dark-mode .payment-app-layout .summary-styled .summary-price-item {
  color: #ccc !important;
}
body.dark-mode .payment-app-layout .radio-payment-method__info-text {
  color: #ccc !important;
}
body.dark-mode .payment-app-layout .payment-app__footer {
  background-color: #181a1b !important;
}
body.dark-mode .payment-app-layout .input__select--control,
body.dark-mode .payment-app-layout .fast-field__untouched,
body.dark-mode .payment-app-layout .gift-card__wrapper input {
  background-color: #181a1b;
  border: 1px solid #3e4446 !important;
}
body.dark-mode .payment-app-layout .checkout__bank-icon {
  border-color: #181a1b;
}
body.dark-mode .payment-app-layout .checkout__bank-icon.active {
  border-color: #e04f00;
}
body.dark-mode .payment-app-layout .checkout__safe-payment:before {
  background-image: url('/build/img/checkout/lock-solid-white.svg');
}
body.dark-mode .payment-app-layout .elascitcity-card {
  background-color: #181a1b;
}
body.dark-mode .payment-app-layout .checkout__elasticity--terms-text {
  color: #ccc;
}
body.dark-mode .container.agreements {
  color: #ccc;
}
body.dark-mode #lead .splash .container h1 {
  color: #ccc !important;
}
body.dark-mode #lead .splash .container .col-xs-6 a {
  color: #ccc !important;
}
body.dark-mode #login a.lead-link,
body.dark-mode #login .logreg-page__teaser {
  color: #ccc;
}
body.dark-mode #login a.lead-link strong,
body.dark-mode #login .logreg-page__teaser strong {
  color: #fff;
}
body.dark-mode hr.arrow {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
body.dark-mode hr.arrow::after {
  background-color: #181a1b;
  border-color: #33373a;
}
body.dark-mode .search-return-wrapper {
  background-color: #181a1b;
}
body.dark-mode .search-return-wrapper a {
  background-color: #33373a;
  border-color: #3e4446;
}
body.dark-mode #channelsBar ul.channels > li.more-channels ul {
  background-color: #33373a;
}
body.dark-mode .search-results-quantity {
  color: #ccc;
}
body.dark-mode .mobile-tile__title,
body.dark-mode .mobile-tile__usp-item {
  color: #ccc;
}
body.dark-mode #topOffers h1 {
  color: #ccc;
}
body.dark-mode #offer h1,
body.dark-mode #offer address,
body.dark-mode #offer .details-bullets h3 {
  color: #ccc;
}
body.dark-mode #offer #place p,
body.dark-mode #offer #location p,
body.dark-mode #offer #offerDetails .lead p {
  color: #ccc;
}
body.dark-mode #offer .details-bullets {
  background-color: #33373a;
  border-color: #3e4446;
}
body.dark-mode #offer .offer-accordion .bac-header h2 {
  color: #ccc;
}
body.dark-mode #offer .calendar__section-packs {
  background-color: #181a1b;
}
body.dark-mode #offer .calendar__section-packs div {
  color: #ccc;
}
body.dark-mode #offer .calendar__section-packs .calendar__section-packs--pack {
  background-color: #33373a;
}
body.dark-mode #offer .calendar__section-packs .calendar__section-packs--pack li {
  color: #ccc;
}
body.dark-mode .checkout__recommendation-box {
  background-color: #181a1b;
}
body.dark-mode .checkout__contact-box {
  background-color: #181a1b;
}
body.dark-mode .checkout__contact-box div {
  background-color: #181a1b;
}
body.dark-mode .checkout__returnable-warranty-banner {
  background-color: #33373a;
}
body.dark-mode .checkout__payment-info-text {
  color: #ccc;
}
body.dark-mode .offer-vertical-tile {
  background-color: #181a1b;
}
body.dark-mode #content .container {
  background-color: #181a1b;
}
body.dark-mode #magazine-logo a {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2025.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Warstwa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20viewBox%3D%220%200%20227.8%2065.7%22%20style%3D%22enable-background%3Anew%200%200%20227.8%2065.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%20%20%20%20%3Cg%20id%3D%22logo1%22%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M9.9%2C28.1V0h1.9L24%2C13.9L36.2%2C0h1.9v28.1h-5.6V11.8L24%2C21.2l-8.4-9.4v16.3H9.9z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M42.2%2C28.1L53.4%2C0h5.6l11.2%2C28.1h-6l-1.7-4.3H49.9l-1.7%2C4.3H42.2z%20M56.4%2C7.5l-4.3%2C10.7h8.4L56.4%2C7.5z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M77%2C24.1c-5.4-5.6-5.4-14.4%2C0-20c2.6-2.7%2C6.3-4.1%2C10-4c3.8-0.1%2C7.5%2C1.3%2C10.3%2C3.8l-3.8%2C4.1%0A%09%09c-1.9-1.5-4.2-2.3-6.6-2.2c-2.3-0.1-4.5%2C0.8-6.1%2C2.4c-1.6%2C1.6-2.4%2C3.8-2.3%2C6c-0.1%2C2.3%2C0.7%2C4.6%2C2.3%2C6.2c1.6%2C1.6%2C3.8%2C2.4%2C6.1%2C2.3%0A%09%09c1.6%2C0.1%2C3.3-0.3%2C4.7-1.2v-4.9H88v-5.2h9.4v13.1c-2.9%2C2.5-6.5%2C3.8-10.3%2C3.8C83.3%2C28.2%2C79.7%2C26.7%2C77%2C24.1z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M101.5%2C28.1L112.8%2C0h5.6l11.2%2C28.1h-6l-1.7-4.3h-12.7l-1.7%2C4.3L101.5%2C28.1z%20M115.8%2C7.5l-4.3%2C10.7h8.4%0A%09%09L115.8%2C7.5z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M155.9%2C28.1h-22.5v-1.9l13.1-21h-13.1V0h22.5v2.1l-13.2%2C20.8h13.2L155.9%2C28.1z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M159.8%2C0h6.6l6.5%2C9.2l6.7-9.2h6.5l-10.3%2C14.1v14.1h-5.6V14.1L159.8%2C0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M190.3%2C28.1V0h1.9l17.7%2C17.6V0h5.6v28.1h-2.1l-17.5-17.4v17.4H190.3z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M24.4%2C37.6v5.2H15v22.9H9.4V42.8H0v-5.2H24.4z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M45.5%2C53.5l7%2C12.3H46l-6.7-11.6h-5.1v11.6h-5.6V37.6h12.3c6.6%2C0%2C9.9%2C2.7%2C9.9%2C8.1%0A%09%09C50.7%2C49.8%2C48.9%2C52.4%2C45.5%2C53.5z%20M34.2%2C48.8h7.9c2.3%2C0%2C3.4-1.1%2C3.5-3.1c-0.1-1.8-1.2-2.8-3.4-2.9h-7.9L34.2%2C48.8z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M53.9%2C65.7l11.2-28.1h5.6l11.2%2C28.1h-6l-1.7-4.3H61.6l-1.7%2C4.3L53.9%2C65.7z%20M68.2%2C45.1l-4.3%2C10.7h8.4L68.2%2C45.1%0A%09%09z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M90.5%2C37.6l8%2C20.6l8.1-20.6h6l-11.2%2C28.1h-5.6L84.5%2C37.6H90.5z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M117.3%2C65.7V37.6h20.7v5.2h-15.1v6h11.3v5.2h-11.3v6.4h15v5.2L117.3%2C65.7z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M149.3%2C37.6v22.9h15v5.3h-20.6V37.6H149.3z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M168.9%2C37.6h5.6v28.1h-5.6V37.6z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M195.4%2C38.5c1.5%2C0.7%2C2.9%2C1.6%2C4%2C2.8l-3.8%2C3.8c-1.3-1.5-3.2-2.4-5.2-2.3c-2.2%2C0-3.7%2C0.5-4.3%2C1.6%0A%09%09c-0.6%2C0.8-0.6%2C1.9%2C0%2C2.7c0.6%2C0.8%2C2.1%2C1.3%2C4.3%2C1.7c2.3%2C0.2%2C4.5%2C1%2C6.5%2C2.3c1.9%2C1.3%2C2.9%2C3.4%2C2.9%2C6.3c0%2C2.3-1.2%2C4.5-3.1%2C5.8%0A%09%09c-2.1%2C1.6-4.6%2C2.5-7.2%2C2.4c-2.2%2C0.1-4.5-0.3-6.5-1.1c-1.7-0.7-3.2-1.7-4.5-3l3.8-3.8c1.3%2C1.5%2C3.4%2C2.4%2C6.4%2C2.6%0A%09%09c2.5%2C0%2C4.1-0.5%2C4.7-1.6c0.6-1%2C0.6-2.2%2C0-3.2c-0.6-1.1-2.2-1.7-4.7-2c-2.2-0.2-4.3-0.9-6.2-2.1c-1.9-1.1-2.8-3.1-2.8-5.8%0A%09%09c0-2.4%2C1.2-4.7%2C3.2-6c1.9-1.4%2C4.2-2.2%2C6.6-2.3C191.4%2C37.5%2C193.4%2C37.8%2C195.4%2C38.5z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M227.8%2C37.6v5.2h-9.4v22.9h-5.6V42.8h-9.4v-5.2H227.8z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
/* dark mode with glitter for search page */

