@font-face {
  font-family: 'GilroyLight';
  src: url(/fonts/Gilroy-Light.otf);
}
@font-face {
  font-family: 'GilroyRegular';
  src: url(/fonts/Gilroy-Regular.ttf);
}
@font-face {
  font-family: 'GilroyBold';
  src: url(/fonts/Gilroy-Bold.ttf);
}
@font-face {
  font-family: 'GilroyExtraBold';
  src: url(/fonts/Gilroy-ExtraBold.otf);
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
details,
section,
summary,
aside,
main,
menu,
nav,
figcaption,
figure,
footer,
header,
hgroup {
  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;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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'] {
  cursor: pointer;
  -webkit-appearance: button;
}
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'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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;
}
@font-face {
  font-family: 'GilroyLight';
  src: url("/fonts/Gilroy-Light.otf");
}
@font-face {
  font-family: 'GilroyRegular';
  src: url("/fonts/Gilroy-Regular.ttf");
}
@font-face {
  font-family: 'GilroyBold';
  src: url("/fonts/Gilroy-Bold.ttf");
}
@font-face {
  font-family: 'GilroyExtraBold';
  src: url("/fonts/Gilroy-ExtraBold.otf");
}
.avatar {
  background-color: #222432;
}
.avatar p {
  color: #fff;
}
.badge {
  color: #fff;
  background-color: #ffc500;
}
.badge-win,
.inc-target-win .badge {
  background-color: #222432;
}
.badge-triangle {
  border-top-color: transparent;
  border-left-color: transparent;
}
.premium-triangle {
  border-top-color: #c09f3a;
  border-right-color: transparent;
}
.btn {
  color: #fff;
  background-color: #105ae1;
  border-color: #105ae1;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline-color: -webkit-focus-ring-color;
}
.btn:hover {
  background-color: #0080ff;
  border-color: #0080ff;
}
.btn-disabled {
  background-color: transparent;
  border-color: #afb8bd;
  color: #afb8bd;
}
.btn-disabled:hover {
  background-color: transparent;
  border-color: #afb8bd;
  color: #afb8bd;
}
.btn-stroke {
  color: #105ae1;
  background-color: #fff;
  border-color: #105ae1;
  border-width: 2px;
  active-background: #e6e6e6;
  active-border: #0e4fc6;
}
.btn-stroke:focus,
.btn-stroke.focus,
.btn-stroke:active,
.btn-stroke.active,
.open > .btn-stroke.dropdown-toggle {
  color: #105ae1;
  background-color: active-background;
  border-color: active-border;
}
.btn-stroke:hover,
.btn-stroke:focus {
  color: #105ae1;
  background-color: active-background;
  border-color: active-border;
}
.btn-stroke:active,
.btn-stroke.active,
.open > .btn-stroke.dropdown-toggle {
  background-image: none;
}
.btn-stroke.disabled:focus,
.btn-stroke:disabled:focus,
fieldset[disabled] .btn-stroke:focus,
.btn-stroke.disabled.focus,
.btn-stroke:disabled.focus,
fieldset[disabled] .btn-stroke.focus {
  background-color: #fff;
  border-color: #105ae1;
}
.btn-stroke.disabled:focus,
.btn-stroke:disabled:focus,
fieldset[disabled] .btn-stroke:focus,
.btn-stroke.disabled:hover,
.btn-stroke:disabled:hover,
fieldset[disabled] .btn-stroke:hover {
  background-color: #fff;
  border-color: #105ae1;
}
.btn-stroke:hover {
  border-color: #0080ff;
  color: #0080ff;
  background-color: #fff;
}
.btn-feedback {
  color: #222432;
  background-color: #fff;
  border-color: #222432;
  border-width: 2px;
  active-background: #e6e6e6;
  active-border: #1e202c;
}
.btn-feedback:focus,
.btn-feedback.focus,
.btn-feedback:active,
.btn-feedback.active,
.open > .btn-feedback.dropdown-toggle {
  color: #222432;
  background-color: active-background;
  border-color: active-border;
}
.btn-feedback:hover,
.btn-feedback:focus {
  color: #222432;
  background-color: active-background;
  border-color: active-border;
}
.btn-feedback:active,
.btn-feedback.active,
.open > .btn-feedback.dropdown-toggle {
  background-image: none;
}
.btn-feedback.disabled:focus,
.btn-feedback:disabled:focus,
fieldset[disabled] .btn-feedback:focus,
.btn-feedback.disabled.focus,
.btn-feedback:disabled.focus,
fieldset[disabled] .btn-feedback.focus {
  background-color: #fff;
  border-color: #222432;
}
.btn-feedback.disabled:focus,
.btn-feedback:disabled:focus,
fieldset[disabled] .btn-feedback:focus,
.btn-feedback.disabled:hover,
.btn-feedback:disabled:hover,
fieldset[disabled] .btn-feedback:hover {
  background-color: #fff;
  border-color: #222432;
}
.btn-feedback:hover {
  color: #105ae1;
}
.btn-facebook {
  color: #fff;
  background-color: #3a5999;
  border-color: #3a5999;
  active-background: #34508a;
  active-border: #334e87;
}
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: active-background;
  border-color: active-border;
}
.btn-facebook:hover,
.btn-facebook:focus {
  color: #fff;
  background-color: active-background;
  border-color: active-border;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
  background-image: none;
}
.btn-facebook.disabled:focus,
.btn-facebook:disabled:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook:disabled.focus,
fieldset[disabled] .btn-facebook.focus {
  background-color: #3a5999;
  border-color: #3a5999;
}
.btn-facebook.disabled:focus,
.btn-facebook:disabled:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:hover,
.btn-facebook:disabled:hover,
fieldset[disabled] .btn-facebook:hover {
  background-color: #3a5999;
  border-color: #3a5999;
}
.btn-history {
  background-color: #105ae1;
  color: #fff;
  background-color: #77798a;
  border-color: #77798a;
  active-background: #6b6d7c;
  active-border: #696a7a;
}
.btn-history:focus,
.btn-history.focus,
.btn-history:active,
.btn-history.active,
.open > .btn-history.dropdown-toggle {
  color: #fff;
  background-color: active-background;
  border-color: active-border;
}
.btn-history:hover,
.btn-history:focus {
  color: #fff;
  background-color: active-background;
  border-color: active-border;
}
.btn-history:active,
.btn-history.active,
.open > .btn-history.dropdown-toggle {
  background-image: none;
}
.btn-history.disabled:focus,
.btn-history:disabled:focus,
fieldset[disabled] .btn-history:focus,
.btn-history.disabled.focus,
.btn-history:disabled.focus,
fieldset[disabled] .btn-history.focus {
  background-color: #77798a;
  border-color: #77798a;
}
.btn-history.disabled:focus,
.btn-history:disabled:focus,
fieldset[disabled] .btn-history:focus,
.btn-history.disabled:hover,
.btn-history:disabled:hover,
fieldset[disabled] .btn-history:hover {
  background-color: #77798a;
  border-color: #77798a;
}
.btn-ios,
.btn-ios:hover,
.btn-android,
.btn-android:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}
.nav-dot {
  background: transparent;
}
.nav-dot a,
.nav-dot span {
  border-color: #7d8a8c;
  background-color: #889799;
  color: transparent;
}
.nav-dot a.active,
.nav-dot span.active {
  background-color: #105ae1;
  border-color: #105ae1;
}
.nav-dot span {
  background-color: transparent;
}
.dialog-fixed {
  background: #222432;
  background: rgba(34,36,50,0.95);
}
.lt-ie8 .dialog-fixed {
  zoom: 1;
}
.lt-ie9 .dialog-fixed {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2222432,endColorstr=#F2222432);
}
.lt-ie9 .dialog-fixed:nth-child(n ) {
  filter: none;
}
.dialog-clean {
  background-color: transparent;
}
.dialog-overlay {
  background: #222432;
  background: rgba(34,36,50,0.95);
}
.lt-ie8 .dialog-overlay {
  zoom: 1;
}
.lt-ie9 .dialog-overlay {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2222432,endColorstr=#F2222432);
}
.lt-ie9 .dialog-overlay:nth-child(n ) {
  filter: none;
}
.dialog-fixed-main,
.dialog-main {
  background-color: #fff;
}
.dialog-error {
  color: #c12500;
}
.dialog-footer {
  background: #f3f5ff;
}
.dialog-footer a {
  color: #105ae1;
}
.dialog-cookies,
.dialog-box-curtain {
  background-color: #105ae1;
  color: #fff;
}
.dialog-cookies > span > a,
.dialog-box-curtain > span > a {
  color: #fff;
}
.dialog-cookies .close,
.dialog-box-curtain .close {
  color: #fff;
}
.dialog-holidays {
  background-color: #105ae1;
}
.dialog-login .container-3d .card .front,
.dialog-login .container-3d .card .back {
  background: #fff;
}
.dialog-login .dialog-login-restarpass-highlited {
  color: #105ae1;
}
.dialog-login-sanction .dialog-header-sanction {
  background-color: rgba(34,36,50,0.08);
}
.dialog-login-sanction .dialog-header-sanction .icon {
  color: #222432;
}
.dialog-frozen .dialog-footer {
  background: #fff;
}
.dialog-iso-sanctioned {
  background-color: #fff;
}
.dialog-iso-sanctioned .dialog-header .icon {
  color: #222432;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form {
  background-color: #fff;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form .form-part .checkbox .check-bullet {
  background-color: rgba(34,36,50,0.08);
}
.dialog-project {
  background-color: #f3f5ff;
  color: #222432;
  font-family: 'GilroyRegular';
}
.dialog-project .dialog-header .icon {
  color: #222432;
}
.dialog-project .dialog-content .dialog-project-points {
  font-size: 20px;
}
.dialog-project .dialog-content .dialog-project-points > div {
  background-color: #fff;
}
.dialog-project .dialog-content .dialog-project-points .inc-price {
  font-family: 'GilroyBold';
  font-size: 24px !important;
}
.dialog-project .dialog-content .dialog-project-points .total-points {
  color: #a1a2b4;
}
.dialog-project .dialog-content .dialog-project-points .total-points .inc-price {
  color: #a1a2b4;
}
.dialog-project .dialog-content .proposal .button-container button,
.dialog-project .dialog-content .reminder .button-container button {
  color: #fff;
}
.dialog-project .dialog-content .teaser {
  background-color: #fff;
  color: #c09f3a;
}
@media only screen and (min-width: 40em) {
  .dialog-project .dialog-content .teaser {
    background-color: transparent;
  }
}
.dialog-project .dialog-footer {
  background: #f3f5ff;
}
.dialog-premiumProposal-refused .dialog-footer {
  background-color: #fff;
}
.dialog-sanction .dialog-content {
  background: #fff;
}
.dialog-premiumProposal {
  background-color: #f3f5ff;
  font-family: 'GilroyRegular';
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-header {
  padding-left: 78px;
  padding-right: 78px;
}
@media (max-width: 600px) {
  .dialog-premiumProposal .dialog-innerwrapper .dialog-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-header h1 {
  font-size: 45.6px;
  color: #222432;
}
@media (max-width: 600px) {
  .dialog-premiumProposal .dialog-innerwrapper .dialog-header h1 {
    font-size: 30px;
  }
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content {
  padding-left: 78px;
}
@media (max-width: 600px) {
  .dialog-premiumProposal .dialog-innerwrapper .dialog-content {
    padding-left: 15px;
  }
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section {
  font-size: 20px;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section:not(:last-of-type) {
  border-bottom-color: rgba(34,36,50,0.08);
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-2 .number {
  border-color: #c09f3a;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-2 .number span {
  color: #c09f3a;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-10 > span.moreInfo {
  color: #a1a2b4;
  font-size: 16px;
  margin-top: 18px;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-10 > div {
  color: #77798a;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section-selected .gmd-10 > span.moreInfo {
  color: #a1a2b4;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-conditions {
  padding-left: 78px !important;
  padding-right: 78px !important;
  background-color: #fff;
  color: #77798a;
}
@media (max-width: 600px) {
  .dialog-premiumProposal .dialog-innerwrapper .dialog-conditions {
    padding-left: 15px !important;
    padding-right: 0 !important;
  }
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-conditions .checkbox {
  background-color: rgba(34,36,50,0.08);
  border-color: rgba(34,36,50,0.6);
  border-radius: 5px;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-conditions a {
  font-weight: 700;
  color: #77798a;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer {
  padding-left: 78px;
  padding-right: 78px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .dialog-premiumProposal .dialog-innerwrapper .dialog-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -o-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container .btn-default,
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container .btn-disabled {
  float: none;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container .btn-stroke {
  float: none;
  color: #105ae1;
  border-color: #105ae1;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container .btn-default {
  background-color: #105ae1;
  border-color: #105ae1;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer > div a {
  color: #105ae1;
}
.region-item .region-title a {
  background: #f8faff;
}
.region-list a:hover,
.region-list a.selected {
  color: #222432;
}
.dialog-feedbackGuideline .dialog-footer {
  background-color: #fff;
}
.dialog-prizeDrawingBase .dialog-content a {
  color: #105ae1;
}
.dialog-prizeDrawingBase .dialog-content h4 {
  color: #222432;
}
.dialog-deleteDevice .dialog-content ul {
  color: #77798a;
}
.dialog-deleteDevice .dialog-content ul li {
  border-color: #77798a;
}
.dialog-deleteDevice .error-empty {
  color: #c12500;
}
.dialog-loginConditionsNotice {
  background-color: #222432;
}
.dialog-loginConditionsNotice .dia-notice-container a {
  color: #fff;
}
.dialog-loginConditionsNotice .btn {
  background-color: transparent;
  border-color: #fff;
}
.dialog-loginConditionsNotice .btn:hover {
  background-color: transparent;
  border-color: #fff;
}
.dialog-microdonation h5 {
  color: #222432;
}
.dialog-microdonation p {
  color: color-base-light;
}
.donation {
  border-color: #105ae1;
}
.donation-detail h3 {
  color: #222432;
}
.donation-percent,
.donation-unit div span {
  color: #105ae1;
}
.donation-unit img {
  fill: #105ae1;
}
.donation-unit div p {
  color: #77798a;
}
.donation-percent-grid,
.donation-description-grid,
.donation-unit-grid div span,
.donation-unit-grid div p {
  color: #fff;
}
.dropdown {
  background-color: rgba(34,36,50,0.08);
  color: #77798a;
}
.dropdown-open .dropdown-input {
  border-bottom-color: transparent;
}
.dropdown-selected-item {
  background-color: #105ae1;
}
.dropdown-selected-item .dropdown-input,
.dropdown-selected-item .dropdown-select {
  color: #fff;
  border-color: #105ae1;
}
.dropdown-input {
  border-color: rgba(34,36,50,0.6);
}
.dropdown-input-open {
  color: #222432;
}
.dropdown-popup {
  background: #77798a;
  border-bottom-color: rgba(34,36,50,0.6);
  border-left-color: rgba(34,36,50,0.6);
  border-right-color: rgba(34,36,50,0.6);
}
.error > div {
  background: #fff;
  border-color: #c12500;
  color: #c12500;
}
.error > div:after {
  left: 50%;
  50%: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
.error > div:before {
  left: 50%;
  50%: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #c12500;
  border-width: 18px;
  margin-left: -18px;
}
.error-field,
.error-box {
  color: #c12500;
}
input[type="text"],
input[type="number"],
input.legacy[type="email"],
input[type="password"],
select {
  background-color: rgba(34,36,50,0.08);
  color: #77798a;
  border-color: rgba(34,36,50,0.6);
}
input[type="text"].readonly,
input[type="number"].readonly,
input.legacy[type="email"].readonly,
input[type="password"].readonly,
select.readonly {
  background-color: transparent;
  border-color: transparent;
}
input[type="text"].error,
input[type="number"].error,
input.legacy[type="email"].error,
input[type="password"].error,
select.error {
  border-color: #c12500;
}
select.dft {
  background-image: url("/img/templates/default/select-arrow.svg");
}
input[type="checkbox"],
input[type="radio"] {
  border-color: rgba(34,36,50,0.08);
}
textarea {
  border-color: rgba(34,36,50,0.6);
  color: #77798a;
}
.checkbox-type .check-bullet,
.radio-type .check-bullet {
  background-color: rgba(34,36,50,0.08);
}
.radio-type .checked-option {
  background: #222432;
  background: -webkit-radial-gradient(#222432 35%, rgba(34,36,50,0.08) 41%);
  background: -moz-radial-gradient(#222432 35%, rgba(34,36,50,0.08) 41%);
  background: -o-radial-gradient(#222432 35%, rgba(34,36,50,0.08) 41%);
  background: -ms-radial-gradient(#222432 35%, rgba(34,36,50,0.08) 41%);
  background: radial-gradient(#222432 35%, rgba(34,36,50,0.08) 41%);
}
.radio-type .check-bullet {
  border-color: #222432;
}
.inp-number {
  background-color: rgba(34,36,50,0.08);
  border-color: rgba(34,36,50,0.6);
}
.inp-number input[type="number"] {
  border-color: transparent;
  background-color: transparent;
}
.inp-number a {
  border-right-color: rgba(34,36,50,0.6);
}
.inp-number a:last-child {
  border-left-color: rgba(34,36,50,0.6);
}
.form-access-data {
  border-bottom-color: rgba(34,36,50,0.08);
}
.form-access-data .form-block {
  border-bottom-color: transparent;
}
.form-block {
  border-bottom-color: rgba(34,36,50,0.08);
}
.form-block .edit-action,
.form-block .close-action {
  background-color: rgba(34,36,50,0.08);
  color: #105ae1;
}
.form-no-editable .form-item input,
.form-no-editable .form-item select,
.form-no-editable .form-item textarea {
  background-color: #fff;
}
.readonly-span {
  color: #77798a;
}
.form-profile select,
.form-redeem-physical select {
  background-image: url("/img/templates/default/select-arrow.svg");
}
.form-profile .mark-as-default .check-bullet,
.form-redeem-physical .mark-as-default .check-bullet {
  background-color: rgba(34,36,50,0.08);
}
.has-error .error > div {
  background: #fff;
  border-color: #c12500;
  color: #c12500;
}
.has-error .error > div:after {
  left: 50%;
  50%: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
.has-error .error > div:before {
  left: 50%;
  50%: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #c12500;
  border-width: 16px;
  margin-left: -16px;
}
.input-birthday {
  background-color: rgba(34,36,50,0.08);
  border-color: rgba(34,36,50,0.08);
}
.input-birthday input[type="text"] {
  background-color: transparent;
  border-color: transparent;
}
.input-birthday.error {
  border-color: #c12500;
}
.input-birthday .bad-data {
  color: #c12500;
}
.redeem-microdonation .mark-as-default {
  color: #222432;
}
.redeem-microdonation-table {
  border-color: #e2e3f6;
}
.redeem-microdonation-table .microdonation-summary h4 {
  color: #222432;
}
.redeem-microdonation-table .microdonation-summary p {
  color: #77798a;
}
.redeem-microdonation-table .microdonation-units {
  color: #222432;
}
.ica {
  color: #222432;
}
.ica [class^="icon-"],
.ica [class*=" icon-"] {
  background-color: #fff;
}
@media only screen and (min-width: 64em) {
  .ica-aminated,
  .information-nq .col-fluid:hover .ica {
    color: #fff;
  }
  .ica-aminated [class^="icon-"],
  .information-nq .col-fluid:hover .ica [class^="icon-"],
  .ica-aminated [class*=" icon-"],
  .information-nq .col-fluid:hover .ica [class*=" icon-"] {
    background-color: #222432 !important;
  }
}
a {
  color: #636575;
}
a .lnk-invert {
  color: #fff;
}
.default {
  color: #105ae1;
}
.lnk-disabled [class^="icon-"],
.lnk-disabled [class*=" icon-"] {
  color: rgba(34,36,50,0.2);
}
#loading,
.loading-component {
  color: #222432;
  background: transparent;
}
.curtains .curtain a {
  color: #fff;
}
.curtains .curtain .curtain-close span {
  color: #fff;
}
.curtains .curtain-premium-proposal,
.curtains .curtain-premium-complete {
  background-color: #c09f3a;
  color: #fff;
}
.nav-session a {
  color: #fff;
}
.nav-user {
  background-color: #fff;
}
.nav-user.user-login {
  background-color: #f3f5ff;
}
.nav-user.user-login .navbar-nav > li > a,
.nav-user.user-login .navbar-nav > li .amount {
  background-color: #f3f5ff;
  border-right-color: #fff;
}
.nav-user.user-login .nav-right li > a,
.nav-user.user-login .nav-right li .amount {
  border-left-color: #fff;
}
@media only screen and (min-width: 64em) {
  .nav-user {
    background-color: #fff;
  }
  .nav-user.user-login {
    background-color: #fff;
  }
  .nav-user.user-login .navbar-nav > li > a,
  .nav-user.user-login .navbar-nav > li .amount {
    background-color: #fff;
    border-right-color: #f3f5ff;
  }
  .nav-user.user-login .nav-right li > a,
  .nav-user.user-login .nav-right li .amount {
    border-left-color: #f3f5ff;
  }
}
.nav-user-int {
  background-color: #f3f5ff;
}
.nav-user-int.user-login {
  background-color: #f3f5ff;
}
.nav-user-int.user-login .navbar-nav > li > a,
.nav-user-int.user-login .navbar-nav > li .amount {
  background-color: #f3f5ff;
  border-right-color: #fff;
}
.nav-user-int.user-login .nav-right li > a,
.nav-user-int.user-login .nav-right li .amount {
  border-left-color: #fff;
}
.nav-user-int .navbar-nav > li > a,
.nav-user-int .navbar-nav > li .amount {
  background-color: #f3f5ff;
  border-right-color: #fff;
}
.nav-user-int .nav-right li > a,
.nav-user-int .nav-right:first-child > a,
.nav-user-int .nav-right li .amount {
  border-left-color: #fff;
}
.nav-logo-img {
  width: 181px;
  height: 43px;
  background: url("/img/templates/default/logo.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media only screen and (min-width: 64em) {
  .nav-fixed .navbar-nav > li > a,
  .nav-fixed .navbar-nav > li .amount {
    background-color: transparent !important;
    border-right-color: #77798a !important;
  }
  .nav-fixed .nav-right li > a,
  .nav-fixed .nav-right:first-child > a,
  .nav-fixed .nav-right li .amount {
    border-left-color: #77798a !important;
  }
}
.navbar-nav > li > a {
  color: #222432;
}
.navbar-nav > li .amount {
  color: #222432;
}
.navbar-nav > li > a,
.navbar-nav > li .amount {
  background: #fff;
  border-right-color: #f3f5ff;
}
@media only screen and (min-width: 64em) {
  .navbar-nav > li > a,
  .navbar-nav > li .amount {
    background: transparent;
    border-right-color: #f3f5ff;
  }
}
.nav-right li > a,
.nav-right li .amount {
  border-left-color: #f3f5ff;
}
@media only screen and (min-width: 64em) {
  .nav-right li > a,
  .nav-right li .amount {
    border-left-color: #f3f5ff;
  }
}
.nav-right li:first-child > a {
  border-left-color: #f3f5ff;
/*+media-breakpoint( 'sm' ) {
					border-left-color: color-detail;
				}*/
}
@media only screen and (min-width: 64em) {
  .nav-types > div > a {
    color: #222432;
  }
  .nav-types > li > a {
    color: #222432;
  }
}
.nav-profile,
.nav-target {
  background-color: #f3f5ff;
}
.nav-profile li > a {
  border-left-color: #e2e3f6;
  border-right-color: #e2e3f6;
  border-bottom-color: #fff;
}
.nav-profile li:last-child a {
  border-bottom-color: #e2e3f6;
}
.nav-target {
  border-left-color: #e2e3f6;
  border-right-color: #e2e3f6;
  border-bottom-color: #e2e3f6;
}
.nav-logotype-user {
  background-color: #fff;
}
@media only screen and (min-width: 64em) {
  .nav-logotype-user {
    background-color: transparent;
  }
}
.user-login > ul.navbar-nav:first-child > li > a {
  border-right-color: transparent;
}
.nav-redeem li {
  border-bottom-color: #222432;
}
.nav-redeem li.active:after {
  top: 100%;
  100%: 0;
  left: 2em;
  2: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
.nav-redeem li.active:before {
  top: 100%;
  100%: 0;
  left: 2em;
  2: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #222432;
  border-width: 17px;
  margin-left: -17px;
}
.nav-redeem li.active a {
  color: #222432;
}
.nav-redeem li.active a .number {
  border-color: #222432;
}
.nav-redeem a {
  color: rgba(34,36,50,0.08);
}
.nav-redeem a .number {
  border-color: rgba(34,36,50,0.08);
}
.nav-redeem a.active {
  color: #222432;
}
.nav-redeem a.active .number {
  border-color: #222432;
}
.nav-configurator {
  background: transparent;
}
.nav-configurator span {
  background-color: #bfc1d3;
  color: transparent;
}
.nav-configurator span.active {
  background-color: #ff3b30;
  border-color: #ff3b30;
}
@media (max-width: 1024px) {
  .nav-configurator {
    margin: 45px 0 58px 0 !important;
  }
}
.navbar-session {
  background-color: #222432;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .navbar-session.navbar-fixed {
    border-top-color: transparent;
    background-color: transparent;
  }
}
.navbar-helper > li .active-section {
  color: #105ae1;
  font-weight: 700;
}
.navbar-search {
  background: #f3f5ff;
  border-top-color: #fff;
}
@media only screen and (min-width: 64em) {
  .navbar-search div {
    background-color: #fff;
  }
}
.navbar-search input[type=text] {
  background-image: none;
  background-color: #f3f5ff;
}
@media only screen and (min-width: 64em) {
  .navbar-search input[type=text] {
    background-image: url("/img/templates/default/icon-search.png");
  }
}
.navbar-search p {
  color: #77798a;
}
@media only screen and (min-width: 64em) {
  .navbar-search {
    background: transparent;
    border-top-color: transparent;
  }
}
@media only screen and (min-width: 64em) {
  .navbar-fixed .nav-user {
    background-color: #222432;
  }
  .navbar-fixed .nav-user .nav-types > div > a,
  .navbar-fixed .nav-user .navbar-nav > li > a,
  .navbar-fixed .nav-user .navbar-nav > li > span {
    color: #fff;
  }
  .navbar-fixed .nav-user-int .nav-types > div > a,
  .navbar-fixed .nav-user-int .navbar-nav > li > a,
  .navbar-fixed .nav-user-int .navbar-nav > li > span {
    background-color: #222432;
  }
}
@media only screen and (min-width: 64em) {
  .navbar-arrow:after {
    left: 33%;
    33%: 0;
    bottom: 100%;
    100%: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: -14px;
  }
}
@media only screen and (min-width: 64em) {
  .navbar-categories > div {
    background: #f3f5ff;
    border-left-color: #e2e3f6;
    border-right-color: #e2e3f6;
    border-bottom-color: #e2e3f6;
  }
}
.navbar-mobile {
  background: #fff;
}
.navbar-mobile a.close-men {
  color: #fff;
}
.navbar-mobile .nm-header a,
.navbar-mobile .nm-session a {
  color: #fff;
}
.navbar-mobile .nm-header > a {
  background-color: #222432;
}
.navbar-mobile .nm-session > a {
  background-color: #1dc9ab;
}
.navbar-mobile .nm-category {
  border-bottom-color: #fff;
}
.navbar-mobile .nm-category > a {
  color: #222432;
}
.navbar-mobile .nm-item > a {
  color: #77798a;
}
.navbar-mobile .open-node > a {
  background-color: #fff;
  color: #222432;
}
.navbar-inc-target {
  background: #222432;
}
.navbar-inc-target h1 {
  color: #fff;
}
.navbar-inc-target h1 [class^="icon-"],
.navbar-inc-target h1 [class*=" icon-"] {
  color: #ffc500;
}
.navbar-inc-target .nav-tabs > li a {
  background: #77798a;
  color: #222432;
  border-color: #222432;
}
.navbar-inc-target .nav-tabs > li.selected > a {
  color: #77798a;
  border-color: #77798a;
}
.navbar-inc-target .container-int .inc-target-info {
  color: #fff;
}
.navbar-inc-target .container-int .inc-target-info a {
  color: #fff;
}
.navbar-inc-target .close {
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .navbar-inc-target .close {
    background-color: #77798a;
  }
}
@media only screen and (min-width: 64em) {
  .navbar-inc-target {
    border-left-color: #fff;
    border-top-color: #fff;
  }
}
.inc-target-win h1 [class^="icon-"],
.inc-target-win h1 [class*=" icon-"] {
  color: #222432;
}
.progress .ant-progress-inner {
  background-color: #bfc1d3;
}
.progress .ant-progress-status-success .ant-progress-bg,
.progress .ant-progress-status-normal .ant-progress-bg {
  background-color: #105ae1;
}
.progress-grid .ant-progress-inner {
  background-color: #222432;
}
.progress-grid .ant-progress-status-success .ant-progress-bg,
.progress-grid .ant-progress-status-normal .ant-progress-bg {
  background-color: #fff;
}
.progress-rating .ant-progress-status-success .ant-progress-bg,
.progress-rating .ant-progress-status-normal .ant-progress-bg {
  background-color: #ffc500;
}
.rating > span {
  color: #afb8bd;
}
.rating > span.selected {
  color: #ffc500;
}
.rating-percent > span > span {
  color: #ffc500;
}
.ribbon-premium > div:last-child {
  color: #fff;
}
.ribbon-inc-win .badge-triangle {
  border-top-color: #222432;
}
.ribbon-inc-win .icon-win {
  color: #fff;
}
.ribbon-ranking .badge-triangle {
  border-top-color: #ffc500;
}
.ribbon-ranking .ribbon-label {
  color: #fff;
}
.tabs {
  border-bottom-color: rgba(34,36,50,0.08);
}
@media only screen and (min-width: 64em) {
  .tabs {
    border-bottom-color: transparent;
  }
}
.tabs-header {
  border-top-color: rgba(34,36,50,0.08);
  border-bottom-color: rgba(34,36,50,0.08);
}
.tabs-header [role=tab].tab-expandend {
  border-bottom-color: #222432;
}
.tabs-header [role=tab].tab-expandend a {
  color: #222432;
}
.tab-item-title {
  border-top-color: rgba(34,36,50,0.08);
}
@media only screen and (min-width: 64em) {
  .tab-item-body > div {
    border-bottom-color: rgba(34,36,50,0.08);
  }
}
.tabs[role=tab] {
  border-top-color: rgba(34,36,50,0.08);
  border-bottom-color: rgba(34,36,50,0.08);
}
.ant-tooltip-negative .ant-tooltip-inner {
  background-color: rgba(255,255,255,0.9);
  color: #000;
}
.ant-tooltip-negative.ant-tooltip-placement-right .ant-tooltip-arrow {
  border-right-color: rgba(255,255,255,0.9);
}
.txt-standout {
  color: #222432;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #222432;
}
.home-section h1,
.network-see-section h1,
.ranking-personal h1,
.section-commitment h1,
.information-nq h1,
.grid-section h1,
.unsubscribe-section h1,
#premium .home-section h1,
#premium .network-see-section h1,
#premium .ranking-personal h1,
#premium .section-commitment h1,
#premium .information-nq h1,
#premium .grid-section h1,
#premium .unsubscribe-section h1 {
  color: #222432;
}
.ranking-personal h1 {
  color: #ffc500;
}
.grid-section h1 .number-items {
  color: #77798a;
}
.grid-section-donation h2 {
  color: #222432;
}
.grid-section p a {
  color: #105ae1;
}
.dialog h1,
.dialog-fixed h1 {
  color: #222432;
}
.donations-banner-section h1 {
  color: #105ae1;
}
.tgl {
  display: none;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}
.tgl-light + .tgl-btn {
  background: #222432;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
}
.tgl-light:checked + .tgl-btn {
  background: #105ae1;
}
.inverse-item {
  background-color: #fff;
}
.line-content span {
  background: #222432;
}
.container-cookies a {
  color: #105ae1;
}
.container-cookies .cookiesPreferences .cookies-content > div,
.container-cookies .cookiesPreferences .cookie-info {
  background-color: rgba(34,36,50,0.08);
}
.container-cookies .cookiesPreferences .cookies-content > div span:first-of-type,
.container-cookies .cookiesPreferences .cookie-info span:first-of-type {
  color: #222432;
}
.container-cookies .cookiesPreferences .acceptance span {
  color: #222432;
}
.container-cookies .cookiesPreferences .error-form-relative div {
  background-color: #fff;
}
.clod-title,
.clod-description {
  color: #fff;
}
.clod-sliderdown-item {
  background-color: #fff;
}
.clod-sliderdown-item .clod-image,
.clod-sliderdown-item .clod-item-description {
  background-color: rgba(34,36,50,0.08);
}
.clod-arrow a,
.clod-slick-dots a {
  color: #fff;
}
.clod-item-total {
  border-color: #222432;
}
.clod-item-total > span {
  color: #222432;
}
.clod-slick-dots .active a {
  color: #222432;
  background-color: #222432;
}
.incd-breadcrumb {
  color: #77798a;
}
.incd-breadcrumb a {
  color: #77798a;
}
.incd-rating {
  color: rgba(34,36,50,0.08);
}
.incd-price {
  color: #222432;
}
.incd-images .incd-lg {
  background-color: rgba(34,36,50,0.08);
}
.incd-thumbnail a {
  background-color: rgba(34,36,50,0.08);
}
.incd-thumbnail a:hover {
  background-color: #f3f5ff;
}
.incd-messages {
  color: #222432;
}
.incd-donors-message {
  color: #105ae1;
}
.incd-error > div {
  background: #fff;
  border-color: #c12500;
  color: #c12500;
}
.incd-error > div:after {
  left: 50%;
  50%: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
.incd-error > div:before {
  left: 50%;
  50%: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #c12500;
  border-width: 16px;
  margin-left: -16px;
}
.incd-feedback {
  background-color: #e2e3f6;
}
.incd-feedback .comments .comments-rating {
  color: #afb8bd;
}
.incd-feedback .comments .comments-rating .selected {
  color: #ffc500;
}
.incd-feedback .comments .comments-mean {
  color: #77798a;
}
.incd-feedback .ratings .rating-stats > span {
  color: #d9d9d9;
}
.incd-feedback .ratings .rating-stats > span.selected {
  color: #222432;
}
.incd-feedback .ratings .rating-progressbar .progress[value]::-webkit-progress-bar {
  background-color: #d9d9d9;
}
.incd-feedback .ratings .rating-number {
  color: #77798a;
}
.feedback-form .rating .rating-stars span.selected {
  color: #ffc500;
}
.feedback-form .form-item input,
.feedback-form .form-item textarea {
  background-color: rgba(34,36,50,0.08);
  color: #222432;
}
.feedback-form .form-item input::placeholder,
.feedback-form .form-item textarea::placeholder {
  color: #77798a;
}
.feedback-form .form-item label.small {
  color: #77798a;
}
.feedback-form .form-item a {
  color: #105ae1;
}
.feedback-info p {
  color: #77798a;
}
.feedback-user {
  color: #77798a;
}
.feedback-moderate > div {
  background: #f3f5ff;
  color: #77798a;
}
.feedback-moderate > div:after {
  left: 20px;
  20: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f3f5ff;
  border-width: 7px;
  margin-left: -7px;
}
.feedback-moderate h2 {
  color: #222432;
}
.feedback-moderate h2 .icn-moderator {
  background-color: #fff;
}
.feedback-moderate h2 .icn-moderator > span {
  background-image: url("/img/templates/default/icon-feedback-moderator.svg");
}
.feedback-list-item.pending > div.feedback-info {
  border-top-color: #77798a;
  border-bottom-color: #77798a;
}
.feedback-list-item > div.pending-message > div {
  color: #77798a;
}
.inc-item .mystery-gift > div.hovered > div {
  background-color: #c09f3a;
}
.inc-item .mystery-gift > div.hovered > div .corner1 {
  border-top-color: #fff;
  border-left-color: #fff;
}
.inc-item .mystery-gift > div.hovered > div .corner2 {
  border-top-color: #fff;
  border-right-color: #fff;
}
.inc-item .mystery-gift > div.hovered > div .corner3 {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.inc-item .mystery-gift > div.hovered > div .corner4 {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.inc-item .mystery-gift > div.hovered > div > div.description {
  color: #fff;
}
.inc-item:hover .inc-image-link,
.inc-item:hover .inc-draw-info,
.inc-item:hover img {
  background-color: #f3f5ff;
}
.inc-item .inc-content > a,
.inc-item .inc-content > span {
  color: #636575;
}
.inc-item .inc-content .inc-cat {
  color: #105ae1;
}
.inc-item > span:hover:first-child,
.inc-item > span:hover img,
.inc-item > span:hover .inc-draw-info {
  background-color: rgba(34,36,50,0.08);
}
.inc-item .inc-image-link,
.inc-item .inc-draw-info,
.inc-item img {
  background-color: rgba(34,36,50,0.08);
}
.inc-item-donation .inc-content {
  background-color: rgba(34,36,50,0.08);
}
.inc-item-donation:hover img,
.inc-item-donation:hover .inc-content {
  background-color: #f3f5ff;
}
.inc-item-draw .inc-draw-info {
  background-color: rgba(34,36,50,0.08);
}
.inc-item-draw .inc-draw-info > div {
  background-color: #fff;
}
.inc-item-draw .inc-draw-icon {
  color: #ffc500;
  border-right-color: rgba(34,36,50,0.08) !important;
}
.inc-item-draw .inc-draw-code {
  color: #ffc500;
}
.inc-item-draw .inc-draw-winner {
  color: #222432;
}
.inc-item-draw .inc-draw-description {
  color: #77798a;
}
.inc-target {
  background: #f3f5ff;
}
.inc-target > div.content-block img {
  background: #fff;
}
.inc-target > div.footer-block {
  background: #fff;
  color: #77798a;
}
.inc-target > div.footer-block.emphasize {
  color: #ffc500;
}
.inc-target-social {
  color: #77798a;
}
.inc-target-social a {
  color: #77798a;
}
.inc-target-win > div.footer-block {
  background-color: #105ae1;
  color: #fff;
}
.inc-target-win .buy-inc {
  color: #fff;
}
.inc-extra-info {
  background: rgba(16,90,225,0.93);
}
.pf-tabs [role=tab] {
  border-bottom-color: rgba(34,36,50,0.08);
}
.pf-tabs [role=tab] a {
  color: #77798a;
}
.pf-tabs [role=tab].tab-expandend {
  border-bottom-color: #105ae1;
}
.pf-tabs [role=tab].tab-expandend a {
  color: #222432;
}
.pf-ribbon-survey {
  color: #fff;
  background-color: #222432;
}
.pf-surveys a {
  background-color: rgba(34,36,50,0.08);
}
.pf-surveys a > span:first-child {
  color: #222432;
}
.pf-surveys a > span:last-child {
  background-color: #105ae1;
  color: #fff;
}
.pf-surveys a [class^="icon-"],
.pf-surveys a [class*=" icon-"] {
  color: #222432;
}
.pf-dismiss a {
  color: #222432;
}
.ht-content .ht-table {
  border-top-color: rgba(34,36,50,0.08);
}
.ht-content .ht-row:hover {
  background-color: rgba(34,36,50,0.08);
}
.ht-content .ht-row:hover a {
  color: #105ae1;
}
.ht-content .ht-header .ht-cell {
  border-top-color: rgba(34,36,50,0.08);
}
.ht-content .ht-header .ht-cell:first-child {
  border-left-color: rgba(34,36,50,0.08);
}
.ht-content .ht-header .ht-cell:last-child {
  border-right-color: rgba(34,36,50,0.08);
}
.ht-content .ht-header:hover {
  background-color: transparent;
}
.ht-content .ht-cell:first-child {
  border-bottom-color: transparent;
}
.ht-content .ht-cell:last-child {
  border-bottom-color: rgba(34,36,50,0.08);
}
.ht-content .inc-event-points > span {
  background-color: rgba(34,36,50,0.08);
}
.ht-content .ht-date,
.ht-content .ht-view-more a,
.ht-content .ht-extra-info,
.ht-content .inc-total-points,
.ht-content .ht-header {
  color: #636575;
}
@media only screen and (min-width: 64em) {
  .ht-content .ht-cell {
    border-bottom-color: rgba(34,36,50,0.08);
  }
  .ht-content .ht-cell:first-child {
    border-bottom-color: rgba(34,36,50,0.08);
  }
  .ht-content .inc-event-points > span {
    background-color: transparent;
  }
}
.ht-nicestats .nt-device,
.ht-nicestats .nt-device-active {
  background-color: #f3f5ff;
}
.ht-nicestats .nt-device .nt-device-visual .nt-icon [class^="icon-"],
.ht-nicestats .nt-device-active .nt-device-visual .nt-icon [class^="icon-"],
.ht-nicestats .nt-device .nt-device-visual .nt-icon [class*=" icon-"],
.ht-nicestats .nt-device-active .nt-device-visual .nt-icon [class*=" icon-"] {
  color: #222432;
}
.ht-nicestats .nt-device-visual .nt-type {
  color: #222432;
}
.ht-nicestats .nt-device-visual .nt-type .nt-compatibility {
  font-size: 14px;
  font-family: 'GilroyRegular';
  color: #222432;
}
.ht-nicestats .nt-device-visual .inc-price {
  background-color: #fff;
}
.ht-nicestats .nt-device-info > div > span:first-child {
  color: #a1a2b4;
}
.ht-dialog .ht-dialog-redeem {
  border-color: rgba(34,36,50,0.08);
}
.ht-dialog .ht-dialog-redeem div > span.rd-data {
  color: #222432;
}
.ht-dialog .ht-dialog-image {
  background-color: rgba(34,36,50,0.08);
}
.ht-dialog .ht-dialog-price table {
  border-bottom-color: rgba(34,36,50,0.08);
}
.ht-dialog .ht-dialog-price .row-price {
  border-top-color: rgba(34,36,50,0.08);
}
.ht-dialog .ht-dialog-data .ht-dialog-data-content > div input,
.ht-dialog .ht-dialog-data .ht-dialog-data-content > div select {
  color: #222432;
}
.form-redeem-step-2 .form-item label {
  color: #797c7e;
}
.form-redeem-step-2 .form-item .readonly-span {
  color: #222432;
}
.delivery-detail p {
  color: #222432;
}
.redeem-delivery {
  background-color: rgba(34,36,50,0.08);
  border-color: #e2e3f6;
}
@media only screen and (min-width: 81em) {
  .redeem-mobile .redeem-price {
    border-left-color: rgba(34,36,50,0.08);
  }
}
@media only screen and (min-width: 64em) {
  .redeem-desktop .redeem-price {
    border-left-color: rgba(34,36,50,0.08);
  }
}
.redeem-element {
  border-bottom-color: #e2e3f6;
}
.redeem-delivery-inc {
  color: #222432;
}
.redeem-delivery-inc > img {
  background: #fff;
}
.redeem-price-total {
  color: #222432;
}
.container-help-redeem {
  background-color: transparent !important;
}
.section-network,
.section-ranking {
  background-color: #f3f5ff;
}
.section-network {
  background-image: url("/img/templates/default/pattern_redes.png");
}
.section-information,
.section-closed-donations {
  background-color: #1dc9ab;
}
.main-negative,
.main-negative-empty {
  background-color: rgba(34,36,50,0.08);
}
.network-see-section h1 > span:last-child span {
  background: #222432;
}
.network-see-section .container-content a [class^="icon-"],
.network-see-section .container-content a [class*="icon-"],
.network-see-section .container-content > div {
  color: #636575;
}
.network-see-section .container-content .social-network {
  color: #222432;
}
.ranking-personal .inc-target {
  background-color: transparent;
}
.ranking-personal .inc-target > div.content-block {
  background-color: #fff;
}
.information-nq .col-fluid p {
  color: #222432;
}
.commitment-nq [class^="icon-"],
.commitment-nq [class*=" icon-"] {
  color: #222432;
}
.commitment-nq span {
  color: #77798a;
}
.unsubscribe-section .us-reasons > ul > li {
  background-color: #f3f5ff;
}
.unsubscribe-section .us-reasons > ul > li.selected {
  background-color: #e2e3f6;
}
.unsubscribe-section .us-reasons > ul > li.button-container {
  background-color: transparent;
}
.unsubscribe-section .us-reasons > ul .check-bullet {
  background-color: #fff;
}
.counter-block {
  color: #222432;
}
.section-profile {
  background-color: #f3f5ff;
}
.section-profile .ht-content .nicestats-text a {
  color: #105ae1;
}
.container-profile {
  background-color: #fff;
}
.section-top-arrow {
  background: rgba(255,255,255,0.6);
}
.section-top-arrow > i {
  color: #222432;
}
.section-top-arrow > i:hover {
  color: #77798a;
}
.section-about div.avatar {
  background-color: #fff;
}
.section-about div.avatar .experience-desktop h4 {
  color: #fff;
}
.section-about div.avatar .experience-desktop p {
  color: #fff;
}
.section-about .invitation .container .icon-mail {
  background: #1dc9ab;
}
.section-about .opinion {
  background-color: #1dc9ab;
}
.section-about .opinion .container p {
  color: #222432;
}
.section-about-premium div.avatar {
  background-color: #fff;
}
.section-about-premium div.avatar .experience-desktop h4 {
  color: #fff;
}
.section-about-premium div.avatar .experience-desktop p {
  color: #fff;
}
.section-about-premium .elected,
.section-about-premium .share {
  background-color: #c09f3a;
}
.section-about-premium .elected p,
.section-about-premium .share p {
  color: #fff;
}
.section-about-premium .nicestats {
  background-color: #fff;
}
.reset-password-section .container-form {
  background-color: rgba(34,36,50,0.08);
}
.reset-password-section .contact-form-empty {
  background-color: transparent;
}
.reset-password-section input[type="text"],
.reset-password-section input[type="password"] {
  background-color: #fff;
}
.section-incentive-detail {
  background-color: rgba(34,36,50,0.08);
}
.container-legal .legal-main .gmd-6 .icon {
  color: #105ae1;
}
.container-legal .legal-contact {
  background-color: rgba(34,36,50,0.08);
}
.container-legal .legal-contact .multi-line {
  color: #77798a;
}
.container-legal a {
  color: #105ae1;
}
.container-legal .emphasize {
  color: #222432;
}
.container-legal .address-block {
  background-color: rgba(34,36,50,0.08);
}
.container-contact textarea {
  background-color: rgba(34,36,50,0.08);
}
.container-contact .contact-searchbox a {
  background-color: #105ae1;
}
.container-contact .contact-searchbox a [class^="icon-"],
.container-contact .contact-searchbox a [class*=" icon-"] {
  color: #fff;
}
.container-contact .contact-form p.privacy {
  color: #222432;
}
.container-contact .contact-form p.privacy [class^="icon-"],
.container-contact .contact-form p.privacy [class*=" icon-"] {
  color: #222432;
}
.container-contact .contact-form .icon-checked {
  color: #105ae1;
}
.container-help {
  background-color: rgba(34,36,50,0.08);
  color: #77798a;
}
.container-help h4 {
  color: #222432;
}
.container-message-positive h1 {
  color: #222432;
}
.container-configurator [class^="icon-"],
.container-configurator [class*=" icon-"] {
  color: #222432;
}
.container-minors .fields {
  background-color: rgba(34,36,50,0.08);
}
.container-minors .fields input {
  background-color: #fff;
}
.container-minors .string-content > span:last-child {
  color: #222432;
}
.container-minors .conditions-text {
  color: #105ae1;
}
.container-minors .rangeHour > span {
  border-color: #222432;
  color: #222432;
}
.container-minors .rangeHour.selected > span {
  border-color: #105ae1;
  color: #105ae1;
}
.container-prize-draws a {
  color: #105ae1;
}
.container-prize-draws .gmd-12 .gmd-6 {
  background-color: rgba(34,36,50,0.08);
}
#premium .avatar {
  background-color: #c09f3a;
}
#premium .avatar p {
  color: #fff;
}
#premium .badge {
  color: #fff;
  background-color: #c09f3a;
}
#premium .badge-win {
  background-color: #c09f3a;
}
#premium .badge-triangle {
  border-top-color: transparent;
  border-left-color: transparent;
}
#premium .premium-triangle {
  border-top-color: #c09f3a;
  border-right-color: transparent;
}
#premium .btn {
  color: #fff;
  background-color: #c09f3a;
  border-color: #c09f3a;
}
#premium .btn:focus,
#premium .btn:active:focus,
#premium .btn.active:focus,
#premium .btn.focus,
#premium .btn:active.focus,
#premium .btn.active.focus {
  outline-color: -webkit-focus-ring-color;
}
#premium .btn:hover {
  background-color: #d3b45e;
  border-color: #d3b45e;
}
#premium .btn-disabled {
  background-color: transparent;
  border-color: #afb8bd;
  color: #afb8bd;
}
#premium .btn-disabled:hover {
  background-color: transparent;
  border-color: #afb8bd;
  color: #afb8bd;
}
#premium .btn-stroke {
  color: #c09f3a;
  background-color: #fff;
  border-color: #c09f3a;
  border-width: 2px;
  active-background: #e6e6e6;
  active-border: #a98c33;
}
#premium .btn-stroke:focus,
#premium .btn-stroke.focus,
#premium .btn-stroke:active,
#premium .btn-stroke.active,
.open > #premium .btn-stroke.dropdown-toggle {
  color: #c09f3a;
  background-color: active-background;
  border-color: active-border;
}
#premium .btn-stroke:hover,
#premium .btn-stroke:focus {
  color: #c09f3a;
  background-color: active-background;
  border-color: active-border;
}
#premium .btn-stroke:active,
#premium .btn-stroke.active,
.open > #premium .btn-stroke.dropdown-toggle {
  background-image: none;
}
#premium .btn-stroke.disabled:focus,
#premium .btn-stroke:disabled:focus,
fieldset[disabled] #premium .btn-stroke:focus,
#premium .btn-stroke.disabled.focus,
#premium .btn-stroke:disabled.focus,
fieldset[disabled] #premium .btn-stroke.focus {
  background-color: #fff;
  border-color: #c09f3a;
}
#premium .btn-stroke.disabled:focus,
#premium .btn-stroke:disabled:focus,
fieldset[disabled] #premium .btn-stroke:focus,
#premium .btn-stroke.disabled:hover,
#premium .btn-stroke:disabled:hover,
fieldset[disabled] #premium .btn-stroke:hover {
  background-color: #fff;
  border-color: #c09f3a;
}
#premium .btn-stroke:hover {
  border-color: #d3b45e;
  color: #d3b45e;
  background-color: #fff;
}
#premium .btn-feedback {
  color: #222432;
  background-color: #fff;
  border-color: #222432;
  border-width: 2px;
  active-background: #e6e6e6;
  active-border: #1e202c;
}
#premium .btn-feedback:focus,
#premium .btn-feedback.focus,
#premium .btn-feedback:active,
#premium .btn-feedback.active,
.open > #premium .btn-feedback.dropdown-toggle {
  color: #222432;
  background-color: active-background;
  border-color: active-border;
}
#premium .btn-feedback:hover,
#premium .btn-feedback:focus {
  color: #222432;
  background-color: active-background;
  border-color: active-border;
}
#premium .btn-feedback:active,
#premium .btn-feedback.active,
.open > #premium .btn-feedback.dropdown-toggle {
  background-image: none;
}
#premium .btn-feedback.disabled:focus,
#premium .btn-feedback:disabled:focus,
fieldset[disabled] #premium .btn-feedback:focus,
#premium .btn-feedback.disabled.focus,
#premium .btn-feedback:disabled.focus,
fieldset[disabled] #premium .btn-feedback.focus {
  background-color: #fff;
  border-color: #222432;
}
#premium .btn-feedback.disabled:focus,
#premium .btn-feedback:disabled:focus,
fieldset[disabled] #premium .btn-feedback:focus,
#premium .btn-feedback.disabled:hover,
#premium .btn-feedback:disabled:hover,
fieldset[disabled] #premium .btn-feedback:hover {
  background-color: #fff;
  border-color: #222432;
}
#premium .btn-feedback:hover {
  color: #c09f3a;
}
#premium .btn-facebook {
  color: #fff;
  background-color: #c09f3a;
  border-color: #c09f3a;
  active-background: #ad8f34;
  active-border: #a98c33;
}
#premium .btn-facebook:focus,
#premium .btn-facebook.focus,
#premium .btn-facebook:active,
#premium .btn-facebook.active,
.open > #premium .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: active-background;
  border-color: active-border;
}
#premium .btn-facebook:hover,
#premium .btn-facebook:focus {
  color: #fff;
  background-color: active-background;
  border-color: active-border;
}
#premium .btn-facebook:active,
#premium .btn-facebook.active,
.open > #premium .btn-facebook.dropdown-toggle {
  background-image: none;
}
#premium .btn-facebook.disabled:focus,
#premium .btn-facebook:disabled:focus,
fieldset[disabled] #premium .btn-facebook:focus,
#premium .btn-facebook.disabled.focus,
#premium .btn-facebook:disabled.focus,
fieldset[disabled] #premium .btn-facebook.focus {
  background-color: #c09f3a;
  border-color: #c09f3a;
}
#premium .btn-facebook.disabled:focus,
#premium .btn-facebook:disabled:focus,
fieldset[disabled] #premium .btn-facebook:focus,
#premium .btn-facebook.disabled:hover,
#premium .btn-facebook:disabled:hover,
fieldset[disabled] #premium .btn-facebook:hover {
  background-color: #c09f3a;
  border-color: #c09f3a;
}
#premium .btn-history {
  background-color: #c09f3a;
  color: #fff;
  background-color: #6b7b80;
  border-color: #6b7b80;
  active-background: #606f73;
  active-border: #5e6c71;
}
#premium .btn-history:focus,
#premium .btn-history.focus,
#premium .btn-history:active,
#premium .btn-history.active,
.open > #premium .btn-history.dropdown-toggle {
  color: #fff;
  background-color: active-background;
  border-color: active-border;
}
#premium .btn-history:hover,
#premium .btn-history:focus {
  color: #fff;
  background-color: active-background;
  border-color: active-border;
}
#premium .btn-history:active,
#premium .btn-history.active,
.open > #premium .btn-history.dropdown-toggle {
  background-image: none;
}
#premium .btn-history.disabled:focus,
#premium .btn-history:disabled:focus,
fieldset[disabled] #premium .btn-history:focus,
#premium .btn-history.disabled.focus,
#premium .btn-history:disabled.focus,
fieldset[disabled] #premium .btn-history.focus {
  background-color: #6b7b80;
  border-color: #6b7b80;
}
#premium .btn-history.disabled:focus,
#premium .btn-history:disabled:focus,
fieldset[disabled] #premium .btn-history:focus,
#premium .btn-history.disabled:hover,
#premium .btn-history:disabled:hover,
fieldset[disabled] #premium .btn-history:hover {
  background-color: #6b7b80;
  border-color: #6b7b80;
}
#premium .btn-ios,
#premium .btn-ios:hover,
#premium .btn-android,
#premium .btn-android:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}
#premium .nav-dot {
  background: transparent;
}
#premium .nav-dot a,
#premium .nav-dot span {
  border-color: #7d8a8c;
  background-color: #889799;
  color: transparent;
}
#premium .nav-dot a.active,
#premium .nav-dot span.active {
  background-color: #c09f3a;
  border-color: #c09f3a;
}
#premium .nav-dot span {
  background-color: transparent;
}
#premium .dialog-fixed {
  background: #222432;
  background: rgba(34,36,50,0.95);
}
.lt-ie8 #premium .dialog-fixed {
  zoom: 1;
}
.lt-ie9 #premium .dialog-fixed {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2222432,endColorstr=#F2222432);
}
.lt-ie9 #premium .dialog-fixed:nth-child(n ) {
  filter: none;
}
#premium .dialog-clean {
  background-color: transparent;
}
#premium .dialog-overlay {
  background: #222432;
  background: rgba(34,36,50,0.95);
}
.lt-ie8 #premium .dialog-overlay {
  zoom: 1;
}
.lt-ie9 #premium .dialog-overlay {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2222432,endColorstr=#F2222432);
}
.lt-ie9 #premium .dialog-overlay:nth-child(n ) {
  filter: none;
}
#premium .dialog-fixed-main,
#premium .dialog-main {
  background-color: #fff;
}
#premium .dialog-error {
  color: #a21c26;
}
#premium .dialog-footer {
  background: #f1f1ec;
}
#premium .dialog-footer a {
  color: #c09f3a;
}
#premium .dialog-cookies,
#premium .dialog-box-curtain {
  background-color: #c09f3a;
  color: #fff;
}
#premium .dialog-cookies > span > a,
#premium .dialog-box-curtain > span > a {
  color: #fff;
}
#premium .dialog-cookies .close,
#premium .dialog-box-curtain .close {
  color: #fff;
}
#premium .dialog-holidays {
  background-color: #c09f3a;
}
#premium .dialog-login .container-3d .card .front,
#premium .dialog-login .container-3d .card .back {
  background: #fff;
}
#premium .dialog-login .dialog-login-restarpass-highlited {
  color: #c09f3a;
}
#premium .dialog-login-sanction .dialog-header-sanction {
  background-color: rgba(34,36,50,0.08);
}
#premium .dialog-login-sanction .dialog-header-sanction .icon {
  color: #2a373e;
}
#premium .dialog-frozen .dialog-footer {
  background: #fff;
}
#premium .dialog-iso-sanctioned {
  background-color: #fff;
}
#premium .dialog-iso-sanctioned .dialog-header .icon {
  color: #2a373e;
}
#premium .dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form {
  background-color: #fff;
}
#premium .dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form .form-part .checkbox .check-bullet {
  background-color: rgba(34,36,50,0.08);
}
#premium .dialog-project {
  background-color: #f1f1ec;
  color: #2a373e;
  font-family: 'GilroyRegular';
}
#premium .dialog-project .dialog-header .icon {
  color: #2a373e;
}
#premium .dialog-project .dialog-content .dialog-project-points {
  font-size: 20px;
}
#premium .dialog-project .dialog-content .dialog-project-points > div {
  background-color: #fff;
}
#premium .dialog-project .dialog-content .dialog-project-points .inc-price {
  font-family: 'GilroyBold';
  font-size: 24px !important;
}
#premium .dialog-project .dialog-content .dialog-project-points .total-points {
  color: #a1a2b4;
}
#premium .dialog-project .dialog-content .dialog-project-points .total-points .inc-price {
  color: #a1a2b4;
}
#premium .dialog-project .dialog-content .proposal .button-container button,
#premium .dialog-project .dialog-content .reminder .button-container button {
  color: #fff;
}
#premium .dialog-project .dialog-content .teaser {
  background-color: #fff;
  color: #c09f3a;
}
@media only screen and (min-width: 40em) {
  #premium .dialog-project .dialog-content .teaser {
    background-color: transparent;
  }
}
#premium .dialog-project .dialog-footer {
  background: #f1f1ec;
}
#premium .dialog-premiumProposal-refused .dialog-footer {
  background-color: #fff;
}
#premium .dialog-sanction .dialog-content {
  background: #fff;
}
#premium .dialog-premiumProposal {
  background-color: #f3f5ff;
  font-family: 'GilroyRegular';
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-header {
  padding-left: 78px;
  padding-right: 78px;
}
@media (max-width: 600px) {
  #premium .dialog-premiumProposal .dialog-innerwrapper .dialog-header {
    padding-left: 0;
    padding-right: 0;
  }
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-header h1 {
  font-size: 45.6px;
  color: #222432;
}
@media (max-width: 600px) {
  #premium .dialog-premiumProposal .dialog-innerwrapper .dialog-header h1 {
    font-size: 30px;
  }
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-content {
  padding-left: 78px;
}
@media (max-width: 600px) {
  #premium .dialog-premiumProposal .dialog-innerwrapper .dialog-content {
    padding-left: 15px;
  }
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-content .section {
  font-size: 20px;
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-content .section:not(:last-of-type) {
  border-bottom-color: rgba(34,36,50,0.08);
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-2 .number {
  border-color: #c09f3a;
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-2 .number span {
  color: #c09f3a;
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-10 > span.moreInfo {
  color: #a1a2b4;
  font-size: 16px;
  margin-top: 18px;
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-10 > div {
  color: #77798a;
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-content .section-selected .gmd-10 > span.moreInfo {
  color: #a1a2b4;
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-conditions {
  padding-left: 78px !important;
  padding-right: 78px !important;
  background-color: #fff;
  color: #77798a;
}
@media (max-width: 600px) {
  #premium .dialog-premiumProposal .dialog-innerwrapper .dialog-conditions {
    padding-left: 15px !important;
    padding-right: 0 !important;
  }
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-conditions .checkbox {
  background-color: rgba(34,36,50,0.08);
  border-color: rgba(34,36,50,0.6);
  border-radius: 5px;
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-conditions a {
  font-weight: 700;
  color: #77798a;
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-footer {
  padding-left: 78px;
  padding-right: 78px;
  background-color: #fff;
}
@media (max-width: 600px) {
  #premium .dialog-premiumProposal .dialog-innerwrapper .dialog-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -o-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container .btn-default,
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container .btn-disabled {
  float: none;
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container .btn-stroke {
  float: none;
  color: #c09f3a;
  border-color: #c09f3a;
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container .btn-default {
  background-color: #c09f3a;
  border-color: #c09f3a;
}
#premium .dialog-premiumProposal .dialog-innerwrapper .dialog-footer > div a {
  color: #c09f3a;
}
#premium .region-item .region-title a {
  background: #f5f5f5;
}
#premium .region-list a:hover,
#premium .region-list a.selected {
  color: #222432;
}
#premium .dialog-feedbackGuideline .dialog-footer {
  background-color: #fff;
}
#premium .dialog-prizeDrawingBase .dialog-content a {
  color: #c09f3a;
}
#premium .dialog-prizeDrawingBase .dialog-content h4 {
  color: #222432;
}
#premium .dialog-deleteDevice .dialog-content ul {
  color: #77798a;
}
#premium .dialog-deleteDevice .dialog-content ul li {
  border-color: #77798a;
}
#premium .dialog-deleteDevice .error-empty {
  color: #a21c26;
}
#premium .dialog-loginConditionsNotice {
  background-color: #c09f3a;
}
#premium .dialog-loginConditionsNotice .dia-notice-container a {
  color: #fff;
}
#premium .dialog-loginConditionsNotice .btn {
  background-color: transparent;
  border-color: #fff;
}
#premium .dialog-loginConditionsNotice .btn:hover {
  background-color: transparent;
  border-color: #fff;
}
#premium .dialog-microdonation h5 {
  color: #2a373e;
}
#premium .dialog-microdonation p {
  color: color-base-light;
}
#premium .donation {
  border-color: #c09f3a;
}
#premium .donation-detail h3 {
  color: #222432;
}
#premium .donation-percent,
#premium .donation-unit div span {
  color: #c09f3a;
}
#premium .donation-unit img {
  fill: #c09f3a;
}
#premium .donation-unit div p {
  color: #77798a;
}
#premium .donation-percent-grid,
#premium .donation-description-grid,
#premium .donation-unit-grid div span,
#premium .donation-unit-grid div p {
  color: #fff;
}
#premium .dropdown {
  background-color: rgba(34,36,50,0.08);
  color: #77798a;
}
#premium .dropdown-open .dropdown-input {
  border-bottom-color: transparent;
}
#premium .dropdown-selected-item {
  background-color: #c09f3a;
}
#premium .dropdown-selected-item .dropdown-input,
#premium .dropdown-selected-item .dropdown-select {
  color: #fff;
  border-color: #c09f3a;
}
#premium .dropdown-input {
  border-color: rgba(34,36,50,0.6);
}
#premium .dropdown-input-open {
  color: #2a373e;
}
#premium .dropdown-popup {
  background: #77798a;
  border-bottom-color: rgba(34,36,50,0.6);
  border-left-color: rgba(34,36,50,0.6);
  border-right-color: rgba(34,36,50,0.6);
}
#premium .error > div {
  background: #fff;
  border-color: #a21c26;
  color: #a21c26;
}
#premium .error > div:after {
  left: 50%;
  50%: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
#premium .error > div:before {
  left: 50%;
  50%: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #a21c26;
  border-width: 18px;
  margin-left: -18px;
}
#premium .error-field {
  color: #a21c26;
}
#premium input[type="text"],
#premium input[type="number"],
#premium input.legacy[type="email"],
#premium input[type="password"],
#premium select {
  background-color: rgba(34,36,50,0.08);
  color: #77798a;
  border-color: rgba(34,36,50,0.6);
}
#premium input[type="text"].readonly,
#premium input[type="number"].readonly,
#premium input.legacy[type="email"].readonly,
#premium input[type="password"].readonly,
#premium select.readonly {
  background-color: transparent;
  border-color: transparent;
}
#premium input[type="text"].error,
#premium input[type="number"].error,
#premium input.legacy[type="email"].error,
#premium input[type="password"].error,
#premium select.error {
  border-color: #a21c26;
}
#premium select.dft {
  background-image: url("/img/templates/default/select-arrow.svg");
}
#premium input[type="checkbox"],
#premium input[type="radio"] {
  border-color: rgba(34,36,50,0.08);
}
#premium textarea {
  border-color: rgba(34,36,50,0.6);
  color: #77798a;
}
#premium .checkbox-type .check-bullet,
#premium .radio-type .check-bullet {
  background-color: rgba(34,36,50,0.08);
}
#premium .radio-type .checked-option {
  background: #222432;
  background: -webkit-radial-gradient(#222432 35%, rgba(34,36,50,0.08) 41%);
  background: -moz-radial-gradient(#222432 35%, rgba(34,36,50,0.08) 41%);
  background: -o-radial-gradient(#222432 35%, rgba(34,36,50,0.08) 41%);
  background: -ms-radial-gradient(#222432 35%, rgba(34,36,50,0.08) 41%);
  background: radial-gradient(#222432 35%, rgba(34,36,50,0.08) 41%);
}
#premium .radio-type .check-bullet {
  border-color: #222432;
}
#premium .inp-number {
  background-color: rgba(34,36,50,0.08);
  border-color: rgba(34,36,50,0.6);
}
#premium .inp-number input[type="number"] {
  border-color: transparent;
  background-color: transparent;
}
#premium .inp-number a {
  border-right-color: rgba(34,36,50,0.6);
}
#premium .inp-number a:last-child {
  border-left-color: rgba(34,36,50,0.6);
}
#premium .form-access-data {
  border-bottom-color: rgba(34,36,50,0.08);
}
#premium .form-access-data .form-block {
  border-bottom-color: transparent;
}
#premium .form-block {
  border-bottom-color: rgba(34,36,50,0.08);
}
#premium .form-block .edit-action,
#premium .form-block .close-action {
  background-color: rgba(34,36,50,0.08);
  color: #c09f3a;
}
#premium .form-no-editable .form-item input,
#premium .form-no-editable .form-item select,
#premium .form-no-editable .form-item textarea {
  background-color: #fff;
}
#premium .readonly-span {
  color: #77798a;
}
#premium .form-profile select,
#premium .form-redeem-physical select {
  background-image: url("/img/templates/default/select-arrow.svg");
}
#premium .form-profile .mark-as-default .check-bullet,
#premium .form-redeem-physical .mark-as-default .check-bullet {
  background-color: rgba(34,36,50,0.08);
}
#premium .has-error .error > div {
  background: #fff;
  border-color: #a21c26;
  color: #a21c26;
}
#premium .has-error .error > div:after {
  left: 50%;
  50%: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
#premium .has-error .error > div:before {
  left: 50%;
  50%: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #a21c26;
  border-width: 16px;
  margin-left: -16px;
}
#premium .input-birthday {
  background-color: rgba(34,36,50,0.08);
  border-color: rgba(34,36,50,0.08);
}
#premium .input-birthday input[type="text"] {
  background-color: transparent;
  border-color: transparent;
}
#premium .input-birthday.error {
  border-color: #a21c26;
}
#premium .input-birthday .bad-data {
  color: #a21c26;
}
#premium .redeem-microdonation .mark-as-default {
  color: #2a373e;
}
#premium .redeem-microdonation-table {
  border-color: #e2e3f6;
}
#premium .redeem-microdonation-table .microdonation-summary h4 {
  color: #222432;
}
#premium .redeem-microdonation-table .microdonation-summary p {
  color: #77798a;
}
#premium .redeem-microdonation-table .microdonation-units {
  color: #222432;
}
#premium .ica {
  color: #2a373e;
}
#premium .ica [class^="icon-"],
#premium .ica [class*=" icon-"] {
  background-color: #fff;
}
@media only screen and (min-width: 64em) {
  #premium .ica-aminated {
    color: #fff;
  }
  #premium .ica-aminated [class^="icon-"],
  #premium .ica-aminated [class*=" icon-"] {
    background-color: #2a373e !important;
  }
}
#premium a {
  color: #636575;
}
#premium a .lnk-invert {
  color: #fff;
}
#premium .default {
  color: #c09f3a;
}
#premium .lnk-disabled [class^="icon-"],
#premium .lnk-disabled [class*=" icon-"] {
  color: rgba(34,36,50,0.2);
}
#premium #loading,
#premium .loading-component {
  color: #222432;
  background: transparent;
}
#premium .curtains .curtain a {
  color: #fff;
}
#premium .curtains .curtain .curtain-close span {
  color: #fff;
}
#premium .curtains .curtain-premium-proposal,
#premium .curtains .curtain-premium-complete {
  background-color: #c09f3a;
  color: #fff;
}
#premium .nav-session a {
  color: #fff;
}
#premium .nav-user {
  background-color: #fff;
}
#premium .nav-user.user-login {
  background-color: #f1f1ec;
}
#premium .nav-user.user-login .navbar-nav > li > a,
#premium .nav-user.user-login .navbar-nav > li .amount {
  background-color: #f1f1ec;
  border-right-color: #fff;
}
#premium .nav-user.user-login .nav-right li > a,
#premium .nav-user.user-login .nav-right li .amount {
  border-left-color: #fff;
}
@media only screen and (min-width: 64em) {
  #premium .nav-user {
    background-color: #fff;
  }
  #premium .nav-user.user-login {
    background-color: #fff;
  }
  #premium .nav-user.user-login .navbar-nav > li > a,
  #premium .nav-user.user-login .navbar-nav > li .amount {
    background-color: #fff;
    border-right-color: #f1f1ec;
  }
  #premium .nav-user.user-login .nav-right li > a,
  #premium .nav-user.user-login .nav-right li .amount {
    border-left-color: #f1f1ec;
  }
}
#premium .nav-user-int {
  background-color: #f1f1ec;
}
#premium .nav-user-int.user-login {
  background-color: #f1f1ec;
}
#premium .nav-user-int.user-login .navbar-nav > li > a,
#premium .nav-user-int.user-login .navbar-nav > li .amount {
  background-color: #f1f1ec;
  border-right-color: #fff;
}
#premium .nav-user-int.user-login .nav-right li > a,
#premium .nav-user-int.user-login .nav-right li .amount {
  border-left-color: #fff;
}
#premium .nav-user-int .navbar-nav > li > a,
#premium .nav-user-int .navbar-nav > li .amount {
  background-color: #f1f1ec;
  border-right-color: #fff;
}
#premium .nav-user-int .nav-right li > a,
#premium .nav-user-int .nav-right:first-child > a,
#premium .nav-user-int .nav-right li .amount {
  border-left-color: #fff;
}
#premium .nav-logo-img {
  width: 181px;
  height: 43px;
  background: url("/img/templates/default/logo_premium.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media only screen and (min-width: 64em) {
  #premium .nav-fixed .navbar-nav > li > a,
  #premium .nav-fixed .navbar-nav > li .amount {
    background-color: transparent !important;
    border-right-color: #6b7b80 !important;
  }
  #premium .nav-fixed .nav-right li > a,
  #premium .nav-fixed .nav-right:first-child > a,
  #premium .nav-fixed .nav-right li .amount {
    border-left-color: #6b7b80 !important;
  }
}
#premium .navbar-nav > li > a {
  color: #2a373e;
}
#premium .navbar-nav > li .amount {
  color: #222432;
}
#premium .navbar-nav > li > a,
#premium .navbar-nav > li .amount {
  background: #fff;
  border-right-color: #f1f1ec;
}
@media only screen and (min-width: 64em) {
  #premium .navbar-nav > li > a,
  #premium .navbar-nav > li .amount {
    background: transparent;
    border-right-color: #f1f1ec;
  }
}
#premium .nav-right li > a,
#premium .nav-right li .amount {
  border-left-color: #f1f1ec;
}
@media only screen and (min-width: 64em) {
  #premium .nav-right li > a,
  #premium .nav-right li .amount {
    border-left-color: #f1f1ec;
  }
}
#premium .nav-right li:first-child > a {
  border-left-color: #f1f1ec;
/*+media-breakpoint( 'sm' ) {
					border-left-color: color-detail;
				}*/
}
@media only screen and (min-width: 64em) {
  #premium .nav-types > div > a {
    color: #222432;
  }
  #premium .nav-types > li > a {
    color: #222432;
  }
}
#premium .nav-profile,
#premium .nav-target {
  background-color: #f1f1ec;
}
#premium .nav-profile li > a {
  border-left-color: #e2e3f6;
  border-right-color: #e2e3f6;
  border-bottom-color: #fff;
}
#premium .nav-profile li:last-child a {
  border-bottom-color: #e2e3f6;
}
#premium .nav-target {
  border-left-color: #e2e3f6;
  border-right-color: #e2e3f6;
  border-bottom-color: #e2e3f6;
}
#premium .nav-logotype-user {
  background-color: #fff;
}
@media only screen and (min-width: 64em) {
  #premium .nav-logotype-user {
    background-color: transparent;
  }
}
#premium .user-login > ul.navbar-nav:first-child > li > a {
  border-right-color: transparent;
}
#premium .nav-redeem li {
  border-bottom-color: #2a373e;
}
#premium .nav-redeem li.active:after {
  top: 100%;
  100%: 0;
  left: 2em;
  2: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
#premium .nav-redeem li.active:before {
  top: 100%;
  100%: 0;
  left: 2em;
  2: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #2a373e;
  border-width: 17px;
  margin-left: -17px;
}
#premium .nav-redeem li.active a {
  color: #2a373e;
}
#premium .nav-redeem li.active a .number {
  border-color: #2a373e;
}
#premium .nav-redeem a {
  color: rgba(34,36,50,0.08);
}
#premium .nav-redeem a .number {
  border-color: rgba(34,36,50,0.08);
}
#premium .nav-redeem a.active {
  color: #2a373e;
}
#premium .nav-redeem a.active .number {
  border-color: #2a373e;
}
#premium .nav-configurator {
  background: transparent;
}
#premium .nav-configurator span {
  background-color: #bfc1d3;
  color: transparent;
}
#premium .nav-configurator span.active {
  background-color: #ff3b30;
  border-color: #ff3b30;
}
@media (max-width: 1024px) {
  #premium .nav-configurator {
    margin: 45px 0 58px 0 !important;
  }
}
#premium .navbar-session {
  background-color: #222432;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  #premium .navbar-session.navbar-fixed {
    border-top-color: transparent;
    background-color: transparent;
  }
}
#premium .navbar-helper > li .active-section {
  color: #c09f3a;
  font-weight: 700;
}
#premium .navbar-search {
  background: #f1f1ec;
  border-top-color: #fff;
}
@media only screen and (min-width: 64em) {
  #premium .navbar-search div {
    background-color: #fff;
  }
}
#premium .navbar-search input[type=text] {
  background-image: none;
  background-color: #f1f1ec;
}
@media only screen and (min-width: 64em) {
  #premium .navbar-search input[type=text] {
    background-image: url("/img/templates/default/icon-search.png");
  }
}
#premium .navbar-search p {
  color: #77798a;
}
@media only screen and (min-width: 64em) {
  #premium .navbar-search {
    background: transparent;
    border-top-color: transparent;
  }
}
@media only screen and (min-width: 64em) {
  #premium .navbar-fixed .nav-user {
    background-color: #222432;
  }
  #premium .navbar-fixed .nav-user .nav-types > div > a,
  #premium .navbar-fixed .nav-user .navbar-nav > li > a,
  #premium .navbar-fixed .nav-user .navbar-nav > li > span {
    color: #fff;
  }
  #premium .navbar-fixed .nav-user-int .nav-types > div > a,
  #premium .navbar-fixed .nav-user-int .navbar-nav > li > a,
  #premium .navbar-fixed .nav-user-int .navbar-nav > li > span {
    background-color: #222432;
  }
}
@media only screen and (min-width: 64em) {
  #premium .navbar-arrow:after {
    left: 33%;
    33%: 0;
    bottom: 100%;
    100%: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: -14px;
  }
}
@media only screen and (min-width: 64em) {
  #premium .navbar-categories > div {
    background: #f1f1ec;
    border-left-color: #e2e3f6;
    border-right-color: #e2e3f6;
    border-bottom-color: #e2e3f6;
  }
}
#premium .navbar-mobile {
  background: #fff;
}
#premium .navbar-mobile a.close-men {
  color: #fff;
}
#premium .navbar-mobile .nm-header a,
#premium .navbar-mobile .nm-session a {
  color: #fff;
}
#premium .navbar-mobile .nm-header > a {
  background-color: #222432;
}
#premium .navbar-mobile .nm-session > a {
  background-color: #c09f3a;
}
#premium .navbar-mobile .nm-category {
  border-bottom-color: #f1f2ec;
}
#premium .navbar-mobile .nm-category > a {
  color: #222432;
}
#premium .navbar-mobile .nm-item > a {
  color: #77798a;
}
#premium .navbar-mobile .open-node > a {
  background-color: #f1f2ec;
  color: #222432;
}
#premium .navbar-inc-target {
  background: #2a373e;
}
#premium .navbar-inc-target h1 {
  color: #fff;
}
#premium .navbar-inc-target h1 [class^="icon-"],
#premium .navbar-inc-target h1 [class*=" icon-"] {
  color: #c09f3a;
}
#premium .navbar-inc-target .nav-tabs > li a {
  background: #6b7b80;
  color: #2a373e;
  border-color: #2a373e;
}
#premium .navbar-inc-target .nav-tabs > li.selected > a {
  color: #77798a;
  border-color: #77798a;
}
#premium .navbar-inc-target .container-int .inc-target-info {
  color: #fff;
}
#premium .navbar-inc-target .container-int .inc-target-info a {
  color: #fff;
}
#premium .navbar-inc-target .close {
  color: #fff;
}
@media only screen and (min-width: 64em) {
  #premium .navbar-inc-target .close {
    background-color: #6b7b80;
  }
}
@media only screen and (min-width: 64em) {
  #premium .navbar-inc-target {
    border-left-color: #fff;
    border-top-color: #fff;
  }
}
#premium .inc-target-win h1 [class^="icon-"],
#premium .inc-target-win h1 [class*=" icon-"] {
  color: #c09f3a;
}
#premium .progress .ant-progress-inner {
  background-color: #bfc1d3;
}
#premium .progress .ant-progress-status-success .ant-progress-bg,
#premium .progress .ant-progress-status-normal .ant-progress-bg {
  background-color: #c09f3a;
}
#premium .progress-grid .ant-progress-inner {
  background-color: #2a373e;
}
#premium .progress-grid .ant-progress-status-success .ant-progress-bg,
#premium .progress-grid .ant-progress-status-normal .ant-progress-bg {
  background-color: #fff;
}
#premium .progress-rating .ant-progress-status-success .ant-progress-bg,
#premium .progress-rating .ant-progress-status-normal .ant-progress-bg {
  background-color: #c09f3a;
}
#premium .rating > span {
  color: #afb8bd;
}
#premium .rating > span.selected {
  color: #c09f3a;
}
#premium .rating-percent > span > span {
  color: #c09f3a;
}
#premium .ribbon-premium > div:last-child {
  color: #fff;
}
#premium .ribbon-inc-win .badge-triangle {
  border-top-color: #c09f3a;
}
#premium .ribbon-inc-win .icon-win {
  color: #fff;
}
#premium .ribbon-ranking .badge-triangle {
  border-top-color: #c09f3a;
}
#premium .ribbon-ranking .ribbon-label {
  color: #fff;
}
#premium .tabs {
  border-bottom-color: rgba(34,36,50,0.08);
}
@media only screen and (min-width: 64em) {
  #premium .tabs {
    border-bottom-color: transparent;
  }
}
#premium .tabs-header {
  border-top-color: rgba(34,36,50,0.08);
  border-bottom-color: rgba(34,36,50,0.08);
}
#premium .tabs-header [role=tab].tab-expandend {
  border-bottom-color: #2a373e;
}
#premium .tabs-header [role=tab].tab-expandend a {
  color: #2a373e;
}
#premium .tab-item-title {
  border-top-color: rgba(34,36,50,0.08);
}
@media only screen and (min-width: 64em) {
  #premium .tab-item-body > div {
    border-bottom-color: rgba(34,36,50,0.08);
  }
}
#premium .tabs[role=tab] {
  border-top-color: rgba(34,36,50,0.08);
  border-bottom-color: rgba(34,36,50,0.08);
}
#premium .ant-tooltip-negative .ant-tooltip-inner {
  background-color: rgba(255,255,255,0.9);
  color: #000;
}
#premium .ant-tooltip-negative.ant-tooltip-placement-right .ant-tooltip-arrow {
  border-right-color: rgba(255,255,255,0.9);
}
#premium .txt-standout {
  color: #2a373e;
}
#premium h1,
#premium h2,
#premium h3,
#premium h4,
#premium h5,
#premium h6,
#premium .h1,
#premium .h2,
#premium .h3,
#premium .h4,
#premium .h5,
#premium .h6 {
  color: #222432;
}
#premium .ranking-personal h1 {
  color: #c09f3a;
}
#premium .grid-section h1 .number-items {
  color: #77798a;
}
#premium .grid-section-donation h2 {
  color: #222432;
}
#premium .grid-section p a {
  color: #c09f3a;
}
#premium .dialog h1,
#premium .dialog-fixed h1 {
  color: #222432;
}
#premium .donations-banner-section h1 {
  color: #c09f3a;
}
#premium .tgl {
  display: none;
}
#premium .tgl::selection,
#premium .tgl:after::selection,
#premium .tgl:before::selection,
#premium .tgl *::selection,
#premium .tgl *:after::selection,
#premium .tgl *:before::selection,
#premium .tgl + .tgl-btn::selection {
  background: none;
}
#premium .tgl-light + .tgl-btn {
  background: #222432;
}
#premium .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
}
#premium .tgl-light:checked + .tgl-btn {
  background: #c09f3a;
}
#premium .inverse-item {
  background-color: #fff;
}
#premium .line-content span {
  background: #c09f3a;
}
#premium .container-cookies a {
  color: #c09f3a;
}
#premium .container-cookies .cookiesPreferences .cookies-content > div,
#premium .container-cookies .cookiesPreferences .cookie-info {
  background-color: rgba(34,36,50,0.08);
}
#premium .container-cookies .cookiesPreferences .cookies-content > div span:first-of-type,
#premium .container-cookies .cookiesPreferences .cookie-info span:first-of-type {
  color: #2a373e;
}
#premium .container-cookies .cookiesPreferences .acceptance span {
  color: #222432;
}
#premium .container-cookies .cookiesPreferences .error-form-relative div {
  background-color: #fff;
}
#premium .clod-title,
#premium .clod-description {
  color: #fff;
}
#premium .clod-sliderdown-item {
  background-color: #fff;
}
#premium .clod-sliderdown-item .clod-image,
#premium .clod-sliderdown-item .clod-item-description {
  background-color: rgba(34,36,50,0.08);
}
#premium .clod-arrow a,
#premium .clod-slick-dots a {
  color: #fff;
}
#premium .clod-item-total {
  border-color: #2a373e;
}
#premium .clod-item-total > span {
  color: #2a373e;
}
#premium .clod-slick-dots .active a {
  color: #2a373e;
  background-color: #2a373e;
}
#premium .incd-breadcrumb {
  color: #77798a;
}
#premium .incd-breadcrumb a {
  color: #77798a;
}
#premium .incd-rating {
  color: rgba(34,36,50,0.08);
}
#premium .incd-price {
  color: #2a373e;
}
#premium .incd-images .incd-lg {
  background-color: rgba(34,36,50,0.08);
}
#premium .incd-thumbnail a {
  background-color: rgba(34,36,50,0.08);
}
#premium .incd-thumbnail a:hover {
  background-color: #f1f1ec;
}
#premium .incd-messages {
  color: #2a373e;
}
#premium .incd-donors-message {
  color: #c09f3a;
}
#premium .incd-error > div {
  background: #fff;
  border-color: #a21c26;
  color: #a21c26;
}
#premium .incd-error > div:after {
  left: 50%;
  50%: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
#premium .incd-error > div:before {
  left: 50%;
  50%: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #a21c26;
  border-width: 16px;
  margin-left: -16px;
}
#premium .incd-feedback {
  background-color: #e2e3f6;
}
#premium .incd-feedback .comments .comments-rating {
  color: #afb8bd;
}
#premium .incd-feedback .comments .comments-rating .selected {
  color: #c09f3a;
}
#premium .incd-feedback .comments .comments-mean {
  color: #77798a;
}
#premium .incd-feedback .ratings .rating-stats > span {
  color: #d9d9d9;
}
#premium .incd-feedback .ratings .rating-stats > span.selected {
  color: #222432;
}
#premium .incd-feedback .ratings .rating-progressbar .progress[value]::-webkit-progress-bar {
  background-color: #d9d9d9;
}
#premium .incd-feedback .ratings .rating-number {
  color: #77798a;
}
#premium .feedback-form .rating .rating-stars span.selected {
  color: #c09f3a;
}
#premium .feedback-form .form-item input,
#premium .feedback-form .form-item textarea {
  background-color: rgba(34,36,50,0.08);
  color: #222432;
}
#premium .feedback-form .form-item input::placeholder,
#premium .feedback-form .form-item textarea::placeholder {
  color: #77798a;
}
#premium .feedback-form .form-item label.small {
  color: #77798a;
}
#premium .feedback-form .form-item a {
  color: #c09f3a;
}
#premium .feedback-info p {
  color: #77798a;
}
#premium .feedback-user {
  color: #77798a;
}
#premium .feedback-moderate > div {
  background: #f1f1ec;
  color: #77798a;
}
#premium .feedback-moderate > div:after {
  left: 20px;
  20: 0;
  bottom: 100%;
  100%: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f1f1ec;
  border-width: 7px;
  margin-left: -7px;
}
#premium .feedback-moderate h2 {
  color: #222432;
}
#premium .feedback-moderate h2 .icn-moderator {
  background-color: #fff;
}
#premium .feedback-moderate h2 .icn-moderator > span {
  background-image: url("/img/templates/default/icon-feedback-moderator.svg");
}
#premium .feedback-list-item.pending > div.feedback-info {
  border-top-color: #77798a;
  border-bottom-color: #77798a;
}
#premium .feedback-list-item > div.pending-message > div {
  color: #77798a;
}
#premium .inc-item .mystery-gift > div.hovered > div {
  background-color: #c09f3a;
}
#premium .inc-item .mystery-gift > div.hovered > div .corner1 {
  border-top-color: #fff;
  border-left-color: #fff;
}
#premium .inc-item .mystery-gift > div.hovered > div .corner2 {
  border-top-color: #fff;
  border-right-color: #fff;
}
#premium .inc-item .mystery-gift > div.hovered > div .corner3 {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
#premium .inc-item .mystery-gift > div.hovered > div .corner4 {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
#premium .inc-item .mystery-gift > div.hovered > div > div.description {
  color: #fff;
}
#premium .inc-item:hover .inc-image-link,
#premium .inc-item:hover .inc-draw-info,
#premium .inc-item:hover img {
  background-color: #f1f1ec;
}
#premium .inc-item .inc-content > a,
#premium .inc-item .inc-content > span {
  color: #636575;
}
#premium .inc-item .inc-content .inc-cat {
  color: #c09f3a;
}
#premium .inc-item > span:hover:first-child,
#premium .inc-item > span:hover img,
#premium .inc-item > span:hover .inc-draw-info {
  background-color: rgba(34,36,50,0.08);
}
#premium .inc-item .inc-image-link,
#premium .inc-item .inc-draw-info,
#premium .inc-item img {
  background-color: rgba(34,36,50,0.08);
}
#premium .inc-item-donation .inc-content {
  background-color: rgba(34,36,50,0.08);
}
#premium .inc-item-donation:hover img,
#premium .inc-item-donation:hover .inc-content {
  background-color: #f1f1ec;
}
#premium .inc-item-draw .inc-draw-info {
  background-color: rgba(34,36,50,0.08);
}
#premium .inc-item-draw .inc-draw-info > div {
  background-color: #fff;
}
#premium .inc-item-draw .inc-draw-icon {
  color: #c09f3a;
  border-right-color: rgba(34,36,50,0.08) !important;
}
#premium .inc-item-draw .inc-draw-code {
  color: #c09f3a;
}
#premium .inc-item-draw .inc-draw-winner {
  color: #222432;
}
#premium .inc-item-draw .inc-draw-description {
  color: #77798a;
}
#premium .inc-target {
  background: #f1f1ec;
}
#premium .inc-target > div.content-block img {
  background: #fff;
}
#premium .inc-target > div.footer-block {
  background: #fff;
  color: #77798a;
}
#premium .inc-target > div.footer-block.emphasize {
  color: #c09f3a;
}
#premium .inc-target-social {
  color: #6b7b80;
}
#premium .inc-target-social a {
  color: #6b7b80;
}
#premium .inc-target-win > div.footer-block {
  background-color: #c09f3a;
  color: #fff;
}
#premium .inc-target-win .buy-inc {
  color: #fff;
}
#premium .inc-extra-info {
  background: rgba(192,159,58,0.93);
}
#premium .pf-tabs [role=tab] {
  border-bottom-color: rgba(34,36,50,0.08);
}
#premium .pf-tabs [role=tab] a {
  color: #6b7b80;
}
#premium .pf-tabs [role=tab].tab-expandend {
  border-bottom-color: #c09f3a;
}
#premium .pf-tabs [role=tab].tab-expandend a {
  color: #2a373e;
}
#premium .pf-ribbon-survey {
  color: #fff;
  background-color: #c09f3a;
}
#premium .pf-surveys a {
  background-color: rgba(34,36,50,0.08);
}
#premium .pf-surveys a > span:first-child {
  color: #2a373e;
}
#premium .pf-surveys a > span:last-child {
  background-color: #c09f3a;
  color: #fff;
}
#premium .pf-surveys a [class^="icon-"],
#premium .pf-surveys a [class*=" icon-"] {
  color: #2a373e;
}
#premium .pf-dismiss a {
  color: #2a373e;
}
#premium .ht-content .ht-table {
  border-top-color: rgba(34,36,50,0.08);
}
#premium .ht-content .ht-row:hover {
  background-color: rgba(34,36,50,0.08);
}
#premium .ht-content .ht-row:hover a {
  color: #c09f3a;
}
#premium .ht-content .ht-header .ht-cell {
  border-top-color: rgba(34,36,50,0.08);
}
#premium .ht-content .ht-header .ht-cell:first-child {
  border-left-color: rgba(34,36,50,0.08);
}
#premium .ht-content .ht-header .ht-cell:last-child {
  border-right-color: rgba(34,36,50,0.08);
}
#premium .ht-content .ht-header:hover {
  background-color: transparent;
}
#premium .ht-content .ht-cell:first-child {
  border-bottom-color: transparent;
}
#premium .ht-content .ht-cell:last-child {
  border-bottom-color: rgba(34,36,50,0.08);
}
#premium .ht-content .inc-event-points > span {
  background-color: rgba(34,36,50,0.08);
}
#premium .ht-content .ht-date,
#premium .ht-content .ht-view-more a,
#premium .ht-content .ht-extra-info,
#premium .ht-content .inc-total-points,
#premium .ht-content .ht-header {
  color: #636575;
}
@media only screen and (min-width: 64em) {
  #premium .ht-content .ht-cell {
    border-bottom-color: rgba(34,36,50,0.08);
  }
  #premium .ht-content .ht-cell:first-child {
    border-bottom-color: rgba(34,36,50,0.08);
  }
  #premium .ht-content .inc-event-points > span {
    background-color: transparent;
  }
}
#premium .ht-nicestats .nt-device,
#premium .ht-nicestats .nt-device-active {
  background-color: #f1f1ec;
}
#premium .ht-nicestats .nt-device .nt-device-visual .nt-icon [class^="icon-"],
#premium .ht-nicestats .nt-device-active .nt-device-visual .nt-icon [class^="icon-"],
#premium .ht-nicestats .nt-device .nt-device-visual .nt-icon [class*=" icon-"],
#premium .ht-nicestats .nt-device-active .nt-device-visual .nt-icon [class*=" icon-"] {
  color: #2a373e;
}
#premium .ht-nicestats .nt-device-visual .nt-type {
  color: #2a373e;
}
#premium .ht-nicestats .nt-device-visual .nt-type .nt-compatibility {
  font-size: 14px;
  font-family: 'GilroyRegular';
  color: #222432;
}
#premium .ht-nicestats .nt-device-visual .inc-price {
  background-color: #fff;
}
#premium .ht-nicestats .nt-device-info > div > span:first-child {
  color: #a1a2b4;
}
#premium .ht-dialog .ht-dialog-redeem {
  border-color: rgba(34,36,50,0.08);
}
#premium .ht-dialog .ht-dialog-redeem div > span.rd-data {
  color: #2a373e;
}
#premium .ht-dialog .ht-dialog-image {
  background-color: rgba(34,36,50,0.08);
}
#premium .ht-dialog .ht-dialog-price table {
  border-bottom-color: rgba(34,36,50,0.08);
}
#premium .ht-dialog .ht-dialog-price .row-price {
  border-top-color: rgba(34,36,50,0.08);
}
#premium .ht-dialog .ht-dialog-data .ht-dialog-data-content > div input,
#premium .ht-dialog .ht-dialog-data .ht-dialog-data-content > div select {
  color: #2a373e;
}
#premium .form-redeem-step-2 .form-item label {
  color: #797c7e;
}
#premium .form-redeem-step-2 .form-item .readonly-span {
  color: #2a373e;
}
#premium .delivery-detail p {
  color: #2a373e;
}
#premium .redeem-delivery {
  background-color: rgba(34,36,50,0.08);
  border-color: #e2e3f6;
}
@media only screen and (min-width: 81em) {
  #premium .redeem-mobile .redeem-price {
    border-left-color: rgba(34,36,50,0.08);
  }
}
@media only screen and (min-width: 64em) {
  #premium .redeem-desktop .redeem-price {
    border-left-color: rgba(34,36,50,0.08);
  }
}
#premium .redeem-element {
  border-bottom-color: #e2e3f6;
}
#premium .redeem-delivery-inc {
  color: #2a373e;
}
#premium .redeem-delivery-inc > img {
  background: #fff;
}
#premium .redeem-price-total {
  color: #2a373e;
}
#premium .container-help-redeem {
  background-color: transparent !important;
}
#premium .section-network,
#premium .section-ranking {
  background-color: #f1f1ec;
}
#premium .section-network {
  background-image: url("/img/templates/default/pattern_redes.png");
}
#premium .section-information,
#premium .section-closed-donations {
  background-color: #c09f3a;
}
#premium .main-negative,
#premium .main-negative-empty {
  background-color: rgba(34,36,50,0.08);
}
#premium .network-see-section h1 > span:last-child span {
  background: #222432;
}
#premium .network-see-section .container-content a [class^="icon-"],
#premium .network-see-section .container-content a [class*="icon-"],
#premium .network-see-section .container-content > div {
  color: #636575;
}
#premium .network-see-section .container-content .social-network {
  color: #222432;
}
#premium .ranking-personal .inc-target {
  background-color: transparent;
}
#premium .ranking-personal .inc-target > div.content-block {
  background-color: #fff;
}
#premium .information-nq .col-fluid p {
  color: #2a373e;
}
#premium .commitment-nq [class^="icon-"],
#premium .commitment-nq [class*=" icon-"] {
  color: #c09f3a;
}
#premium .commitment-nq span {
  color: #77798a;
}
#premium .unsubscribe-section .us-reasons > ul > li {
  background-color: #f1f1ec;
}
#premium .unsubscribe-section .us-reasons > ul > li.selected {
  background-color: #e2e3f6;
}
#premium .unsubscribe-section .us-reasons > ul > li.button-container {
  background-color: transparent;
}
#premium .unsubscribe-section .us-reasons > ul .check-bullet {
  background-color: #fff;
}
#premium .counter-block {
  color: #c09f3a;
}
#premium .section-profile {
  background-color: #f3f5ff;
}
#premium .section-profile .ht-content .nicestats-text a {
  color: #c09f3a;
}
#premium .container-profile {
  background-color: #fff;
}
#premium .section-top-arrow {
  background: rgba(255,255,255,0.6);
}
#premium .section-top-arrow > i {
  color: #222432;
}
#premium .section-top-arrow > i:hover {
  color: #77798a;
}
#premium .section-about div.avatar {
  background-color: #fff;
}
#premium .section-about div.avatar .experience-desktop h4 {
  color: #fff;
}
#premium .section-about div.avatar .experience-desktop p {
  color: #fff;
}
#premium .section-about .invitation .container .icon-mail {
  background: #c09f3a;
}
#premium .section-about .opinion {
  background-color: #c09f3a;
}
#premium .section-about .opinion .container p {
  color: #2a373e;
}
#premium .section-about-premium div.avatar {
  background-color: #fff;
}
#premium .section-about-premium div.avatar .experience-desktop h4 {
  color: #fff;
}
#premium .section-about-premium div.avatar .experience-desktop p {
  color: #fff;
}
#premium .section-about-premium .elected,
#premium .section-about-premium .share {
  background-color: #c09f3a;
}
#premium .section-about-premium .elected p,
#premium .section-about-premium .share p {
  color: #fff;
}
#premium .section-about-premium .nicestats {
  background-color: #fff;
}
#premium .reset-password-section .container-form {
  background-color: rgba(34,36,50,0.08);
}
#premium .reset-password-section .contact-form-empty {
  background-color: transparent;
}
#premium .reset-password-section input[type="text"],
#premium .reset-password-section input[type="password"] {
  background-color: #fff;
}
#premium .section-incentive-detail {
  background-color: rgba(34,36,50,0.08);
}
#premium .container-legal .legal-main .gmd-6 .icon {
  color: #c09f3a;
}
#premium .container-legal .legal-contact {
  background-color: rgba(34,36,50,0.08);
}
#premium .container-legal .legal-contact .multi-line {
  color: #77798a;
}
#premium .container-legal a {
  color: #c09f3a;
}
#premium .container-legal .emphasize {
  color: #2a373e;
}
#premium .container-legal .address-block {
  background-color: rgba(34,36,50,0.08);
}
#premium .container-contact textarea {
  background-color: rgba(34,36,50,0.08);
}
#premium .container-contact .contact-searchbox a {
  background-color: #c09f3a;
}
#premium .container-contact .contact-searchbox a [class^="icon-"],
#premium .container-contact .contact-searchbox a [class*=" icon-"] {
  color: #fff;
}
#premium .container-contact .contact-form p.privacy {
  color: #2a373e;
}
#premium .container-contact .contact-form p.privacy [class^="icon-"],
#premium .container-contact .contact-form p.privacy [class*=" icon-"] {
  color: #2a373e;
}
#premium .container-contact .contact-form .icon-checked {
  color: #c09f3a;
}
#premium .container-help {
  background-color: rgba(34,36,50,0.08);
  color: #77798a;
}
#premium .container-help h4 {
  color: #222432;
}
#premium .container-message-positive h1 {
  color: #c09f3a;
}
#premium .container-configurator [class^="icon-"],
#premium .container-configurator [class*=" icon-"] {
  color: #2a373e;
}
#premium .container-minors .fields {
  background-color: rgba(34,36,50,0.08);
}
#premium .container-minors .fields input {
  background-color: #fff;
}
#premium .container-minors .string-content > span:last-child {
  color: #2a373e;
}
#premium .container-minors .conditions-text {
  color: #c09f3a;
}
#premium .container-minors .rangeHour > span {
  border-color: #2a373e;
  color: #2a373e;
}
#premium .container-minors .rangeHour.selected > span {
  border-color: #c09f3a;
  color: #c09f3a;
}
#premium .container-prize-draws a {
  color: #c09f3a;
}
#premium .container-prize-draws .gmd-12 .gmd-6 {
  background-color: rgba(34,36,50,0.08);
}
#premium .dialog-redeem h1,
#premium .dialog-premiumMobile h1,
#premium .dialog-deeplinking h1 {
  color: #c09f3a;
}
#premium .dialog-cookies,
#premium .dialog-box-curtain {
  background-color: #afb8bd;
  color: #2a373e;
}
#premium .dialog-cookies > span > a,
#premium .dialog-box-curtain > span > a {
  color: #2a373e;
}
#premium .dialog-cookies .close,
#premium .dialog-box-curtain .close {
  color: #2a373e;
}
#premium .dialog-loginConditionsNotice {
  background-color: #c09f3a;
  color: #fff;
}
#premium .dialog-loginConditionsNotice .dia-notice-container a,
#premium .dialog-loginConditionsNotice .btn,
#premium .dialog-loginConditionsNotice .btn:hover {
  color: #fff;
}
#premium .dialog-loginConditionsNotice .btn,
#premium .dialog-loginConditionsNotice .btn:hover {
  border-color: #fff;
}
#premium .dialog-project .dialog-header .icon {
  color: #c09f3a;
}
#premium .dialog-project .dialog-content h1 {
  color: #c09f3a;
}
#premium .donation {
  border-color: #c09f3a;
}
#premium .donation-percent {
  color: #c09f3a;
}
#premium .donation-percent-grid {
  color: #fff;
}
#premium .donation-unit-icon {
  background-position: 0 -50px;
}
#premium .ica {
  color: #fff;
}
#premium .ica [class^="icon-"]:before,
#premium .ica [class*=" icon-"]:before {
  color: #c09f3a;
}
#premium .navbar-categories-item [class^="icon-"],
#premium .navbar-categories-item [class*=" icon-"] {
  color: #c09f3a;
}
#premium .navbar-mobile .nm-subcategory > a > span:first-child {
  color: #c09f3a;
}
#premium .pf-surveys a {
  background-color: rgba(34,36,50,0.08);
}
#premium .pf-surveys a > span:first-child {
  color: #c09f3a;
}
#premium .pf-surveys a [class^="icon-"],
#premium .pf-surveys a [class*=" icon-"] {
  color: #2a373e;
}
#premium .pf-dismiss a.premium-dismiss {
  color: #c09f3a;
}
#premium .ht-content .ht-extra-info.premium-reward {
  color: #c09f3a;
}
#premium .ht-content .ht-row:hover a {
  color: #c09f3a;
}
#premium .ht-content .nicestats-text a {
  color: #c09f3a;
}
#premium .rating > span {
  color: #afb8bd;
}
#premium .information-nq .col-fluid:hover .ica [class^="icon-"],
#premium .information-nq .col-fluid:hover .ica [class*=" icon-"] {
  background-color: #fff !important;
}
#premium .information-nq .col-fluid > p {
  color: #fff;
}
#premium .section-about .invitation .container .icon-mail:before {
  color: #fff;
}
#premium .section-about .invitation .container .icon-mail:after {
  border-color: #c09f3a;
}
#premium .reset-password-section input[type="text"],
#premium .reset-password-section input[type="password"] {
  background-color: #fff;
}
#premium .container-cookies a {
  color: #c09f3a;
}
#premium .container-cookies .tgl-light:checked + .tgl-btn {
  background-color: #c09f3a;
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
html,
body {
  height: 100%;
}
html {
  font-size: 100%;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: 'GilroyRegular', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #222432;
}
a,
a:visited,
a:hover,
a:active,
a:focus {
  outline: 0;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  outline: 0px !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
select {
  line-height: normal;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
b {
  font-weight: 700;
}
figure {
  margin: 0;
}
[role="button"] {
  cursor: pointer;
}
.pull-right,
.ribbon-inc-win .badge-triangle,
.ribbon-ranking .badge-triangle {
  float: right;
}
.pull-left,
.col-fluid {
  float: left;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.no-scroll {
  overflow: hidden;
}
.no-visible {
  display: none;
}
.visible {
  display: block;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.break-word {
/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
/* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
/* Instead use this non-standard one: */
  word-break: break-word;
/* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.line-content {
  display: block;
}
.line-content span {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  line-height: 2px;
  height: 2px;
  display: inline-block;
  width: 18%;
}
@media only screen and (min-width: 64em) {
  .line-content span {
    width: 6%;
  }
}
@media only screen and (max-width: 30em) {
  .hidden-s {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  .hidden-sm {
    display: none;
  }
}
@media only screen and (max-width: 64em) {
  .hidden-md {
    display: none;
  }
}
@media only screen and (max-width: 81em) {
  .hidden-lg {
    display: none;
  }
}
@media only screen and (max-width: 120em) {
  .hidden-xl {
    display: none;
  }
}
.nav-animated,
.nav-user,
.navbar-fixed .nav-user-int .nav-types > div > a,
.navbar-fixed .nav-user-int .navbar-nav > li > a,
.navbar-fixed .nav-user-int .navbar-nav > li > span {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-delay: 0sg;
  -moz-transition-delay: 0sg;
  -o-transition-delay: 0sg;
  -ms-transition-delay: 0sg;
  transition-delay: 0sg;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}
.avatar {
  position: relative;
  padding-top: 63px;
  padding-top: 3.9375rem;
  text-align: center;
}
.avatar span {
  margin-top: -30px;
  margin-top: -1.875rem;
}
.avatar p {
  margin: 0 0 0 0;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  font-size: 137.5%;
  font-weight: 300;
}
@media only screen and (min-width: 64em) {
  .avatar p {
    font-size: 250%;
    padding-bottom: 74px;
    padding-bottom: 4.625rem;
  }
}
@media only screen and (min-width: 64em) {
  .avatar {
    padding-top: 161px;
    padding-top: 10.0625rem;
  }
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 10px;
  font-size: 100%;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  line-height: 1em;
}
.badge-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-top-width: 80px;
  border-top-style: solid;
  border-left-width: 80px;
  border-left-style: solid;
}
.premium-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-top-width: 64px;
  border-top-style: solid;
  border-right-width: 64px;
  border-right-style: solid;
  position: absolute;
  top: 0px;
  left: 0px;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-width: 0.0625em;
  border-style: solid;
  padding: 0.375em 0.5em;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 5px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn:disabled,
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-fill,
.btn-login,
.btn-default,
.btn-disabled,
.btn-hpadding,
.btn-stroke,
.btn-feedback {
  padding: 0.5em 0.5em;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-default,
.btn-disabled,
.btn-stroke,
.btn-feedback {
  font-size: 1em;
}
.btn-emphasize {
  font-weight: 700;
}
.btn-lighten {
  font-weight: 300;
}
@media only screen and (min-width: 64em) {
  .btn-default-big {
    font-size: 131.25%;
  }
}
.btn-disabled {
  cursor: default;
}
.btn-hpadding {
  font-size: 100%;
  padding-left: 31px;
  padding-left: 1.9375rem;
  padding-right: 31px;
  padding-right: 1.9375rem;
}
.btn-feedback {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.btn-exchange {
  padding: 0.9375em 0.5em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-facebook {
  padding: 0.5em 0.5em;
  font-size: 87.5%;
  font-weight: 300;
  line-height: 1.5;
  border-radius: 5px;
}
@media only screen and (min-width: 64em) {
  .btn-facebook {
    padding: 0.5em 0.5em;
    font-size: 125%;
    font-weight: 300;
    line-height: 1.5;
    border-radius: 5px;
  }
  .btn-facebook [class^="icon-"],
  .btn-facebook [class*=" icon-"] {
    float: left;
    font-size: 187.5%;
    margin-top: -0.1875em;
  }
}
.btn-history {
  padding: 0.4375em 1.6875em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 20px;
}
.btn-android,
.btn-ios {
  padding: 9px 9px;
  padding: 0.5625rem 11px;
  padding: 0.5625rem 0.6875rem;
  text-align: center;
}
.btn-android span,
.btn-ios span {
  height: 44px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-android span {
  background-image: url("/img/templates/default/icon-android.svg");
}
.btn-ios span {
  background-image: url("/img/templates/default/icon-ios.svg");
}
.dialog {
  z-index: 999980;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.dialog-fixed {
  z-index: 999980;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
}
.dialog-front {
  z-index: 10000000;
}
.dialog-block,
.dialog-scroll {
  width: 100%;
  height: 100%;
}
.dialog-scroll {
  overflow-y: scroll;
}
.dialog-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999979;
  top: 0px;
}
.dialog-fixed-main {
  border-radius: 5px;
  width: 90%;
  margin: 50px auto;
  margin: 3.125rem auto;
}
@media only screen and (min-width: 40em) {
  .dialog-fixed-main {
    max-width: 466px;
    max-width: 29.125rem;
  }
}
.dialog-fixed-premium-proposal {
  border-radius: 5px;
  width: 90%;
  margin: 50px auto;
  margin: 3.125rem auto;
}
.dialog-main {
  z-index: 999980;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 30px;
  width: 90%;
  margin-left: -45%;
}
@media only screen and (min-width: 40em) {
  .dialog-main {
    top: 50px;
    top: 3.125rem;
    max-width: 466px;
    max-width: 29.125rem;
    margin-left: -233px;
    margin-left: -14.5625rem;
  }
}
@media only screen and (min-width: 64em) {
  .dialog-main {
    max-height: 695px;
    max-height: 43.4375rem;
  }
}
.dialog-header {
  position: relative;
  zoom: 1;
}
.dialog-header:before,
.dialog-header:after {
  content: "";
  display: table;
}
.dialog-header:after {
  clear: both;
}
.dialog-header a {
  float: right;
  padding-right: 6px;
  padding-right: 0.375rem;
  padding-top: 0;
  font-size: 281.25%;
  line-height: 0em;
}
@media only screen and (min-width: 64em) {
  .dialog-header a {
    font-size: 350%;
    padding-top: 6px;
    padding-top: 0.375rem;
    line-height: 0.9375em;
  }
}
.dialog-content {
  position: relative;
  margin: 0 auto 40px auto;
  margin: 0 auto 2.5rem auto;
  min-height: 100px;
  min-height: 6.25rem;
  height: auto;
  width: 80.68669527896996%;
}
@media only screen and (min-width: 64em) {
  .dialog-content {
    margin: 0 auto 29px auto;
    margin: 0 auto 1.8125rem auto;
  }
}
.dialog-error {
  text-align: center !important;
}
.dialog-recaptcha {
  margin-top: 10px;
  margin-top: 0.625rem;
  position: relative;
  display: inline-block;
}
.dialog-recaptcha > div {
  height: 74px;
  width: auto;
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -o-transform: scale(0.84);
  -ms-transform: scale(0.84);
  transform: scale(0.84);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (min-width: 40em) {
  .dialog-recaptcha {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .dialog-recaptcha > div {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
  }
  .dialog-recaptcha > div > div {
    width: auto !important;
  }
}
.dialog-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 36px 0;
  padding: 2.25rem 0;
}
.dialog-footer a {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .dialog-footer a {
    font-size: 125%;
  }
}
.dialog-bottom {
  position: fixed;
  bottom: -500px;
  width: 100%;
  z-index: 11000000;
  font-size: 87.5%;
  -webkit-transition: bottom 0.8s ease-out;
  -moz-transition: bottom 0.8s ease-out;
  -o-transition: bottom 0.8s ease-out;
  -ms-transition: bottom 0.8s ease-out;
  transition: bottom 0.8s ease-out;
}
.dialog-bottom-lower {
  z-index: 999991;
}
.dialog-bottom-open {
  bottom: 0;
}
.dialog-cookies,
.dialog-box-curtain {
  padding: 1.4375em 1.875em;
}
.dialog-cookies .title-cookie,
.dialog-box-curtain .title-cookie {
  text-transform: uppercase;
  font-weight: 700;
}
.dialog-cookies > span > a,
.dialog-box-curtain > span > a {
  text-decoration: underline;
}
.dialog-cookies .close,
.dialog-box-curtain .close {
  position: absolute;
  right: 10px;
  top: 10px;
  position: absolute;
  right: 0.625rem;
  top: 19px;
  absolute: right 0.625rem top 1.1875rem;
  absolute: right 0.625rem top 1.1875rem;
  position: absolute;
  right: 0.625rem;
  top: 1.1875rem;
  font-size: 125%;
}
@media only screen and (min-width: 64em) {
  .dialog-cookies,
  .dialog-box-curtain {
    text-align: center;
  }
}
#dialog-login {
  z-index: 999998;
}
.dialog-login {
  margin: 14px auto;
  margin: 0.875rem auto;
  text-align: center;
  font-weight: 300;
}
.dialog-login .dialog-content {
  width: 89%;
}
.dialog-login .dialog-login-section {
  position: relative;
  height: 400px;
}
.dialog-login .dialog-login-section.flipped {
  height: 454px;
}
.dialog-login .dialog-login-section section {
  position: absolute;
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -o-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  z-index: 1;
  width: 100%;
  top: 0;
}
.dialog-login .dialog-login-section section.show {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 2;
}
.dialog-login input,
.dialog-login button,
.dialog-login .dialog-login-restarpass {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.dialog-login input {
  width: 100%;
}
.dialog-login button {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.dialog-login .error-field {
  display: block;
}
.dialog-login .dialog-content h1 {
  font-size: 125%;
}
.dialog-login .dialog-login-restarpass {
  display: block;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
}
.dialog-login .dialog-footer {
  padding: 15px 0;
  padding: 0.9375rem 0;
  position: relative;
  z-index: 10;
}
.dialog-login .dialog-login-remember-description {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  display: block;
}
@media only screen and (min-width: 64em) {
  .dialog-login {
    margin: 30px auto;
    margin: 1.875rem auto;
  }
  .dialog-login .dialog-content {
    width: 87%;
  }
  .dialog-login .dialog-login-section {
    height: 442px;
  }
  .dialog-login .dialog-login-section.flipped {
    height: 519px;
  }
  .dialog-login .dialog-content h1 {
    font-size: 218.75%;
  }
  .dialog-login .dialog-footer {
    padding: 26px 0;
    padding: 1.625rem 0;
  }
}
.dialog-pseudologin .dialog-login-section {
  height: 430px;
}
.dialog-pseudologin .dialog-login-section.flipped {
  height: 430px;
}
@media only screen and (min-width: 64em) {
  .dialog-pseudologin {
    margin: 50px auto;
    margin: 3.125rem auto;
  }
  .dialog-pseudologin .dialog-login-section {
    height: 519px;
  }
  .dialog-pseudologin .dialog-login-section.flipped {
    height: 519px;
  }
  .dialog-pseudologin .container-3d {
    height: 479px;
  }
}
.dialog-login-sanction .dialog-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  padding: 0 0 22px 0;
  padding: 0 0 1.375rem 0;
}
.dialog-login-sanction .dialog-header .icon {
  font-size: 400%;
}
.dialog-login-sanction .dialog-header .empty-space {
  margin: 50px 0;
  margin: 3.125rem 0;
  display: block;
}
.dialog-login-sanction .dialog-header h1 {
  margin: 0;
  font-size: 125%;
}
@media only screen and (min-width: 64em) {
  .dialog-login-sanction .dialog-header h1 {
    font-size: 218.75%;
  }
  .dialog-login-sanction .dialog-header .icon {
    font-size: 500%;
  }
  .dialog-login-sanction .dialog-header .empty-space {
    margin: 24px 0;
    margin: 1.5rem 0;
  }
}
.dialog-login-sanction .dialog-login-sanction-content {
  padding: 21px 0;
  padding: 1.3125rem 0;
}
.dialog-login-sanction .dialog-login-section {
  min-height: 587px;
}
.dialog-login-sanction .dialog-login-section.flipped {
  height: 429px;
}
@media only screen and (min-width: 64em) {
  .dialog-login-sanction .dialog-login-section {
    height: 544px;
  }
  .dialog-login-sanction .dialog-login-section.flipped {
    height: 520px;
  }
}
.dialog-location {
  min-height: 53%;
}
@media only screen and (min-width: 64em) and (max-width: 81em) {
  .dialog-location {
    max-width: 950px;
    height: auto;
    font-size: 100%;
  }
  .dialog-location .dialog-content {
    zoom: 1;
    width: 90.94736842105263%;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .dialog-location .dialog-content:before,
  .dialog-location .dialog-content:after {
    content: "";
    display: table;
  }
  .dialog-location .dialog-content:after {
    clear: both;
  }
}
@media only screen and (min-width: 81.063em) and (max-width: 120em) {
  .dialog-location {
    max-width: 1050px;
  }
  .dialog-location .dialog-content {
    zoom: 1;
    width: 82.28571428571429%;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .dialog-location .dialog-content:before,
  .dialog-location .dialog-content:after {
    content: "";
    display: table;
  }
  .dialog-location .dialog-content:after {
    clear: both;
  }
}
@media only screen and (min-width: 120.063em) {
  .dialog-location {
    max-width: 1050px;
  }
  .dialog-location .dialog-content {
    zoom: 1;
    width: 82.28571428571429%;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .dialog-location .dialog-content:before,
  .dialog-location .dialog-content:after {
    content: "";
    display: table;
  }
  .dialog-location .dialog-content:after {
    clear: both;
  }
}
.dialog-history .dialog-content {
  width: 84%;
  margin-bottom: 0;
  padding-bottom: 57px;
  padding-bottom: 3.5625rem;
}
.dialog-history .dialog-content > h1 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 131.25%;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
  .dialog-history {
    max-width: 90%;
  }
}
@media only screen and (min-width: 64em) {
  .dialog-history {
    max-width: 1000px;
  }
}
.dialog-redeem .dialog-content {
  text-align: center;
  font-size: 112.5%;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
.dialog-redeem .dialog-content > h1 span {
  display: block;
  font-size: 437.5%;
}
@media only screen and (min-width: 64em) {
  .dialog-redeem {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#dialog-minor-pending-validation {
  z-index: 999994;
}
.dialog-minor-pending-validation .dialog-content {
  text-align: center;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
}
.dialog-minor-pending-validation .dialog-content h2 {
  font-weight: 400;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
#dialog-frozen {
  z-index: 999997;
}
.dialog-frozen {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
.dialog-frozen .dialog-content {
  width: 100%;
  margin: 0;
  padding-top: 20px;
  padding-top: 1.25rem;
  text-align: center;
  font-size: 100%;
}
.dialog-frozen .dialog-content h2 {
  font-weight: 400;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.dialog-frozen .dialog-footer {
  position: relative;
}
.dialog-frozen .dialog-footer button {
  font-weight: 400;
  font-size: 106.25%;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.dialog-frozen .dialog-footer .error {
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .dialog-frozen {
    width: 370px;
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-right: 50px;
    padding-right: 3.125rem;
  }
}
#dialog-iso-sanctioned {
  z-index: 999996;
}
.dialog-iso-sanctioned {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.dialog-iso-sanctioned .dialog-header {
  text-align: center;
  padding: 0 35px;
  padding: 0 2.1875rem;
}
.dialog-iso-sanctioned .dialog-header .icon {
  font-size: 500%;
}
@media only screen and (min-width: 40em) {
  .dialog-iso-sanctioned .dialog-header {
    padding-top: 30px;
    padding-top: 1.875rem;
  }
}
.dialog-iso-sanctioned .dialog-content {
  margin: 0px;
  width: 100%;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper {
  width: 100%;
  display: inline-block;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form {
  width: 100%;
  padding: 30px;
  padding: 1.875rem;
  display: inline-block;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form >div.gmd-12 {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form .form-part {
  display: inline-block;
  width: 100%;
  padding: 20px 0px 20px 0px;
  padding: 1.25rem 0px 20px 0px;
  padding: 1.25rem 0px 1.25rem 0px;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form .form-part .checkbox {
  cursor: pointer;
  line-height: 40px;
  line-height: 2.5rem;
  width: 50%;
  float: left;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form .form-part .checkbox .icon-checked {
  font-size: 156.25%;
  margin: 5px 4px 0px 0px;
  float: left;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form .form-part .checkbox .check-bullet {
  float: left;
  margin: 5px 4px 0 0;
  padding-left: 2px;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  display: block;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form .form-part label {
  font-weight: 300;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form .form-part input {
  height: 40px;
  height: 2.5rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form .form-part .error-form-relative {
  margin-top: 15px;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form .form-part .error-form-relative .error-toopltip-relative {
  float: left;
}
@media only screen and (min-width: 64em) {
  .dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form .form-part {
    width: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .dialog-iso-sanctioned .dialog-content .dialog-content-wrapper form {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper .form-submit {
  padding-top: 40px;
  padding-top: 2.5rem;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper .form-submit button {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-left: 5rem;
  padding-right: 80px;
  padding-right: 5rem;
}
.dialog-iso-sanctioned .dialog-content .dialog-content-wrapper .form-submit .error-form-relative {
  margin-top: 15px;
}
@media only screen and (min-width: 64em) {
  .dialog-iso-sanctioned .dialog-content {
    width: 80.68669527896996%;
    margin: 0 auto 29px auto;
    margin: 0 auto 1.8125rem auto;
  }
}
@media only screen and (min-width: 64em) {
  .dialog-iso-sanctioned {
    width: 800px;
    max-width: 90%;
  }
}
.dialog-unsubscribe .dialog-content {
  margin-bottom: 0;
  text-align: center;
  font-size: 87.5%;
}
.dialog-unsubscribe .dialog-content > h1 {
  font-size: 131.25%;
  margin-bottom: 0;
}
.dialog-unsubscribe .dialog-content > p {
  margin: 33px 0 0 0;
  margin: 2.0625rem 0 0 0;
}
.dialog-unsubscribe .dialog-button-container > button {
  width: 36%;
  margin-right: 14px;
  margin-right: 0.875rem;
}
.dialog-unsubscribe .dialog-button-container > button:last-child {
  margin-right: 0;
  margin-left: 14px;
  margin-left: 0.875rem;
}
@media only screen and (min-width: 64em) {
  .dialog-unsubscribe {
    top: 45%;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
  }
  .dialog-unsubscribe .dialog-content {
    font-size: 112.5%;
  }
  .dialog-unsubscribe .dialog-content > h1 {
    font-size: 156.25%;
  }
  .dialog-unsubscribe .dialog-content > p {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
}
#dialog-cookiesPolicy {
  z-index: 999999;
}
.dialog-cookiesPolicy {
  width: 90%;
  max-width: 90%;
}
@media only screen and (min-width: 64em) {
  .dialog-cookiesPolicy {
    max-width: 1050px;
  }
  .dialog-cookiesPolicy .dialog-content {
    zoom: 1;
    width: 82.28571428571429%;
  }
  .dialog-cookiesPolicy .dialog-content:before,
  .dialog-cookiesPolicy .dialog-content:after {
    content: "";
    display: table;
  }
  .dialog-cookiesPolicy .dialog-content:after {
    clear: both;
  }
}
#dialog-project {
  z-index: 999992;
}
.dialog-project {
  width: 90%;
}
.dialog-project .dialog-header {
  text-align: center;
  padding: 0 35px;
  padding: 0 2.1875rem;
}
.dialog-project .dialog-header .icon {
  font-size: 5.25em;
}
@media only screen and (min-width: 40em) {
  .dialog-project .dialog-header {
    padding: 0 61px;
    padding: 0 3.8125rem;
  }
  .dialog-project .dialog-header .icon {
    font-size: 6.25em;
  }
}
.dialog-project .dialog-content {
  width: 100%;
  margin: 0;
}
.dialog-project .dialog-content > h1 {
  text-align: center;
  font-size: 125%;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.dialog-project .dialog-content > p {
  margin: 26px 0 26px 0;
  margin: 1.625rem 0 10px 0;
  margin: 1.625rem 0 0.625rem 0;
}
.dialog-project .dialog-content > h1,
.dialog-project .dialog-content > p {
  padding-left: 28px;
  padding-left: 1.75rem;
  padding-right: 28px;
  padding-right: 1.75rem;
}
.dialog-project .dialog-content .dialog-project-points {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 0 2px;
  border-spacing: 0 0.125rem;
}
.dialog-project .dialog-content .dialog-project-points > div {
  display: table-row;
}
.dialog-project .dialog-content .dialog-project-points > div > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 21px 0;
  padding: 1.3125rem 0;
  padding-left: 18px;
  padding-left: 1.125rem;
  font-size: 87.5%;
}
.dialog-project .dialog-content .dialog-project-points > div > div:first-child > span {
  display: none;
}
.dialog-project .dialog-content .dialog-project-points > div > div:last-child {
  padding-left: 0;
  padding-right: 18px;
  padding-right: 1.125rem;
  text-align: right;
}
.dialog-project .dialog-content .dialog-project-points .loading {
  font-size: 100%;
  line-height: 45px;
  line-height: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
}
.dialog-project .dialog-content .dialog-project-points .inc-price {
  font-size: 156.25%;
}
.dialog-project .dialog-content .dialog-project-points .inc-time {
  font-weight: 300;
  font-size: 100%;
  margin-top: -18px;
  display: inline-block;
}
.dialog-project .dialog-content .dialog-project-points .inc-time .icm-caracola {
  top: 10px;
}
.dialog-project .dialog-content .total-points {
  font-weight: 700;
}
.dialog-project .dialog-content .button-container {
  padding: 18px 18px 18px 18px;
  padding: 1.125rem 18px 18px 18px;
  padding: 1.125rem 1.125rem 10px 10px;
  padding: 1.125rem 1.125rem 0.625rem 18px;
  padding: 1.125rem 1.125rem 0.625rem 1.125rem;
  text-align: center;
}
.dialog-project .dialog-content .button-container button {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  width: 100%;
}
.dialog-project .dialog-content .proposal div.proposal-text,
.dialog-project .dialog-content .reminder div.proposal-text,
.dialog-project .dialog-content .proposal div.reminder-text,
.dialog-project .dialog-content .reminder div.reminder-text {
  text-align: center;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
}
.dialog-project .dialog-content .proposal .button-container,
.dialog-project .dialog-content .reminder .button-container {
  padding-top: 30px;
  padding-top: 1.875rem;
}
.dialog-project .dialog-content .teaser {
  padding: 24px 24px 24px 24px;
  padding: 1.5rem 18px 18px 18px;
  padding: 1.5rem 1.125rem 24px 24px;
  padding: 1.5rem 1.125rem 1.5rem 18px;
  padding: 1.5rem 1.125rem 1.5rem 1.125rem;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .dialog-project .dialog-content .teaser {
    padding-top: 0px;
  }
}
.dialog-project .dialog-content .dialog-footer {
  padding: 0;
}
@media only screen and (min-width: 40em) {
  .dialog-project .dialog-content {
    padding: 0 61px;
    padding: 0 3.8125rem;
  }
  .dialog-project .dialog-content > h1 {
    font-size: 218.75%;
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
  }
  .dialog-project .dialog-content > p {
    margin: 48px 0 48px;
    margin: 3rem 0 13px;
    margin: 3rem 0 0.8125rem;
  }
  .dialog-project .dialog-content > h1,
  .dialog-project .dialog-content > p {
    padding-left: 0;
    padding-right: 0;
  }
  .dialog-project .dialog-content .dialog-project-points > div > div {
    padding: 23px 0;
    padding: 1.4375rem 0;
    padding-left: 30px;
    padding-left: 1.875rem;
    font-size: 100%;
  }
  .dialog-project .dialog-content .dialog-project-points > div > div:first-child > span {
    display: inline;
  }
  .dialog-project .dialog-content .dialog-project-points > div > div:last-child {
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .dialog-project .dialog-content .dialog-project-points .inc-price {
    font-size: 237.5%;
  }
  .dialog-project .dialog-content .dialog-project-points .inc-time {
    font-size: 112.5%;
    margin-top: -16px;
  }
  .dialog-project .dialog-content .button-container {
    padding: 35px 35px 35px;
    padding: 2.1875rem 61px 61px;
    padding: 2.1875rem 3.8125rem 9px;
    padding: 2.1875rem 3.8125rem 0.5625rem;
  }
  .dialog-project .dialog-content .button-container button {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
  }
}
@media only screen and (min-width: 40em) {
  .dialog-project {
    width: 560px;
    max-width: 560px;
  }
}
#dialog-sanction {
  z-index: 999995;
}
.dialog-sanction .dialog-header .icmg {
  margin: 40px 0 40px 0;
  margin: 2.5rem 0 10px 0;
  margin: 2.5rem 0 0.625rem 0;
  width: 60px;
  height: 50px;
}
.dialog-sanction .dialog-header h1 {
  font-size: 1.875em;
}
.dialog-sanction .dialog-content {
  width: 100%;
  margin: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 20px 20px;
  padding: 1.25rem 30px;
  padding: 1.25rem 1.875rem;
}
@media only screen and (min-width: 64em) {
  .dialog-sanction .dialog-content {
    width: 80.68669527896996%;
    margin: 0 auto 0px auto;
    margin: 0 auto 0rem auto;
  }
}
.dialog-sanction .dialog-footer {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  text-align: center;
}
.dialog-sanction .dialog-footer button {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .dialog-sanction .dialog-footer button {
    width: auto;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}
#dialog-premiumProposal {
  z-index: 999992;
}
.dialog-premiumProposal {
  padding: 0;
}
.dialog-premiumProposal .dialog-innerwrapper {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-header {
  text-align: center;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-header img {
  margin: 20px auto;
  margin: 1.25rem auto;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content {
  margin: 0;
  width: 100%;
  padding-bottom: 0px;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section:not(:last-of-type) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-2 {
  display: none;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-2 .number {
  border-radius: 50%;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  float: left;
  border-width: 2px;
  border-style: solid;
  margin-right: 0.8125em;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-2 .number span {
  display: block;
  font-size: 24px;
  text-align: center;
  margin-top: -1px;
}
@media only screen and (min-width: 64em) {
  .dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-2 {
    display: inherit;
  }
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-10 > span.moreInfo {
  display: block;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  cursor: pointer;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-10 > span.moreInfo > span.arrow {
  position: relative;
  display: inline-block;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-10 > span.moreInfo > span.arrow > span {
  display: block;
  -webkit-transform: translateX(-1px) scale(0.6, 1.2);
  -moz-transform: translateX(-1px) scale(0.6, 1.2);
  -o-transform: translateX(-1px) scale(0.6, 1.2);
  -ms-transform: translateX(-1px) scale(0.6, 1.2);
  transform: translateX(-1px) scale(0.6, 1.2);
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section .gmd-10 > div {
  display: none;
  font-size: 87.5%;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section-selected .gmd-10 > span.moreInfo > span.arrow > span {
  -webkit-transform: rotate(90deg) translateY(-2px) scale(0.6, 1.2);
  -moz-transform: rotate(90deg) translateY(-2px) scale(0.6, 1.2);
  -o-transform: rotate(90deg) translateY(-2px) scale(0.6, 1.2);
  -ms-transform: rotate(90deg) translateY(-2px) scale(0.6, 1.2);
  transform: rotate(90deg) translateY(-2px) scale(0.6, 1.2);
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-content .section-selected .gmd-10 > div {
  display: block;
}
@media only screen and (min-width: 64em) {
  .dialog-premiumProposal .dialog-innerwrapper .dialog-content {
    width: 80.68669527896996%;
    margin: 0 auto 0 auto;
  }
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-conditions {
  width: 100%;
  padding: 0 20px 20px 20px;
  padding: 0 1.25rem 38px 38px;
  padding: 0 1.25rem 2.375rem 20px;
  padding: 0 1.25rem 2.375rem 1.25rem;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-conditions .checkbox {
  width: 23px;
  height: 23px;
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 16px 16px 0;
  margin: 0 1rem 30px 0;
  margin: 0 1rem 1.875rem 0;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-conditions .checkbox [class^="icon-"],
.dialog-premiumProposal .dialog-innerwrapper .dialog-conditions .checkbox [class*=" icon-"] {
  font-size: 137.5%;
  margin-left: 1px;
}
@media only screen and (min-width: 64em) {
  .dialog-premiumProposal .dialog-innerwrapper .dialog-conditions {
    width: 80.68669527896996%;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
    padding: 0 1.25rem 58px 58px;
    padding: 0 1.25rem 3.625rem 20px;
    padding: 0 1.25rem 3.625rem 1.25rem;
  }
  .dialog-premiumProposal .dialog-innerwrapper .dialog-conditions .checkbox {
    width: 23px;
    height: 23px;
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 16px 16px 0;
    margin: 0 1rem 30px 0;
    margin: 0 1rem 1.875rem 0;
    cursor: pointer;
    font-family: 'Nicequest';
  }
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer {
  width: 100%;
  margin: 0;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-radius: 0px;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container {
  width: 100%;
  display: inline-block;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container .btn {
  width: 45%;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container .btn-stroke {
  float: left;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container .btn-default,
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container .btn-disabled {
  float: right;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer .button-container > div {
  padding-top: 30px;
  padding-top: 1.875rem;
  width: 100%;
  float: left;
  text-align: center;
}
.dialog-premiumProposal .dialog-innerwrapper .dialog-footer .error-form-relative {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .dialog-premiumProposal .dialog-innerwrapper .dialog-footer {
    width: 80.68669527896996%;
    margin: 0 auto 50px auto;
    margin: 0 auto 3.125rem auto;
  }
}
@media only screen and (min-width: 64em) {
  .dialog-premiumProposal {
    max-width: 777px;
  }
}
.dialog-premiumProposal-refused .dialog-content {
  text-align: center;
  font-size: 112.5%;
  margin-bottom: 0px;
}
.dialog-premiumProposal-refused .dialog-content > h1 span {
  display: block;
  font-size: 437.5%;
}
.dialog-premiumProposal-refused .dialog-footer {
  text-align: center;
  margin: 0 auto 29px auto;
  margin: 0 auto 1.8125rem auto;
  width: 80.68669527896996%;
}
.dialog-premiumProposal-refused .dialog-footer .btn {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .dialog-premiumProposal-refused .dialog-footer {
    margin: 0 auto 50px auto;
    margin: 0 auto 3.125rem auto;
  }
}
.dialog-button-container {
  width: 100%;
  display: inline-block;
  padding: 32px 32px;
  padding: 2rem 20px;
  padding: 2rem 1.25rem;
  text-align: center;
}
.dialog-button-container button {
  border-width: 1px;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .dialog-button-container {
    padding: 32px 0;
    padding: 2rem 0;
  }
  .dialog-button-container button {
    width: auto;
  }
}
.dialog-drawingBase .dialog-content {
  text-align: left;
}
.dialog-drawingBase .dialog-content b {
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  .dialog-drawingBase .dialog-content {
    width: 90%;
  }
}
@media only screen and (min-width: 40em) {
  .dialog-drawingBase {
    max-width: 90%;
  }
}
@media only screen and (min-width: 64em) {
  .dialog-drawingBase {
    max-width: 1000px;
  }
}
.dialog-prizeDrawingBase .dialog-content {
  text-align: left;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
.dialog-prizeDrawingBase .dialog-content h4 {
  text-transform: uppercase;
}
.dialog-prizeDrawingBase .dialog-content strong {
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .dialog-prizeDrawingBase .dialog-content {
    width: 90%;
  }
}
@media only screen and (min-width: 40em) {
  .dialog-prizeDrawingBase {
    max-width: 90%;
  }
}
@media only screen and (min-width: 64em) {
  .dialog-prizeDrawingBase {
    max-width: 1000px;
  }
}
.dialog-feedbackGuideline .dialog-content {
  text-align: left;
}
.dialog-feedbackGuideline .dialog-content b {
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  .dialog-feedbackGuideline .dialog-content {
    width: 90%;
  }
}
@media only screen and (min-width: 40em) {
  .dialog-feedbackGuideline {
    max-width: 90%;
  }
}
@media only screen and (min-width: 64em) {
  .dialog-feedbackGuideline {
    max-width: 1000px;
  }
}
.region-item .region-title {
  text-transform: uppercase;
}
.region-item .region-title a {
  padding: 1em 0;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .region-item .region-title a {
    cursor: default;
  }
}
@media only screen and (min-width: 64em) {
  .region-item {
    float: left;
    width: 24.5%;
    margin: 0 0.125em;
  }
}
.region-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: none;
}
.region-list a:hover {
  font-weight: 700;
}
.region-list a.selected {
  font-weight: 700;
  cursor: default;
}
@media only screen and (min-width: 64em) {
  .region-list {
    display: block;
  }
}
.dialog-premiumMobile .dialog-content {
  text-align: center;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
.dialog-premiumMobile .dialog-content > h1 {
  font-size: 175%;
}
.dialog-premiumMobile .dialog-content ul {
  margin: 64px 0 0 0;
  margin: 4rem 0 0 0;
  padding: 0;
  list-style: none;
}
.dialog-premiumMobile .dialog-content ul li {
  display: inline-block;
  width: 50%;
  text-align: left;
}
.dialog-premiumMobile .dialog-content ul li:last-child {
  text-align: right;
}
.dialog-premiumMobile .dialog-content ul li span {
  display: inline-block;
  width: 172px;
  text-align: center;
  padding-top: 20px;
  padding-top: 1.25rem;
}
.dialog-premiumMobile .dialog-content ul li span.ios-qr,
.dialog-premiumMobile .dialog-content ul li span.android-qr {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 172px;
  height: 172px;
  padding-top: 0;
}
.dialog-premiumMobile .dialog-content ul li span.ios-qr {
  background-image: url("/img/templates/default/qr-nicequest-ios.svg");
}
.dialog-premiumMobile .dialog-content ul li span.android-qr {
  background-image: url("/img/templates/default/qr-nicequest-android.svg");
}
@media only screen and (min-width: 64em) {
  .dialog-premiumMobile {
    max-width: 637px;
  }
  .dialog-premiumMobile .dialog-content {
    padding-bottom: 48px;
    padding-bottom: 3rem;
  }
}
.dialog-deleteDevice .dialog-content > h1 {
  font-size: 175%;
}
.dialog-deleteDevice .dialog-content ul {
  margin: 46px 0 0 0;
  margin: 2.875rem 0 0 0;
  padding: 0;
  list-style: none;
}
.dialog-deleteDevice .dialog-content ul li {
  border-width: 1px;
  border-style: solid;
  padding: 17px;
  padding: 1.0625rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}
.dialog-deleteDevice .dialog-content ul li:first-child {
  margin-top: 0;
}
.dialog-deleteDevice .dialog-content a {
  font-weight: 700;
}
.dialog-deleteDevice .error-empty {
  margin-top: 42px;
  margin-top: 2.625rem;
  text-align: center;
}
.dialog-deleteDevice .dialog-button-container {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  width: 80.68669527896996%;
  margin: 0 auto;
  display: block;
  text-align: right;
}
.dialog-deleteDevice .dialog-button-container > button {
  width: 40%;
}
.dialog-deleteDevice .dialog-button-container > button:first-child {
  float: left;
}
@media only screen and (min-width: 64em) {
  .dialog-deleteDevice {
    max-width: 637px;
  }
}
.dialog-deeplinking .dialog-content {
  padding-bottom: 64px;
  padding-bottom: 4rem;
  text-align: center;
}
.dialog-deeplinking .dialog-content > h1 {
  font-size: 125%;
}
.dialog-deeplinking .dialog-content > p:first-child {
  padding-top: 63px;
  padding-top: 3.9375rem;
}
.dialog-deeplinking button {
  width: 80%;
}
.dialog-deeplinking button.btn-default {
  padding: 17px 0;
  padding: 1.0625rem 0;
}
@media only screen and (min-width: 64em) {
  .dialog-deeplinking {
    max-width: 637px;
  }
}
.dialog-loginConditionsNotice .dia-notice-container {
  position: relative;
  display: inline-block;
  text-align: left;
}
.dialog-loginConditionsNotice .dia-notice-container a {
  font-weight: 700;
  text-decoration: none;
}
.dialog-loginConditionsNotice .dia-notice-container a.btn {
  font-weight: 400;
}
.dialog-loginConditionsNotice .dialog-buttons {
  text-align: right;
  margin-top: 0.3125em;
}
.dialog-loginConditionsNotice .btn {
  padding: 0.125em 0.625em;
}
@media only screen and (min-width: 64em) {
  .dialog-loginConditionsNotice .dialog-message {
    padding-top: 0.125em;
    display: block;
    width: 90%;
  }
  .dialog-loginConditionsNotice .dialog-buttons {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 81em) {
  .dialog-loginConditionsNotice .dialog-message {
    width: 100%;
    padding-right: 125px;
    padding-right: 7.8125rem;
  }
}
.dialog-microdonation .dialog-content {
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
.dialog-microdonation .dialog-content img {
  max-width: 100%;
}
.dialog-microdonation .dialog-content h5 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.dialog-microdonation .dialog-content h2 {
  margin-bottom: 0px;
  font-weight: 400;
}
@media only screen and (min-width: 64em) and (max-width: 81em) {
  .dialog-microdonation {
    max-width: 950px;
    height: auto;
    font-size: 100%;
  }
  .dialog-microdonation .dialog-content {
    zoom: 1;
    width: 90.94736842105263%;
  }
  .dialog-microdonation .dialog-content:before,
  .dialog-microdonation .dialog-content:after {
    content: "";
    display: table;
  }
  .dialog-microdonation .dialog-content:after {
    clear: both;
  }
}
@media only screen and (min-width: 81.063em) and (max-width: 120em) {
  .dialog-microdonation {
    max-width: 1050px;
  }
  .dialog-microdonation .dialog-content {
    zoom: 1;
    width: 82.28571428571429%;
  }
  .dialog-microdonation .dialog-content:before,
  .dialog-microdonation .dialog-content:after {
    content: "";
    display: table;
  }
  .dialog-microdonation .dialog-content:after {
    clear: both;
  }
}
@media only screen and (min-width: 120.063em) {
  .dialog-microdonation {
    max-width: 1050px;
  }
  .dialog-microdonation .dialog-content {
    zoom: 1;
    width: 82.28571428571429%;
  }
  .dialog-microdonation .dialog-content:before,
  .dialog-microdonation .dialog-content:after {
    content: "";
    display: table;
  }
  .dialog-microdonation .dialog-content:after {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .dialog-microdonation .dialog-content {
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }
  .dialog-microdonation .dialog-content .gmd-12 .gmd-6:last-child {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
  .dialog-microdonation .dialog-content .gmd-12 .gmd-6 h5 {
    margin-top: 0px;
  }
}
.donation-status {
  margin-top: 0;
}
.donation-status > p {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.donation {
  border-width: 1px;
  border-style: solid;
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 20px 20px 20px;
  padding: 1.25rem 1.25rem 25px 25px;
  padding: 1.25rem 1.25rem 1.5625rem 20px;
  padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
  border-radius: 3px;
}
.donation-grid {
  position: absolute;
  width: 100%;
  bottom: 0;
  border: 0;
}
.donation-content {
  zoom: 1;
}
.donation-content:before,
.donation-content:after {
  content: "";
  display: table;
}
.donation-content:after {
  clear: both;
}
.donation-detail {
  float: left;
  width: 75%;
}
.donation-detail > div {
  margin-right: 35px;
  margin-right: 2.1875rem;
}
.donation-detail h3 {
  font-weight: 400;
  font-size: 100%;
  margin: 0 0 9px 0;
  margin: 0 0 0.5625rem 0;
}
.donation-percent {
  font-size: 137.5%;
  font-weight: 300;
  margin-top: -6px;
  margin-top: -0.375rem;
}
.donation-percent-grid {
  text-align: right;
}
.donation-description > span:first-child {
  font-size: 81.25%;
}
.donation-description > span:last-child {
  font-size: 100%;
  float: right;
  margin-top: -2px;
  margin-top: -0.125rem;
}
.donation-description > span:last-child .icm-caracola {
  top: 3px;
  width: 18px;
  height: 18px;
}
.donation-percent-grid,
.donation-description-grid {
  display: inline-block;
  width: 50%;
}
.donation-description-grid {
  text-align: left;
  font-size: 81.25%;
}
.donation-unit div span {
  font-size: 187.5%;
  font-weight: 300;
  display: block;
  margin-top: -10px;
  margin-top: -0.625rem;
}
.donation-unit div p {
  margin-top: -3px;
  margin-top: -0.1875rem;
  margin-bottom: 0;
  font-size: 81.25%;
}
.donation-unit-grid {
  zoom: 1;
}
.donation-unit-grid:before,
.donation-unit-grid:after {
  content: "";
  display: table;
}
.donation-unit-grid:after {
  clear: both;
}
.donation-unit-grid div span {
  font-size: 168.75%;
}
.donation-unit-grid > div {
  text-align: left;
}
.donation-unit-grid .donation-unit-icon,
.donation-unit-grid .donation-unit-icon-grid {
  margin-right: 20px;
  margin-right: 1.25rem;
}
.donation-unit-icon,
.donation-unit-icon-grid {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  margin-right: 1rem;
  background-repeat: no-repeat;
}
.donation-unit-icon-grid {
  background-position: 0 -100px;
}
@media only screen and (min-width: 64em) {
  .donation-percent {
    font-size: 187.5%;
  }
  .donation-percent-grid {
    font-size: 168.75%;
  }
}
.donations-banner {
/* +media-breakpoint( default-media ) {
    relative: top 0px left;
  } */
  width: 100%;
  height: auto;
  position: relative;
}
.donations-banner article {
  position: absolute;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  height: 80%;
  top: 10%;
  left: 50%;
  margin-left: -30%;
  background: #fff;
}
.donations-banner article div {
  margin-top: 40px;
}
.donations-banner article div img {
  margin-right: 40px;
}
.donations-banner article button {
  width: auto;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.dropdown {
  position: relative;
  width: 100%;
  border-radius: 5px;
  font-weight: 300;
}
.dropdown-inc {
  margin: 0;
  width: auto;
}
@media only screen and (min-width: 64em) {
  .dropdown-inc {
    margin-left: 13px;
    margin-left: 0.8125rem;
    margin-right: 13px;
    margin-right: 0.8125rem;
  }
}
.dropdown-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dropdown-open .dropdown-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-width: 0;
  border-bottom-style: none;
}
.dropdown-input {
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.875em 1em;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}
.dropdown-input-open {
  font-weight: 700;
}
.dropdown-select {
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
  width: 2.9375rem;
  height: 100%;
  font-size: 106.25%;
  line-height: 52px;
  line-height: 3.25rem;
  vertical-align: middle;
  outline: 0;
  padding: 1em 0;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
}
.dropdown-container {
  position: absolute;
  top: 100%;
  width: 100%;
  border: 0;
  z-index: 90;
  display: none;
  height: 216px;
}
.dropdown-container-open {
  display: block;
}
.dropdown-popup {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 2px;
  overflow: auto;
  margin-bottom: 10px;
  width: 100%;
}
.dropdown-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-popup ul li {
  padding: 0.5em 1em;
  cursor: pointer;
}
.dropdown-popup ul li:hover,
.dropdown-popup ul li.selected {
  font-weight: 700;
}
.error > div {
  position: relative;
  border: 2px solid;
  padding: 1.0625em;
}
.error-form-relative {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.error-form-relative .error-toopltip-relative {
  width: auto;
  display: inline-block;
  margin: 0em auto;
}
.error-form-relative .error-toopltip-relative .error > div {
  position: relative !important;
  top: 0px !important;
}
.error-mg {
  margin-top: 1.25em;
}
.error-tooltip {
  position: absolute;
  width: 100%;
}
.error-box {
  margin-bottom: 1.25em;
}
input[type="text"],
input[type="number"],
input.legacy[type="email"],
input[type="password"],
select {
  border-width: 1px;
  border-style: solid;
  font-size: 100%;
  border-radius: 50px;
  padding: 0.78em 1.625em;
}
input[type="text"].trans,
input[type="number"].trans,
input.legacy[type="email"].trans,
input[type="password"].trans,
select.trans {
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  -ms-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
input[type="text"].readonly,
input[type="number"].readonly,
input.legacy[type="email"].readonly,
input[type="password"].readonly,
select.readonly {
  padding-left: 0;
}
input[type="text"].error,
input[type="number"].error,
input.legacy[type="email"].error,
input[type="password"].error,
select.error {
  -webkit-transition: border-color 0.5s ease-in;
  -moz-transition: border-color 0.5s ease-in;
  -o-transition: border-color 0.5s ease-in;
  -ms-transition: border-color 0.5s ease-in;
  transition: border-color 0.5s ease-in;
}
select.dft {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-repeat: no-repeat;
  background-position: 97% center;
}
textarea {
  border-width: 1px;
  border-style: solid;
  font-size: 100%;
  padding: 0.78em 1.625em;
}
label {
  display: block;
  padding-bottom: 1.0625em;
}
label .extra {
  display: block;
  font-weight: 700;
}
.checkbox-type,
.radio-type {
  cursor: pointer;
}
.checkbox-type .icon-checked,
.radio-type .icon-checked {
  font-size: 156.25%;
}
.checkbox-type .check-bullet,
.radio-type .check-bullet {
  float: left;
  margin: -2px 4px 0 0;
  padding-left: 2px;
  width: 25px;
  height: 25px;
  display: block;
}
.radio-type .check-bullet {
  width: 30px;
  height: 30px;
  margin: -4px 10px 0 0;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
}
.inp-number {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}
.inp-number input[type="number"] {
  text-align: center;
  width: 100%;
}
.inp-number a {
  padding: 0 14px;
  padding: 0 0.875rem;
  font-size: 150%;
  position: absolute;
  height: 100%;
  line-height: 49px;
  line-height: 3.0625rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right-width: 1px;
  border-right-style: solid;
}
.inp-number a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  right: 0;
  border-right: none;
  border-left-width: 1px;
  border-left-style: solid;
}
.form-access-data {
  position: relative;
  zoom: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.form-access-data:before,
.form-access-data:after {
  content: "";
  display: table;
}
.form-access-data:after {
  clear: both;
}
.form-access-data h4 {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.form-access-data .edit-action,
.form-access-data .close-action {
  position: absolute;
  right: 0;
}
.form-access-data > form .edit-action,
.form-access-data > form .close-action {
  position: absolute;
  right: 0;
}
.form-access-data .form-block {
  border-bottom-width: 0;
  border-bottom-style: none;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.form-access-data .gmd-6 {
  float: none;
}
.form-access-data .form-item {
  display: block;
  width: 100%;
  float: clear;
}
.form-access-data .form-item > div {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media only screen and (min-width: 64em) {
  .form-access-data .form-item {
    width: 50%;
  }
}
.form-access-data .label {
  display: block;
}
.form-login-data.form-block {
  float: none;
}
.form-login-data .form-container > div:nth-child(1) label {
  padding-bottom: 0;
}
.form-login-data .form-item label {
  display: block !important;
}
.form-block {
  border-bottom-width: 1px;
  border-bottom-style: solid;
/*.edit-action, .close-action {

		float:right;
		height: 40px;
		width: 40px;
		margin-top: -10px;

		background-color: color-form;
		color: color-link;
		border-radius: 20px;
		cursor: pointer;

		text-align: center;
		vertical-align: middle;

		.icon-default, .icon-trash {
			font-size: em(30px);
			line-height: rem(40px);
		}
		.icon-trash {
			content: iconNq.trash
		}
	}

	.edit-action {
		.icon-default:before {
			content: iconNq.pencil;
		}
	}

	.close-action {
		.icon-default:before {
			content: iconNq.close-strong;
		}
	}*/
/*.form-separator {
		display: block;
		width: 100%;
		height: 1px;
		border: 1px solid color-form;
	}*/
}
.form-block .form-block-title {
  font-weight: 500;
}
@media only screen and (min-width: 64em) {
  .form-block .form-block-title {
    font-weight: 400;
  }
}
.form-block .edit-action,
.form-block .close-action {
  float: right;
  border-radius: 20px;
  font-size: 187.5%;
  margin-top: -8px;
  margin-top: -0.5rem;
  cursor: pointer;
}
.form-block .edit-action.icon-default:before {
  content: "\E834";
}
.form-block .close-action.icon-default:before {
  content: "\E802";
}
.form-block.gmd-6 {
  border-bottom: 0;
}
.form-block .gmd-12 {
  width: 100%;
  float: none;
  display: inline-block;
}
.form-block .gmd-12 .shipping-new {
  float: left;
}
.form-block .shipping-form {
  position: relative;
}
.form-block .shipping-form .shipping-actions {
  position: absolute;
  top: 0px;
  right: 0px;
}
.form-block .shipping-form .shipping-actions >div {
  float: right;
}
.form-no-editable .form-item {
  width: 100%;
}
.form-no-editable .form-item div {
  margin-left: 0px !important;
}
.form-no-editable .form-item input,
.form-no-editable .form-item select,
.form-no-editable .form-item textarea {
  border: 0;
  display: block;
}
.form-no-editable .form-item input,
.form-no-editable .form-item label {
  padding: 0;
}
.form-block-title {
  font-size: 112.5%;
  font-weight: 400;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media only screen and (min-width: 64em) {
  .form-block-title {
    font-weight: 300;
    margin-top: 44px;
    margin-top: 2.75rem;
  }
}
.select-loading {
  display: none;
}
.form-loading select {
  display: none;
}
.form-loading .select-loading {
  display: block;
}
.form-loading .hidden-loading {
  display: none;
}
.form-profile .form-container,
.form-redeem-physical .form-container {
  zoom: 1;
}
.form-profile .form-container:before,
.form-redeem-physical .form-container:before,
.form-profile .form-container:after,
.form-redeem-physical .form-container:after {
  content: "";
  display: table;
}
.form-profile .form-container:after,
.form-redeem-physical .form-container:after {
  clear: both;
}
@media only screen and (min-width: 64em) {
  .form-profile .form-container > div.gmd-6:nth-child(even) > div,
  .form-redeem-physical .form-container > div.gmd-6:nth-child(even) > div {
    margin-left: 0.9375em;
  }
  .form-profile .form-container > div.gmd-6:nth-child(odd) > div,
  .form-redeem-physical .form-container > div.gmd-6:nth-child(odd) > div {
    margin-right: 0.9375em;
  }
}
.form-profile .form-container .location-field,
.form-redeem-physical .form-container .location-field {
  width: 100%;
}
.form-profile .form-container .location-field > div,
.form-redeem-physical .form-container .location-field > div {
  width: 100%;
  margin-left: 0px !important;
}
@media only screen and (min-width: 64em) {
  .form-profile .form-container .location-field > div,
  .form-redeem-physical .form-container .location-field > div {
    width: 50%;
  }
}
.form-profile .form-control,
.form-redeem-physical .form-control {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.form-profile .form-item,
.form-redeem-physical .form-item {
  margin-bottom: 1.875em;
}
.form-profile .form-item:nth-child(even),
.form-redeem-physical .form-item:nth-child(even) {
  clear: right;
}
.form-profile .form-item:nth-child(odd),
.form-redeem-physical .form-item:nth-child(odd) {
  clear: left;
}
.form-profile input,
.form-redeem-physical input,
.form-profile select,
.form-redeem-physical select {
  width: 100%;
}
.form-profile select,
.form-redeem-physical select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-repeat: no-repeat;
  background-position: 95% center;
}
.form-profile button,
.form-redeem-physical button {
  width: 100%;
  margin-bottom: 1.625em;
}
.form-profile .mark-as-default,
.form-redeem-physical .mark-as-default {
  cursor: pointer;
}
.form-profile .mark-as-default .icon-checked,
.form-redeem-physical .mark-as-default .icon-checked {
  font-size: 156.25%;
}
.form-profile .mark-as-default .check-bullet,
.form-redeem-physical .mark-as-default .check-bullet {
  float: left;
  margin: -2px 4px 0 0;
  padding-left: 2px;
  width: 25px;
  height: 25px;
  display: block;
}
@media only screen and (min-width: 64em) {
  .form-profile button,
  .form-redeem-physical button {
    width: auto;
  }
  .form-profile button:first-child,
  .form-redeem-physical button:first-child {
    float: right;
  }
}
.form-redeem-controls .form-control-confianza {
  padding-bottom: 0;
}
.has-error .error {
  position: relative;
}
.has-error .error > div {
  position: absolute;
  top: 10px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 0 0.75em;
}
.input-birthday {
  position: relative;
  border-radius: 50px;
  border: 1px solid;
  text-align: center;
  width: 64%;
}
.input-birthday > div {
  display: inline-block;
}
.input-birthday input {
  width: 25%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
  border-size: 0;
  border-radius: 0;
}
.input-birthday input.input-birthday-year {
  width: 36%;
}
.input-birthday.error {
  -webkit-transition: border-color 0.5s ease-in;
  -moz-transition: border-color 0.5s ease-in;
  -o-transition: border-color 0.5s ease-in;
  -ms-transition: border-color 0.5s ease-in;
  transition: border-color 0.5s ease-in;
}
.input-group {
  position: relative;
}
.input-group [class^="icon-"],
.input-group [class*=" icon-"] {
  position: absolute;
  font-size: 187.5%;
  margin-left: 0.5em;
  top: 8px;
  top: 0.5rem;
}
.input-group input[type="text"],
.input-group input[type="number"],
.input-group input.legacy[type="email"],
.input-group input[type="password"] {
  padding-left: 2.8125em;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  zoom: 1;
  max-width: 95%;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 'error - unscaled') {
  .container {
    max-width: 95%;
  }
}
@media only screen and (min-width: 30em) {
  .container {
    max-width: 95%;
  }
}
@media only screen and (min-width: 40em) {
  .container {
    max-width: 95%;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    max-width: 90%;
  }
}
@media only screen and (min-width: 81em) {
  .container {
    max-width: 81.25em;
  }
}
@media only screen and (min-width: 120em) {
  .container {
    max-width: 81.25em;
  }
}
.container-medium {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  zoom: 1;
  max-width: 100%;
}
.container-medium:before,
.container-medium:after {
  content: "";
  display: table;
}
.container-medium:after {
  clear: both;
}
@media only screen and (min-width: 'error - unscaled') {
  .container-medium {
    max-width: 100%;
  }
}
@media only screen and (min-width: 30em) {
  .container-medium {
    max-width: 100%;
  }
}
@media only screen and (min-width: 40em) {
  .container-medium {
    max-width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .container-medium {
    max-width: 90%;
  }
}
@media only screen and (min-width: 81em) {
  .container-medium {
    max-width: 62.5em;
  }
}
@media only screen and (min-width: 120em) {
  .container-medium {
    max-width: 62.5em;
  }
}
.container-static {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  zoom: 1;
  max-width: 90%;
}
.container-static:before,
.container-static:after {
  content: "";
  display: table;
}
.container-static:after {
  clear: both;
}
@media only screen and (min-width: 'error - unscaled') {
  .container-static {
    max-width: 90%;
  }
}
@media only screen and (min-width: 30em) {
  .container-static {
    max-width: 90%;
  }
}
@media only screen and (min-width: 40em) {
  .container-static {
    max-width: 90%;
  }
}
@media only screen and (min-width: 64em) {
  .container-static {
    max-width: 90%;
  }
}
@media only screen and (min-width: 81em) {
  .container-static {
    max-width: 52.5em;
  }
}
@media only screen and (min-width: 120em) {
  .container-static {
    max-width: 52.5em;
  }
}
.container-grid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  zoom: 1;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  width: 18.6875em;
}
.container-grid:before,
.container-grid:after {
  content: "";
  display: table;
}
.container-grid:after {
  clear: both;
}
@media only screen and (min-width: 30em) {
  .container-grid {
    width: auto;
    max-width: 95%;
  }
}
@media only screen and (min-width: 40em) {
  .container-grid {
    width: 39em;
    max-width: none;
  }
}
@media only screen and (min-width: 64em) {
  .container-grid {
    width: 60.9375em;
  }
}
@media only screen and (min-width: 81em) {
  .container-grid {
    width: 81.5em;
  }
}
@media only screen and (min-width: 120em) {
  .container-grid {
    width: 81.5em;
  }
}
@media only screen and (min-width: 81em) {
  .grid-section-draw {
    width: 60.9375em;
  }
}
@media only screen and (min-width: 120em) {
  .grid-section-draw {
    width: 60.9375em;
  }
}
.gxs-1 {
  width: 8.333333333333332%;
  float: left;
}
.gxs-1-opposite {
  width: 8.333333333333332%;
  float: right;
}
.gxs-2 {
  width: 16.666666666666664%;
  float: left;
}
.gxs-2-opposite {
  width: 16.666666666666664%;
  float: right;
}
.gxs-3 {
  width: 25%;
  float: left;
}
.gxs-3-opposite {
  width: 25%;
  float: right;
}
.gxs-4 {
  width: 33.33333333333333%;
  float: left;
}
.gxs-4-opposite {
  width: 33.33333333333333%;
  float: right;
}
.gxs-5 {
  width: 41.66666666666667%;
  float: left;
}
.gxs-5-opposite {
  width: 41.66666666666667%;
  float: right;
}
.gxs-6 {
  width: 50%;
  float: left;
}
.gxs-6-opposite {
  width: 50%;
  float: right;
}
.gxs-7 {
  width: 58.333333333333336%;
  float: left;
}
.gxs-7-opposite {
  width: 58.333333333333336%;
  float: right;
}
.gxs-8 {
  width: 66.66666666666666%;
  float: left;
}
.gxs-8-opposite {
  width: 66.66666666666666%;
  float: right;
}
.gxs-9 {
  width: 75%;
  float: left;
}
.gxs-9-opposite {
  width: 75%;
  float: right;
}
.gxs-10 {
  width: 83.33333333333334%;
  float: left;
}
.gxs-10-opposite {
  width: 83.33333333333334%;
  float: right;
}
.gxs-11 {
  width: 91.66666666666666%;
  float: left;
}
.gxs-11-opposite {
  width: 91.66666666666666%;
  float: right;
}
.gxs-12 {
  width: 100%;
  float: left;
}
.gxs-12-opposite {
  width: 100%;
  float: right;
}
@media only screen and (min-width: 30em) {
  .gs-1 {
    width: 8.333333333333332%;
    float: left;
  }
  .gs-1-opposite {
    width: 8.333333333333332%;
    float: right;
  }
  .gs-2 {
    width: 16.666666666666664%;
    float: left;
  }
  .gs-2-opposite {
    width: 16.666666666666664%;
    float: right;
  }
  .gs-3 {
    width: 25%;
    float: left;
  }
  .gs-3-opposite {
    width: 25%;
    float: right;
  }
  .gs-4 {
    width: 33.33333333333333%;
    float: left;
  }
  .gs-4-opposite {
    width: 33.33333333333333%;
    float: right;
  }
  .gs-5 {
    width: 41.66666666666667%;
    float: left;
  }
  .gs-5-opposite {
    width: 41.66666666666667%;
    float: right;
  }
  .gs-6 {
    width: 50%;
    float: left;
  }
  .gs-6-opposite {
    width: 50%;
    float: right;
  }
  .gs-7 {
    width: 58.333333333333336%;
    float: left;
  }
  .gs-7-opposite {
    width: 58.333333333333336%;
    float: right;
  }
  .gs-8 {
    width: 66.66666666666666%;
    float: left;
  }
  .gs-8-opposite {
    width: 66.66666666666666%;
    float: right;
  }
  .gs-9 {
    width: 75%;
    float: left;
  }
  .gs-9-opposite {
    width: 75%;
    float: right;
  }
  .gs-10 {
    width: 83.33333333333334%;
    float: left;
  }
  .gs-10-opposite {
    width: 83.33333333333334%;
    float: right;
  }
  .gs-11 {
    width: 91.66666666666666%;
    float: left;
  }
  .gs-11-opposite {
    width: 91.66666666666666%;
    float: right;
  }
  .gs-12 {
    width: 100%;
    float: left;
  }
  .gs-12-opposite {
    width: 100%;
    float: right;
  }
}
@media only screen and (min-width: 40em) {
  .gsm-1 {
    width: 8.333333333333332%;
    float: left;
  }
  .gsm-1-opposite {
    width: 8.333333333333332%;
    float: right;
  }
  .gsm-2 {
    width: 16.666666666666664%;
    float: left;
  }
  .gsm-2-opposite {
    width: 16.666666666666664%;
    float: right;
  }
  .gsm-3 {
    width: 25%;
    float: left;
  }
  .gsm-3-opposite {
    width: 25%;
    float: right;
  }
  .gsm-4 {
    width: 33.33333333333333%;
    float: left;
  }
  .gsm-4-opposite {
    width: 33.33333333333333%;
    float: right;
  }
  .gsm-5 {
    width: 41.66666666666667%;
    float: left;
  }
  .gsm-5-opposite {
    width: 41.66666666666667%;
    float: right;
  }
  .gsm-6 {
    width: 50%;
    float: left;
  }
  .gsm-6-opposite {
    width: 50%;
    float: right;
  }
  .gsm-7 {
    width: 58.333333333333336%;
    float: left;
  }
  .gsm-7-opposite {
    width: 58.333333333333336%;
    float: right;
  }
  .gsm-8 {
    width: 66.66666666666666%;
    float: left;
  }
  .gsm-8-opposite {
    width: 66.66666666666666%;
    float: right;
  }
  .gsm-9 {
    width: 75%;
    float: left;
  }
  .gsm-9-opposite {
    width: 75%;
    float: right;
  }
  .gsm-10 {
    width: 83.33333333333334%;
    float: left;
  }
  .gsm-10-opposite {
    width: 83.33333333333334%;
    float: right;
  }
  .gsm-11 {
    width: 91.66666666666666%;
    float: left;
  }
  .gsm-11-opposite {
    width: 91.66666666666666%;
    float: right;
  }
  .gsm-12 {
    width: 100%;
    float: left;
  }
  .gsm-12-opposite {
    width: 100%;
    float: right;
  }
}
@media only screen and (min-width: 64em) {
  .gmd-1 {
    width: 8.333333333333332%;
    float: left;
  }
  .gmd-1-opposite {
    width: 8.333333333333332%;
    float: right;
  }
  .gmd-2 {
    width: 16.666666666666664%;
    float: left;
  }
  .gmd-2-opposite {
    width: 16.666666666666664%;
    float: right;
  }
  .gmd-3 {
    width: 25%;
    float: left;
  }
  .gmd-3-opposite {
    width: 25%;
    float: right;
  }
  .gmd-4 {
    width: 33.33333333333333%;
    float: left;
  }
  .gmd-4-opposite {
    width: 33.33333333333333%;
    float: right;
  }
  .gmd-5 {
    width: 41.66666666666667%;
    float: left;
  }
  .gmd-5-opposite {
    width: 41.66666666666667%;
    float: right;
  }
  .gmd-6 {
    width: 50%;
    float: left;
  }
  .gmd-6-opposite {
    width: 50%;
    float: right;
  }
  .gmd-7 {
    width: 58.333333333333336%;
    float: left;
  }
  .gmd-7-opposite {
    width: 58.333333333333336%;
    float: right;
  }
  .gmd-8 {
    width: 66.66666666666666%;
    float: left;
  }
  .gmd-8-opposite {
    width: 66.66666666666666%;
    float: right;
  }
  .gmd-9 {
    width: 75%;
    float: left;
  }
  .gmd-9-opposite {
    width: 75%;
    float: right;
  }
  .gmd-10 {
    width: 83.33333333333334%;
    float: left;
  }
  .gmd-10-opposite {
    width: 83.33333333333334%;
    float: right;
  }
  .gmd-11 {
    width: 91.66666666666666%;
    float: left;
  }
  .gmd-11-opposite {
    width: 91.66666666666666%;
    float: right;
  }
  .gmd-12 {
    width: 100%;
    float: left;
  }
  .gmd-12-opposite {
    width: 100%;
    float: right;
  }
}
@media only screen and (min-width: 81em) {
  .glg-1 {
    width: 8.333333333333332%;
    float: left;
  }
  .glg-1-opposite {
    width: 8.333333333333332%;
    float: right;
  }
  .glg-2 {
    width: 16.666666666666664%;
    float: left;
  }
  .glg-2-opposite {
    width: 16.666666666666664%;
    float: right;
  }
  .glg-3 {
    width: 25%;
    float: left;
  }
  .glg-3-opposite {
    width: 25%;
    float: right;
  }
  .glg-4 {
    width: 33.33333333333333%;
    float: left;
  }
  .glg-4-opposite {
    width: 33.33333333333333%;
    float: right;
  }
  .glg-5 {
    width: 41.66666666666667%;
    float: left;
  }
  .glg-5-opposite {
    width: 41.66666666666667%;
    float: right;
  }
  .glg-6 {
    width: 50%;
    float: left;
  }
  .glg-6-opposite {
    width: 50%;
    float: right;
  }
  .glg-7 {
    width: 58.333333333333336%;
    float: left;
  }
  .glg-7-opposite {
    width: 58.333333333333336%;
    float: right;
  }
  .glg-8 {
    width: 66.66666666666666%;
    float: left;
  }
  .glg-8-opposite {
    width: 66.66666666666666%;
    float: right;
  }
  .glg-9 {
    width: 75%;
    float: left;
  }
  .glg-9-opposite {
    width: 75%;
    float: right;
  }
  .glg-10 {
    width: 83.33333333333334%;
    float: left;
  }
  .glg-10-opposite {
    width: 83.33333333333334%;
    float: right;
  }
  .glg-11 {
    width: 91.66666666666666%;
    float: left;
  }
  .glg-11-opposite {
    width: 91.66666666666666%;
    float: right;
  }
  .glg-12 {
    width: 100%;
    float: left;
  }
  .glg-12-opposite {
    width: 100%;
    float: right;
  }
}
@media only screen and (min-width: 120em) {
  .gxl-1 {
    width: 8.333333333333332%;
    float: left;
  }
  .gxl-1-opposite {
    width: 8.333333333333332%;
    float: right;
  }
  .gxl-2 {
    width: 16.666666666666664%;
    float: left;
  }
  .gxl-2-opposite {
    width: 16.666666666666664%;
    float: right;
  }
  .gxl-3 {
    width: 25%;
    float: left;
  }
  .gxl-3-opposite {
    width: 25%;
    float: right;
  }
  .gxl-4 {
    width: 33.33333333333333%;
    float: left;
  }
  .gxl-4-opposite {
    width: 33.33333333333333%;
    float: right;
  }
  .gxl-5 {
    width: 41.66666666666667%;
    float: left;
  }
  .gxl-5-opposite {
    width: 41.66666666666667%;
    float: right;
  }
  .gxl-6 {
    width: 50%;
    float: left;
  }
  .gxl-6-opposite {
    width: 50%;
    float: right;
  }
  .gxl-7 {
    width: 58.333333333333336%;
    float: left;
  }
  .gxl-7-opposite {
    width: 58.333333333333336%;
    float: right;
  }
  .gxl-8 {
    width: 66.66666666666666%;
    float: left;
  }
  .gxl-8-opposite {
    width: 66.66666666666666%;
    float: right;
  }
  .gxl-9 {
    width: 75%;
    float: left;
  }
  .gxl-9-opposite {
    width: 75%;
    float: right;
  }
  .gxl-10 {
    width: 83.33333333333334%;
    float: left;
  }
  .gxl-10-opposite {
    width: 83.33333333333334%;
    float: right;
  }
  .gxl-11 {
    width: 91.66666666666666%;
    float: left;
  }
  .gxl-11-opposite {
    width: 91.66666666666666%;
    float: right;
  }
  .gxl-12 {
    width: 100%;
    float: left;
  }
  .gxl-12-opposite {
    width: 100%;
    float: right;
  }
}
.col4 {
  width: 25%;
}
.col3 {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .col3 {
    width: 33.333333333333336%;
  }
}
.container-int {
  width: 100%;
  zoom: 1;
  overflow-x: none;
  overflow-y: auto;
}
.container-int:before,
.container-int:after {
  content: "";
  display: table;
}
.container-int:after {
  clear: both;
}
@font-face {
  font-family: 'Nicequest';
  src: url("/fonts/Nicequest.eot?j2ezol");
  src: url("/fonts/Nicequest.eot?j2ezol#iefix") format('embedded-opentype'), url("/fonts/Nicequest.ttf?j2ezol") format('truetype'), url("/fonts/Nicequest.woff?j2ezol") format('woff'), url("/fonts/Nicequest.svg?j2ezol#nicequest") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
.icon-default {
  font-family: 'Nicequest';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\E800";
}
.icon-plus:before {
  content: "\E801";
}
.icon-close-strong:before {
  content: "\E802";
}
.icon-search:before {
  content: "\E803";
}
.icon-target:before {
  content: "\E804";
}
.icon-arrow-left:before {
  content: "\E805";
}
.icon-minus:before {
  content: "\E806";
}
.icon-slider-left:before {
  content: "\E807";
}
.icon-slider-right:before {
  content: "\E808";
}
.icon-checked:before {
  content: "\E809";
}
.icon-location:before {
  content: "\E80A";
}
.icon-carrier:before {
  content: "\E80B";
}
.icon-plane:before {
  content: "\E80C";
}
.icon-quotation:before {
  content: "\E80D";
}
.icon-survey:before {
  content: "\E80E";
}
.icon-profile:before {
  content: "\E80F";
}
.icon-historical:before {
  content: "\E810";
}
.icon-premium:before {
  content: "\E923";
}
.icon-gift-target:before {
  content: "\E812";
}
.icon-star:before {
  content: "\E813";
}
.icon-home:before {
  content: "\E814";
}
.icon-baby:before {
  content: "\E815";
}
.icon-style:before {
  content: "\E816";
}
.icon-culture:before {
  content: "\E817";
}
.icon-leisure:before {
  content: "\E818";
}
.icon-electronic:before {
  content: "\E819";
}
.icon-appliance:before {
  content: "\E81A";
}
.icon-eat:before {
  content: "\E81B";
}
.icon-course:before {
  content: "\E81C";
}
.icon-card:before {
  content: "\E81D";
}
.icon-pet:before {
  content: "\E81E";
}
.icon-mail:before {
  content: "\E81F";
}
.icon-look:before {
  content: "\E820";
}
.icon-trash:before {
  content: "\E821";
}
.icon-win:before {
  content: "\E822";
}
.icon-caracola:before {
  content: "\E823";
}
.icon-social:before {
  content: "\E824";
}
.icon-share:before {
  content: "\E825";
}
.icon-facebook:before {
  content: "\E826";
}
.icon-twitter:before {
  content: "\E827";
}
.icon-google-plus:before {
  content: "\E828";
}
.icon-nicequest-app:before {
  content: "\E829";
}
.icon-youtube:before {
  content: "\E82A";
}
.icon-facebook-clear:before {
  content: "\E82B";
}
.icon-blog:before {
  content: "\E829";
}
.icon-crown:before {
  content: "\E82C";
}
.icon-run:before {
  content: "\E82D";
}
.icon-close-light:before {
  content: "\E82E";
}
.icon-strong:before {
  content: "\E82F";
}
.icon-target-light:before {
  content: "\E830";
}
.icon-cursor-screen:before {
  content: "\E831";
}
.icon-gift-light:before {
  content: "\E832";
}
.icon-niceicons-52:before {
  content: "\E833";
}
.icon-pencil:before {
  content: "\E834";
}
.icon-dialog:before {
  content: "\E835";
}
.icon-signal:before {
  content: "\E836";
}
.icon-unsubscribe:before {
  content: "\E837";
}
.icon-hand:before {
  content: "\E900";
}
.icon-foot-bottle:before {
  content: "\E901";
}
.icon-foot-basket:before {
  content: "\E902";
}
.icon-bike:before {
  content: "\E903";
}
.icon-astronaut:before {
  content: "\E904";
}
.icon-phone:before {
  content: "\E905";
}
.icon-paper:before {
  content: "\E906";
}
.icon-shield:before {
  content: "\E907";
}
.icon-dumbbells:before {
  content: "\E908";
}
.icon-tools:before {
  content: "\E909";
}
.icon-leaf:before {
  content: "\E90A";
}
.icon-funnel:before {
  content: "\E90B";
}
.icon-usb:before {
  content: "\E90C";
}
.icon-chrono:before {
  content: "\E90D";
}
.icon-energy:before {
  content: "\E90E";
}
.icon-movie:before {
  content: "\E90F";
}
.icon-date:before {
  content: "\E910";
}
.icon-chair:before {
  content: "\E911";
}
.icon-globe:before {
  content: "\E912";
}
.icon-flower:before {
  content: "\E913";
}
.icon-pen:before {
  content: "\E914";
}
.icon-paper-small:before {
  content: "\E915";
}
.icon-console:before {
  content: "\E916";
}
.icon-building:before {
  content: "\E917";
}
.icon-printer:before {
  content: "\E918";
}
.icon-play:before {
  content: "\E919";
}
.icon-eye:before {
  content: "\E91A";
}
.icon-ribbon:before {
  content: "\E91B";
}
.icon-person:before {
  content: "\E91C";
}
.icon-clover:before {
  content: "\E91D";
}
.icon-plug:before {
  content: "\E91E";
}
.icon-envelope:before {
  content: "\E91F";
}
.icon-clock:before {
  content: "\E920";
}
.icon-compass:before {
  content: "\E921";
}
.icon-box:before {
  content: "\E922";
}
.icon-premium-full:before {
  content: "\E924";
}
.icon-dialog-full:before {
  content: "\E925";
}
.icon-personal-card:before {
  content: "\E926";
}
.icon-personal-card-full:before {
  content: "\E927";
}
.icon-calendar:before {
  content: "\E928";
}
.icon-smartphone:before {
  content: "\E929";
}
.icon-desktop:before {
  content: "\E92A";
}
.icon-tablet:before {
  content: "\E92B";
}
.icon-top-arrow:before {
  content: "\E92C";
}
.icon-instagram:before {
  content: "\E92D";
}
.icon-arrow-down:before {
  content: "\E92E";
}
.icon-config:before {
  content: "\E92F";
}
.icon-download:before {
  content: "\E930";
}
.icon-plus-stroke:before {
  content: "\E931";
}
.icon-printables:before {
  content: "\E932";
}
.icon-look-ok:before {
  content: "\E933";
}
.icon-offers:before {
  content: "\E934";
}
.icon {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: normal;
}
.icm {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.icmg {
  display: inline-block;
  position: relative;
  width: 129px;
  height: 65px;
}
@media only screen and (min-width: 64em) {
  .icmg {
    width: 288px;
    height: 145px;
  }
}
.icmg.imcg-error {
  width: 197px;
  height: 45px;
}
@media only screen and (min-width: 64em) {
  .icmg.imcg-error {
    width: 441px;
    height: 103px;
  }
}
.icmg-mail {
  background: url("/img/templates/default/message-mail.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.icmg-glass {
  background: url("/img/templates/default/message-glass.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.icmg-ribbon {
  background: url("/img/templates/default/message-ribbon.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.icmg-plane {
  background: url("/img/templates/default/message-plane.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.icmg-error500 {
  background: url("/img/templates/default/message-error-500.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.icmg-resetPasswordOk {
  background: url("/img/templates/default/message-reset-password-ok.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.icmg-sanction {
  background: url("/img/templates/default/message-saction.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.icios {
  width: 250px;
  height: 180px;
  display: inline-block;
}
.icios-init {
  background: url("/img/ios/bck-init.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.icios-error {
  background: url("/img/ios/bck-error.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.icios-success {
  background: url("/img/ios/bck-success.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.icm-global {
  background: url("/img/templates/default/icon-global-korus.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.icm-caracola {
  background-position: 0 50%;
  width: 27px;
  height: 27px;
}
.icm-caracola.navuser {
  width: 32px;
  height: 32px;
  float: right;
}
.icm-profile {
  background-position: 50% 50%;
}
.icm-profile.navuser {
  width: 40px;
  height: 41px;
}
.icm-profile.profile {
  width: 200px;
  height: 200px;
}
.icm-profile.female {
  background-position: 50% 50%;
}
.icm-profile.male {
  background-position: 100% 50%;
}
.ica {
  font-size: 600%;
}
.ica [class^="icon-"],
.ica [class*=" icon-"] {
  position: relative;
  padding: 5px;
  border-radius: 50%;
}
.ica [class^="icon-"]:after,
.ica [class*=" icon-"]:after {
  content: '';
  position: absolute;
  top: -9px;
  left: -9px;
  bottom: -9px;
  right: -9px;
  border: 2px solid;
  border-radius: 50%;
  width: 124px;
  height: 124px;
}
.ica [class^="icon-"]:before,
.ica [class*=" icon-"]:before {
  position: relative;
  top: -3px;
  relative: top -0.1875rem;
  position: relative;
  top: -0.1875rem;
}
@media only screen and (min-width: 64em) {
  .ica-aminated [class^="icon-"],
  .information-nq .col-fluid:hover .ica [class^="icon-"],
  .ica-aminated [class*=" icon-"],
  .information-nq .col-fluid:hover .ica [class*=" icon-"] {
    padding: 14px;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    -ms-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-delay: 0sg;
    -moz-transition-delay: 0sg;
    -o-transition-delay: 0sg;
    -ms-transition-delay: 0sg;
    transition-delay: 0sg;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .ica-aminated [class^="icon-"]:after,
  .information-nq .col-fluid:hover .ica [class^="icon-"]:after,
  .ica-aminated [class*=" icon-"]:after,
  .information-nq .col-fluid:hover .ica [class*=" icon-"]:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0;
  }
}
.icon-session {
  height: 22px;
  width: 22px;
  background: url("/img/templates/default/icon-navbar-session.png") no-repeat;
}
.icon-session.icon-send {
  background-position: -35px 0;
  width: 35px;
}
.icon-users {
  background: url("/img/templates/default/icon-user.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 23px;
  height: 23px;
}
@media only screen and (min-width: 64em) {
  .icon-users {
    width: 29px;
    height: 29px;
  }
}
.icon-menu {
  background-position: 50% 0;
}
.icon-search-ng {
  background-position: 50% 28.571428571428573%;
}
.icon-user {
  background-position: 50% 42.85714285714286%;
}
.icon-wish {
  background-position: 50% 57.142857142857146%;
}
.icon-wish {
  background-position: 50% 57.142857142857146%;
}
.icon-wish-ng {
  background-position: 50% 71.42857142857143%;
}
.icon-wish-notice {
  background-position: 50% 85.71428571428572%;
}
.icon-wish-success {
  background-position: 50% 100%;
}
.icon-global {
  width: 20px;
  height: 20px;
  background: url("/img/templates/default/icon-global.svg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.icon-global.icon-lft-arrow {
  background-position: 50% 0;
}
.icon-confianza {
  display: block;
  width: 200px;
  width: 12.5rem;
  height: 40px;
  height: 2.5rem;
  background: url("/img/templates/default/icon-confianza.svg") no-repeat;
}
a {
  text-decoration: none;
}
.highlight {
  font-weight: 700;
}
.lnk-disabled {
  cursor: default;
}
.blur,
.init-loading #header,
.init-loading #main,
.init-loading #footer,
.init-loading #dialogs > * {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.init-loading #header {
  position: relative;
  z-index: 10;
}
#loading,
.loading-component {
  position: fixed;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#loading > div,
.loading-component > div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.loading-banner {
  background-color: rgba(34,36,50,0.08);
}
.nav {
  text-align: center;
}
.nav-tabs {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-tabs:before,
.nav-tabs:after {
  content: "";
  display: table;
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs > li {
  float: left;
}
.curtains .curtain {
  width: 100%;
  line-height: 37px;
  text-align: center;
  position: relative;
  zoom: 1;
}
.curtains .curtain:before,
.curtains .curtain:after {
  content: "";
  display: table;
}
.curtains .curtain:after {
  clear: both;
}
.curtains .curtain .curtain-message {
  display: inline-block;
  font-size: 87.5%;
  cursor: pointer;
}
.curtains .curtain .curtain-message .icon {
  float: left;
  font-size: 30px;
}
@media only screen and (min-width: 64em) {
  .curtains .curtain .curtain-message {
    font-size: 100%;
  }
}
.curtains .curtain .curtain-close {
  margin: 0.8125em 1em;
  line-height: 1;
  float: right;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
.curtains .curtain .curtain-close span {
  font-size: 14px;
  font-size: 0.875rem;
}
.curtains .curtain-premium-proposal,
.curtains .curtain-premium-complete {
  position: relative;
  font-weight: 700;
}
@media only screen and (min-width: 64em) {
  .curtains .curtain-premium-proposal,
  .curtains .curtain-premium-complete {
    padding: 0.25em 2.562em;
  }
}
.nav-session {
  font-size: 90%;
/*a {
		color: text-color-negative;
	}*/
}
.nav-session [class^="icon-"],
.nav-session [class*=" icon-"] {
  font-size: 187.5%;
  float: left;
}
.nav-session > a {
  display: none;
  font-weight: 700;
}
.nav-session > a:first-child {
  float: left;
}
.nav-session > a:first-child span:last-child {
  line-height: 1.875em;
}
.nav-session > a:last-child {
  float: right;
  padding-top: 4px;
}
@media only screen and (min-width: 64em) {
  .nav-session > span,
  .nav-session > a {
    display: inline-block;
  }
}
.nav-session .send-message {
  display: inline-block;
}
.nav-session .send-message [class^="icon-"],
.nav-session .send-message [class*=" icon-"] {
  margin-top: -0.125em;
  margin-right: 0.125em;
}
.nav-session .send-message > a {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0.8125em 1em;
}
.nav-session .send-message > a [class^="icon-"],
.nav-session .send-message > a [class*=" icon-"] {
  font-size: 87.5%;
}
@media only screen and (min-width: 64em) {
  .nav-session .send-message {
    padding-top: 0.23em;
  }
}
.nav-session > span > a {
  float: right;
  font-size: 110%;
  margin: 0.33em 1.66em 0 0;
}
@media only screen and (min-width: 64em) {
  .nav-session {
    font-size: 100%;
  }
  .nav-session > span > a {
    display: none;
  }
}
.nav-user {
/*&.user-login {

		background-color: color-detail;

		+media-breakpoint( default-media ) {
			background-color: color-negative;
		}
	}*/
  width: 100%;
  zoom: 1;
}
.nav-user:before,
.nav-user:after {
  content: "";
  display: table;
}
.nav-user:after {
  clear: both;
}
@media only screen and (min-width: 64em) {
  .nav-user > ul:first-child {
    display: none;
  }
}
.nav-user-int .nav-logotype-user {
  display: none;
}
@media only screen and (min-width: 64em) {
  .nav-user-int .nav-logotype-user,
  .nav-user-int .nav-logotype {
    display: inline-block;
  }
}
.nav-animated,
.navbar-fixed .nav-user-int .nav-types > div > a,
.navbar-fixed .nav-user-int .navbar-nav > li > a,
.navbar-fixed .nav-user-int .navbar-nav > li > span {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0sg;
  -moz-transition-delay: 0sg;
  -o-transition-delay: 0sg;
  -ms-transition-delay: 0sg;
  transition-delay: 0sg;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}
.navbar-nav {
  margin: 0;
  padding: 0;
  float: left;
}
.navbar-nav > li {
  list-style: none;
  float: left;
  display: block;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .navbar-nav > li.profile-item a {
    padding-bottom: 0.8em;
  }
}
.navbar-nav > li > a {
  display: block;
  padding: 6px 6px;
  padding: 0.375rem 5px;
  padding: 0.375rem 0.3125rem;
  height: 55px;
  height: 3.4375rem;
}
.navbar-nav > li > a [class^="icon-"],
.navbar-nav > li > a [class*=" icon-"] {
  font-size: 2.5em;
}
@media only screen and (min-width: 40em) {
  .navbar-nav > li > a {
    padding: 6px 6px;
    padding: 0.375rem 14px;
    padding: 0.375rem 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .navbar-nav > li > a {
    padding: 17px 17px;
    padding: 1.0625rem 20px;
    padding: 1.0625rem 1.25rem;
    height: 76px;
    height: 4.75rem;
  }
}
.navbar-nav > li .amount {
  display: inline-block;
  font-size: 1.375em;
  padding: 8px 8px 8px 8px;
  padding: 0.5rem 8px 8px 8px;
  padding: 0.5rem 0.5rem 14px 14px;
  padding: 0.5rem 0.5rem 0.875rem 9px;
  padding: 0.5rem 0.5rem 0.875rem 0.5625rem;
}
@media only screen and (min-width: 40em) {
  .navbar-nav > li .amount {
    padding: 0.35em 0.875em 0.65em 0.875em;
  }
}
@media only screen and (min-width: 64em) {
  .navbar-nav > li .amount {
    height: 76px;
    height: 4.75rem;
    padding: 19px 19px;
    padding: 1.1875rem 20px;
    padding: 1.1875rem 1.25rem;
  }
}
.navbar-nav > li > a,
.navbar-nav > li .amount {
  border-right-width: 1px;
  border-right-style: solid;
/*+media-breakpoint( default-media ) {
				background: transparent;
				border-right-color: color-detail;
			}*/
}
.nav-right {
  float: right;
}
.nav-right li > a,
.nav-right li .amount {
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: none;
/*+media-breakpoint( default-media ) {
				border-left-color: color-detail;
			}*/
}
.nav-right li:first-child > a {
  border-left-width: 1px;
  border-left-style: solid;
/*+media-breakpoint( 'sm' ) {
					border-left-width: 1px;
					border-left-style: solid;
				}*/
}
.nav-types {
  display: none;
}
@media only screen and (min-width: 64em) {
  .nav-types {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
  }
  .nav-types > div {
    float: left;
  }
  .nav-types > div > a {
    position: relative;
    float: left;
    margin: 1.75em 1.5em 0 1.5em;
    font-size: 93.75%;
    text-transform: uppercase;
  }
  .nav-types > div > a:hover {
    font-weight: 700;
  }
  .nav-types > li {
    list-style: none;
    float: left;
    display: block;
    position: relative;
    margin: 2.3em 1.5em;
  }
  .nav-types > li > a {
    font-size: 90%;
    text-transform: uppercase;
  }
  .nav-types > li > a:hover {
    font-weight: 700;
  }
}
.nav-type-child:after {
  display: none;
  bottom: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -70px;
}
.nav-type-selected:after,
.nav-type-open:after {
  display: inline-block;
}
.nav-type-selected > a,
.nav-type-open > a {
  font-weight: 700;
}
.nav-type-selected .navbar-categories,
.nav-type-open .navbar-categories {
  display: block;
}
.nav-profile {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.nav-profile li > a {
/*border-left:1px solid color-detail-border;
			border-right:1px solid color-detail-border;
			border-bottom: 1px solid color-negative;*/
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: table;
  float: left;
  width: 100%;
  white-space: nowrap;
  padding: 20px 20px;
  padding: 1.25rem 18px;
  padding: 1.25rem 1.125rem;
  text-transform: uppercase;
}
.nav-profile li > a span {
  position: relative;
}
.nav-profile li > a span:last-child {
  line-height: 50px;
  line-height: 3.125rem;
  height: 50px;
  height: 3.125rem;
  vertical-align: text-bottom;
}
.nav-profile li > a:hover {
  font-weight: 700;
}
.nav-profile [class^="icon-"],
.nav-profile [class*=" icon-"] {
  font-size: 312.5%;
  padding-right: 0.1875em;
  top: -3px;
}
.nav-target {
  position: absolute;
  top: 0;
  width: 300px;
  width: 18.75rem;
  margin-left: -13.375em;
/*border-left:1px solid color-detail-border;
	border-right:1px solid color-detail-border;
	border-bottom:1px solid color-detail-border;*/
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.nav-logotype {
  display: inline-block;
  margin: 0.5em 0 -0.125em 0;
}
@media only screen and (min-width: 64em) {
  .nav-logotype {
    float: left;
    margin: 1.0625em 0 1.0625em 2.4em;
  }
}
.nav-logo-img {
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .nav-logo-img {
    margin: 0;
  }
}
.nav-logotype-user {
  width: 100%;
  position: absolute;
  top: 55px;
  top: 3.4375rem;
  padding: 0.875em 0;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .nav-logotype-user {
    float: left;
    width: auto;
    display: inline-block;
    position: relative;
    top: 0;
    margin: 1.0625em 0 1.0625em 2.4em;
    padding: 0;
  }
}
.user-login .nav-logotype-hide {
/*transition-duration(.5s);
		transition-delay(0sg);
		transition-timing-function(ease);
		opacity: 0;*/
  display: none;
}
.user-login > ul.navbar-nav:first-child > li > a {
  border-right-width: 0;
  border-right-style: none;
}
.nav-redeem ul {
  list-style: none;
  margin: 0 0 3.75em 0;
  padding: 0;
  width: 100%;
}
.nav-redeem li {
  display: inline-block;
  position: relative;
  width: 50%;
  *zoom: 1;
  *display: inline;
  padding-bottom: 1.9375em;
  border-bottom-width: 2px;
  border-bottom-style: solid;
/*&.active {
			&:after {
				box-arrow( top 100% left em(32px), arrow-default-width , border-top-color color-negative );
			}

			&:before {
				box-arrow( top 100% left em(32px), ( arrow-default-width + 3 ) , border-top-color color-header );
			}

			a {
				color: color-header;

				.number {
					border-color: color-header
				}
			}
		}*/
/* modified styles */
/* end modified styles */
}
.nav-redeem li:nth-child(odd ) a {
  padding-right: 1.25em;
}
.nav-redeem a {
  text-transform: uppercase;
/*font-size: percent(24px);
		line-height: rem(46px);*/
  font-size: 87.5%;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 700;
  display: block;
  padding-left: 0.375em;
  cursor: default;
/*&.active {
			color: color-header;

			.number {
				border-color: color-header
			}
		}*/
}
.nav-redeem a .number {
  border-radius: 50%;
/*width: rem(46px);
			height: rem(46px);*/
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  float: left;
  border-width: 2px;
  border-style: solid;
  margin-right: 0.8125em;
}
.nav-redeem a .number span {
  display: block;
  text-align: center;
  margin-top: -6px;
}
@media only screen and (min-width: 40em) {
  .nav-redeem li {
    width: 50%;
  }
  .nav-redeem li:nth-child(odd ) {
    padding-right: 0px;
  }
  .nav-redeem a {
    font-size: 150%;
    line-height: 46px;
    line-height: 2.875rem;
  }
  .nav-redeem a .number {
    width: 46px;
    width: 2.875rem;
    height: 46px;
    height: 2.875rem;
  }
  .nav-redeem a .number span {
    margin-top: -3px;
  }
}
.nav-configurator {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-configurator li {
  list-style: none;
  margin: 0 10px;
  margin: 0 0.625rem;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  float: left;
  position: relative;
}
.nav-configurator span {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  outline: none;
  border-radius: 50%;
  font: 0/0 a;
}
@media only screen and (min-width: 64em) {
  .nav-configurator {
    height: 15px;
    height: 0.9375rem;
    margin: 45px 0 45px 0;
    margin: 2.8125rem 0 58px 0;
    margin: 2.8125rem 0 3.625rem 0;
  }
  .nav-configurator span {
    width: 14px;
    width: 0.875rem;
    height: 14px;
    height: 0.875rem;
  }
}
.navbar {
  position: relative;
}
.navbar-user {
  zoom: 1;
}
.navbar-user:before,
.navbar-user:after {
  content: "";
  display: table;
}
.navbar-user:after {
  clear: both;
}
@media only screen and (min-width: 64em) {
  .navbar-user {
    position: absolute;
    width: 100%;
    z-index: 10;
  }
  .navbar-user.navbar-fixed {
    z-index: 20;
  }
}
.navbar-search {
  position: relative;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  display: none;
}
.navbar-search div {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .navbar-search div {
    width: 100%;
    border-top-width: 0;
    border-top-style: none;
    margin: 1px auto 0 auto;
    padding: 39px 0;
    padding: 2.4375rem 0;
  }
}
.navbar-search input[type=text] {
  width: 100%;
  font-size: 112.5%;
  border-radius: 0;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .navbar-search input[type=text] {
    font-size: 131.25%;
    padding-top: 21px;
    padding-top: 1.3125rem;
    padding-bottom: 21px;
    padding-bottom: 1.3125rem;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: 97% center;
  }
}
.navbar-search a {
  position: absolute;
  right: 1.5%;
  z-index: 12;
  display: inline-block;
  font-size: 200%;
  line-height: 63px;
  line-height: 3.9375rem;
}
@media only screen and (min-width: 64em) {
  .navbar-search a {
    font-size: 400%;
    line-height: 1em;
    right: 1.5%;
  }
}
.navbar-search p {
  font-weight: 300;
  padding-left: 1em;
  display: none;
}
@media only screen and (min-width: 64em) {
  .navbar-search p {
    padding-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .navbar-search {
    position: absolute;
    top: -210px;
    left: 0;
    z-index: 10;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .navbar-search form {
    padding: 0 20%;
  }
  .navbar-search.navbar-fixed {
    top: -210px;
  }
}
.navbar-search-open {
  display: block;
}
@media only screen and (min-width: 64em) {
  .navbar-search-open {
    top: 38px;
  }
  .navbar-search-open.navbar-fixed {
    top: 76px;
  }
}
@media only screen and (min-width: 64em) {
  .navbar-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
  }
  .navbar-fixed .nav-user {
    width: 100%;
    margin: 0 auto;
/*.nav-types > div > a ,
			.navbar-nav > li > a,
			.navbar-nav  > li >  span{
				color: text-color-negative;
			}*/
  }
  .navbar-fixed .nav-user .nav-logotype,
  .navbar-fixed .nav-user .nav-logotype-user {
    display: none;
  }
  .navbar-fixed .nav-user .nav-types .nav-type-child {
    margin-left: 120px;
    margin-left: 7.5rem;
  }
  .navbar-fixed .user-login .nav-types .nav-type-child {
    margin-left: 140px;
    margin-left: 8.75rem;
  }
}
.navbar-close {
  display: none;
}
@media only screen and (min-width: 64em) {
  .navbar-close {
    display: block;
  }
}
.navbar-second-level {
  display: none;
}
@media only screen and (min-width: 64em) {
  .navbar-second-level {
    position: absolute;
    left: 0;
    width: 100%;
    float: left;
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .navbar-open {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .navbar-categories {
    max-height: 80vh;
    overflow-x: auto;
    margin-top: 76px;
  }
  .navbar-categories div {
    zoom: 1;
  }
  .navbar-categories div:before,
  .navbar-categories div:after {
    content: "";
    display: table;
  }
  .navbar-categories div:after {
    clear: both;
  }
  .navbar-categories > div {
    width: 100%;
    padding-bottom: 1.375em;
/*border-left:1px solid color-detail-border;
			border-right:1px solid color-detail-border;
			border-bottom: 1px solid color-detail-border;*/
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: -1px auto 0 auto;
  }
  .navbar-categories > div > ul {
    float: left;
  }
}
.navbar-categories > div > div {
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .navbar-categories > div > div {
    width: 89%;
  }
}
@media only screen and (min-width: 81em) {
  .navbar-categories > div > div {
    width: 78%;
  }
}
@media only screen and (min-width: 64em) {
  .navbar-categories-item {
    text-align: left;
    width: 16.56%;
    margin: 1.375em 0 0 0;
    font-size: 81.5%;
    min-height: 182px;
    min-height: 11.375rem;
  }
  .navbar-categories-item a:hover {
    font-weight: 700;
  }
  .navbar-categories-item > a {
    display: block;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
  .navbar-categories-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .navbar-categories-item li {
    line-height: 1.375em;
    height: 1.375em;
  }
  .navbar-categories-item .icon-category {
    margin-right: 80%;
  }
  .navbar-categories-item [class^="icon-"],
  .navbar-categories-item [class*=" icon-"] {
    font-size: 4em;
    display: block;
    margin-left: -0.2em;
  }
}
@media only screen and (min-width: 81em) {
  .navbar-categories-item {
    font-size: 90%;
  }
}
.animated {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-delay: 0sg;
  -moz-transition-delay: 0sg;
  -o-transition-delay: 0sg;
  -ms-transition-delay: 0sg;
  transition-delay: 0sg;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}
.navbar-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
/*.nm-header, .nm-session {
		a {
			color: text-color-negative;
		}
	}*/
/*.nm-session {
		> a{
			background-color: bck-profile;
		}
	}*/
}
.navbar-mobile.mobile-open {
  left: 0;
}
.navbar-mobile.mobile-open .navbar-mobile-header {
  left: 0;
}
.navbar-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-mobile a {
  display: inline-block;
  width: 100%;
  padding: 0.875em 1.25em;
}
.navbar-mobile a.close-men {
  position: absolute;
  right: 0;
  display: inline;
  width: auto;
  padding: 0.1875em 0.625em;
  font-size: 187.5%;
}
.navbar-mobile a .icon-plus,
.navbar-mobile a .icon-minus {
  float: right;
  font-size: 187.5%;
}
.navbar-mobile a .icon-minus {
  margin-top: -0.25em;
}
.navbar-mobile .nm-header > a,
.navbar-mobile .nm-session > a,
.navbar-mobile .nm-category > a,
.navbar-mobile .nm-subcategory > a {
  text-transform: uppercase;
}
.navbar-mobile .nm-header > a span {
  margin-right: 0;
}
.navbar-mobile .nm-header [class^="icon-"],
.navbar-mobile .nm-header [class*=" icon-"] {
  font-size: 1.5625em;
  float: left;
  margin-top: 0;
}
.navbar-mobile .nm-category {
  border-bottom-width: 1px;
  border-bottom-style: solid;
/*> a {

			color: text-color-header;
		}*/
}
.navbar-mobile .nm-subcategory > a {
  display: table;
  padding: 0.125em 1.25em;
  line-height: 2.9375em;
  height: 2.9375em;
}
.navbar-mobile .nm-subcategory > a [class^="icon-"],
.navbar-mobile .nm-subcategory > a [class*=" icon-"] {
  font-size: 250%;
  margin-left: -0.1875em;
}
.navbar-mobile .nm-subcategory > a > span {
  float: left;
}
.navbar-mobile .nm-subcategory > a > span.icon-plus,
.navbar-mobile .nm-subcategory > a > span.icon-minus {
  float: right;
  font-size: 187.5%;
  margin-top: 0.25em;
  margin-left: 0;
}
.navbar-mobile .nm-item > a {
  font-size: 0.875em;
  padding: 1em 1.25em;
}
.navbar-mobile .open-node > a {
  font-weight: 700;
}
@media only screen and (min-width: 64em) {
  .navbar-mobile {
    display: none;
  }
}
.navbar-mobile-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 6.5625em;
  overflow-y: auto;
}
.navbar-mobile-header {
  top: 0;
  left: -100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.navbar-mobile-list {
  padding-bottom: 6.5625em;
}
.navbar-user a.open-node-a,
.navbar-mobile a.open-node-a {
  font-weight: 700;
}
.navbar-inc-target {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.navbar-inc-target.inc-target-open {
  right: 0;
}
.navbar-inc-target h1,
.navbar-inc-target .close {
  font-size: 100%;
  padding: 0 1em;
}
@media only screen and (min-width: 64em) {
  .navbar-inc-target h1,
  .navbar-inc-target .close {
    font-size: 125%;
    padding: 0 1.2em;
  }
}
.navbar-inc-target h1 {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2.25em;
  height: 2.25em;
  margin: 1em 0;
  margin-left: 40px;
}
.navbar-inc-target h1 [class^="icon-"],
.navbar-inc-target h1 [class*=" icon-"] {
  font-size: 200%;
  float: left;
}
.navbar-inc-target h1 .badge {
  float: right;
  margin-top: 0.4em;
}
@media only screen and (min-width: 64em) {
  .navbar-inc-target h1 {
    line-height: 2em;
    height: 2em;
    margin: 1.75em 0;
    margin-left: 0;
  }
}
.navbar-inc-target .nav-tabs > li {
  width: 50%;
/*&.selected > a {
				color: color-base-lighten;
				border-color: color-base-lighten;
			}*/
}
.navbar-inc-target .nav-tabs > li a {
  display: block;
  padding: 1.375em;
  margin-top: -2px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-weight: 700;
}
.navbar-inc-target .container-int {
  max-height: 85.8%;
}
.navbar-inc-target .container-int > div {
  padding: 0 1.625em;
}
.navbar-inc-target .container-int .inc-target-info {
  font-weight: 300;
  padding: 1.25em 0;
  display: block;
  text-align: center;
}
.navbar-inc-target .container-int .inc-target-info a {
  font-weight: 700;
}
@media only screen and (min-width: 64em) {
  .navbar-inc-target .container-int {
    max-height: 72%;
  }
}
.navbar-inc-target .close {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1em;
  line-height: 2.05em;
}
.navbar-inc-target .close [class^="icon-"],
.navbar-inc-target .close [class*=" icon-"] {
  float: left;
  font-size: 200%;
  margin-right: 0.1875em;
}
.navbar-inc-target .close .close-text {
  display: none;
}
@media only screen and (min-width: 64em) {
  .navbar-inc-target .close {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  .navbar-inc-target .close .close-text {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .navbar-inc-target {
    position: fixed;
    right: -500px;
    top: 0;
    width: 366px;
    border-left-width: 2px;
    border-left-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
  }
}
.progress .ant-progress-bg {
  -webkit-transition: all 0.7s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  transition: all 0.7s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.progress-rating .ant-progress-inner,
.progress-rating .ant-progress-bg {
  border-radius: 2px;
}
.rating > span {
  margin: 0 0 0 -0.5em;
}
.rating-percent > span {
  position: relative;
  margin: 0 0 0 -0.3125em;
}
.rating-percent > span > span {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 0%;
  height: 100%;
}
.rating-percent > span.fifty > span {
  width: 50%;
}
.rating-percent > span.selected > span {
  width: 100%;
}
.rt-inc-target {
  font-size: 150%;
}
.rt-inc-target > span {
  margin-left: -0.625em;
}
.ribbon {
  position: relative;
}
.ribbon-label {
  position: absolute;
  right: 0;
  top: 0;
}
.ribbon-premium {
  position: absolute;
  left: 0;
  top: 0;
}
.ribbon-premium > div:last-child {
  position: absolute;
  left: 0;
  font-size: 250%;
}
.ribbon-premium > div:last-child > span {
  display: block;
}
.ribbon-inc-win .badge-triangle {
  margin: -1.5em -1.5em 0 0;
}
.ribbon-inc-win .ribbon-label {
  right: -1.5em;
  top: -1.5em;
}
.ribbon-inc-win .icon-win {
  font-size: 300%;
}
.ribbon-ranking .badge-triangle {
  margin: -1.5em -1.5em 0 0;
}
.ribbon-ranking .ribbon-label {
  font-size: 125%;
  font-weight: 300;
  right: -0.5em;
  top: -0.8em;
}
.tabs {
  margin-top: 5.75em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@media only screen and (min-width: 64em) {
  .tabs {
    border-bottom-width: 0;
    border-bottom-style: none;
  }
}
.tabs-header {
  display: none;
  list-style: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 0;
  padding: 0 0.625em;
}
.tabs-header [role=tab] {
  display: inline-block;
  margin-right: 3.125em;
}
.tabs-header [role=tab] a {
  font-size: 112.5%;
  padding: 0.625em 0;
  display: block;
}
.tabs-header [role=tab].tab-expandend {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.tabs-header [role=tab].tab-expandend a {
  font-weight: 700;
}
@media only screen and (min-width: 64em) {
  .tabs-header {
    display: block;
  }
}
.tab-item-title {
  font-weight: 400;
  cursor: pointer;
  padding: 1em 0;
  margin: 0;
  border-top-width: 1px;
  border-top-style: solid;
}
@media only screen and (min-width: 64em) {
  .tab-item-title {
    display: none;
  }
}
.tab-item-body {
  margin-bottom: 1.875em;
}
@media only screen and (min-width: 64em) {
  .tab-item-body {
    margin-top: 3.3125em;
    margin-bottom: 0;
  }
  .tab-item-body > div {
    padding: 0 1.875em 3.3125em 1.875em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
.tabs[role=tab] {
  list-style: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline;
}
.tab-list,
tabs[role=tab-list] {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-top {
  vertical-align: top;
}
.txt-bottom {
  vertical-align: bottom;
}
.txt-middle {
  vertical-align: middle;
}
.txt-rwd {
  display: none;
}
@media only screen and (min-width: 40em) {
  .txt-rwd-sm {
    display: initial;
  }
}
@media only screen and (min-width: 64em) {
  .txt-rwd-md {
    display: initial;
  }
}
@media only screen and (min-width: 81em) {
  .txt-rwd-lg {
    display: initial;
  }
}
@media only screen and (min-width: 120em) {
  .txt-rwd-xl {
    display: initial;
  }
}
.tgl {
  display: none;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-light + .tgl-btn {
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
}
.home-section h1,
.network-see-section h1,
.ranking-personal h1,
.section-commitment h1,
.information-nq h1,
.grid-section h1,
.unsubscribe-section h1 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 36px 0;
  margin: 0 0 2.25rem 0;
  font-size: 131.25%;
}
@media only screen and (min-width: 64em) {
  .home-section h1,
  .network-see-section h1,
  .ranking-personal h1,
  .section-commitment h1,
  .information-nq h1,
  .grid-section h1,
  .unsubscribe-section h1 {
    font-size: 175%;
    margin-bottom: 67px;
    margin-bottom: 4.1875rem;
  }
}
.network-see-section h1,
.ranking-personal h1 {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
.section-commitment h1 {
  font-size: 137.5%;
  text-transform: none;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 64em) {
  .section-commitment h1 {
    font-size: 250%;
    margin-bottom: 0.45em;
  }
}
.grid-section h1 {
  font-weight: 700;
  margin-bottom: 1.25em;
  font-size: 168.75%;
}
.grid-section h1 .number-items {
  font-weight: 300;
  text-transform: capitalize;
  font-size: 62.5%;
  display: block;
}
.grid-section h1 .label-items {
  display: none;
}
@media only screen and (min-width: 64em) {
  .grid-section h1 {
    font-size: 218.75%;
    margin-bottom: 40px !important;
    margin-bottom: 2.5rem !important;
    padding-left: 13px;
    padding-left: 0.8125rem;
  }
  .grid-section h1 .number-items {
    display: block;
    font-size: 56.25%;
    font-weight: 400;
    margin-left: 0;
  }
  .grid-section h1 .label-items {
    display: inline;
  }
}
@media only screen and (min-width: 64em) {
  .grid-section-gift h1 {
    padding-left: 13px;
    padding-left: 0.8125rem;
  }
}
.grid-section-draw h1,
.grid-section-donation h1 {
  text-align: center;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 64em) {
  .grid-section-draw h1,
  .grid-section-donation h1 {
    margin-bottom: 2.8125em;
  }
}
.grid-closed-donations h1 {
  text-align: center;
  font-size: 168.75%;
  font-weight: 400;
  margin-bottom: 29px;
  margin-bottom: 1.8125rem;
}
.grid-section-subtitle {
  font-size: 100%;
  margin: 0 auto;
  margin-bottom: 2.5em;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .grid-section-subtitle {
    font-size: 112.5%;
    margin-bottom: 4.6875em;
    width: 68%;
  }
}
@media only screen and (min-width: 64em) {
  .grid-section-draw .grid-section-subtitle {
    width: 90%;
  }
}
.unsubscribe-section h1 {
  font-weight: 700;
  font-size: 131.25%;
}
@media only screen and (min-width: 64em) {
  .unsubscribe-section h1 {
    text-align: center;
    font-size: 175%;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
.incd h1 {
  font-size: 131.25%;
  margin: 0 0 32px 0;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 64em) {
  .incd h1 {
    font-size: 168.75%;
  }
}
.dialog h1,
.dialog-fixed h1 {
  font-weight: 300;
  font-size: 218.75%;
  text-align: center;
  margin: 0 0 1.0625em 0;
}
.dialog-login h1 {
  margin-bottom: 1em;
}
@media only screen and (min-width: 64em) {
  .dialog-login h1 {
    margin-bottom: 1.0625em;
  }
}
.dialog-location h2 {
  font-size: 100%;
}
.dialog-redeem h1 {
  font-size: 175%;
}
.outstanding-message {
  font-size: 112.5%;
}
.noresult-search {
  padding: 2.5em 0 3.75em 0;
}
.inc-target h2 {
  font-size: 100%;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding: 1.75em 1.5em 0 1.5em;
}
.donations-banner-section h1 {
  text-transform: uppercase;
  font-size: 175%;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.no-scroll {
  overflow: hidden;
}
.no-visible {
  display: none;
}
.visible {
  display: block;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.break-word {
/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
/* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
/* Instead use this non-standard one: */
  word-break: break-word;
/* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.line-content {
  display: block;
}
.line-content span {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  line-height: 2px;
  height: 2px;
  display: inline-block;
  width: 18%;
}
@media only screen and (min-width: 64em) {
  .line-content span {
    width: 6%;
  }
}
@media only screen and (max-width: 30em) {
  .hidden-s {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  .hidden-sm {
    display: none;
  }
}
@media only screen and (max-width: 64em) {
  .hidden-md {
    display: none;
  }
}
@media only screen and (max-width: 81em) {
  .hidden-lg {
    display: none;
  }
}
@media only screen and (max-width: 120em) {
  .hidden-xl {
    display: none;
  }
}
.video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
clod-item-description.clod {
  width: 80%;
}
.clod-description {
  text-align: center;
  font-size: 112.5%;
}
@media only screen and (min-width: 64em) {
  .clod-description {
    margin: 0 auto;
    width: 68%;
  }
}
.clod-sliders {
  position: relative;
  margin-top: 4.75em;
}
.clod-sliderdown {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) {
  .clod-sliderdown {
    width: 451px;
  }
}
@media only screen and (min-width: 81em) {
  .clod-sliderdown {
    width: 1058px;
    height: 337px;
  }
}
.clod-sliderdown-item {
  display: none;
  position: relative;
  width: 100%;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  zoom: 1;
}
.clod-sliderdown-item:before,
.clod-sliderdown-item:after {
  content: "";
  display: table;
}
.clod-sliderdown-item:after {
  clear: both;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .clod-sliderdown-item {
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    -webkit-backface-visibility: 'hidden';
    -moz-backface-visibility: 'hidden';
    -ms-backface-visibility: 'hidden';
    backface-visibility: 'hidden';
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
  }
  .clod-sliderdown-item .next,
  .clod-sliderdown-item .active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .clod-sliderdown-item .prev,
  .clod-sliderdown-item .active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .clod-sliderdown-item .next.left,
  .clod-sliderdown-item .prev.right,
  .clod-sliderdown-item .active {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.clod-sliderdown-item.active,
.clod-sliderdown-item.next,
.clod-sliderdown-item.prev {
  display: block;
}
.clod-sliderdown-item.active {
  left: 0;
}
.clod-sliderdown-item.next,
.clod-sliderdown-item.prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.clod-sliderdown-item.next {
  left: 100%;
}
.clod-sliderdown-item.prev {
  left: -100%;
}
.clod-sliderdown-item.next.left,
.clod-sliderdown-item.prev.right {
  left: 0;
}
.clod-sliderdown-item.active.left {
  left: -100%;
}
.clod-sliderdown-item.active.right {
  left: 100%;
}
.clod-sliderdown-item .clod-image {
  width: 100%;
}
.clod-sliderdown-item .clod-image img {
  display: block;
  max-width: 100%;
}
.clod-sliderdown-item .clod-item-content h2 {
  text-align: center;
  margin: 0 1.5625em;
  font-size: 125%;
}
.clod-sliderdown-item .clod-item-title {
  height: 210px;
  position: relative;
}
.clod-sliderdown-item .clod-item-title > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40%;
  margin: auto;
}
.clod-sliderdown-item .clod-item-total {
  border-width: 1px;
  border-style: solid;
  border-radius: 9999px;
  width: 90%;
  margin-top: 1.25em;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  position: relative;
}
.clod-sliderdown-item .clod-item-total:before,
.clod-sliderdown-item .clod-item-total:after {
  content: "";
  display: table;
}
.clod-sliderdown-item .clod-item-total:after {
  clear: both;
}
.clod-sliderdown-item .clod-item-total > span {
  display: inline-block;
}
.clod-sliderdown-item .clod-item-total > span:first-child {
  font-size: 81.25%;
  text-transform: uppercase;
  padding: 0.8125em 1.125em;
}
.clod-sliderdown-item .clod-price {
  position: absolute;
  right: 18px;
  font-size: 125%;
}
.clod-sliderdown-item .clod-price .icm-caracola {
  top: 5px;
}
.clod-sliderdown-item .clod-units {
  display: inline-block;
  margin-top: 0.125em;
}
.clod-sliderdown-item .clod-item-description {
  padding: 1.9375em 1.5625em;
  height: 180px;
}
.clod-sliderdown-item .clod-item-description .title {
  font-size: 81.25%;
  text-transform: uppercase;
}
.clod-sliderdown-item .clod-item-description p {
  margin: 0;
}
@media only screen and (min-width: 40em) {
  .clod-sliderdown-item .clod-item-content h2 {
    margin: 0 2.3125em;
  }
  .clod-sliderdown-item .clod-item-total {
    width: 60%;
  }
  .clod-sliderdown-item .clod-item-description {
    padding: 1.9375em 2.3125em;
    height: 160px;
  }
}
@media only screen and (min-width: 81em) {
  .clod-sliderdown-item .clod-image {
    float: left;
    width: 529px;
  }
  .clod-sliderdown-item .clod-item-content {
    float: left;
    width: 50%;
  }
  .clod-sliderdown-item .clod-item-title {
    height: 210px;
  }
  .clod-sliderdown-item .clod-price {
    font-size: 143.75%;
  }
  .clod-sliderdown-item .clod-item-description {
    margin-top: 0;
    padding: 0.9375em 1.5625em;
    height: 127px;
  }
}
.clod-arrow {
  position: absolute;
  top: 50%;
  margin-top: -1.875em;
}
.clod-arrow a {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 36px;
}
@media only screen and (min-width: 40em) {
  .clod-arrow a {
    width: 25px;
    height: 51px;
  }
}
.clod-arrow-left {
  left: -10%;
}
.clod-arrow-left a {
  background: url("/img/templates/default/icon-arrow-left.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media only screen and (min-width: 40em) {
  .clod-arrow-left {
    left: -50px;
  }
}
@media only screen and (min-width: 'error - unscaled') {
  .clod-arrow-left {
    left: 0;
  }
}
.clod-arrow-right {
  right: -10%;
}
.clod-arrow-right a {
  background: url("/img/templates/default/icon-arrow-right.svg") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media only screen and (min-width: 40em) {
  .clod-arrow-right {
    right: -50px;
  }
}
@media only screen and (min-width: 'error - unscaled') {
  .clod-arrow-right {
    right: 0;
  }
}
.clod-slick-dots {
  margin-top: 1.6875em;
  text-align: center;
}
.clod-slick-dots ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.clod-slick-dots li {
  list-style: none;
  margin: 0 10px;
  margin: 0 0.625rem;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  float: left;
  position: relative;
}
.clod-slick-dots a,
.clod-slick-dots span {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  font: 0/0 a;
}
@media only screen and (min-width: 64em) {
  .clod-slick-dots {
    height: 53px;
    height: 3.3125rem;
    margin-top: 3.125em;
  }
  .clod-slick-dots a,
  .clod-slick-dots span {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
  }
}
.container-error {
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  text-align: center;
}
.container-error h1 {
  margin-top: 27px;
  margin-top: 1.6875rem;
  font-size: 156.25%;
}
@media only screen and (min-width: 64em) {
  .container-error {
    padding-top: 72px;
    padding-top: 4.5rem;
    padding-bottom: 72px;
    padding-bottom: 4.5rem;
  }
  .container-error h1,
  .container-error .message {
    text-align: left;
  }
  .container-error h1 {
    font-size: 312.5%;
    margin-top: 0;
  }
  .container-error .message {
    font-size: 112.5%;
  }
}
.error-404 img {
  max-width: 50%;
  height: auto;
}
.feedback-list-item {
  zoom: 1;
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
  position: relative;
  display: inline-block;
  width: 100%;
}
.feedback-list-item:before,
.feedback-list-item:after {
  content: "";
  display: table;
}
.feedback-list-item:after {
  clear: both;
}
@media only screen and (min-width: 64em) {
  .feedback-list-item {
    margin-bottom: 72px;
    margin-bottom: 4.5rem;
  }
}
.feedback-list-item.pending > div.feedback-info {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-width: 2px solid;
  border-top-style: solid;
  border-bottom-width: 2px solid;
  border-bottom-style: solid;
}
@media only screen and (min-width: 64em) {
  .feedback-list-item.pending > div.feedback-info {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
.feedback-list-item > div.pending-message {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
}
.feedback-list-item > div.pending-message > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-size: 150%;
  font-weight: 300;
}
.feedback-not-available {
  width: 100%;
  margin: 19px 0 19px 0;
  margin: 1.1875rem 0 56px 0;
  margin: 1.1875rem 0 3.5rem 0;
}
.feedback-info h2 {
  margin-top: 0;
  font-size: 100%;
  font-weight: 500;
}
.feedback-info .feedback-stats {
  margin-bottom: 0.75em;
}
.feedback-info .rating {
  font-size: 187.5%;
  display: inline-block;
  margin-top: -10px;
  margin-top: -0.625rem;
  margin-bottom: -20px;
  margin-bottom: -1.25rem;
}
.feedback-info .rating > span {
  margin-left: -0.3125em;
}
.feedback-info .date {
  display: inline-block;
  vertical-align: top;
}
.feedback-info .feedback-user {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.feedback-info p {
  margin-top: 0;
}
.feedback-moderate > div {
  position: relative;
  padding: 19px 19px;
  padding: 1.1875rem 24px;
  padding: 1.1875rem 1.5rem;
}
.feedback-moderate h2 {
  font-size: 100%;
  font-weight: 500;
}
.feedback-moderate h2 span {
  vertical-align: middle;
}
.feedback-moderate h2 .icn-moderator {
  display: inline-block;
  position: relative;
  padding: 10px;
  padding: 0.625rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  border-radius: 50%;
}
.feedback-moderate h2 .icn-moderator > span {
  width: 17px;
  height: 17px;
  display: block;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 64em) {
  .feedback-moderate h2 .icn-moderator > span {
    width: 24px;
    height: 24px;
  }
}
.feedback-list {
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
}
@media only screen and (min-width: 64em) {
  .feedback-list {
    margin-bottom: 72px;
    margin-bottom: 4.5rem;
  }
}
.feedback-form-success {
  border: 2px solid #222432;
  border-radius: 5px;
  padding: 30px 30px;
  padding: 1.875rem 15px;
  padding: 1.875rem 0.9375rem;
  text-align: center;
}
.feedback-form-success h1 {
  font-weight: 300;
  font-size: 131.25%;
}
.incd-col-3,
.incd-content {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .incd-col-3,
  .incd-content {
    width: 65.36%;
    float: left;
  }
}
.incd-content {
  margin-bottom: 4.625em;
}
.incd-col-1 {
  position: relative;
  width: 100%;
}
.incd-col-1 h1 {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
@media only screen and (min-width: 64em) {
  .incd-col-1 {
    width: 24.96%;
    float: right;
  }
  .incd-col-1 h1 {
    margin-top: 0;
  }
}
.incd-fixed-info {
  z-index: 20;
  width: inherit;
}
@media only screen and (min-width: 64em) {
  .incd-fixed-info {
    top: 84px;
    position: fixed;
    width: 21.6%;
  }
}
@media only screen and (min-width: 81em) {
  .incd-fixed-info {
    width: 312px;
    width: 19.5rem;
  }
}
.incd-clear {
  clear: right;
}
.incd-info {
  zoom: 1;
  position: relative;
}
.incd-info:before,
.incd-info:after {
  content: "";
  display: table;
}
.incd-info:after {
  clear: both;
}
@media only screen and (min-width: 64em) {
  .ribbon-detail-title,
  .incd-purchase {
    font-size: 100%;
  }
}
.incd-breadcrumb {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 1.875em;
  display: none;
  font-size: 75%;
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .incd-breadcrumb {
    display: inline-block;
  }
}
.incd-price {
  font-size: 168.75%;
  font-weight: 500;
}
.incd-price .icm-caracola {
  top: 5px;
  width: 33px;
  height: 33px;
}
.incd-rating {
  font-size: 187.5%;
  margin-top: -2px;
  margin-top: -0.125rem;
}
.incd-description {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .incd-description {
    margin-bottom: 0;
    margin-top: -2px;
    margin-top: -0.125rem;
  }
}
.incd-full-description {
  margin-top: 7rem;
}
.incd-full-description a {
  color: #105ae1 !important;
  font-weight: bold;
}
.incd-description-item {
  margin-top: 7rem;
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}
.incd-description-item > h1 {
  margin: 0 0 36px 0;
  margin: 0 0 2.25rem 0;
  font-size: 131.25%;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  .incd-description-item > h1 {
    font-size: 175%;
  }
}
.incd-providers {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.incd-donation {
  zoom: 1;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.incd-donation:before,
.incd-donation:after {
  content: "";
  display: table;
}
.incd-donation:after {
  clear: both;
}
.incd-images .incd-lg {
  text-align: center;
}
.incd-images .incd-lg img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.incd-thumbnail {
  position: relative;
  zoom: 1;
  margin-top: 32px;
  margin-top: 2rem;
}
.incd-thumbnail:before,
.incd-thumbnail:after {
  content: "";
  display: table;
}
.incd-thumbnail:after {
  clear: both;
}
.incd-thumbnail div {
  float: left;
  width: 20%;
}
.incd-thumbnail a {
  margin: 0 10px;
  margin: 0 0.625rem;
  display: block;
/*
		&:hover {
			background-color: color-detail;
		}*/
}
.incd-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
.incd-draw-base a {
  text-decoration: underline;
}
.incd-purchase > div {
  margin-top: 20px;
  margin-top: 1.25rem;
  zoom: 1;
}
.incd-purchase > div:first-child {
  margin-top: 19px;
  margin-top: 1.1875rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
.incd-purchase > div:before,
.incd-purchase > div:after {
  content: "";
  display: table;
}
.incd-purchase > div:after {
  clear: both;
}
.incd-donors-message {
  text-align: center;
  font-size: 81.25%;
  text-transform: uppercase;
  font-weight: 700;
}
.incd-error {
  margin-top: 1.25em;
}
.incd-error > div {
  position: relative;
  border-width: 1px;
  border-style: solid;
  padding: 1.0625em;
}
.incd-extended > div:last-child .incd-selector {
  margin-bottom: 0;
}
.incd-selector {
  margin-bottom: 1.25em;
}
.incd-selector div.dropdown-input {
  padding: 0.8125em 1em;
}
.incd-selector div.dropdown-select {
  height: 50px;
  height: 3.125rem;
}
.incd-selector-last {
  margin-right: 0;
  margin-left: 0.9375em;
}
.incd .tabs .tab-item.item-feedback {
  display: inline-block;
  width: 100%;
}
.incd .tabs .tab-item.item-feedback .tab-item-body {
  display: inline-block;
  width: 100%;
}
.incd .tabs .tab-item.item-feedback .tab-item-body > div {
  display: inline-block;
  width: 100%;
  padding: 0px;
}
.item-more-info h1 {
  font-size: 112.5%;
  margin: 32px 0 32px 0;
  margin: 2rem 0 10px 0;
  margin: 2rem 0 0.625rem 0;
}
.item-more-info img {
  max-width: 100%;
}
.incd-feedback {
  margin-bottom: 40px;
}
.incd-feedback .comments {
  padding-top: 20px;
  padding-top: 1.25rem;
}
.incd-feedback .comments .comments-rating {
  text-align: center;
  font-size: 312.5%;
}
.incd-feedback .comments .comments-stats {
  font-weight: bold;
  text-align: center;
  font-size: 125%;
}
.incd-feedback .comments .comments-mean {
  text-align: center;
  font-size: 112.5%;
  font-weight: 200;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.incd-feedback .ratings {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.incd-feedback .ratings .rating-stats {
  display: inline-block;
  width: 30%;
  margin-left: 4%;
  margin-right: 4%;
  height: 30px;
  float: left;
  margin-top: -4px;
  margin-top: -0.25rem;
}
.incd-feedback .ratings .rating-stats > span {
  font-size: 187.5%;
  letter-spacing: -12px;
  float: right;
}
@media only screen and (min-width: 64em) {
  .incd-feedback .ratings .rating-stats > span {
    display: none;
  }
  .incd-feedback .ratings .rating-stats > span.selected {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .incd-feedback .ratings .rating-stats {
    width: 35%;
  }
}
.incd-feedback .ratings .rating-progressbar {
  display: inline-block;
  width: 40%;
  height: 30px;
}
.incd-feedback .ratings .rating-number {
  display: inline-block;
  width: 20%;
  margin-left: 2%;
  float: right;
  height: 30px;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: left;
  margin-top: -2px;
  margin-top: -0.125rem;
}
@media only screen and (min-width: 64em) {
  .incd-feedback .ratings .rating-number {
    width: 15%;
  }
}
@media only screen and (min-width: 64em) {
  .incd-feedback .ratings {
    padding: 0px;
  }
}
@media only screen and (min-width: 64em) {
  .incd-feedback {
    padding: 40px;
    padding: 2.5rem;
  }
}
.rate-item {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.feedback-form h1 {
  font-weight: 300;
  text-transform: uppercase;
}
.feedback-form .rating {
  zoom: 1;
}
.feedback-form .rating:before,
.feedback-form .rating:after {
  content: "";
  display: table;
}
.feedback-form .rating:after {
  clear: both;
}
.feedback-form .rating > div {
  line-height: 50px;
}
@media only screen and (min-width: 64em) {
  .feedback-form .rating > div {
    line-height: 60px;
  }
}
.feedback-form .rating .rating-stars {
  padding-bottom: 0;
  float: right !important;
}
.feedback-form .rating .rating-stars.has-error p {
  font-size: 15px;
}
.feedback-form .rating .rating-stars span {
  font-size: 250%;
  letter-spacing: -14px;
  cursor: pointer;
}
@media only screen and (min-width: 64em) {
  .feedback-form .rating .rating-stars {
    float: left !important;
    margin-left: 20px;
  }
  .feedback-form .rating .rating-stars span {
    font-size: 312.5%;
  }
}
.feedback-form .rating .rating-date {
  display: none;
}
@media only screen and (min-width: 64em) {
  .feedback-form .rating .rating-date {
    display: inline-block;
  }
}
.feedback-form .form-item {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.feedback-form .form-item .error {
  display: none;
}
.feedback-form .form-item.has-error .error {
  display: block;
  text-align: center;
}
.feedback-form .form-item input,
.feedback-form .form-item textarea {
  width: 100%;
}
.feedback-form .form-item textarea {
  border-radius: 20px;
  height: 140px;
  resize: none;
}
.feedback-form .form-item label.big {
  padding: 0px;
}
.feedback-form .form-item label.small {
  font-size: 14px;
}
.feedback-form .form-item.form-controls button {
  line-height: 24px;
  line-height: 1.5rem;
  border-width: 2px;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 0.9375em 0.5em;
}
@media only screen and (min-width: 64em) {
  .feedback-form .form-item.form-controls button {
    width: 40%;
  }
}
.inc-item {
  position: relative;
  float: left;
  text-align: left;
  width: 299px;
  margin: 0;
  margin-bottom: 1.9375em;
}
.inc-item .mystery-gift {
  position: relative;
  cursor: pointer;
}
.inc-item .mystery-gift > div.hovered {
  width: 100%;
  min-height: 228px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: table;
}
.inc-item .mystery-gift > div.hovered > div {
  width: 100%;
  height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.inc-item .mystery-gift > div.hovered > div .corner {
  position: absolute;
  width: 20px;
  height: 20px;
}
.inc-item .mystery-gift > div.hovered > div .corner1 {
  top: 10px;
  left: 10px;
  border-top-width: 2px;
  border-top-style: solid;
  border-left-width: 2px;
  border-left-style: solid;
}
.inc-item .mystery-gift > div.hovered > div .corner2 {
  top: 10px;
  right: 10px;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
}
.inc-item .mystery-gift > div.hovered > div .corner3 {
  bottom: 10px;
  left: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-left-width: 2px;
  border-left-style: solid;
}
.inc-item .mystery-gift > div.hovered > div .corner4 {
  bottom: 10px;
  right: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
}
@-moz-document url-prefix() {
  .inc-item .mystery-gift > div.hovered {
    height: 228px;
  }
}
.inc-item > a,
.inc-item > span {
  display: block;
}
.inc-item > a:first-child,
.inc-item > span:first-child {
  height: auto;
/* TODO RECTANGLE IMAGE */
  text-align: center;
}
.inc-item > a.inc-draw-image,
.inc-item > span.inc-draw-image {
  margin-bottom: 0;
}
.inc-item .inc-content {
  padding-bottom: 0.8125em;
}
.inc-item .inc-cat {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 81.25%;
  margin-top: 10px;
  margin-top: 0.625rem;
  display: inline-block;
}
.inc-item .inc-name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.inc-item .inc-price-content {
  padding: 0;
  padding-top: 0.75em;
  margin: 0;
}
.inc-item .inc-price {
  display: inline-block;
  font-size: 137.5%;
}
.inc-item img {
  max-width: 100%;
  height: auto;
/* TODO RECTANGLE IMAGE */
}
.inc-item .rating {
  float: right;
  padding-right: 0.1875em;
}
.inc-item .icon {
  float: right;
}
@media only screen and (min-width: 30em) {
  .inc-item {
    width: 50%;
  }
  .inc-item:nth-child(even) .inc-image-link,
  .inc-item:nth-child(even) .inc-content,
  .inc-item:nth-child(even) .inc-draw-image {
    margin-left: 0.8125em;
  }
  .inc-item:nth-child(odd) .inc-image-link,
  .inc-item:nth-child(odd) .inc-content,
  .inc-item:nth-child(odd) .inc-draw-image {
    margin-right: 0.8125em;
  }
}
@media only screen and (min-width: 40em) {
  .inc-item {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    width: 299px;
  }
  .inc-item:nth-child(even) {
    margin-left: 0.8125em;
  }
  .inc-item:nth-child(even) .inc-image-link,
  .inc-item:nth-child(even) .inc-content,
  .inc-item:nth-child(even) .inc-draw-image {
    margin-left: 0;
  }
  .inc-item:nth-child(odd) {
    margin-right: 0.8125em;
  }
  .inc-item:nth-child(odd) .inc-image-link,
  .inc-item:nth-child(odd) .inc-content,
  .inc-item:nth-child(odd) .inc-draw-image {
    margin-right: 0;
  }
}
@media only screen and (min-width: 64em) {
  .inc-item {
    margin-left: 0.8125em;
    margin-right: 0.8125em;
  }
}
.inc-item-donation .inc-name {
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: normal;
  height: 3em;
  padding: 0 0.875em;
}
.inc-item-donation .inc-price-content {
  padding-left: 0.8125em;
  padding-right: 0.8125em;
}
.inc-item-draw .inc-draw-info {
  text-align: center;
  padding: 0.625em;
  margin-bottom: 1.25em;
}
.inc-item-draw .inc-draw-info > div {
  zoom: 1;
}
.inc-item-draw .inc-draw-info > div:before,
.inc-item-draw .inc-draw-info > div:after {
  content: "";
  display: table;
}
.inc-item-draw .inc-draw-info > div:after {
  clear: both;
}
.inc-item-draw .inc-draw-icon {
  float: left;
  display: none;
  text-align: center;
  border-right: 2px solid;
  padding: 0.375em 0;
}
.inc-item-draw .inc-draw-icon > span {
  display: block;
}
.inc-item-draw .inc-draw-icon [class^="icon-"],
.inc-item-draw .inc-draw-icon [class*=" icon-"] {
  font-size: 375%;
}
.inc-item-draw .inc-draw-code {
  text-align: center;
  display: block;
  font-weight: 400;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  padding-left: 0.625em;
  font-size: 87.5%;
}
.inc-item-draw .inc-draw-code > span {
  display: block;
}
.inc-item-draw .inc-draw-code > span:first-child {
  text-transform: uppercase;
  padding-bottom: 0.3125em;
}
.inc-item-draw .inc-draw-winner {
  height: 2.375em;
  text-align: center;
  font-weight: 300;
  text-transform: none;
  margin-top: -0.3125em;
  line-height: 1.1875em;
}
.inc-item-draw .inc-draw-content {
  display: block;
}
.inc-item-draw .inc-draw-description {
  font-size: 81.25%;
  text-transform: uppercase;
}
.inc-item-draw .inc-name {
  margin: 0;
}
@media only screen and (min-width: 40em) {
  .inc-item-draw .inc-draw-icon,
  .inc-item-draw .inc-draw-code {
    display: block;
  }
  .inc-item-draw .inc-draw-icon {
    width: 25%;
  }
  .inc-item-draw .inc-draw-code {
    float: left;
    width: 75%;
    padding-top: 0.5625em;
    padding-bottom: 0;
  }
  .inc-item-draw .inc-draw-info,
  .inc-item-draw .inc-draw-code,
  .inc-item-draw .inc-draw-winner {
    text-align: left;
  }
  .inc-item-draw .inc-draw-winner {
    width: 95%;
    height: 2.875em;
  }
}
.inc-item-highlighted {
  min-height: 21.3125em;
}
.inc-item-highlighted .inc-name {
  font-weight: 400;
}
.inc-target {
  position: relative;
}
.inc-target .icon-trash {
  font-size: 190%;
  margin: -0.197em -0.359em 0 0;
}
.inc-target > a.icon-trash {
  position: absolute;
  right: 0.5em;
  top: 0.65em;
  margin: 0;
}
.inc-target > div {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.inc-target > div.content-block {
  text-align: left;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.inc-target > div.content-block a {
  position: relative;
  display: block;
}
.inc-target > div.content-block img {
  display: block;
  float: left;
  max-width: 72px;
  height: 72px;
  margin-right: 1em;
  border-radius: 5px;
}
.inc-target > div.content-block .title-item {
  font-weight: 300;
  font-size: 87.5%;
}
.inc-target > div.content-block p {
  margin: 0;
  padding: 0;
}
.inc-target > div.content-block .inc-price {
  font-size: 137.5%;
  display: inline-block;
}
.inc-target > div.content-block .icon {
  margin-top: 0.1875em;
}
.inc-target > div.content-block .rating,
.inc-target > div.content-block .icon {
  float: right;
}
.inc-target > div.footer-block {
  padding-top: 1.714em;
  padding-bottom: 1.714em;
  font-size: 87.5%;
}
.inc-target > div.footer-block .progress {
  margin-top: 0.5em;
}
.inc-target > div.footer-block.emphasize .progress {
  margin-top: 1.5625em;
}
.inc-target .block-price {
  line-height: 1.9375em;
}
.inc-target .block-price .inc-price {
  font-size: 142%;
}
.inc-target .block-price .inc-price [class^="icon-"],
.inc-target .block-price .inc-price [class*=" icon-"] {
  float: right;
  font-size: 155%;
}
.inc-target-social {
  font-size: 87.5%;
  line-height: 2.5em;
  height: 2.5em;
  margin: 0.5em 0;
}
.inc-target-social a {
  font-weight: 700;
  float: right;
}
.inc-target-social [class^="icon-"],
.inc-target-social [class*=" icon-"] {
  font-size: 250%;
  float: left;
}
.inc-target-win {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.inc-target-win > div.content-block .title-item {
  display: block;
  min-height: 4em;
}
.inc-target-win > div.footer-block {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 100%;
  padding: 0;
  text-align: center;
  font-weight: 700;
}
.inc-target-win .buy-inc {
  display: block;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}
.inc-donation {
  position: relative;
}
.inc-extra-info {
  width: 100%;
  min-height: 100%;
  overflow: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.inc-extra-info-over {
  display: block;
  -webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  -ms-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;
}
.donation-progress-content-grid {
  margin-top: -6px;
  margin-top: -0.375rem;
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  1% {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    display: block;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  1% {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    display: block;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  1% {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    display: block;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  1% {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    display: block;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.pf-tabs [role=tab-list] {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.pf-tabs [role=tab-list].default-tabs [role=tab] {
  width: 33.333333333333336%;
}
.pf-tabs [role=tab-list].premium-tabs [role=tab] {
  width: 25%;
}
.pf-tabs [role=tab] {
  display: inline-block;
  text-align: center;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.pf-tabs [role=tab] a {
  text-transform: uppercase;
  font-size: 62.5%;
  padding: 0.625em 0 0.625em 0;
  display: block;
}
.pf-tabs [role=tab] a [class^="icon-"],
.pf-tabs [role=tab] a [class*=" icon-"] {
  display: block;
  font-size: 500%;
}
.pf-tabs [role=tab] a .pf-survey-tab {
  display: block;
}
.pf-tabs [role=tab] a .pf-survey-tab > span {
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .pf-tabs [role=tab] a {
    font-size: 112.5%;
    padding: 0.625em 0 2.5em 0;
  }
  .pf-tabs [role=tab] a [class^="icon-"],
  .pf-tabs [role=tab] a [class*=" icon-"] {
    font-size: 437.5%;
  }
}
.pf-tabs [role=tab].tab-expandend {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.pf-tabs [role=tab].tab-expandend a {
  font-weight: 700;
}
.pf-ribbon-survey {
  position: absolute;
  right: 5px;
  top: 12px;
  border-radius: 50%;
  line-height: 10px;
  height: 11px;
  height: 0.6875rem;
  width: 11px;
  width: 0.6875rem;
  font-size: 88.9%;
  font-weight: 300;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.pf-ribbon-survey.pf-ribbon-survey-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 64em) {
  .pf-ribbon-survey {
    right: 9px;
    top: 18px;
    line-height: 17px;
    height: 18px;
    height: 1.125rem;
    width: 18px;
    width: 1.125rem;
    font-size: 88.9%;
  }
}
.pf-content,
.ht-content {
  padding: 2.75em 1.25em;
}
@media only screen and (min-width: 64em) {
  .pf-content,
  .ht-content {
    padding: 2.75em 4.375em;
  }
}
.pf-content a.default,
.ht-content a.default {
  font-weight: 700;
}
.pf-content .buttons,
.ht-content .buttons {
  text-align: center;
}
.pf-content .buttons button,
.ht-content .buttons button {
  margin-top: 1.625em;
  padding-right: 2.9375em;
  padding-left: 2.9375em;
  float: none;
}
.pf-content .loading-btn,
.ht-content .loading-btn {
  margin-top: 1.625em;
  margin-bottom: 1.625em;
  font-size: 1em;
  line-height: 1.5;
}
.pf-content .form-profile > div.form-access-data > div.form-block-title,
.ht-content .form-profile > div.form-access-data > div.form-block-title {
  margin-top: 0;
}
.pf-content .form-profile .form-no-editable .form-item,
.ht-content .form-profile .form-no-editable .form-item {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.pf-content .form-profile .form-no-editable .form-item label,
.ht-content .form-profile .form-no-editable .form-item label {
  display: none;
}
.pf-content .form-profile .form-block,
.ht-content .form-profile .form-block {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.pf-content .form-profile .form-access-data .form-block,
.ht-content .form-profile .form-access-data .form-block {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.pf-content .form-profile .form-access-data > form:last-child .form-block,
.ht-content .form-profile .form-access-data > form:last-child .form-block {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.pf-surveys {
  zoom: 1;
  margin-top: 59px;
  margin-top: 3.6875rem;
}
.pf-surveys:before,
.pf-surveys:after {
  content: "";
  display: table;
}
.pf-surveys:after {
  clear: both;
}
.pf-surveys a {
  border-radius: 5px;
  display: block;
  text-align: center;
  padding-top: 33px;
  padding-top: 2.0625rem;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}
.pf-surveys a > span {
  display: block;
  padding-bottom: 31px;
  padding-bottom: 1.9375rem;
}
.pf-surveys a > span:first-child {
  font-size: 112.5%;
  font-weight: 700;
}
.pf-surveys a > span:last-child {
  font-weight: 700;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 19px 0;
  padding: 1.1875rem 0;
}
.pf-surveys a [class^="icon-"],
.pf-surveys a [class*=" icon-"] {
  position: relative;
  font-size: 493.75%;
}
.pf-surveys a [class^="icon-"]:after,
.pf-surveys a [class*=" icon-"]:after {
  content: '';
  position: absolute;
  left: -12px;
  right: -12px;
  top: -15px;
  bottom: -15px;
  border: 2px solid;
  border-radius: 50%;
  width: 102px;
  height: 102px;
}
.pf-surveys a [class^="icon-"]:before,
.pf-surveys a [class*=" icon-"]:before {
  position: relative;
  top: -3px;
  relative: top -0.1875rem;
  position: relative;
  top: -0.1875rem;
}
@media only screen and (min-width: 64em) {
  .pf-surveys {
    margin-bottom: 0;
  }
  .pf-surveys a {
    margin-right: 25px;
    margin-right: 1.5625rem;
  }
  .pf-surveys > div:nth-child(even ) a {
    margin-right: 0;
    margin-left: 25px;
    margin-left: 1.5625rem;
  }
}
.pf-dismiss {
  text-align: center;
  padding: 1.875em 0;
}
.pf-dismiss a {
  font-weight: 700;
}
.ht-content .dropdown {
  margin: 34px 0 34px 0;
  margin: 2.125rem 0 17px 0;
  margin: 2.125rem 0 1.0625rem 0;
}
@media only screen and (min-width: 64em) {
  .ht-content .dropdown {
    margin: 62px 0 62px 0;
    margin: 3.875rem 0 44px 0;
    margin: 3.875rem 0 2.75rem 0;
  }
}
.ht-content .ht-table {
  border-top-width: 2px;
  border-top-style: solid;
}
.ht-content .ht-header {
  display: none;
}
.ht-content .ht-cell {
  padding-top: 10px;
  padding-top: 0.625rem;
}
.ht-content .ht-cell:first-child {
  font-size: 81.25%;
  border-bottom-width: 0;
  border-bottom-style: none;
  padding-top: 12px;
  padding-top: 0.75rem;
}
.ht-content .ht-cell:last-child {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-top: -25px;
  margin-top: -1.5625rem;
}
.ht-content .ht-cell:last-child > div {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.ht-content .ht-cell:last-child > div:first-child {
  text-align: left;
}
.ht-content .ht-redeem .ht-cell:last-child {
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
}
.ht-content .ht-info {
  position: relative;
  width: 100%;
  zoom: 1;
}
.ht-content .ht-info:before,
.ht-content .ht-info:after {
  content: "";
  display: table;
}
.ht-content .ht-info:after {
  clear: both;
}
.ht-content .ht-info > div {
  display: inline-block;
}
.ht-content .ht-points {
  zoom: 1;
}
.ht-content .ht-points:before,
.ht-content .ht-points:after {
  content: "";
  display: table;
}
.ht-content .ht-points:after {
  clear: both;
}
.ht-content .ht-points > div > span {
  display: inline-block;
}
.ht-content .ht-points > div > span span {
  float: left;
}
.ht-content .ht-points:last-child {
  padding-top: 16px;
  padding-top: 1rem;
}
.ht-content .inc-event-points > span {
  border-radius: 15px;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 2px;
  padding-top: 0.125rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
}
.ht-content .inc-event-points [class^="icm-"],
.ht-content .inc-event-points [class*=" icm-"] {
  margin-top: -3px;
  margin-top: -0.1875rem;
}
.ht-content .inc-total-points [class^="icon-"],
.ht-content .inc-total-points [class*=" icon-"] {
  margin-top: -5px;
  margin-top: -0.3125rem;
  font-size: 187.5%;
}
.ht-content .ht-name-event {
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 98%;
  min-width: 0;
}
.ht-content .ht-extra-info,
.ht-content .ht-view-more {
  font-size: 81.25%;
}
.ht-content .ht-view-more {
  position: absolute;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.ht-content .ht-extra-info {
  display: block;
  font-weight: 400;
}
.ht-content .txt-standout {
  padding: 20px 0;
  padding: 1.25rem 0;
}
.ht-content .btn-history {
  position: absolute;
  left: 67%;
  top: 11%;
  display: none;
}
@media only screen and (min-width: 64em) {
  .ht-content .ht-table {
    display: table;
    width: 100%;
    border-top-width: 0;
    border-top-style: none;
  }
  .ht-content .ht-cell {
    display: table-cell;
    padding: 18px 0;
    padding: 1.125rem 0;
    vertical-align: top;
    width: 59%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .ht-content .ht-cell:first-child {
    width: 15%;
    font-size: 87.5%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-top: 22px;
    padding-top: 1.375rem;
    padding-left: 16px;
    padding-left: 1rem;
  }
  .ht-content .ht-cell:last-child {
    width: 26%;
    padding-top: 1px;
    padding-top: 0.0625rem;
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
  }
  .ht-content .ht-cell:last-child.single-total > div {
    width: 100%;
  }
  .ht-content .ht-cell:last-child > div {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding-right: 16px;
    padding-right: 1rem;
  }
  .ht-content .ht-cell:last-child > div:first-child {
    text-align: right;
  }
  .ht-content .ht-redeem .ht-cell:last-child {
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
  }
  .ht-content .ht-header .ht-cell {
    font-size: 75%;
    padding-top: 14px;
    padding-top: 0.875rem;
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
    border-top-width: 2px;
    border-top-style: solid;
  }
  .ht-content .ht-header .ht-cell:first-child {
    font-size: 75%;
    padding-top: 14px;
    padding-top: 0.875rem;
    border-left-width: 2px;
    border-left-style: solid;
  }
  .ht-content .ht-header .ht-cell:last-child {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .ht-content .ht-info {
    width: 500px;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
  .ht-content .ht-name-event {
    max-width: 100%;
  }
  .ht-content .ht-points:last-child {
    padding-top: 16px;
    padding-top: 1rem;
  }
  .ht-content .ht-amount:last-child {
    padding-top: 16px;
    padding-top: 1rem;
  }
  .ht-content .inc-event-points > span span,
  .ht-content .inc-total-points > span span {
    font-size: 112.5%;
  }
  .ht-content .inc-event-points > span {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .ht-content .inc-event-points [class^="icm-"],
  .ht-content .inc-event-points [class*=" icm-"] {
    margin-top: 0;
  }
  .ht-content .inc-total-points [class^="icon-"],
  .ht-content .inc-total-points [class*=" icon-"] {
    margin-top: -2px;
    margin-top: -0.125rem;
    font-size: 187.5%;
  }
  .ht-content .ht-extra-info {
    font-size: 87.5%;
  }
  .ht-content .ht-name {
    font-size: 112.5%;
  }
  .ht-content .ht-row {
    display: table-row;
  }
  .ht-content .ht-row:hover .btn-history {
    display: inline-block;
  }
  .ht-content .txt-standout {
    font-size: 112.5%;
    padding: 30px 0 30px 0;
    padding: 1.875rem 0 20px 0;
    padding: 1.875rem 0 1.25rem 0;
  }
  .ht-content .ht-view-more {
    font-size: 87.5%;
    position: relative;
    margin-top: 0;
  }
}
.ht-buttons {
  text-align: center;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 64em) {
  .ht-buttons {
    padding-top: 25px;
    padding-top: 1.5625rem;
  }
}
.ht-nicestats .nt-device {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border-radius: 5px;
  padding: 28px 28px;
  padding: 1.75rem 19px;
  padding: 1.75rem 1.1875rem;
}
.ht-nicestats .nt-device-inactive {
  border-width: 2px;
  border-style: solid;
}
.ht-nicestats .nt-device-visual {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.ht-nicestats .nt-device-visual .nt-icon {
  display: block;
}
.ht-nicestats .nt-device-visual .nt-icon [class^="icon-"],
.ht-nicestats .nt-device-visual .nt-icon [class*=" icon-"] {
  position: relative;
  display: inline-block;
  font-size: 225%;
  width: 54px;
  height: 54px;
  text-align: center;
}
.ht-nicestats .nt-device-visual .nt-icon [class^="icon-"]:after,
.ht-nicestats .nt-device-visual .nt-icon [class*=" icon-"]:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
}
.ht-nicestats .nt-device-visual .nt-icon [class^="icon-"]:before,
.ht-nicestats .nt-device-visual .nt-icon [class*=" icon-"]:before {
  position: relative;
  top: 10px;
  top: 0.625rem;
}
.ht-nicestats .nt-device-visual .nt-add-device {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 100%;
}
.ht-nicestats .nt-device-visual .nt-type {
  font-size: 16px;
  font-family: 'GilroyBold';
  display: block;
  padding-top: 14px;
  padding-top: 0.875rem;
}
.ht-nicestats .nt-device-visual .inc-price {
  float: none;
  border-radius: 20px;
  padding: 5px 5px;
  padding: 0.3125rem 10px;
  padding: 0.3125rem 0.625rem;
}
.ht-nicestats .nt-device-info {
  padding-top: 25px;
  padding-top: 1.5625rem;
  display: inline-block;
  width: 100%;
  color: #636575;
}
@media only screen and (min-width: 64em) {
  .ht-nicestats .nt-device-info {
    width: auto;
  }
}
.ht-nicestats .nt-device-info > div > span {
  display: block;
}
.ht-nicestats .nt-device-info > div:last-child > span:last-child,
.ht-nicestats .nt-device-info > div:last-child > a:last-child {
  position: relative;
}
@media only screen and (min-width: 64em) {
  .ht-nicestats .nt-device {
    padding: 28px 28px;
    padding: 1.75rem 37px;
    padding: 1.75rem 2.3125rem;
  }
}
.ht-dialog .ht-dialog-redeem {
  border-width: 2px;
  border-style: solid;
  padding-top: 20px;
  padding-top: 1.25rem;
  zoom: 1;
}
.ht-dialog .ht-dialog-redeem:before,
.ht-dialog .ht-dialog-redeem:after {
  content: "";
  display: table;
}
.ht-dialog .ht-dialog-redeem:after {
  clear: both;
}
.ht-dialog .ht-dialog-redeem div > span {
  padding-left: 17px;
  padding-left: 1.0625rem;
  display: block;
}
.ht-dialog .ht-dialog-redeem div > span.rd-data {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .ht-dialog .ht-dialog-redeem div > span {
    padding-left: 38px;
    padding-left: 2.375rem;
  }
}
.ht-dialog .ht-dialog-image {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.ht-dialog .ht-dialog-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 64em) {
  .ht-dialog .ht-dialog-image {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
  }
}
.ht-dialog .ht-dialog h2 {
  margin-top: 0;
  padding-top: 0;
}
.ht-dialog .ht-dialog-details {
  zoom: 1;
}
.ht-dialog .ht-dialog-details:before,
.ht-dialog .ht-dialog-details:after {
  content: "";
  display: table;
}
.ht-dialog .ht-dialog-details:after {
  clear: both;
}
@media only screen and (min-width: 64em) {
  .ht-dialog .ht-dialog-details > div:last-child > div {
    margin-left: 70px;
    margin-left: 4.375rem;
  }
}
.ht-dialog .ht-dialog-details button {
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .ht-dialog .ht-dialog-details button {
    width: 80%;
  }
  .ht-dialog .ht-dialog-details .inc-feedback {
    text-align: center;
  }
  .ht-dialog .ht-dialog-details .inc-feedback.block {
    width: 40%;
    margin: 0 auto;
  }
  .ht-dialog .ht-dialog-details .inc-feedback button {
    width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .ht-dialog .ht-dialog-price.gmd-5 > div {
    margin-right: 70px;
    margin-right: 4.375rem;
  }
}
.ht-dialog .ht-dialog-price h2 {
  margin-top: 0;
  padding-top: 0;
  font-size: 112.5%;
}
@media only screen and (min-width: 64em) {
  .ht-dialog .ht-dialog-price h2 {
    font-size: 131.25%;
  }
}
.ht-dialog .ht-dialog-price table {
  margin: 0;
  padding: 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.ht-dialog .ht-dialog-price table td:first-child {
  text-transform: uppercase;
  font-size: 87.5%;
}
.ht-dialog .ht-dialog-price table td:last-child {
  text-align: right;
}
.ht-dialog .ht-dialog-price .row-inf td {
  font-size: 87.5%;
  padding: 5px 0;
  padding: 0.3125rem 0;
}
.ht-dialog .ht-dialog-price .row-price {
  border-top-width: 2px;
  border-top-style: solid;
}
.ht-dialog .ht-dialog-price .row-price td {
  padding: 5px 0;
  padding: 0.3125rem 0;
}
.ht-dialog .ht-dialog-price .row-price td:first-child {
  font-weight: 700;
}
.ht-dialog .ht-dialog-price .inc-price {
  font-size: 137.5%;
  font-weight: 500;
}
.ht-dialog .ht-dialog-price .icm-caracola {
  top: 5px;
  top: 0.3125rem;
}
.ht-dialog .ht-dialog-data h2 {
  margin-top: 0;
  padding-top: 37px;
  padding-top: 2.3125rem;
  font-weight: 400;
  font-size: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  .ht-dialog .ht-dialog-data h2 {
    padding-top: 0;
  }
}
.ht-dialog .ht-dialog-data .ht-dialog-data-content .gmd-6:nth-child(even) {
  clear: right;
}
.ht-dialog .ht-dialog-data .ht-dialog-data-content .gmd-6:nth-child(odd) {
  clear: left;
}
.ht-dialog .ht-dialog-data .ht-dialog-data-content > div {
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}
.ht-dialog .ht-dialog-data .ht-dialog-data-content > div > span {
  display: block;
}
.ht-dialog .ht-dialog-data .ht-dialog-data-content > div label {
  padding-bottom: 0;
}
.ht-dialog .ht-dialog-data .ht-dialog-data-content > div input,
.ht-dialog .ht-dialog-data .ht-dialog-data-content > div select {
  height: 20px;
  color: #222432;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  width: 100%;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media only screen and (min-width: 64em) {
  .ht-dialog .ht-dialog-data .ht-dialog-data-content > div:nth-child(odd ) > span {
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .ht-dialog .ht-dialog-data .ht-dialog-data-content > div:nth-child(even ) > span {
    padding-left: 10px;
    padding-left: 0.625rem;
  }
}
.form-redeem-step-2 label {
  font-size: 87.5%;
  padding-bottom: 0;
}
.delivery-detail {
  margin-bottom: 1.375em;
}
.delivery-detail p {
  margin: 0;
  padding: 0;
}
.redeem-delivery-title {
  margin-bottom: 2em;
}
.redeem-delivery-title h4 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.8125em;
}
.redeem-delivery {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding: 0;
  zoom: 1;
}
.redeem-delivery:before,
.redeem-delivery:after {
  content: "";
  display: table;
}
.redeem-delivery:after {
  clear: both;
}
.redeem-mobile {
  display: table;
  width: 100%;
}
.redeem-mobile .redeem-row {
  display: table-row;
}
.redeem-mobile .redeem-cell {
  display: table-cell;
}
.redeem-mobile .redeem-delivery-inc {
  vertical-align: middle;
  padding: 0 0 0 1.1875em;
  text-align: left;
  width: 33%;
}
.redeem-mobile .redeem-delivery-data {
  width: 67%;
  text-align: right;
}
.redeem-mobile .redeem-element {
  display: inline-block;
  width: auto;
}
.redeem-mobile .redeem-element > span {
  display: block;
}
.redeem-mobile .redeem-price {
  border-left-width: 1px;
  border-left-style: solid;
}
.redeem-mobile .redeem-value {
  float: none;
  display: inherit;
}
.redeem-desktop {
  display: table;
  width: 100%;
}
.redeem-desktop .redeem-row {
  display: table-row;
}
.redeem-desktop .redeem-cell {
  display: table-cell;
}
.redeem-desktop .redeem-delivery-inc {
  vertical-align: middle;
  padding: 0 0 0 1.1875em;
  text-align: left;
  width: 33%;
}
.redeem-desktop .redeem-delivery-data {
  width: 67%;
  text-align: right;
}
.redeem-desktop .redeem-element {
  display: inline-block;
  width: auto;
}
.redeem-desktop .redeem-element > span {
  display: block;
}
.redeem-desktop .redeem-price {
  border-left-width: 1px;
  border-left-style: solid;
}
.redeem-desktop .redeem-value {
  float: none;
  display: inherit;
}
.redeem-delivery-inc {
  padding: 1.1875em;
  overflow: hidden;
}
.redeem-delivery-inc > span {
  display: block;
  max-height: 2.75em;
  margin: 0.875em 0;
}
.redeem-delivery-inc > img {
  display: block;
  float: left;
  max-width: 72px;
  height: 72px;
  margin-right: 1em;
  border-radius: 5px;
}
.redeem-element {
  display: table;
  width: 100%;
  padding: 1.1875em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.redeem-element-title {
  text-transform: uppercase;
  font-size: 87.5%;
  display: table-cell;
  vertical-align: middle;
}
.redeem-price .redeem-value {
  font-size: 137.5%;
}
.redeem-value {
  float: right;
  font-size: 87.5%;
  line-height: 33px;
  line-height: 2.0625rem;
  display: table-cell;
}
.redeem-value .icm-caracola {
  top: 4px;
  top: 0.25rem;
  width: 21px;
  height: 21px;
}
.redeem-price-total {
  font-weight: 500;
  border-bottom-width: 0;
  border-bottom-style: none;
}
.redeem-confianza {
  margin-top: 0;
  font-size: 75%;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.redeem-confianza [class^="icon-"],
.redeem-confianza [class*=" icon-"] {
  font-size: 137.5%;
  top: 3px;
}
@media only screen and (min-width: 64em) {
  .redeem-confianza {
    font-size: 87.5%;
    float: left;
    width: 100%;
  }
}
.redeem-microdonation {
  margin-top: 42px;
  margin-top: 2.625rem;
}
.redeem-microdonation .redeem-microdonation-table {
  display: table;
  width: 100%;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 19px;
  padding: 1.1875rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  cursor: pointer;
}
.redeem-microdonation .redeem-microdonation-table .redeem-row {
  display: table-row;
}
.redeem-microdonation .redeem-microdonation-table .redeem-cell {
  display: table-cell;
}
.redeem-microdonation .redeem-microdonation-table .redeem-delivery-inc {
  vertical-align: middle;
  padding: 0 0 0 1.1875em;
  text-align: left;
  width: 33%;
}
.redeem-microdonation .redeem-microdonation-table .redeem-delivery-data {
  width: 67%;
  text-align: right;
}
.redeem-microdonation .redeem-microdonation-table .redeem-element {
  display: inline-block;
  width: auto;
}
.redeem-microdonation .redeem-microdonation-table .redeem-element > span {
  display: block;
}
.redeem-microdonation .redeem-microdonation-table .redeem-price {
  border-left-width: 1px;
  border-left-style: solid;
}
.redeem-microdonation .redeem-microdonation-table .redeem-value {
  float: none;
  display: inherit;
}
.redeem-microdonation .redeem-microdonation-table .redeem-cell {
  float: none;
}
.redeem-microdonation .redeem-microdonation-table .redeem-cell h4,
.redeem-microdonation .redeem-microdonation-table .redeem-cell p {
  margin: 0;
  font-weight: 400;
  font-size: 0.875em;
}
.redeem-microdonation .redeem-microdonation-table .redeem-cell p {
  margin-top: 6px;
  margin-top: 0.375rem;
  line-height: 26px;
}
.redeem-microdonation .redeem-microdonation-table .microdonation-image,
.redeem-microdonation .redeem-microdonation-table .microdonation-summary {
  vertical-align: middle;
}
.redeem-microdonation .redeem-microdonation-table .microdonation-image h4,
.redeem-microdonation .redeem-microdonation-table .microdonation-summary h4 {
  font-weight: 700;
}
.redeem-microdonation .redeem-microdonation-table .microdonation-image img,
.redeem-microdonation .redeem-microdonation-table .microdonation-summary img {
  max-width: 90%;
}
.redeem-microdonation .redeem-microdonation-table .microdonation-units {
  vertical-align: middle;
}
.redeem-microdonation .redeem-microdonation-table .microdonation-units .redeem-value {
  float: right;
  font-size: 137.5%;
  line-heigh: 26px;
}
@media (max-width: 64em) and (min-width: 40em) {
  .redeem-microdonation .redeem-microdonation-table .microdonation-image {
    width: 20%;
  }
  .redeem-microdonation .redeem-microdonation-table .microdonation-image img {
    max-width: 60%;
  }
  .redeem-microdonation .redeem-microdonation-table .microdonation-summary {
    width: 80%;
  }
  .redeem-microdonation .redeem-microdonation-table .microdonation-summary .microdonation-units {
    float: right;
  }
}
.redeem-microdonation .mark-as-default {
  cursor: pointer;
}
.redeem-microdonation .mark-as-default .icon-checked {
  font-size: 156.25%;
}
.redeem-microdonation .mark-as-default .check-bullet {
  float: left;
  margin: -2px 4px 0 0;
  padding-left: 2px;
  width: 25px;
  height: 25px;
  display: block;
  background-color: rgba(34,36,50,0.08);
}
.container-help-redeem {
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .container-help-redeem {
    text-align: left;
  }
}
.container-help-redeem > div.gmd-8 {
  padding: 0;
}
.main {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media only screen and (min-width: 64em) {
  .main {
    margin-top: 0;
  }
}
.main-login-home {
  margin-top: 112px;
  margin-top: 7rem;
}
@media only screen and (min-width: 64em) {
  .main-login-home {
    margin-top: 0;
  }
}
.main-internal {
  margin-top: 115px;
  margin-top: 7.1875rem;
}
@media only screen and (min-width: 64em) {
  .main-internal {
    margin-top: 165px;
    margin-top: 10.3125rem;
  }
}
.main-login-profile {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media only screen and (min-width: 64em) {
  .main-login-profile {
    margin-top: 0px;
  }
}
.main-negative {
  padding-top: 165px;
  padding-top: 10.3125rem;
  margin-top: 0;
}
@media only screen and (min-width: 64em) {
  .main-negative {
    padding-top: 125px;
    padding-top: 7.8125rem;
  }
}
.main-negative-empty {
  padding-top: 0;
  margin-top: -125px;
  margin-top: -7.8125rem;
}
@media only screen and (min-width: 64em) {
  .main-negative-empty {
    margin-top: 0;
  }
}
.home-section,
.network-see-section,
.ranking-personal,
.commitment-nq,
.counters-nq,
.information-nq {
  text-align: center;
}
.home-section {
  padding: 40px 0;
  padding: 2.5rem 0;
}
@media only screen and (min-width: 64em) {
  .home-section {
    padding: 69px 0;
    padding: 4.3125rem 0;
  }
}
.network-see-section,
.ranking-personal,
.information-nq {
  padding: 45px 0;
  padding: 2.8125rem 0;
}
@media only screen and (min-width: 64em) {
  .network-see-section,
  .ranking-personal,
  .information-nq {
    padding: 171px 0;
    padding: 10.6875rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .network-see-section,
  .ranking-personal,
  .information-nq {
    padding: 11.385em 0;
  }
}
.commitment-nq,
.counters-nq {
  padding-top: 56px;
  padding-top: 3.5rem;
}
@media only screen and (min-width: 64em) {
  .commitment-nq,
  .counters-nq {
    padding-top: 180px;
    padding-top: 11.25rem;
  }
}
.commitment-nq,
.counters-nq {
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media only screen and (min-width: 64em) {
  .commitment-nq,
  .counters-nq {
    padding-bottom: 180px;
    padding-bottom: 11.25rem;
  }
}
.network-see-section {
  position: relative;
}
.network-see-section h1 {
  position: relative;
}
.network-see-section h1 > [class^="icon-"],
.network-see-section h1 > [class*=" icon-"] {
  font-size: 250%;
  display: block;
}
.network-see-section h1 > span:last-child {
  display: block;
}
.network-see-section h1 > span:last-child span {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  line-height: 2px;
  height: 2px;
  display: inline-block;
  width: 6%;
}
.network-see-section .container-content {
  position: relative;
/*
		a [class^="icon-"],
		a [class*="icon-"],
		> div {
			color: text-color-slider-arrow;
		}*/
/*
		.social-network {
			color: text-color-header;
		}*/
}
.network-see-section .container-content > a {
  position: absolute;
  top: 0;
}
.network-see-section .container-content > a [class^="icon-"],
.network-see-section .container-content > a [class*="icon-"] {
  font-size: 312.5%;
}
.network-see-section .container-content .sld-lft {
  left: 0;
}
.network-see-section .container-content .sld-rgt {
  right: 0;
}
.network-see-section .container-content > div {
  display: block;
  width: 70%;
  margin: 0 auto;
  font-weight: 300;
}
@media only screen and (min-width: 64em) {
  .network-see-section .container-content > div {
    font-size: 143.75%;
  }
}
.network-see-section .container-content .author,
.network-see-section .container-content .social-network {
  display: block;
  font-size: 87.5%;
}
@media only screen and (min-width: 64em) {
  .network-see-section .container-content .author,
  .network-see-section .container-content .social-network {
    font-size: 68.75%;
  }
}
.network-see-section .container-content .author {
  margin-top: 3.1875em;
}
.ranking-personal .inc-target {
  margin-bottom: 2.187em;
}
.ranking-personal .inc-target > div {
  margin: 0 1.093em;
}
.ranking-personal .inc-target > div.content-block .title-item {
  font-size: 100%;
  min-height: 2.687em;
  display: block;
}
.information-nq .container-content {
  position: relative;
  margin: 0 auto;
  zoom: 1;
  width: 90%;
}
.information-nq .container-content:before,
.information-nq .container-content:after {
  content: "";
  display: table;
}
.information-nq .container-content:after {
  clear: both;
}
.information-nq .container-content p {
  margin: 0 3.125em;
  font-weight: 300;
}
@media only screen and (min-width: 64em) {
  .information-nq .container-content {
    width: 80%;
  }
}
.information-nq .col-fluid {
  margin-bottom: 3.125em;
}
.commitment-nq [class^="icon-"],
.commitment-nq [class*=" icon-"] {
  display: block;
  margin-bottom: 0.7em;
  font-size: 200%;
}
@media only screen and (min-width: 64em) {
  .commitment-nq [class^="icon-"],
  .commitment-nq [class*=" icon-"] {
    font-size: 150%;
  }
}
.commitment-nq span {
  font-size: 100%;
  font-weight: 700;
}
@media only screen and (min-width: 64em) {
  .commitment-nq span {
    font-size: 143.75%;
  }
}
.counters-nq {
  font-weight: 300;
}
.counters-nq .counter-block {
  padding-top: 35px;
  padding-top: 2.1875rem;
}
@media only screen and (min-width: 64em) {
  .counters-nq {
    font-size: 131.25%;
  }
  .counters-nq .counter-block {
    padding-top: 1.666em;
  }
}
.unsubscribe-section > p {
  margin-bottom: 31px;
  margin-bottom: 1.9375rem;
}
.unsubscribe-section .us-reasons {
  text-align: center;
  margin-bottom: 41px;
  margin-bottom: 2.5625rem;
}
.unsubscribe-section .us-reasons > ul {
  padding: 0 0 41px 0;
  padding: 0 0 2.5625rem 0;
  margin: 0 auto;
  text-align: left;
}
.unsubscribe-section .us-reasons > ul > li {
  list-style: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
  margin-bottom: 2px;
  zoom: 1;
}
.unsubscribe-section .us-reasons > ul > li:before,
.unsubscribe-section .us-reasons > ul > li:after {
  content: "";
  display: table;
}
.unsubscribe-section .us-reasons > ul > li:after {
  clear: both;
}
.unsubscribe-section .us-reasons > ul > li.selected {
  font-weight: 700;
}
.unsubscribe-section .us-reasons > ul > li.button-container {
  text-align: center;
  padding: 41px 0 0 0;
  padding: 2.5625rem 0 0 0;
  margin: 0;
}
.unsubscribe-section .us-reasons > ul > li.button-container > button {
  width: 100%;
}
.unsubscribe-section .us-reasons > ul [class^="icon-"],
.unsubscribe-section .us-reasons > ul [class*=" icon-"],
.unsubscribe-section .us-reasons > ul .check-bullet {
  float: left;
  font-size: 156.25%;
}
.unsubscribe-section .us-reasons > ul [class^="icon-"],
.unsubscribe-section .us-reasons > ul [class*=" icon-"] {
  margin-top: -2px;
}
.unsubscribe-section .us-reasons > ul .us-reason {
  zoom: 1;
  display: block;
  padding: 22px 22px;
  padding: 1.375rem 40px;
  padding: 1.375rem 2.5rem;
  cursor: pointer;
}
.unsubscribe-section .us-reasons > ul .us-reason:before,
.unsubscribe-section .us-reasons > ul .us-reason:after {
  content: "";
  display: table;
}
.unsubscribe-section .us-reasons > ul .us-reason:after {
  clear: both;
}
.unsubscribe-section .us-reasons > ul .us-comment {
  text-align: center;
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 12px 12px 12px;
  padding: 1.25rem 0.75rem 20px 20px;
  padding: 1.25rem 0.75rem 1.25rem 12px;
  padding: 1.25rem 0.75rem 1.25rem 0.75rem;
}
.unsubscribe-section .us-reasons > ul textarea {
  width: 100%;
  height: 937.5%;
  font-weight: 400;
}
.unsubscribe-section .us-reasons > ul .check-bullet {
  width: 14px;
  height: 14px;
  border-radius: 20px;
  display: block;
  margin: 5px 5px 0 0;
  margin: 0.3125rem 7px 0 0;
  margin: 0.3125rem 0.4375rem 0 0;
}
.unsubscribe-section .us-reasons > ul .check-label {
  display: inline-block;
  width: 90%;
  float: left;
}
.unsubscribe-section .us-reasons > ul .error {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .unsubscribe-section > p {
    width: 50%;
    margin: 0 auto 43px auto;
    margin: 0 auto 2.6875rem auto;
    text-align: center;
  }
  .unsubscribe-section .us-reasons > ul {
    width: 35%;
  }
  .unsubscribe-section .us-reasons > ul .us-comment {
    padding: 0 42px 42px 42px;
    padding: 0 2.625rem 20px 20px;
    padding: 0 2.625rem 1.25rem 42px;
    padding: 0 2.625rem 1.25rem 2.625rem;
  }
  .unsubscribe-section .us-reasons > ul > li.button-container > button {
    width: auto;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}
.counter-block {
  display: block;
  font-size: 312.5%;
  font-weight: 300;
}
@media only screen and (min-width: 64em) {
  .counter-block {
    font-size: 276.19%;
  }
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .container-profile {
    max-width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .container-profile {
    margin-top: 3.0625em;
  }
}
.grid-section-filter {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  zoom: 1;
}
.grid-section-filter:before,
.grid-section-filter:after {
  content: "";
  display: table;
}
.grid-section-filter:after {
  clear: both;
}
.grid-section-filter > div {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.grid-section-filter > div:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .grid-section-filter > div {
    margin-bottom: 0;
  }
}
.section-top-arrow {
  position: fixed;
  bottom: 36px;
  right: 20px;
  width: 54px;
  height: 54px;
  text-decoration: none;
  border-radius: 32px;
}
.section-top-arrow > i {
  margin: 0;
  position: relative;
  left: -20px;
  top: -20px;
  font-size: 587.5%;
}
@media only screen and (min-width: 64em) {
  .section-top-arrow {
    bottom: 76px;
    right: 62px;
  }
}
.container-prize-draws {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
.container-prize-draws h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.container-prize-draws .gmd-12 {
  display: inline-block;
}
.container-prize-draws .gmd-12 img {
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.container-prize-draws .gmd-12 .gmd-6 {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .container-prize-draws .gmd-12 .gmd-6 {
    width: calc(50% - 15px);
  }
  .container-prize-draws .gmd-12 .gmd-6:nth-child(even) {
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}
.section-about h4 {
  text-transform: uppercase;
}
.section-about div.avatar {
  width: 100%;
  display: inline-block;
  padding: 0px;
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-top: 5.625rem;
}
.section-about div.avatar.nicequestLogoOpened {
  padding-top: 161px;
  padding-top: 10.0625rem;
}
@media only screen and (min-width: 64em) {
  .section-about div.avatar.nicequestLogoOpened {
    padding-top: 0px;
  }
}
.section-about div.avatar img {
  margin-top: 0px;
  width: 100%;
}
.section-about div.avatar .experience-desktop {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 40%;
  padding-right: 20%;
  padding-top: 40%;
  padding-bottom: 25%;
  text-align: left;
}
.section-about div.avatar .experience-desktop .content {
  display: none;
}
.section-about div.avatar .experience-desktop h4 {
  font-size: 112.5% !important;
  text-shadow: 3px 0px 4px #969696;
}
@media only screen and (min-width: 40em) {
  .section-about div.avatar .experience-desktop {
    padding-top: 28%;
    padding-left: 60%;
    padding-right: 5%;
  }
  .section-about div.avatar .experience-desktop h4 {
    font-size: 150% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about div.avatar .experience-desktop p {
    font-size: 100% !important;
  }
  .section-about div.avatar .experience-desktop .content {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .section-about div.avatar .experience-desktop {
    padding-top: 9%;
    padding-left: 60%;
    padding-right: 12%;
  }
  .section-about div.avatar .experience-desktop h4 {
    font-size: 187.5% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about div.avatar .experience-desktop p {
    font-size: 100% !important;
  }
}
@media only screen and (min-width: 81em) {
  .section-about div.avatar .experience-desktop {
    padding-top: 12%;
    padding-left: 60%;
    padding-right: 8%;
  }
  .section-about div.avatar .experience-desktop h4 {
    font-size: 250% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about div.avatar .experience-desktop p {
    font-size: 125% !important;
  }
}
@media only screen and (min-width: 120em) {
  .section-about div.avatar .experience-desktop {
    padding-top: 13%;
    padding-left: 60%;
    padding-right: 20%;
  }
  .section-about div.avatar .experience-desktop h4 {
    font-size: 250% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about div.avatar .experience-desktop p {
    font-size: 125% !important;
  }
}
.section-about div.avatar .experience-desktop-logged {
  padding-top: 60%;
  padding-bottom: 25%;
  text-align: left;
}
.section-about div.avatar .experience-desktop-logged h4 {
  font-size: 112.5% !important;
  text-shadow: 3px 0px 4px #969696;
}
@media only screen and (min-width: 40em) {
  .section-about div.avatar .experience-desktop-logged {
    padding-top: 38%;
    padding-left: 60%;
    padding-right: 5%;
  }
  .section-about div.avatar .experience-desktop-logged h4 {
    font-size: 150% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about div.avatar .experience-desktop-logged p {
    font-size: 100% !important;
  }
  .section-about div.avatar .experience-desktop-logged .content {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .section-about div.avatar .experience-desktop-logged {
    padding-top: 9%;
    padding-left: 60%;
    padding-right: 12%;
  }
  .section-about div.avatar .experience-desktop-logged h4 {
    font-size: 187.5% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about div.avatar .experience-desktop-logged p {
    font-size: 100% !important;
  }
}
@media only screen and (min-width: 81em) {
  .section-about div.avatar .experience-desktop-logged {
    padding-top: 12%;
    padding-left: 60%;
    padding-right: 8%;
  }
  .section-about div.avatar .experience-desktop-logged h4 {
    font-size: 250% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about div.avatar .experience-desktop-logged p {
    font-size: 125% !important;
  }
}
@media only screen and (min-width: 120em) {
  .section-about div.avatar .experience-desktop-logged {
    padding-top: 13%;
    padding-left: 60%;
    padding-right: 20%;
  }
  .section-about div.avatar .experience-desktop-logged h4 {
    font-size: 250% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about div.avatar .experience-desktop-logged p {
    font-size: 125% !important;
  }
}
@media only screen and (min-width: 64em) {
  .section-about div.avatar {
    padding-top: 0px;
  }
}
.section-about .experience .container,
.section-about .invitation .container,
.section-about .surveys .container,
.section-about .opinion .container,
.section-about .gifts .container,
.section-about .real .container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  text-align: center;
}
.section-about .experience .container h4,
.section-about .invitation .container h4,
.section-about .surveys .container h4,
.section-about .opinion .container h4,
.section-about .gifts .container h4,
.section-about .real .container h4 {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.section-about .experience .container p,
.section-about .invitation .container p,
.section-about .surveys .container p,
.section-about .opinion .container p,
.section-about .gifts .container p,
.section-about .real .container p {
  text-align: left;
  line-height: 1.8;
}
@media only screen and (min-width: 64em) {
  .section-about .experience .container,
  .section-about .invitation .container,
  .section-about .surveys .container,
  .section-about .opinion .container,
  .section-about .gifts .container,
  .section-about .real .container {
    max-width: 42.5em;
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .section-about .experience .container p,
  .section-about .invitation .container p,
  .section-about .surveys .container p,
  .section-about .opinion .container p,
  .section-about .gifts .container p,
  .section-about .real .container p {
    text-align: center;
  }
}
@media only screen and (min-width: 40em) {
  .section-about .experience {
    display: none;
  }
}
.section-about .surveys .container {
  padding-top: 0px;
  padding-top: 0rem;
}
.section-about .surveys .container a:last-child button {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.section-about .surveys .container a button {
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 0px;
}
@media only screen and (min-width: 64em) {
  .section-about .surveys .container a button {
    width: 45%;
    line-height: 250%;
  }
}
.section-about .opinion .container img {
  max-width: 45%;
}
.section-about .opinion .container h4 {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.section-about .gifts {
  background-image: url("/img/templates/default/pattern_redes.png");
}
.section-about .gifts .container {
  padding-top: 0px;
}
.section-about .gifts .container img {
  max-width: 90%;
}
.section-about .gifts .container h4 {
  padding-top: 50px;
  padding-top: 3.125rem;
}
.section-about .real .container {
  padding-bottom: 0px;
  margin-bottom: -7px;
}
.section-about .real .container .panelist-pics {
  display: inline-block;
  padding-top: 40px;
  padding-top: 2.5rem;
}
.section-about .real .container .panelist-pics .panelist-pic {
  width: 33.3%;
  float: left;
  position: relative;
  display: inline-block;
}
.section-about .real .container .panelist-pics .panelist-pic img {
  width: 100%;
}
@media only screen and (min-width: 64.063em) {
  .section-about .real .container .panelist-pics {
    margin-left: auto;
    width: 100%;
  }
  .section-about .real .container .panelist-pics .panelist-pic {
    width: 32.5%;
    margin-top: 1.25%;
  }
  .section-about .real .container .panelist-pics .panelist-pic:nth-child(2),
  .section-about .real .container .panelist-pics .panelist-pic:nth-child(5) {
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
}
@media only screen and (max-width: 64em) {
  .section-about .real .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .section-about .real .container {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    margin-bottom: 0px;
  }
}
.section-draw-basis {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
.section-about-premium h4 {
  text-transform: uppercase;
}
.section-about-premium div.avatar {
  width: 100%;
  display: inline-block;
  padding: 0px;
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-top: 5.625rem;
}
.section-about-premium div.avatar.nicequestLogoOpened {
  padding-top: 161px;
  padding-top: 10.0625rem;
}
@media only screen and (min-width: 64em) {
  .section-about-premium div.avatar.nicequestLogoOpened {
    padding-top: 0px;
  }
}
.section-about-premium div.avatar img {
  margin-top: 0px;
  width: 100%;
}
.section-about-premium div.avatar .experience-desktop {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 40%;
  padding-right: 20%;
  padding-top: 40%;
  padding-bottom: 25%;
  text-align: left;
}
.section-about-premium div.avatar .experience-desktop .content {
  display: none;
}
.section-about-premium div.avatar .experience-desktop h4 {
  font-size: 112.5% !important;
  text-shadow: 3px 0px 4px #969696;
}
@media only screen and (min-width: 40em) {
  .section-about-premium div.avatar .experience-desktop {
    padding-top: 28%;
    padding-left: 60%;
    padding-right: 5%;
  }
  .section-about-premium div.avatar .experience-desktop h4 {
    font-size: 150% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about-premium div.avatar .experience-desktop p {
    font-size: 100% !important;
  }
  .section-about-premium div.avatar .experience-desktop .content {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .section-about-premium div.avatar .experience-desktop {
    padding-top: 9%;
    padding-left: 60%;
    padding-right: 12%;
  }
  .section-about-premium div.avatar .experience-desktop h4 {
    font-size: 187.5% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about-premium div.avatar .experience-desktop p {
    font-size: 100% !important;
  }
}
@media only screen and (min-width: 81em) {
  .section-about-premium div.avatar .experience-desktop {
    padding-top: 12%;
    padding-left: 60%;
    padding-right: 8%;
  }
  .section-about-premium div.avatar .experience-desktop h4 {
    font-size: 250% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about-premium div.avatar .experience-desktop p {
    font-size: 125% !important;
  }
}
@media only screen and (min-width: 120em) {
  .section-about-premium div.avatar .experience-desktop {
    padding-top: 13%;
    padding-left: 60%;
    padding-right: 20%;
  }
  .section-about-premium div.avatar .experience-desktop h4 {
    font-size: 250% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about-premium div.avatar .experience-desktop p {
    font-size: 125% !important;
  }
}
.section-about-premium div.avatar .experience-desktop-logged {
  padding-top: 60%;
  padding-bottom: 25%;
  text-align: left;
}
.section-about-premium div.avatar .experience-desktop-logged h4 {
  font-size: 112.5% !important;
  text-shadow: 3px 0px 4px #969696;
}
@media only screen and (min-width: 40em) {
  .section-about-premium div.avatar .experience-desktop-logged {
    padding-top: 38%;
    padding-left: 60%;
    padding-right: 5%;
  }
  .section-about-premium div.avatar .experience-desktop-logged h4 {
    font-size: 150% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about-premium div.avatar .experience-desktop-logged p {
    font-size: 100% !important;
  }
  .section-about-premium div.avatar .experience-desktop-logged .content {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .section-about-premium div.avatar .experience-desktop-logged {
    padding-top: 9%;
    padding-left: 60%;
    padding-right: 12%;
  }
  .section-about-premium div.avatar .experience-desktop-logged h4 {
    font-size: 187.5% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about-premium div.avatar .experience-desktop-logged p {
    font-size: 100% !important;
  }
}
@media only screen and (min-width: 81em) {
  .section-about-premium div.avatar .experience-desktop-logged {
    padding-top: 12%;
    padding-left: 60%;
    padding-right: 8%;
  }
  .section-about-premium div.avatar .experience-desktop-logged h4 {
    font-size: 250% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about-premium div.avatar .experience-desktop-logged p {
    font-size: 125% !important;
  }
}
@media only screen and (min-width: 120em) {
  .section-about-premium div.avatar .experience-desktop-logged {
    padding-top: 13%;
    padding-left: 60%;
    padding-right: 20%;
  }
  .section-about-premium div.avatar .experience-desktop-logged h4 {
    font-size: 250% !important;
    text-shadow: 3px 0px 4px #969696;
  }
  .section-about-premium div.avatar .experience-desktop-logged p {
    font-size: 125% !important;
  }
}
@media only screen and (min-width: 64em) {
  .section-about-premium div.avatar {
    padding-top: 0px;
  }
}
.section-about-premium .experience .container,
.section-about-premium .elected .container,
.section-about-premium .nicestats .container,
.section-about-premium .winMoreShells .container,
.section-about-premium .exclusiveGifts .container,
.section-about-premium .share .container,
.section-about-premium .image .container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  text-align: center;
}
.section-about-premium .experience .container h4,
.section-about-premium .elected .container h4,
.section-about-premium .nicestats .container h4,
.section-about-premium .winMoreShells .container h4,
.section-about-premium .exclusiveGifts .container h4,
.section-about-premium .share .container h4,
.section-about-premium .image .container h4 {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  font-weight: 300;
  font-size: 150%;
}
.section-about-premium .experience .container p,
.section-about-premium .elected .container p,
.section-about-premium .nicestats .container p,
.section-about-premium .winMoreShells .container p,
.section-about-premium .exclusiveGifts .container p,
.section-about-premium .share .container p,
.section-about-premium .image .container p {
  text-align: left;
  line-height: 1.8;
}
@media only screen and (min-width: 64em) {
  .section-about-premium .experience .container,
  .section-about-premium .elected .container,
  .section-about-premium .nicestats .container,
  .section-about-premium .winMoreShells .container,
  .section-about-premium .exclusiveGifts .container,
  .section-about-premium .share .container,
  .section-about-premium .image .container {
    max-width: 42.5em;
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .section-about-premium .experience .container p,
  .section-about-premium .elected .container p,
  .section-about-premium .nicestats .container p,
  .section-about-premium .winMoreShells .container p,
  .section-about-premium .exclusiveGifts .container p,
  .section-about-premium .share .container p,
  .section-about-premium .image .container p {
    text-align: center;
  }
}
@media only screen and (min-width: 40em) {
  .section-about-premium .experience {
    display: none;
  }
}
.section-about-premium .elected {
  margin-top: -8px;
}
.section-about-premium .exclusiveGifts {
  background-image: url("/img/templates/default/pattern_redes.png");
}
.section-about-premium .image img {
  width: 100%;
}
.section-about-premium .share {
  margin-top: -4px;
}
.reset-password-section h1 {
  margin-top: 0 !important;
}
.reset-password-section .container-form {
  padding: 33px 33px;
  padding: 2.0625rem 25px;
  padding: 2.0625rem 1.5625rem;
}
.reset-password-section .container-form .buttons button {
  margin-top: 0;
}
.reset-password-section .form-item {
  text-align: left;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.reset-password-section input[type="text"],
.reset-password-section input[type="password"] {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .reset-password-section > div {
    width: 70%;
    margin: 0 auto;
  }
  .reset-password-section .container-form {
    padding: 33px 33px;
    padding: 2.0625rem 52px;
    padding: 2.0625rem 3.25rem;
  }
  .reset-password-section .container-form .buttons button {
    width: auto;
  }
}
.section-grid {
  padding-top: 115px;
  padding-top: 7.1875rem;
  padding-bottom: 47px;
  padding-bottom: 2.9375rem;
}
@media only screen and (min-width: 64em) {
  .section-grid {
    padding-top: 165px;
    padding-top: 10.3125rem;
    padding-bottom: 63px;
    padding-bottom: 3.9375rem;
  }
}
.section-grid-donation {
  padding-bottom: 0;
}
.section-closed-donations {
  padding: 3.1875em 0;
}
.section-incentive-detail {
  padding-top: 115px;
  padding-top: 7.1875rem;
  padding-bottom: 47px;
  padding-bottom: 2.9375rem;
}
@media only screen and (min-width: 64em) {
  .section-incentive-detail {
    padding-top: 165px;
    padding-top: 10.3125rem;
    padding-bottom: 63px;
    padding-bottom: 3.9375rem;
  }
}
.donations-banner-section {
  background-image: url("/img/core/donations-banner/background-mobile.jpg");
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 64em) {
  .donations-banner-section {
    background-image: url("/img/core/donations-banner/background-desktop.jpg");
  }
}
.donations-banner-content {
  position: relative;
  height: 51.0625em;
}
.donations-banner-content > div {
  position: absolute;
  top: 50%;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 1.25em;
}
.donations-banner-content > div > span {
  text-transform: uppercase;
  color: #222432;
  font-size: 81.25%;
}
.donations-banner-content ul {
  width: 100%;
  list-style: none;
  margin: 2.75em 0 0 0;
  padding: 0;
  text-align: center;
}
.donations-banner-content ul li {
  text-align: left;
  display: inline-block;
  width: 50%;
}
.donations-banner-content ul li:nth-child(0),
.donations-banner-content ul li:nth-child(1) {
  margin-bottom: 1.8125em;
}
.donations-banner-content .btn {
  margin-top: 1.5em;
  width: 100%;
  padding: 0.625em 0;
  float: none;
}
@media only screen and (min-width: 30em) {
  .donations-banner-content > div {
    width: 70%;
  }
  .donations-banner-content .btn {
    padding: 0.625em 2.9375em;
    width: auto;
  }
}
@media only screen and (min-width: 40em) {
  .donations-banner-content > div {
    width: 50%;
  }
  .donations-banner-content .btn {
    margin-top: 4.0625em;
    padding: 0.625em 2.9375em;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .donations-banner-content {
    height: 44.125em;
  }
  .donations-banner-content > div {
    padding: 0;
    width: 50%;
  }
  .donations-banner-content ul li {
    width: 25%;
  }
}
.container-legal {
  padding-bottom: 3.75em;
}
.container-legal .emphasize {
  font-size: 112.5%;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
.container-legal .contact {
  margin-top: 70px;
  margin-top: 4.375rem;
}
.container-contact textarea,
.container-contact select {
  width: 100%;
}
.container-contact textarea {
  border-radius: 20px;
  height: 177px;
}
.container-contact > div:first-child form > p {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.container-contact > div:first-child form > p:last-child {
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
}
.container-contact .contact-searchbox {
  position: relative;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.container-contact .contact-searchbox input {
  font-size: 131.25%;
  width: 100%;
  padding-right: 108px;
  padding-right: 6.75rem;
}
.container-contact .contact-searchbox a {
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 0 29px;
  padding: 0 1.8125rem;
  height: 100%;
  font-size: 250%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.container-contact .contact-searchbox a [class^="icon-"],
.container-contact .contact-searchbox a [class*=" icon-"] {
  vertical-align: middle;
}
.container-contact .container-buttons {
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.container-contact .contact-form div {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.container-contact .contact-form p.mandatory {
  font-size: 87.5%;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.container-contact .contact-form p.privacy {
  margin-top: 0;
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}
.container-contact .contact-form p.privacy [class^="icon-"],
.container-contact .contact-form p.privacy [class*=" icon-"] {
  font-size: 137.5%;
  top: 3px;
}
.container-contact .contact-form button {
  margin: 0;
  padding-right: 78px;
  padding-right: 4.875rem;
  padding-left: 78px;
  padding-left: 4.875rem;
}
.container-contact .contact-form .error {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 64em) {
  .container-contact .contact-form button {
    padding-right: 90px;
    padding-right: 5.625rem;
    padding-left: 90px;
    padding-left: 5.625rem;
  }
}
.container-help {
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}
.container-help > div {
  padding: 10px 10px;
  padding: 0.625rem 25px;
  padding: 0.625rem 1.5625rem;
}
.container-help > div .icon {
  font-size: 187.5%;
  margin-top: -5px;
}
.container-help h4 {
  text-transform: uppercase;
  font-weight: 300;
}
.container-help p > span:last-child {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 64em) {
  .container-help > div {
    padding: 20px 20px;
    padding: 1.25rem 37px;
    padding: 1.25rem 2.3125rem;
  }
}
.container-message {
  text-align: center;
}
.container-message > div {
  margin-bottom: 47px;
  margin-bottom: 2.9375rem;
}
.container-message h1 {
  font-weight: 300;
  font-size: 125%;
  margin-top: -10px;
  margin-top: -0.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
.container-message .ico-title {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.container-message [class^="icon-"],
.container-message [class*=" icon-"] {
  display: block;
  font-size: 437.5%;
}
.container-message p {
  font-size: 87.5%;
  margin: 0;
  padding: 0;
}
.container-message button {
  width: 90%;
  margin-top: 43px;
  margin-top: 2.6875rem;
}
.container-message .content-message h2 {
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 64em) {
  .container-message > div {
    width: 60%;
    margin: 0 auto 167px auto;
    margin: 0 auto 10.4375rem auto;
  }
  .container-message h1 {
    font-size: 187.5%;
    margin-top: -30px;
    margin-top: -1.875rem;
    margin-bottom: 54px;
    margin-bottom: 3.375rem;
  }
  .container-message .ico-title {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .container-message p {
    font-size: 100%;
  }
  .container-message button {
    width: 40%;
  }
  .container-message [class^="icon-"],
  .container-message [class*=" icon-"] {
    font-size: 437.5%;
  }
}
.container-configurator > div {
  width: 80%;
  margin: 0 auto;
}
.container-configurator [class^="icon-"],
.container-configurator [class*=" icon-"] {
  display: block;
  font-size: 687.5%;
  color: #222432;
}
.container-configurator h1 {
  font-weight: 300;
  font-size: 193.75%;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  margin-top: 0;
}
.container-configurator .content-actions {
  padding-top: 100px;
  padding-top: 6.25rem;
  zoom: 1;
}
.container-configurator .content-actions:before,
.container-configurator .content-actions:after {
  content: "";
  display: table;
}
.container-configurator .content-actions:after {
  clear: both;
}
.container-configurator .content-actions > a button {
  min-width: 227px;
  min-width: 14.1875rem;
}
.container-configurator .content-actions > a:first-child {
  float: left;
}
.container-configurator .content-actions > a:last-child {
  float: right;
}
.container-configurator .finish-action > a:first-child,
.container-configurator .finish-action > a:last-child {
  float: inherit;
}
.container-configurator .conf-options {
  zoom: 1;
  margin-top: 40px;
  width: 100% !important;
}
.container-configurator .conf-options:before,
.container-configurator .conf-options:after {
  content: "";
  display: table;
}
.container-configurator .conf-options:after {
  clear: both;
}
.container-configurator .conf-options > div:first-child.radio-type {
  text-align: right;
}
@media only screen and (min-width: 64em) {
  .container-configurator .conf-options > div:first-child.radio-type {
    text-align: none;
  }
}
.container-configurator .conf-options > div:first-child.radio-type > span {
  margin-left: 0;
  margin-right: 45px;
  margin-right: 2.8125rem;
}
.container-configurator .conf-options .radio-type {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: left;
}
.container-configurator .conf-options .radio-type > span {
  display: inline-block;
  margin-left: 45px;
  margin-left: 2.8125rem;
}
.container-configurator .conf-options .radio-type .check-label {
  text-transform: uppercase;
}
.container-configurator .error-empty {
  text-align: center;
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media only screen and (min-width: 64em) {
  .container-configurator {
    padding-bottom: 106px;
    padding-bottom: 6.625rem;
  }
  .container-configurator .conf-options .radio-type {
    margin-bottom: 0;
  }
}
.container-global h1 {
  font-weight: 700;
  font-size: 156.25%;
}
.container-global .division {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .container-global h1 {
    margin-top: 40px;
    margin-top: 2.5rem;
    font-size: 312.5%;
  }
  .container-global .division {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
.content-logotype {
  margin-bottom: 2.375em;
}
.container-minors {
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
}
.container-minors h1 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
.container-minors > p,
.container-minors form > p,
.container-minors .fields,
.container-minors .buttons {
  margin: 0 auto;
  width: 90%;
}
.container-minors > p,
.container-minors form > p {
  text-align: center;
  margin-top: 36px;
  margin-top: 2.25rem;
}
.container-minors .buttons {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.container-minors .fields {
  zoom: 1;
  padding: 40px;
  padding: 2.5rem;
  margin-top: 41px;
  margin-top: 2.5625rem;
}
.container-minors .fields:before,
.container-minors .fields:after {
  content: "";
  display: table;
}
.container-minors .fields:after {
  clear: both;
}
.container-minors .fields > div {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}
.container-minors .fields > div:last-child {
  margin-bottom: 0;
}
.container-minors .fields input {
  width: 100%;
}
.container-minors .string-content > span {
  display: block;
}
.container-minors .string-content > span:first-child {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.container-minors .conditions-field {
  zoom: 1;
  text-align: center;
  margin-top: 36px;
  margin-top: 2.25rem;
}
.container-minors .conditions-field:before,
.container-minors .conditions-field:after {
  content: "";
  display: table;
}
.container-minors .conditions-field:after {
  clear: both;
}
.container-minors .conditions-field > div {
  display: inline-block;
}
.container-minors .rangeHour {
  float: left;
  width: 50%;
  cursor: pointer;
}
.container-minors .rangeHour > span {
  display: block;
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  padding: 11px 1.625em;
  padding: 0.6875rem 1.625em;
  text-align: center;
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.container-minors .rangeHour:nth-child(even ) > span {
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-left: 0;
}
.container-minors .error-form-relative {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.container-minors button {
  width: 70%;
}
@media only screen and (min-width: 64em) {
  .container-minors {
    margin-bottom: 99px;
    margin-bottom: 6.1875rem;
  }
  .container-minors > p,
  .container-minors form > p,
  .container-minors .fields,
  .container-minors .buttons {
    width: 60%;
  }
  .container-minors > p,
  .container-minors form > p,
  .container-minors .conditions-field {
    margin-top: 69px;
    margin-top: 4.3125rem;
  }
  .container-minors .fields > div {
    margin-bottom: 0;
  }
  .container-minors .fields > div > div {
    padding-right: 35px;
    padding-right: 2.1875rem;
  }
  .container-minors .fields > div:nth-child(even ) > div {
    padding-left: 35px;
    padding-left: 2.1875rem;
    padding-right: 0;
  }
  .container-minors .buttons {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .container-minors button {
    width: 40%;
  }
}
.container-cookies {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
.container-cookies .cookiesWich,
.container-cookies .cookiesRights,
.container-cookies .cookiesPreferences {
  padding-top: 40px;
  padding-top: 2.5rem;
}
.container-cookies .cookiesPreferences h4 {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.container-cookies .cookiesPreferences h4 > span {
  font-weight: 500;
}
.container-cookies .cookiesPreferences .cookies-content > div,
.container-cookies .cookiesPreferences .cookie-info {
  padding: 20px;
  padding: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.container-cookies .cookiesPreferences .cookies-content > div span,
.container-cookies .cookiesPreferences .cookie-info span {
  display: block;
  padding: 10px;
  padding: 0.625rem;
}
.container-cookies .cookiesPreferences .acceptance {
  font-weight: 700;
  padding-left: 0;
  margin-bottom: 0;
  zoom: 1;
}
.container-cookies .cookiesPreferences .acceptance:before,
.container-cookies .cookiesPreferences .acceptance:after {
  content: "";
  display: table;
}
.container-cookies .cookiesPreferences .acceptance:after {
  clear: both;
}
.container-cookies .cookiesPreferences .acceptance > p:last-child {
  zoom: 1;
}
.container-cookies .cookiesPreferences .acceptance > p:last-child:before,
.container-cookies .cookiesPreferences .acceptance > p:last-child:after {
  content: "";
  display: table;
}
.container-cookies .cookiesPreferences .acceptance > p:last-child:after {
  clear: both;
}
.container-cookies .cookiesPreferences .acceptance label {
  float: left;
}
.container-cookies .cookiesPreferences .acceptance span {
  float: left;
  line-height: 32px;
  padding: 0;
  margin-left: 10px;
  margin-left: 0.625rem;
  font-weight: 400;
}
.container-cookies .cookiesPreferences .error-form-relative {
  margin-top: -1px;
  zoom: 1;
  padding: 0;
}
.container-cookies .cookiesPreferences .error-form-relative:before,
.container-cookies .cookiesPreferences .error-form-relative:after {
  content: "";
  display: table;
}
.container-cookies .cookiesPreferences .error-form-relative:after {
  clear: both;
}
.container-cookies .cookiesPreferences .error-form-relative .error-toopltip-relative {
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
}
.container-cookies .cookiesPreferences .has-error .error {
  padding: 0;
}
.container-cookies .cookiesPreferences .has-error .error > div:before {
  left: 32px !important;
}
.container-cookies .cookiesPreferences .has-error .error > div:after {
  left: 32px !important;
}
.container-cookies .cookiesPreferences .cookies-list {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.container-incognito .content-message {
  max-width: 500px;
  margin: 0 auto;
}
.container-incognito .content-message h1 {
  font-weight: 300;
  font-size: 187.5%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.container-incognito .content-message p.separator {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
.container-ios {
  position: fixed;
  top: 50%;
  left: 0;
  min-width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.container-ios > div {
  width: 90%;
  margin: 0 auto;
}
.container-ios h4 {
  text-transform: uppercase;
  font-size: 125%;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.container-ios .ico-title {
  display: block;
  text-align: center;
}
.container-ios .ico-title .icios-init {
  -webkit-animation: ios-init 1s infinite;
  -moz-animation: ios-init 1s infinite;
  -o-animation: ios-init 1s infinite;
  -ms-animation: ios-init 1s infinite;
  animation: ios-init 1s infinite;
}
.container-ios .ico-title .icios-error {
  width: 280px;
  height: 80px;
}
.container-ios button {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 90%;
}
@media only screen and (min-width: 40em) {
  .container-ios button {
    width: 280px;
  }
}
@-moz-keyframes ios-init {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ios-init {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes ios-init {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ios-init {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

