﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*grid*/
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  height: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.zindex-high {
  z-index: 9999 !important;
}

.zindex-medium {
  z-index: 100 !important;
}

.zindex-low {
  z-index: 1 !important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

/* POSITIONS */
.pos-absolute {
  position: absolute !important;
}

.pos-initial {
  position: initial !important;
}

.pos-relative {
  position: relative !important;
}

.pos-fixed {
  position: fixed !important;
}

/* POSITION */
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-rlgow {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.t-0 {
  top: 0 !important;
}

.r-0 {
  right: 0 !important;
}

.b-0 {
  bottom: 0 !important;
}

.l-0 {
  left: 0 !important;
}

.t-1 {
  top: 10px !important;
}

.r-1 {
  right: 10px !important;
}

.b-1 {
  bottom: 10px !important;
}

.l-1 {
  left: 10px !important;
}

.t-2 {
  top: 20px !important;
}

.r-2 {
  right: 20px !important;
}

.b-2 {
  bottom: 20px !important;
}

.l-2 {
  left: 20px !important;
}

.t-3 {
  top: 30px !important;
}

.r-3 {
  right: 30px !important;
}

.b-3 {
  bottom: 30px !important;
}

.l-3 {
  left: 30px !important;
}

.t-4 {
  top: 40px !important;
}

.r-4 {
  right: 40px !important;
}

.b-4 {
  bottom: 40px !important;
}

.l-4 {
  left: 40px !important;
}

.t-5 {
  top: 50px !important;
}

.r-5 {
  right: 50px !important;
}

.b-5 {
  bottom: 50px !important;
}

.l-5 {
  left: 50px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mx--1 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-half {
  padding: 5px !important;
}

.pt-half, .py-half {
  padding-top: 5px !important;
}

.pb-half, .py-half {
  padding-bottom: 5px !important;
}

.pl-half, .px-half {
  padding-left: 5px !important;
}

.pr-half, .px-half {
  padding-right: 5px !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

.pr-1,
.px-1 {
  padding-right: 10px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
  padding-left: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

.pr-2,
.px-2 {
  padding-right: 20px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
  padding-left: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

.pr-3,
.px-3 {
  padding-right: 30px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
  padding-left: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

.pr-4,
.px-4 {
  padding-right: 40px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
  padding-left: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

.pr-5,
.px-5 {
  padding-right: 50px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
  padding-left: 50px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .mx-sm--1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 10px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important;
  }
  .p-sm-half {
    padding: 5px !important;
  }
  .pt-sm-half, .py-sm-half {
    padding-top: 5px !important;
  }
  .pb-sm-half, .py-sm-half {
    padding-bottom: 5px !important;
  }
  .pl-sm-half, .px-sm-half {
    padding-left: 5px !important;
  }
  .pr-sm-half, .px-sm-half {
    padding-right: 5px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 10px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important;
  }
  .p-sm-4 {
    padding: 40px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important;
  }
  .p-sm-5 {
    padding: 50px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .mx-md--1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 10px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important;
  }
  .m-md-4 {
    margin: 40px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important;
  }
  .m-md-5 {
    margin: 50px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important;
  }
  .p-md-half {
    padding: 5px !important;
  }
  .pt-md-half, .py-md-half {
    padding-top: 5px !important;
  }
  .pb-md-half, .py-md-half {
    padding-bottom: 5px !important;
  }
  .pl-md-half, .px-md-half {
    padding-left: 5px !important;
  }
  .pr-md-half, .px-md-half {
    padding-right: 5px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 10px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important;
  }
  .p-md-2 {
    padding: 20px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important;
  }
  .p-md-4 {
    padding: 40px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important;
  }
  .p-md-5 {
    padding: 50px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .mx-lg--1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 10px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important;
  }
  .m-lg-2 {
    margin: 20px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important;
  }
  .m-lg-4 {
    margin: 40px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important;
  }
  .m-lg-5 {
    margin: 50px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important;
  }
  .p-lg-half {
    padding: 5px !important;
  }
  .pt-lg-half, .py-lg-half {
    padding-top: 5px !important;
  }
  .pb-lg-half, .py-lg-half {
    padding-bottom: 5px !important;
  }
  .pl-lg-half, .px-lg-half {
    padding-left: 5px !important;
  }
  .pr-lg-half, .px-lg-half {
    padding-right: 5px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 10px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important;
  }
  .p-lg-2 {
    padding: 20px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important;
  }
  .p-lg-4 {
    padding: 40px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important;
  }
  .p-lg-5 {
    padding: 50px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl--1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 10px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important;
  }
  .m-xl-2 {
    margin: 20px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important;
  }
  .m-xl-4 {
    margin: 40px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 40px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 40px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 40px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 40px !important;
  }
  .m-xl-5 {
    margin: 50px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !important;
  }
  .p-xl-half {
    padding: 5px !important;
  }
  .pt-xl-half, .py-xl-half {
    padding-top: 5px !important;
  }
  .pb-xl-half, .py-xl-half {
    padding-bottom: 5px !important;
  }
  .pl-xl-half, .px-xl-half {
    padding-left: 5px !important;
  }
  .pr-xl-half, .px-xl-half {
    padding-right: 5px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 10px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important;
  }
  .p-xl-2 {
    padding: 20px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important;
  }
  .p-xl-4 {
    padding: 40px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 40px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 40px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 40px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 40px !important;
  }
  .p-xl-5 {
    padding: 50px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* color */
.color-title {
  color: #0A0F24 !important;
}

.color-title.icon:before {
  color: #0A0F24 !important;
}

.color-title p, .color-title td, .color-title li, .color-title a, .color-title small, .color-title label, .color-title input, .color-title select, .color-title .select, .color-title .select-styled, .color-title textarea {
  color: #0A0F24 !important;
}

.color-title.color-ui-white {
  color: #FFFFFF !important;
}

.color-title.color-ui-white.icon:before {
  color: #FFFFFF !important;
}

.color-brand-1 {
  color: #63B2DB !important;
}

.color-brand-1.icon:before {
  color: #63B2DB !important;
}

.color-brand-1 p, .color-brand-1 td, .color-brand-1 li, .color-brand-1 a, .color-brand-1 small, .color-brand-1 label, .color-brand-1 input, .color-brand-1 select, .color-brand-1 .select, .color-brand-1 .select-styled, .color-brand-1 textarea {
  color: #63B2DB !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #0A0F24;
}

h1.icon:before, h2.icon:before, h3.icon:before, h4.icon:before, h5.icon:before, h6.icon:before {
  color: #63B2DB !important;
}

h1.icon p, h1.icon td, h1.icon li, h1.icon a, h1.icon small, h1.icon label, h1.icon input, h1.icon select, h1.icon .select, h1.icon .select-styled, h1.icon textarea, h2.icon p, h2.icon td, h2.icon li, h2.icon a, h2.icon small, h2.icon label, h2.icon input, h2.icon select, h2.icon .select, h2.icon .select-styled, h2.icon textarea, h3.icon p, h3.icon td, h3.icon li, h3.icon a, h3.icon small, h3.icon label, h3.icon input, h3.icon select, h3.icon .select, h3.icon .select-styled, h3.icon textarea, h4.icon p, h4.icon td, h4.icon li, h4.icon a, h4.icon small, h4.icon label, h4.icon input, h4.icon select, h4.icon .select, h4.icon .select-styled, h4.icon textarea, h5.icon p, h5.icon td, h5.icon li, h5.icon a, h5.icon small, h5.icon label, h5.icon input, h5.icon select, h5.icon .select, h5.icon .select-styled, h5.icon textarea, h6.icon p, h6.icon td, h6.icon li, h6.icon a, h6.icon small, h6.icon label, h6.icon input, h6.icon select, h6.icon .select, h6.icon .select-styled, h6.icon textarea {
  color: #63B2DB;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #0A0F24 !important;
}

.h1.icon:before, .h2.icon:before, .h3.icon:before, .h4.icon:before, .h5.icon:before, .h6.icon:before {
  color: #0A0F24 !important;
}

.h1 p, .h1 td, .h1 li, .h1 a, .h1 small, .h1 label, .h1 input, .h1 select, .h1 .select, .h1 .select-styled, .h1 textarea, .h2 p, .h2 td, .h2 li, .h2 a, .h2 small, .h2 label, .h2 input, .h2 select, .h2 .select, .h2 .select-styled, .h2 textarea, .h3 p, .h3 td, .h3 li, .h3 a, .h3 small, .h3 label, .h3 input, .h3 select, .h3 .select, .h3 .select-styled, .h3 textarea, .h4 p, .h4 td, .h4 li, .h4 a, .h4 small, .h4 label, .h4 input, .h4 select, .h4 .select, .h4 .select-styled, .h4 textarea, .h5 p, .h5 td, .h5 li, .h5 a, .h5 small, .h5 label, .h5 input, .h5 select, .h5 .select, .h5 .select-styled, .h5 textarea, .h6 p, .h6 td, .h6 li, .h6 a, .h6 small, .h6 label, .h6 input, .h6 select, .h6 .select, .h6 .select-styled, .h6 textarea {
  color: #0A0F24 !important;
}

.color-brand-2 {
  color: #263C86 !important;
}

.color-brand-2.icon:before {
  color: #263C86 !important;
}

.color-brand-2 p, .color-brand-2 td, .color-brand-2 li, .color-brand-2 a, .color-brand-2 small, .color-brand-2 label, .color-brand-2 input, .color-brand-2 select, .color-brand-2 .select, .color-brand-2 .select-styled, .color-brand-2 textarea {
  color: #263C86 !important;
}

.color-brand-3 {
  color: #1A77B5 !important;
}

.color-brand-3.icon:before {
  color: #1A77B5 !important;
}

.color-brand-3 p, .color-brand-3 td, .color-brand-3 li, .color-brand-3 a, .color-brand-3 small, .color-brand-3 label, .color-brand-3 input, .color-brand-3 select, .color-brand-3 .select, .color-brand-3 .select-styled, .color-brand-3 textarea {
  color: #1A77B5 !important;
}

.color-brand-4 {
  color: #141C45 !important;
}

.color-brand-4.icon:before {
  color: #141C45 !important;
}

.color-brand-4 p, .color-brand-4 td, .color-brand-4 li, .color-brand-4 a, .color-brand-4 small, .color-brand-4 label, .color-brand-4 input, .color-brand-4 select, .color-brand-4 .select, .color-brand-4 .select-styled, .color-brand-4 textarea {
  color: #141C45 !important;
}

.color-brand-5 {
  color: #FFFFFF !important;
}

.color-brand-5.icon:before {
  color: #FFFFFF !important;
}

.color-brand-5 p, .color-brand-5 td, .color-brand-5 li, .color-brand-5 a, .color-brand-5 small, .color-brand-5 label, .color-brand-5 input, .color-brand-5 select, .color-brand-5 .select, .color-brand-5 .select-styled, .color-brand-5 textarea {
  color: #FFFFFF !important;
}

.color-brand-6 {
  color: #CED242 !important;
}

.color-brand-6:hover {
  color: #e3e694 !important;
}

.color-brand-6.icon:before {
  color: #CED242 !important;
}

.color-featured {
  color: #141C45 !important;
}

.color-featured.icon:before {
  color: #141C45 !important;
}

.color-ui-1 {
  color: #0A0F24;
}

.color-ui-1.icon:before {
  color: #0A0F24 !important;
}

.color-ui-2 {
  color: #63717A !important;
}

.color-ui-2.icon:before {
  color: #63717A !important;
}

.color-ui-3 {
  color: #D2DCDE;
}

.color-ui-3.icon:before {
  color: #D2DCDE !important;
}

.color-ui-4 {
  color: #EDF4F6;
}

.color-ui-4.icon:before {
  color: #EDF4F6 !important;
}

.color-ui-5 {
  color: #F7FAFB;
}

.color-ui-5.icon:before {
  color: #F7FAFB !important;
}

.color-ui-white {
  color: #FFFFFF !important;
}

.color-ui-white.icon:before {
  color: #FFFFFF !important;
}

.color-ui-black {
  color: #000000;
}

.color-ui-black.icon:before {
  color: #000000 !important;
}

.color-success, .message-success {
  color: #1DBF81 !important;
}

.color-success.icon:before, .message-success.icon:before {
  color: #1DBF81 !important;
}

.color-error, .message-error {
  color: #FF5758;
}

.color-error.icon:before, .message-error.icon:before {
  color: #FF5758 !important;
}

.color-warning, .message-warning {
  color: #FBC979;
}

.color-warning.icon:before, .message-warning.icon:before {
  color: #FBC979 !important;
}

.color-info, .message-info {
  color: #63B2DB;
}

.color-info.icon:before, .message-info.icon:before {
  color: #63B2DB !important;
}

/* -- */
.bg-brand-1 {
  background-color: #63B2DB !important;
}

.bg-brand-2 {
  background-color: #263C86 !important;
}

.bg-brand-3 {
  background-color: #1A77B5 !important;
}

.bg-brand-4 {
  background-color: #141C45 !important;
}

.bg-brand-5 {
  background-color: #FFFFFF !important;
}

.bg-featured {
  background-color: #CED242 !important;
}

.bg-ui-1 {
  background-color: #0A0F24 !important;
}

.bg-ui-2 {
  background-color: #63717A !important;
}

.bg-ui-3 {
  background-color: #D2DCDE !important;
}

.bg-ui-4 {
  background-color: #EDF4F6 !important;
}

.bg-ui-5 {
  background-color: #F7FAFB !important;
}

.bg-ui-1-hv:hover {
  background-color: #0A0F24 !important;
}

.bg-ui-2-hv:hover {
  background-color: #63717A !important;
}

.bg-ui-3-hv:hover {
  background-color: #D2DCDE !important;
}

.bg-ui-4-hv:hover {
  background-color: #EDF4F6 !important;
}

.bg-ui-5-hv:hover {
  background-color: #F7FAFB !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-success {
  background-color: #1DBF81 !important;
}

.bg-error {
  background-color: #FF5758 !important;
}

.bg-warning {
  background-color: #FBC979 !important;
}

.bg-image-gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d2dcde), to(#d2dcde));
  background-image: linear-gradient(#d2dcde, #d2dcde);
  background-repeat: no-repeat;
  background-size: 100% 50%;
}

.bg-none {
  background: none !important;
}

.border-brand-1 {
  border: 1px solid #63B2DB;
}

.border-brand-2 {
  border: 1px solid #263C86;
}

.border-brand-3 {
  border: 1px solid #1A77B5;
}

.border-brand-4 {
  border: 1px solid #141C45;
}

.border-brand-5 {
  border: 1px solid #FFFFFF;
}

.border-ui-1 {
  border: 1px solid #0A0F24;
}

.border-ui-2 {
  border: 1px solid #63717A;
}

.border-ui-3 {
  border: 1px solid #D2DCDE;
}

.border-ui-4 {
  border: 1px solid #EDF4F6;
}

.border-ui-5 {
  border: 1px solid #F7FAFB;
}

.border-success {
  border: 1px solid #1DBF81;
}

.border-error {
  border: 1px solid #FF5758;
}

.border-warning {
  border: 1px solid #FBC979;
}

.border-info {
  border: 1px solid #63B2DB;
}

.border-color-success {
  border-color: #1DBF81 !important;
}

.border-color-error {
  border-color: #FF5758 !important;
}

.border-color-warning {
  border-color: #FBC979 !important;
}

.border-color-info {
  border-color: #63B2DB !important;
}

.border-color-brand-1 {
  border-color: #63B2DB !important;
}

.border-color-brand-2 {
  border-color: #263C86 !important;
}

.border-color-brand-3 {
  border-color: #1A77B5 !important;
}

.border-color-brand-4 {
  border-color: #141C45 !important;
}

.border-color-brand-5 {
  border-color: #FFFFFF !important;
}

.border-color-ui-1 {
  border-color: #0A0F24 !important;
}

.border-color-ui-2 {
  border-color: #63717A !important;
}

.border-color-ui-3 {
  border-color: #D2DCDE !important;
}

.border-color-ui-4 {
  border-color: #EDF4F6 !important;
}

.border-color-ui-5 {
  border-color: #F7FAFB !important;
}

.border-color-featured {
  border-color: #CED242 !important;
}

.border-top-color-brand-1 {
  border-top-color: #63B2DB !important;
}

.border-top-color-brand-2 {
  border-top-color: #263C86 !important;
}

.border-top-color-brand-3 {
  border-top-color: #1A77B5 !important;
}

.border-top-color-brand-4 {
  border-top-color: #141C45 !important;
}

.border-top-color-brand-5 {
  border-top-color: #FFFFFF !important;
}

.border-left-color-brand-1 {
  border-left-color: #63B2DB !important;
}

.border-left-color-brand-2 {
  border-left-color: #263C86 !important;
}

.border-left-color-brand-3 {
  border-left-color: #1A77B5 !important;
}

.border-left-color-brand-4 {
  border-left-color: #141C45 !important;
}

.border-left-color-brand-5 {
  border-left-color: #FFFFFF !important;
}

.border-right-color-brand-1 {
  border-right-color: #63B2DB !important;
}

.border-right-color-brand-2 {
  border-right-color: #263C86 !important;
}

.border-right-color-brand-3 {
  border-right-color: #1A77B5 !important;
}

.border-right-color-brand-4 {
  border-right-color: #141C45 !important;
}

.border-right-color-brand-5 {
  border-right-color: #FFFFFF !important;
}

.border-bottom-color-brand-1 {
  border-bottom-color: #63B2DB !important;
}

.border-bottom-color-brand-2 {
  border-bottom-color: #263C86 !important;
}

.border-bottom-color-brand-3 {
  border-bottom-color: #1A77B5 !important;
}

.border-bottom-color-brand-4 {
  border-bottom-color: #141C45 !important;
}

.border-bottom-color-brand-5 {
  border-bottom-color: #FFFFFF !important;
}

.border-color-brand-1-hv:hover {
  border-color: #63B2DB !important;
}

.border-color-brand-2-hv:hover {
  border-color: #263C86 !important;
}

.border-color-brand-3-hv:hover {
  border-color: #1A77B5 !important;
}

.border-color-brand-4-hv:hover {
  border-color: #141C45 !important;
}

.border-color-brand-5-hv:hover {
  border-color: #FFFFFF !important;
}

.border-color-ui-1-hv:hover {
  border-color: #0A0F24 !important;
}

.border-color-ui-2-hv:hover {
  border-color: #63717A !important;
}

.border-color-ui-3-hv:hover {
  border-color: #D2DCDE !important;
}

.border-color-ui-4-hv:hover {
  border-color: #EDF4F6 !important;
}

.border-color-ui-5-hv:hover {
  border-color: #F7FAFB !important;
}

/* Elementos */
a, small, input, select, .select, .select-styled, textarea {
  color: #63717A;
}

a:hover, small:hover, input:hover, select:hover, .select:hover, .select-styled:hover, textarea:hover {
  color: #D2DCDE;
}

a.color-no-hv:hover, small.color-no-hv:hover, input.color-no-hv:hover, select.color-no-hv:hover, .select.color-no-hv:hover, .select-styled.color-no-hv:hover, textarea.color-no-hv:hover {
  color: #63717A !important;
}

p, td, li {
  color: #63717A;
}

label {
  color: #63717A;
}

input[type='text'] ~ label, input[type="password"] ~ label {
  color: #D2DCDE;
}

.no-shadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.opacity {
  opacity: 0.4;
}

@font-face {
  font-family: 'icomoon';
  src: url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.eot?q6x2r9");
  src: url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.eot?q6x2r9#iefix") format("embedded-opentype"), url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.ttf?q6x2r9") format("truetype"), url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.woff?q6x2r9") format("woff"), url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.svg?q6x2r9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon.icon_add:before {
  content: "\e900";
  color: #6a6a6a;
}

.icon.icon_airplane:before {
  content: "\e901";
  color: #6a6a6a;
}

.icon.icon_alarm:before {
  content: "\e902";
  color: #6a6a6a;
}

.icon.icon_analyse:before {
  content: "\e903";
  color: #6a6a6a;
}

.icon.icon_armichair:before {
  content: "\e904";
  color: #6a6a6a;
}

.icon.icon_arrow_down:before {
  content: "\e905";
  color: #6a6a6a;
}

.icon.icon_arrow_left:before {
  content: "\e906";
  color: #6a6a6a;
}

.icon.icon_arrow_right:before {
  content: "\e907";
  color: #6a6a6a;
}

.icon.icon_arrow_up:before {
  content: "\e908";
  color: #6a6a6a;
}

.icon.icon_attach:before {
  content: "\e909";
  color: #6a6a6a;
}

.icon.icon_baby:before {
  content: "\e90a";
  color: #6a6a6a;
}

.icon.icon_bag:before {
  content: "\e90b";
  color: #6a6a6a;
}

.icon.icon_ball:before {
  content: "\e90c";
  color: #6a6a6a;
}

.icon.icon_ball_soccer:before {
  content: "\e90d";
  color: #6a6a6a;
}

.icon.icon_ballon:before {
  content: "\e90e";
  color: #6a6a6a;
}

.icon.icon_barcodes:before {
  content: "\e90f";
  color: #6a6a6a;
}

.icon.icon_basket:before {
  content: "\e910";
  color: #6a6a6a;
}

.icon.icon_beauty:before {
  content: "\e911";
  color: #6a6a6a;
}

.icon.icon_bike:before {
  content: "\e912";
  color: #6a6a6a;
}

.icon.icon_block:before {
  content: "\e913";
  color: #6a6a6a;
}

.icon.icon_bluetooth:before {
  content: "\e914";
  color: #6a6a6a;
}

.icon.icon_book:before {
  content: "\e915";
  color: #6a6a6a;
}

.icon.icon_bookmark:before {
  content: "\e916";
  color: #6a6a6a;
}

.icon.icon_browser:before {
  content: "\e917";
  color: #6a6a6a;
}

.icon.icon_bus:before {
  content: "\e918";
  color: #6a6a6a;
}

.icon.icon_calendar:before {
  content: "\e919";
  color: #6a6a6a;
}

.icon.icon_call:before {
  content: "\e91a";
  color: #6a6a6a;
}

.icon.icon_camera:before {
  content: "\e91b";
  color: #6a6a6a;
}

.icon.icon_car:before {
  content: "\e91c";
  color: #6a6a6a;
}

.icon.icon_card:before {
  content: "\e91d";
  color: #6a6a6a;
}

.icon.icon_cart:before {
  content: "\e91e";
  color: #6a6a6a;
}

.icon.icon_cash:before {
  content: "\e91f";
  color: #6a6a6a;
}

.icon.icon_chart:before {
  content: "\e920";
  color: #6a6a6a;
}

.icon.icon_chat:before {
  content: "\e921";
  color: #6a6a6a;
}

.icon.icon_check:before {
  content: "\e922";
  color: #6a6a6a;
}

.icon.icon_check_circle:before {
  content: "\e923";
  color: #6a6a6a;
}

.icon.icon_cinema:before {
  content: "\e924";
  color: #6a6a6a;
}

.icon.icon_clock:before {
  content: "\e925";
  color: #6a6a6a;
}

.icon.icon_close:before {
  content: "\e926";
  color: #6a6a6a;
}

.icon.icon_close_circle:before {
  content: "\e927";
  color: #6a6a6a;
}

.icon.icon_cloud:before {
  content: "\e928";
  color: #6a6a6a;
}

.icon.icon_cloud_computing:before {
  content: "\e929";
  color: #6a6a6a;
}

.icon.icon_cloud_down:before {
  content: "\e92a";
  color: #6a6a6a;
}

.icon.icon_cloud_up:before {
  content: "\e92b";
  color: #6a6a6a;
}

.icon.icon_colls:before {
  content: "\e92c";
  color: #6a6a6a;
}

.icon.icon_computer:before {
  content: "\e92d";
  color: #6a6a6a;
}

.icon.icon_conversation:before {
  content: "\e92e";
  color: #6a6a6a;
}

.icon.icon_convert:before {
  content: "\e92f";
  color: #6a6a6a;
}

.icon.icon_copy:before {
  content: "\e930";
  color: #6a6a6a;
}

.icon.icon_cruise:before {
  content: "\e931";
  color: #6a6a6a;
}

.icon.icon_dev:before {
  content: "\e932";
  color: #6a6a6a;
}

.icon.icon_dislike:before {
  content: "\e933";
  color: #6a6a6a;
}

.icon.icon_donation:before {
  content: "\e934";
  color: #6a6a6a;
}

.icon.icon_down:before {
  content: "\e935";
  color: #6a6a6a;
}

.icon.icon_download:before {
  content: "\e936";
  color: #6a6a6a;
}

.icon.icon_drink:before {
  content: "\e937";
  color: #6a6a6a;
}

.icon.icon_dryer:before {
  content: "\e938";
  color: #6a6a6a;
}

.icon.icon_dvd:before {
  content: "\e939";
  color: #6a6a6a;
}

.icon.icon_edit:before {
  content: "\e93a";
  color: #6a6a6a;
}

.icon.icon_equal:before {
  content: "\e93b";
  color: #6a6a6a;
}

.icon.icon_faceid:before {
  content: "\e93c";
  color: #6a6a6a;
}

.icon.icon_file:before {
  content: "\e93d";
  color: #6a6a6a;
}

.icon.icon_filter:before {
  content: "\e93e";
  color: #6a6a6a;
}

.icon.icon_fingerprint:before {
  content: "\e93f";
  color: #6a6a6a;
}

.icon.icon_folder:before {
  content: "\e940";
  color: #6a6a6a;
}

.icon.icon_folder_open:before {
  content: "\e941";
  color: #6a6a6a;
}

.icon.icon_fuel:before {
  content: "\e942";
  color: #6a6a6a;
}

.icon.icon_funnel:before {
  content: "\e943";
  color: #6a6a6a;
}

.icon.icon_game:before {
  content: "\e944";
  color: #6a6a6a;
}

.icon.icon_gift:before {
  content: "\e945";
  color: #6a6a6a;
}

.icon.icon_headphone:before {
  content: "\e946";
  color: #6a6a6a;
}

.icon.icon_helicopter:before {
  content: "\e947";
  color: #6a6a6a;
}

.icon.icon_help:before {
  content: "\e948";
  color: #6a6a6a;
}

.icon.icon_hierarch:before {
  content: "\e949";
  color: #6a6a6a;
}

.icon.icon_home:before {
  content: "\e94a";
  color: #6a6a6a;
}

.icon.icon_host:before {
  content: "\e94b";
  color: #6a6a6a;
}

.icon.icon_hotel:before {
  content: "\e94c";
  color: #6a6a6a;
}

.icon.icon_idea:before {
  content: "\e94d";
  color: #6a6a6a;
}

.icon.icon_joke:before {
  content: "\e94e";
  color: #6a6a6a;
}

.icon.icon_label:before {
  content: "\e94f";
  color: #6a6a6a;
}

.icon.icon_laptop:before {
  content: "\e950";
  color: #6a6a6a;
}

.icon.icon_left:before {
  content: "\e951";
  color: #6a6a6a;
}

.icon.icon_left_app:before {
  content: "\e952";
  color: #6a6a6a;
}

.icon.icon_like:before {
  content: "\e953";
  color: #6a6a6a;
}

.icon.icon_link:before {
  content: "\e954";
  color: #6a6a6a;
}

.icon.icon_list:before {
  content: "\e955";
  color: #6a6a6a;
}

.icon.icon_listing:before {
  content: "\e956";
  color: #6a6a6a;
}

.icon.icon_loading:before {
  content: "\e957";
  color: #6a6a6a;
}

.icon.icon_location:before {
  content: "\e958";
  color: #6a6a6a;
}

.icon.icon_lock:before {
  content: "\e959";
  color: #6a6a6a;
}

.icon.icon_login:before {
  content: "\e95a";
  color: #6a6a6a;
}

.icon.icon_logout:before {
  content: "\e95b";
  color: #6a6a6a;
}

.icon.icon_loupe:before {
  content: "\e95c";
  color: #6a6a6a;
}

.icon.icon_map:before {
  content: "\e95d";
  color: #6a6a6a;
}

.icon.icon_mechanic:before {
  content: "\e95e";
  color: #6a6a6a;
}

.icon.icon_medal:before {
  content: "\e95f";
  color: #6a6a6a;
}

.icon.icon_megaphone:before {
  content: "\e960";
  color: #6a6a6a;
}

.icon.icon_menu:before {
  content: "\e961";
  color: #6a6a6a;
}

.icon.icon_menu_app:before {
  content: "\e962";
  color: #6a6a6a;
}

.icon.icon_menu_app_close:before {
  content: "\e963";
  color: #6a6a6a;
}

.icon.icon_menu_close:before {
  content: "\e964";
  color: #6a6a6a;
}

.icon.icon_message:before {
  content: "\e965";
  color: #6a6a6a;
}

.icon.icon_message_read:before {
  content: "\e966";
  color: #6a6a6a;
}

.icon.icon_microwave:before {
  content: "\e967";
  color: #6a6a6a;
}

.icon.icon_more:before {
  content: "\e968";
  color: #6a6a6a;
}

.icon.icon_motorcycle:before {
  content: "\e969";
  color: #6a6a6a;
}

.icon.icon_movie:before {
  content: "\e96a";
  color: #6a6a6a;
}

.icon.icon_music:before {
  content: "\e96b";
  color: #6a6a6a;
}

.icon.icon_newsletter:before {
  content: "\e96c";
  color: #6a6a6a;
}

.icon.icon_no_view:before {
  content: "\e96d";
  color: #6a6a6a;
}

.icon.icon_notification:before {
  content: "\e96e";
  color: #6a6a6a;
}

.icon.icon_notification_active:before {
  content: "\e96f";
  color: #6a6a6a;
}

.icon.icon_options:before {
  content: "\e970";
  color: #6a6a6a;
}

.icon.icon_options_vertical:before {
  content: "\e971";
  color: #6a6a6a;
}

.icon.icon_order:before {
  content: "\e972";
  color: #6a6a6a;
}

.icon.icon_package:before {
  content: "\e973";
  color: #6a6a6a;
}

.icon.icon_pan:before {
  content: "\e974";
  color: #6a6a6a;
}

.icon.icon_password:before {
  content: "\e975";
  color: #6a6a6a;
}

.icon.icon_pay:before {
  content: "\e976";
  color: #6a6a6a;
}

.icon.icon_pen:before {
  content: "\e977";
  color: #6a6a6a;
}

.icon.icon_phone:before {
  content: "\e978";
  color: #6a6a6a;
}

.icon.icon_picture:before {
  content: "\e979";
  color: #6a6a6a;
}

.icon.icon_pin:before {
  content: "\e97a";
  color: #6a6a6a;
}

.icon.icon_placeholder:before {
  content: "\e97b";
  color: #6a6a6a;
}

.icon.icon_play:before {
  content: "\e97c";
  color: #6a6a6a;
}

.icon.icon_plug:before {
  content: "\e97d";
  color: #6a6a6a;
}

.icon.icon_points:before {
  content: "\e97e";
  color: #6a6a6a;
}

.icon.icon_presentation:before {
  content: "\e97f";
  color: #6a6a6a;
}

.icon.icon_press:before {
  content: "\e980";
  color: #6a6a6a;
}

.icon.icon_profile:before {
  content: "\e981";
  color: #6a6a6a;
}

.icon.icon_question:before {
  content: "\e982";
  color: #6a6a6a;
}

.icon.icon_rating:before {
  content: "\e983";
  color: #6a6a6a;
}

.icon.icon_read:before {
  content: "\e984";
  color: #6a6a6a;
}

.icon.icon_reload:before {
  content: "\e985";
  color: #6a6a6a;
}

.icon.icon_remove:before {
  content: "\e986";
  color: #6a6a6a;
}

.icon.icon_remove_circle:before {
  content: "\e987";
  color: #6a6a6a;
}

.icon.icon_return:before {
  content: "\e988";
  color: #6a6a6a;
}

.icon.icon_right:before {
  content: "\e989";
  color: #6a6a6a;
}

.icon.icon_right_app:before {
  content: "\e98a";
  color: #6a6a6a;
}

.icon.icon_rocket:before {
  content: "\e98b";
  color: #6a6a6a;
}

.icon.icon_ruler:before {
  content: "\e98c";
  color: #6a6a6a;
}

.icon.icon_sad:before {
  content: "\e98d";
  color: #6a6a6a;
}

.icon.icon_save:before {
  content: "\e98e";
  color: #6a6a6a;
}

.icon.icon_search:before {
  content: "\e98f";
  color: #6a6a6a;
}

.icon.icon_send:before {
  content: "\e990";
  color: #6a6a6a;
}

.icon.icon_settings:before {
  content: "\e991";
  color: #6a6a6a;
}

.icon.icon_share:before {
  content: "\e992";
  color: #6a6a6a;
}

.icon.icon_shop:before {
  content: "\e993";
  color: #6a6a6a;
}

.icon.icon_smile:before {
  content: "\e994";
  color: #6a6a6a;
}

.icon.icon_speek:before {
  content: "\e995";
  color: #6a6a6a;
}

.icon.icon_star:before {
  content: "\e996";
  color: #6a6a6a;
}

.icon.icon_stats:before {
  content: "\e997";
  color: #6a6a6a;
}

.icon.icon_sun:before {
  content: "\e998";
  color: #6a6a6a;
}

.icon.icon_tag:before {
  content: "\e999";
  color: #6a6a6a;
}

.icon.icon_target:before {
  content: "\e99a";
  color: #6a6a6a;
}

.icon.icon_theater:before {
  content: "\e99b";
  color: #6a6a6a;
}

.icon.icon_train:before {
  content: "\e99c";
  color: #6a6a6a;
}

.icon.icon_translate:before {
  content: "\e99d";
  color: #6a6a6a;
}

.icon.icon_trash:before {
  content: "\e99e";
  color: #6a6a6a;
}

.icon.icon_truck:before {
  content: "\e99f";
  color: #6a6a6a;
}

.icon.icon_tshirt:before {
  content: "\e9a0";
  color: #6a6a6a;
}

.icon.icon_ufo:before {
  content: "\e9a1";
  color: #6a6a6a;
}

.icon.icon_umbrella:before {
  content: "\e9a2";
  color: #6a6a6a;
}

.icon.icon_unlock:before {
  content: "\e9a3";
  color: #6a6a6a;
}

.icon.icon_up:before {
  content: "\e9a4";
  color: #6a6a6a;
}

.icon.icon_updown:before {
  content: "\e9a5";
  color: #6a6a6a;
}

.icon.icon_upload:before {
  content: "\e9a6";
  color: #6a6a6a;
}

.icon.icon_view:before {
  content: "\e9a7";
  color: #6a6a6a;
}

.icon.icon_voltage:before {
  content: "\e9a8";
  color: #6a6a6a;
}

.icon.icon_voucher:before {
  content: "\e9a9";
  color: #6a6a6a;
}

.icon.icon_voucher_air:before {
  content: "\e9aa";
  color: #6a6a6a;
}

.icon.icon_warning:before {
  content: "\e9ab";
  color: #6a6a6a;
}

.icon.icon_wifi:before {
  content: "\e9ac";
  color: #6a6a6a;
}

.icon.icon_wishlist:before {
  content: "\e9ad";
  color: #6a6a6a;
}

.icon.icon_wishlist_color:before {
  content: "\e9ae";
  color: #ff5758;
}

.img-h-100 {
  height: 100%;
}

.img-w-auto {
  width: auto;
  max-width: 100%;
}

img.fix-broken {
  font-family: 'Helvetica';
  font-weight: 300;
  line-height: 2;
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

img.fix-broken:before {
  content: "Não foi possível" "\E97C";
  display: block;
  margin-bottom: 10px;
}

img.fix-broken:after {
  content: "\e96c";
  font-size: 13px;
  font-family: 'icomoon' !important;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.image-gallery-bullets {
  z-index: 1;
  bottom: 7px !important;
}

.image-gallery-bullets .image-gallery-bullet {
  padding: 7px !important;
  width: 5px !important;
  background: #FFFFFF !important;
  border: 2px #D2DCDE solid !important;
  border-radius: 50% !important;
}

.image-gallery-bullets .image-gallery-bullet.active {
  background: #CED242 !important;
  border: 2px #CED242 solid !important;
  padding: 10px !important;
}

/* buttons */
a,
button,
.cursor {
  cursor: pointer;
}

a.btn {
  font-family: "Circular-Black", "lineto-circular-black", Arial, Helvetica, sans-serif;
  display: block;
}

.btn-icon-only {
  width: 50px !important;
  max-width: 50px !important;
  min-width: 50px !important;
  padding: 23px 0 !important;
  max-height: 50px;
  font-size: 20px;
}

.btn-icon-only .icon:before {
  left: 25px !important;
}

button.not-a-button {
  background-color: transparent;
  border: none;
}

button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI),
input[type='button'],
.btn {
  color: #63717A;
  background-color: #FFFFFF;
  border: 2px solid #D2DCDE;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  max-width: 100%;
}

button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI):hover, button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI).btn-hover,
input[type='button']:hover,
input[type='button'].btn-hover,
.btn:hover,
.btn.btn-hover {
  color: #63717A;
  background-color: #FFFFFF;
  border-color: #b4bdc2;
}

button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI):active, button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI).btn-active,
input[type='button']:active,
input[type='button'].btn-active,
.btn:active,
.btn.btn-active {
  color: #63717A;
  background-color: #F7FAFB;
  border-color: #D2DCDE;
}

button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI)[disabled], button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI).btn-disabled,
input[type='button'][disabled],
input[type='button'].btn-disabled,
.btn[disabled],
.btn.btn-disabled {
  background-color: #D2DCDE !important;
  color: #b4bdc2;
  border-color: #D2DCDE !important;
}

button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI).btn-icon,
input[type='button'].btn-icon,
.btn.btn-icon {
  text-align: center;
}

button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI).btn-icon .icon:before,
input[type='button'].btn-icon .icon:before,
.btn.btn-icon .icon:before {
  color: #63717A;
}

button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI).btn-icon:hover .icon:before, button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI).btn-icon.btn-hover .icon:before,
input[type='button'].btn-icon:hover .icon:before,
input[type='button'].btn-icon.btn-hover .icon:before,
.btn.btn-icon:hover .icon:before,
.btn.btn-icon.btn-hover .icon:before {
  color: #63717A;
}

button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI).btn-icon:active .icon:before, button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI).btn-icon.btn-active .icon:before,
input[type='button'].btn-icon:active .icon:before,
input[type='button'].btn-icon.btn-active .icon:before,
.btn.btn-icon:active .icon:before,
.btn.btn-icon.btn-active .icon:before {
  color: #63717A;
}

button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI).btn-icon[disabled] .icon:before, button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not(.btn-tooltip-discount):not(.react-datepicker__navigation):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI).btn-icon.btn-disabled .icon:before,
input[type='button'].btn-icon[disabled] .icon:before,
input[type='button'].btn-icon.btn-disabled .icon:before,
.btn.btn-icon[disabled] .icon:before,
.btn.btn-icon.btn-disabled .icon:before {
  color: #b4bdc2;
}

button.btn-accordion {
  border: none !important;
}

button.link-menu, button.link-profile {
  background-color: transparent;
  border: none;
}

.btn-cart,
.btn-rating-modal {
  background: none !important;
  border-color: #D2DCDE !important;
  color: #63717A !important;
  padding: 13px;
}

.btn-cart .icon::before,
.btn-rating-modal .icon::before {
  color: #63717A !important;
}

.btn-cart-success {
  background: none !important;
  border-color: #1DBF81 !important;
  color: #1DBF81 !important;
  padding: 13px;
}

.btn-cart-error {
  background: none !important;
  border-color: #FF5758 !important;
  color: #FF5758 !important;
  padding: 13px;
}

.btn-rating-modal2 {
  color: #141C45 !important;
  background-color: #CED242 !important;
  border-color: #CED242 !important;
  padding: 13px;
}

.btn-featured {
  color: #141C45;
  background-color: #CED242;
  border-color: #CED242;
}

.btn-featured.transparent-button {
  background: transparent;
  border-width: 2px !important;
}

.btn-featured:hover, .btn-featured.btn-hover {
  color: #141C45;
  background-color: #d3d757;
  border-color: #d3d757;
}

.btn-featured:active, .btn-featured.btn-active {
  color: #141C45;
  background-color: #b2b62b;
  border-color: #b2b62b;
}

.btn-featured.btn-rating-modal[disabled], .btn-featured.btn-rating-modal.btn-disabled {
  background-color: #FFFFFF !important;
  color: #D2DCDE !important;
  border-color: #D2DCDE !important;
}

.btn-featured[disabled], .btn-featured.btn-disabled {
  background-color: #D2DCDE !important;
  color: #FFFFFF !important;
  border-color: #D2DCDE !important;
}

.btn-featured.btn-icon {
  text-align: center;
}

.btn-featured.btn-icon .icon:before {
  color: #141C45;
}

.btn-featured.btn-icon:hover .icon:before, .btn-featured.btn-icon.btn-hover .icon:before {
  color: #141C45;
}

.btn-featured.btn-icon:active .icon:before, .btn-featured.btn-icon.btn-active .icon:before {
  color: #141C45;
}

.btn-featured.btn-icon[disabled] .icon:before, .btn-featured.btn-icon.btn-disabled .icon:before {
  color: #FFFFFF;
}

.btn-flat {
  border: none !important;
  background: none !important;
  color: #63717A;
}

.btn-flat:hover, .btn-flat.btn-hover {
  color: #8a97a0;
}

.btn-flat:active, .btn-flat.btn-active {
  color: #63717A !important;
}

.btn-flat[disabled], .btn-flat.btn-disabled {
  color: #b4bdc2;
}

.btn-flat.btn-featured {
  color: #63B2DB;
}

.btn-flat.btn-featured:hover, .btn-flat.btn-featured.btn-hover {
  color: #a1d1e9;
}

.btn-flat.btn-featured:active, .btn-flat.btn-featured.btn-active {
  color: #63B2DB;
}

.btn-flat.btn-featured[disabled], .btn-flat.btn-featured.btn-disabled {
  color: #dfeff8;
}

.btn-flat.btn-featured.btn-icon {
  text-align: center;
}

.btn-flat.btn-featured.btn-icon .icon:before {
  color: #63B2DB;
}

.btn-flat.btn-featured.btn-icon:hover .icon:before, .btn-flat.btn-featured.btn-icon.btn-hover .icon:before {
  color: #a1d1e9;
}

.btn-flat.btn-featured.btn-icon:active .icon:before, .btn-flat.btn-featured.btn-icon.btn-active .icon:before {
  color: #63B2DB;
}

.btn-flat.btn-featured.btn-icon[disabled] .icon:before, .btn-flat.btn-featured.btn-icon.btn-disabled .icon:before {
  color: #dfeff8;
}

.btn-flat.btn-icon {
  text-align: center;
}

.btn-flat.btn-icon .icon:before {
  color: #63717A;
}

.btn-flat.btn-icon:hover .icon:before, .btn-flat.btn-icon.btn-hover .icon:before {
  color: #8a97a0;
}

.btn-flat.btn-icon:active .icon:before, .btn-flat.btn-icon.btn-active .icon:before {
  color: #63717A;
}

.btn-flat.btn-icon[disabled] .icon:before, .btn-flat.btn-icon.btn-disabled .icon:before {
  color: #b4bdc2;
}

.btn-icon {
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
}

.btn-icon .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  min-height: 30px;
  height: 100%;
}

.btn-icon .icon:before {
  width: 20px;
  margin: 11px;
  min-height: 20px;
}

.btn-icon.btn-sm {
  padding: 15px;
  padding-left: 50px;
  padding-right: 50px;
}

.btn-icon.btn-sm.btn-invert {
  padding-left: 15px;
  padding-right: 50px;
}

.btn-icon.btn-sm.btn-invert .icon {
  left: auto;
  right: 0px;
}

.btn-icon.btn-sm .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  min-height: 20px;
}

.btn-icon.btn-sm .icon:before {
  width: 20px;
  font-size: 20px;
  margin: 0px 13px;
  min-height: 20px;
  height: 100%;
}

.btn-icon.btn-sm .icon.icon-sm {
  width: 45px;
  min-height: 15px;
}

.btn-icon.btn-sm .icon.icon-sm:before {
  width: 15px !important;
  font-size: 15px !important;
  margin: 0px 15px !important;
  min-height: 15px !important;
}

.btn-icon.btn-double {
  padding: 17px;
  padding-left: 70px;
  padding-right: 70px;
  text-align: left;
  max-width: 200px !important;
  margin-right: 20px;
}

.btn-icon.btn-double[name='Agree'] {
  max-width: 240px !important;
}

.btn-icon.btn-double.mw-100 {
  max-width: 100% !important;
}

@media (width: 768px) {
  .btn-icon.btn-double {
    max-width: 93% !important;
    margin: 0 0 20px 0 !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 93% !important;
            flex: 0 0 93% !important;
    white-space: nowrap;
    height: 70px;
  }
}

@media (width: 1024px) {
  .btn-icon.btn-double {
    max-width: 180px !important;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 70px;
    padding-right: 30px;
  }
  .btn-icon.btn-double:last-child {
    margin: 0;
  }
}

.btn-icon.btn-double .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  min-height: 30px;
}

.btn-icon.btn-double .icon:before {
  font-size: 30px;
  width: 30px;
  margin: 20px;
  min-height: 30px;
}

.btn-icon .icon-sm {
  width: 45px;
  min-height: 15px;
}

.btn-icon .icon-sm:before {
  width: 15px !important;
  font-size: 15px !important;
  margin: 14px !important;
  min-height: 15px !important;
}

@media (width: 768px) {
  a.btn-icon.btn-double {
    margin: 0 !important;
    padding-top: 25px;
  }
}

.btn-sm {
  padding: 15px;
}

.btn-show-password {
  position: absolute;
  top: 0px;
  right: 10px;
  padding: 0 2px;
  text-align: right;
  cursor: pointer;
  max-width: 40px !important;
  height: 100%;
  background: transparent !important;
  border: none !important;
}

.btn-show-password > i {
  top: 0px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  background-size: 70% !important;
  width: 100% !important;
  height: 100% !important;
  background-position: center !important;
}

.btn-loading {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(20, 28, 69, 0.6);
  color: rgba(20, 28, 69, 0.6);
  -webkit-animation: dotFlashing 1s infinite linear alternate;
          animation: dotFlashing 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin: 3px;
}

.btn-loading::before,
.btn-loading::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.btn-loading::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(20, 28, 69, 0.4);
  color: rgba(20, 28, 69, 0.4);
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.btn-loading::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(20, 28, 69, 0.4);
  color: #141c45;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.btn-loading.loader-screen {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  -webkit-animation: dotFlashingScreen 1s infinite linear alternate;
          animation: dotFlashingScreen 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin: 3px;
}

.btn-loading.loader-screen::before,
.btn-loading.loader-screen::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.btn-loading.loader-screen::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
  -webkit-animation: dotFlashingScreen 1s infinite alternate;
          animation: dotFlashingScreen 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.btn-loading.loader-screen::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
  -webkit-animation: dotFlashingScreen 1s infinite alternate;
          animation: dotFlashingScreen 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes dotFlashing {
  0% {
    background-color: rgba(20, 28, 69, 0.4);
  }
  70% {
    background-color: rgba(20, 28, 69, 0.7);
  }
  100% {
    background-color: #141C45;
  }
}

@keyframes dotFlashing {
  0% {
    background-color: rgba(20, 28, 69, 0.4);
  }
  70% {
    background-color: rgba(20, 28, 69, 0.7);
  }
  100% {
    background-color: #141C45;
  }
}

@-webkit-keyframes dotFlashingScreen {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
  }
  70% {
    background-color: rgba(255, 255, 255, 0.7);
  }
  100% {
    background-color: #FFFFFF;
  }
}

@keyframes dotFlashingScreen {
  0% {
    background-color: rgba(255, 255, 255, 0.4);
  }
  70% {
    background-color: rgba(255, 255, 255, 0.7);
  }
  100% {
    background-color: #FFFFFF;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.eot?q6x2r9");
  src: url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.eot?q6x2r9#iefix") format("embedded-opentype"), url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.ttf?q6x2r9") format("truetype"), url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.woff?q6x2r9") format("woff"), url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.svg?q6x2r9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon.icon_add:before {
  content: "\e900";
  color: #6a6a6a;
}

.icon.icon_airplane:before {
  content: "\e901";
  color: #6a6a6a;
}

.icon.icon_alarm:before {
  content: "\e902";
  color: #6a6a6a;
}

.icon.icon_analyse:before {
  content: "\e903";
  color: #6a6a6a;
}

.icon.icon_armichair:before {
  content: "\e904";
  color: #6a6a6a;
}

.icon.icon_arrow_down:before {
  content: "\e905";
  color: #6a6a6a;
}

.icon.icon_arrow_left:before {
  content: "\e906";
  color: #6a6a6a;
}

.icon.icon_arrow_right:before {
  content: "\e907";
  color: #6a6a6a;
}

.icon.icon_arrow_up:before {
  content: "\e908";
  color: #6a6a6a;
}

.icon.icon_attach:before {
  content: "\e909";
  color: #6a6a6a;
}

.icon.icon_baby:before {
  content: "\e90a";
  color: #6a6a6a;
}

.icon.icon_bag:before {
  content: "\e90b";
  color: #6a6a6a;
}

.icon.icon_ball:before {
  content: "\e90c";
  color: #6a6a6a;
}

.icon.icon_ball_soccer:before {
  content: "\e90d";
  color: #6a6a6a;
}

.icon.icon_ballon:before {
  content: "\e90e";
  color: #6a6a6a;
}

.icon.icon_barcodes:before {
  content: "\e90f";
  color: #6a6a6a;
}

.icon.icon_basket:before {
  content: "\e910";
  color: #6a6a6a;
}

.icon.icon_beauty:before {
  content: "\e911";
  color: #6a6a6a;
}

.icon.icon_bike:before {
  content: "\e912";
  color: #6a6a6a;
}

.icon.icon_block:before {
  content: "\e913";
  color: #6a6a6a;
}

.icon.icon_bluetooth:before {
  content: "\e914";
  color: #6a6a6a;
}

.icon.icon_book:before {
  content: "\e915";
  color: #6a6a6a;
}

.icon.icon_bookmark:before {
  content: "\e916";
  color: #6a6a6a;
}

.icon.icon_browser:before {
  content: "\e917";
  color: #6a6a6a;
}

.icon.icon_bus:before {
  content: "\e918";
  color: #6a6a6a;
}

.icon.icon_calendar:before {
  content: "\e919";
  color: #6a6a6a;
}

.icon.icon_call:before {
  content: "\e91a";
  color: #6a6a6a;
}

.icon.icon_camera:before {
  content: "\e91b";
  color: #6a6a6a;
}

.icon.icon_car:before {
  content: "\e91c";
  color: #6a6a6a;
}

.icon.icon_card:before {
  content: "\e91d";
  color: #6a6a6a;
}

.icon.icon_cart:before {
  content: "\e91e";
  color: #6a6a6a;
}

.icon.icon_cash:before {
  content: "\e91f";
  color: #6a6a6a;
}

.icon.icon_chart:before {
  content: "\e920";
  color: #6a6a6a;
}

.icon.icon_chat:before {
  content: "\e921";
  color: #6a6a6a;
}

.icon.icon_check:before {
  content: "\e922";
  color: #6a6a6a;
}

.icon.icon_check_circle:before {
  content: "\e923";
  color: #6a6a6a;
}

.icon.icon_cinema:before {
  content: "\e924";
  color: #6a6a6a;
}

.icon.icon_clock:before {
  content: "\e925";
  color: #6a6a6a;
}

.icon.icon_close:before {
  content: "\e926";
  color: #6a6a6a;
}

.icon.icon_close_circle:before {
  content: "\e927";
  color: #6a6a6a;
}

.icon.icon_cloud:before {
  content: "\e928";
  color: #6a6a6a;
}

.icon.icon_cloud_computing:before {
  content: "\e929";
  color: #6a6a6a;
}

.icon.icon_cloud_down:before {
  content: "\e92a";
  color: #6a6a6a;
}

.icon.icon_cloud_up:before {
  content: "\e92b";
  color: #6a6a6a;
}

.icon.icon_colls:before {
  content: "\e92c";
  color: #6a6a6a;
}

.icon.icon_computer:before {
  content: "\e92d";
  color: #6a6a6a;
}

.icon.icon_conversation:before {
  content: "\e92e";
  color: #6a6a6a;
}

.icon.icon_convert:before {
  content: "\e92f";
  color: #6a6a6a;
}

.icon.icon_copy:before {
  content: "\e930";
  color: #6a6a6a;
}

.icon.icon_cruise:before {
  content: "\e931";
  color: #6a6a6a;
}

.icon.icon_dev:before {
  content: "\e932";
  color: #6a6a6a;
}

.icon.icon_dislike:before {
  content: "\e933";
  color: #6a6a6a;
}

.icon.icon_donation:before {
  content: "\e934";
  color: #6a6a6a;
}

.icon.icon_down:before {
  content: "\e935";
  color: #6a6a6a;
}

.icon.icon_download:before {
  content: "\e936";
  color: #6a6a6a;
}

.icon.icon_drink:before {
  content: "\e937";
  color: #6a6a6a;
}

.icon.icon_dryer:before {
  content: "\e938";
  color: #6a6a6a;
}

.icon.icon_dvd:before {
  content: "\e939";
  color: #6a6a6a;
}

.icon.icon_edit:before {
  content: "\e93a";
  color: #6a6a6a;
}

.icon.icon_equal:before {
  content: "\e93b";
  color: #6a6a6a;
}

.icon.icon_faceid:before {
  content: "\e93c";
  color: #6a6a6a;
}

.icon.icon_file:before {
  content: "\e93d";
  color: #6a6a6a;
}

.icon.icon_filter:before {
  content: "\e93e";
  color: #6a6a6a;
}

.icon.icon_fingerprint:before {
  content: "\e93f";
  color: #6a6a6a;
}

.icon.icon_folder:before {
  content: "\e940";
  color: #6a6a6a;
}

.icon.icon_folder_open:before {
  content: "\e941";
  color: #6a6a6a;
}

.icon.icon_fuel:before {
  content: "\e942";
  color: #6a6a6a;
}

.icon.icon_funnel:before {
  content: "\e943";
  color: #6a6a6a;
}

.icon.icon_game:before {
  content: "\e944";
  color: #6a6a6a;
}

.icon.icon_gift:before {
  content: "\e945";
  color: #6a6a6a;
}

.icon.icon_headphone:before {
  content: "\e946";
  color: #6a6a6a;
}

.icon.icon_helicopter:before {
  content: "\e947";
  color: #6a6a6a;
}

.icon.icon_help:before {
  content: "\e948";
  color: #6a6a6a;
}

.icon.icon_hierarch:before {
  content: "\e949";
  color: #6a6a6a;
}

.icon.icon_home:before {
  content: "\e94a";
  color: #6a6a6a;
}

.icon.icon_host:before {
  content: "\e94b";
  color: #6a6a6a;
}

.icon.icon_hotel:before {
  content: "\e94c";
  color: #6a6a6a;
}

.icon.icon_idea:before {
  content: "\e94d";
  color: #6a6a6a;
}

.icon.icon_joke:before {
  content: "\e94e";
  color: #6a6a6a;
}

.icon.icon_label:before {
  content: "\e94f";
  color: #6a6a6a;
}

.icon.icon_laptop:before {
  content: "\e950";
  color: #6a6a6a;
}

.icon.icon_left:before {
  content: "\e951";
  color: #6a6a6a;
}

.icon.icon_left_app:before {
  content: "\e952";
  color: #6a6a6a;
}

.icon.icon_like:before {
  content: "\e953";
  color: #6a6a6a;
}

.icon.icon_link:before {
  content: "\e954";
  color: #6a6a6a;
}

.icon.icon_list:before {
  content: "\e955";
  color: #6a6a6a;
}

.icon.icon_listing:before {
  content: "\e956";
  color: #6a6a6a;
}

.icon.icon_loading:before {
  content: "\e957";
  color: #6a6a6a;
}

.icon.icon_location:before {
  content: "\e958";
  color: #6a6a6a;
}

.icon.icon_lock:before {
  content: "\e959";
  color: #6a6a6a;
}

.icon.icon_login:before {
  content: "\e95a";
  color: #6a6a6a;
}

.icon.icon_logout:before {
  content: "\e95b";
  color: #6a6a6a;
}

.icon.icon_loupe:before {
  content: "\e95c";
  color: #6a6a6a;
}

.icon.icon_map:before {
  content: "\e95d";
  color: #6a6a6a;
}

.icon.icon_mechanic:before {
  content: "\e95e";
  color: #6a6a6a;
}

.icon.icon_medal:before {
  content: "\e95f";
  color: #6a6a6a;
}

.icon.icon_megaphone:before {
  content: "\e960";
  color: #6a6a6a;
}

.icon.icon_menu:before {
  content: "\e961";
  color: #6a6a6a;
}

.icon.icon_menu_app:before {
  content: "\e962";
  color: #6a6a6a;
}

.icon.icon_menu_app_close:before {
  content: "\e963";
  color: #6a6a6a;
}

.icon.icon_menu_close:before {
  content: "\e964";
  color: #6a6a6a;
}

.icon.icon_message:before {
  content: "\e965";
  color: #6a6a6a;
}

.icon.icon_message_read:before {
  content: "\e966";
  color: #6a6a6a;
}

.icon.icon_microwave:before {
  content: "\e967";
  color: #6a6a6a;
}

.icon.icon_more:before {
  content: "\e968";
  color: #6a6a6a;
}

.icon.icon_motorcycle:before {
  content: "\e969";
  color: #6a6a6a;
}

.icon.icon_movie:before {
  content: "\e96a";
  color: #6a6a6a;
}

.icon.icon_music:before {
  content: "\e96b";
  color: #6a6a6a;
}

.icon.icon_newsletter:before {
  content: "\e96c";
  color: #6a6a6a;
}

.icon.icon_no_view:before {
  content: "\e96d";
  color: #6a6a6a;
}

.icon.icon_notification:before {
  content: "\e96e";
  color: #6a6a6a;
}

.icon.icon_notification_active:before {
  content: "\e96f";
  color: #6a6a6a;
}

.icon.icon_options:before {
  content: "\e970";
  color: #6a6a6a;
}

.icon.icon_options_vertical:before {
  content: "\e971";
  color: #6a6a6a;
}

.icon.icon_order:before {
  content: "\e972";
  color: #6a6a6a;
}

.icon.icon_package:before {
  content: "\e973";
  color: #6a6a6a;
}

.icon.icon_pan:before {
  content: "\e974";
  color: #6a6a6a;
}

.icon.icon_password:before {
  content: "\e975";
  color: #6a6a6a;
}

.icon.icon_pay:before {
  content: "\e976";
  color: #6a6a6a;
}

.icon.icon_pen:before {
  content: "\e977";
  color: #6a6a6a;
}

.icon.icon_phone:before {
  content: "\e978";
  color: #6a6a6a;
}

.icon.icon_picture:before {
  content: "\e979";
  color: #6a6a6a;
}

.icon.icon_pin:before {
  content: "\e97a";
  color: #6a6a6a;
}

.icon.icon_placeholder:before {
  content: "\e97b";
  color: #6a6a6a;
}

.icon.icon_play:before {
  content: "\e97c";
  color: #6a6a6a;
}

.icon.icon_plug:before {
  content: "\e97d";
  color: #6a6a6a;
}

.icon.icon_points:before {
  content: "\e97e";
  color: #6a6a6a;
}

.icon.icon_presentation:before {
  content: "\e97f";
  color: #6a6a6a;
}

.icon.icon_press:before {
  content: "\e980";
  color: #6a6a6a;
}

.icon.icon_profile:before {
  content: "\e981";
  color: #6a6a6a;
}

.icon.icon_question:before {
  content: "\e982";
  color: #6a6a6a;
}

.icon.icon_rating:before {
  content: "\e983";
  color: #6a6a6a;
}

.icon.icon_read:before {
  content: "\e984";
  color: #6a6a6a;
}

.icon.icon_reload:before {
  content: "\e985";
  color: #6a6a6a;
}

.icon.icon_remove:before {
  content: "\e986";
  color: #6a6a6a;
}

.icon.icon_remove_circle:before {
  content: "\e987";
  color: #6a6a6a;
}

.icon.icon_return:before {
  content: "\e988";
  color: #6a6a6a;
}

.icon.icon_right:before {
  content: "\e989";
  color: #6a6a6a;
}

.icon.icon_right_app:before {
  content: "\e98a";
  color: #6a6a6a;
}

.icon.icon_rocket:before {
  content: "\e98b";
  color: #6a6a6a;
}

.icon.icon_ruler:before {
  content: "\e98c";
  color: #6a6a6a;
}

.icon.icon_sad:before {
  content: "\e98d";
  color: #6a6a6a;
}

.icon.icon_save:before {
  content: "\e98e";
  color: #6a6a6a;
}

.icon.icon_search:before {
  content: "\e98f";
  color: #6a6a6a;
}

.icon.icon_send:before {
  content: "\e990";
  color: #6a6a6a;
}

.icon.icon_settings:before {
  content: "\e991";
  color: #6a6a6a;
}

.icon.icon_share:before {
  content: "\e992";
  color: #6a6a6a;
}

.icon.icon_shop:before {
  content: "\e993";
  color: #6a6a6a;
}

.icon.icon_smile:before {
  content: "\e994";
  color: #6a6a6a;
}

.icon.icon_speek:before {
  content: "\e995";
  color: #6a6a6a;
}

.icon.icon_star:before {
  content: "\e996";
  color: #6a6a6a;
}

.icon.icon_stats:before {
  content: "\e997";
  color: #6a6a6a;
}

.icon.icon_sun:before {
  content: "\e998";
  color: #6a6a6a;
}

.icon.icon_tag:before {
  content: "\e999";
  color: #6a6a6a;
}

.icon.icon_target:before {
  content: "\e99a";
  color: #6a6a6a;
}

.icon.icon_theater:before {
  content: "\e99b";
  color: #6a6a6a;
}

.icon.icon_train:before {
  content: "\e99c";
  color: #6a6a6a;
}

.icon.icon_translate:before {
  content: "\e99d";
  color: #6a6a6a;
}

.icon.icon_trash:before {
  content: "\e99e";
  color: #6a6a6a;
}

.icon.icon_truck:before {
  content: "\e99f";
  color: #6a6a6a;
}

.icon.icon_tshirt:before {
  content: "\e9a0";
  color: #6a6a6a;
}

.icon.icon_ufo:before {
  content: "\e9a1";
  color: #6a6a6a;
}

.icon.icon_umbrella:before {
  content: "\e9a2";
  color: #6a6a6a;
}

.icon.icon_unlock:before {
  content: "\e9a3";
  color: #6a6a6a;
}

.icon.icon_up:before {
  content: "\e9a4";
  color: #6a6a6a;
}

.icon.icon_updown:before {
  content: "\e9a5";
  color: #6a6a6a;
}

.icon.icon_upload:before {
  content: "\e9a6";
  color: #6a6a6a;
}

.icon.icon_view:before {
  content: "\e9a7";
  color: #6a6a6a;
}

.icon.icon_voltage:before {
  content: "\e9a8";
  color: #6a6a6a;
}

.icon.icon_voucher:before {
  content: "\e9a9";
  color: #6a6a6a;
}

.icon.icon_voucher_air:before {
  content: "\e9aa";
  color: #6a6a6a;
}

.icon.icon_warning:before {
  content: "\e9ab";
  color: #6a6a6a;
}

.icon.icon_wifi:before {
  content: "\e9ac";
  color: #6a6a6a;
}

.icon.icon_wishlist:before {
  content: "\e9ad";
  color: #6a6a6a;
}

.icon.icon_wishlist_color:before {
  content: "\e9ae";
  color: #ff5758;
}

.icon:before {
  width: auto;
  min-height: 26px;
  background-position: center;
  font-size: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon.icon-lg:before {
  width: auto;
  min-height: 40px;
  font-size: 40px;
}

.icon.icon-mmd:before {
  width: auto;
  min-height: 26px;
  font-size: 26px;
}

.icon.icon-md:before {
  width: auto;
  min-height: 20px;
  font-size: 20px;
}

.icon.icon-sm:before {
  width: auto;
  min-height: 15px;
  font-size: 15px;
}

.icon.icon-ssm:before {
  width: auto;
  min-height: 15px;
  font-size: 10px;
}

[disabled] {
  cursor: url("../global/Content/htmls/design-system/assets/icons/icon_block.png"), default !important;
}

@font-face {
  font-family: 'icomoon';
  src: url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.eot?q6x2r9");
  src: url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.eot?q6x2r9#iefix") format("embedded-opentype"), url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.ttf?q6x2r9") format("truetype"), url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.woff?q6x2r9") format("woff"), url("../global/Content/htmls/design-system/assets/icons/icomoon/fonts/icomoon.svg?q6x2r9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon.icon_add:before {
  content: "\e900";
  color: #6a6a6a;
}

.icon.icon_airplane:before {
  content: "\e901";
  color: #6a6a6a;
}

.icon.icon_alarm:before {
  content: "\e902";
  color: #6a6a6a;
}

.icon.icon_analyse:before {
  content: "\e903";
  color: #6a6a6a;
}

.icon.icon_armichair:before {
  content: "\e904";
  color: #6a6a6a;
}

.icon.icon_arrow_down:before {
  content: "\e905";
  color: #6a6a6a;
}

.icon.icon_arrow_left:before {
  content: "\e906";
  color: #6a6a6a;
}

.icon.icon_arrow_right:before {
  content: "\e907";
  color: #6a6a6a;
}

.icon.icon_arrow_up:before {
  content: "\e908";
  color: #6a6a6a;
}

.icon.icon_attach:before {
  content: "\e909";
  color: #6a6a6a;
}

.icon.icon_baby:before {
  content: "\e90a";
  color: #6a6a6a;
}

.icon.icon_bag:before {
  content: "\e90b";
  color: #6a6a6a;
}

.icon.icon_ball:before {
  content: "\e90c";
  color: #6a6a6a;
}

.icon.icon_ball_soccer:before {
  content: "\e90d";
  color: #6a6a6a;
}

.icon.icon_ballon:before {
  content: "\e90e";
  color: #6a6a6a;
}

.icon.icon_barcodes:before {
  content: "\e90f";
  color: #6a6a6a;
}

.icon.icon_basket:before {
  content: "\e910";
  color: #6a6a6a;
}

.icon.icon_beauty:before {
  content: "\e911";
  color: #6a6a6a;
}

.icon.icon_bike:before {
  content: "\e912";
  color: #6a6a6a;
}

.icon.icon_block:before {
  content: "\e913";
  color: #6a6a6a;
}

.icon.icon_bluetooth:before {
  content: "\e914";
  color: #6a6a6a;
}

.icon.icon_book:before {
  content: "\e915";
  color: #6a6a6a;
}

.icon.icon_bookmark:before {
  content: "\e916";
  color: #6a6a6a;
}

.icon.icon_browser:before {
  content: "\e917";
  color: #6a6a6a;
}

.icon.icon_bus:before {
  content: "\e918";
  color: #6a6a6a;
}

.icon.icon_calendar:before {
  content: "\e919";
  color: #6a6a6a;
}

.icon.icon_call:before {
  content: "\e91a";
  color: #6a6a6a;
}

.icon.icon_camera:before {
  content: "\e91b";
  color: #6a6a6a;
}

.icon.icon_car:before {
  content: "\e91c";
  color: #6a6a6a;
}

.icon.icon_card:before {
  content: "\e91d";
  color: #6a6a6a;
}

.icon.icon_cart:before {
  content: "\e91e";
  color: #6a6a6a;
}

.icon.icon_cash:before {
  content: "\e91f";
  color: #6a6a6a;
}

.icon.icon_chart:before {
  content: "\e920";
  color: #6a6a6a;
}

.icon.icon_chat:before {
  content: "\e921";
  color: #6a6a6a;
}

.icon.icon_check:before {
  content: "\e922";
  color: #6a6a6a;
}

.icon.icon_check_circle:before {
  content: "\e923";
  color: #6a6a6a;
}

.icon.icon_cinema:before {
  content: "\e924";
  color: #6a6a6a;
}

.icon.icon_clock:before {
  content: "\e925";
  color: #6a6a6a;
}

.icon.icon_close:before {
  content: "\e926";
  color: #6a6a6a;
}

.icon.icon_close_circle:before {
  content: "\e927";
  color: #6a6a6a;
}

.icon.icon_cloud:before {
  content: "\e928";
  color: #6a6a6a;
}

.icon.icon_cloud_computing:before {
  content: "\e929";
  color: #6a6a6a;
}

.icon.icon_cloud_down:before {
  content: "\e92a";
  color: #6a6a6a;
}

.icon.icon_cloud_up:before {
  content: "\e92b";
  color: #6a6a6a;
}

.icon.icon_colls:before {
  content: "\e92c";
  color: #6a6a6a;
}

.icon.icon_computer:before {
  content: "\e92d";
  color: #6a6a6a;
}

.icon.icon_conversation:before {
  content: "\e92e";
  color: #6a6a6a;
}

.icon.icon_convert:before {
  content: "\e92f";
  color: #6a6a6a;
}

.icon.icon_copy:before {
  content: "\e930";
  color: #6a6a6a;
}

.icon.icon_cruise:before {
  content: "\e931";
  color: #6a6a6a;
}

.icon.icon_dev:before {
  content: "\e932";
  color: #6a6a6a;
}

.icon.icon_dislike:before {
  content: "\e933";
  color: #6a6a6a;
}

.icon.icon_donation:before {
  content: "\e934";
  color: #6a6a6a;
}

.icon.icon_down:before {
  content: "\e935";
  color: #6a6a6a;
}

.icon.icon_download:before {
  content: "\e936";
  color: #6a6a6a;
}

.icon.icon_drink:before {
  content: "\e937";
  color: #6a6a6a;
}

.icon.icon_dryer:before {
  content: "\e938";
  color: #6a6a6a;
}

.icon.icon_dvd:before {
  content: "\e939";
  color: #6a6a6a;
}

.icon.icon_edit:before {
  content: "\e93a";
  color: #6a6a6a;
}

.icon.icon_equal:before {
  content: "\e93b";
  color: #6a6a6a;
}

.icon.icon_faceid:before {
  content: "\e93c";
  color: #6a6a6a;
}

.icon.icon_file:before {
  content: "\e93d";
  color: #6a6a6a;
}

.icon.icon_filter:before {
  content: "\e93e";
  color: #6a6a6a;
}

.icon.icon_fingerprint:before {
  content: "\e93f";
  color: #6a6a6a;
}

.icon.icon_folder:before {
  content: "\e940";
  color: #6a6a6a;
}

.icon.icon_folder_open:before {
  content: "\e941";
  color: #6a6a6a;
}

.icon.icon_fuel:before {
  content: "\e942";
  color: #6a6a6a;
}

.icon.icon_funnel:before {
  content: "\e943";
  color: #6a6a6a;
}

.icon.icon_game:before {
  content: "\e944";
  color: #6a6a6a;
}

.icon.icon_gift:before {
  content: "\e945";
  color: #6a6a6a;
}

.icon.icon_headphone:before {
  content: "\e946";
  color: #6a6a6a;
}

.icon.icon_helicopter:before {
  content: "\e947";
  color: #6a6a6a;
}

.icon.icon_help:before {
  content: "\e948";
  color: #6a6a6a;
}

.icon.icon_hierarch:before {
  content: "\e949";
  color: #6a6a6a;
}

.icon.icon_home:before {
  content: "\e94a";
  color: #6a6a6a;
}

.icon.icon_host:before {
  content: "\e94b";
  color: #6a6a6a;
}

.icon.icon_hotel:before {
  content: "\e94c";
  color: #6a6a6a;
}

.icon.icon_idea:before {
  content: "\e94d";
  color: #6a6a6a;
}

.icon.icon_joke:before {
  content: "\e94e";
  color: #6a6a6a;
}

.icon.icon_label:before {
  content: "\e94f";
  color: #6a6a6a;
}

.icon.icon_laptop:before {
  content: "\e950";
  color: #6a6a6a;
}

.icon.icon_left:before {
  content: "\e951";
  color: #6a6a6a;
}

.icon.icon_left_app:before {
  content: "\e952";
  color: #6a6a6a;
}

.icon.icon_like:before {
  content: "\e953";
  color: #6a6a6a;
}

.icon.icon_link:before {
  content: "\e954";
  color: #6a6a6a;
}

.icon.icon_list:before {
  content: "\e955";
  color: #6a6a6a;
}

.icon.icon_listing:before {
  content: "\e956";
  color: #6a6a6a;
}

.icon.icon_loading:before {
  content: "\e957";
  color: #6a6a6a;
}

.icon.icon_location:before {
  content: "\e958";
  color: #6a6a6a;
}

.icon.icon_lock:before {
  content: "\e959";
  color: #6a6a6a;
}

.icon.icon_login:before {
  content: "\e95a";
  color: #6a6a6a;
}

.icon.icon_logout:before {
  content: "\e95b";
  color: #6a6a6a;
}

.icon.icon_loupe:before {
  content: "\e95c";
  color: #6a6a6a;
}

.icon.icon_map:before {
  content: "\e95d";
  color: #6a6a6a;
}

.icon.icon_mechanic:before {
  content: "\e95e";
  color: #6a6a6a;
}

.icon.icon_medal:before {
  content: "\e95f";
  color: #6a6a6a;
}

.icon.icon_megaphone:before {
  content: "\e960";
  color: #6a6a6a;
}

.icon.icon_menu:before {
  content: "\e961";
  color: #6a6a6a;
}

.icon.icon_menu_app:before {
  content: "\e962";
  color: #6a6a6a;
}

.icon.icon_menu_app_close:before {
  content: "\e963";
  color: #6a6a6a;
}

.icon.icon_menu_close:before {
  content: "\e964";
  color: #6a6a6a;
}

.icon.icon_message:before {
  content: "\e965";
  color: #6a6a6a;
}

.icon.icon_message_read:before {
  content: "\e966";
  color: #6a6a6a;
}

.icon.icon_microwave:before {
  content: "\e967";
  color: #6a6a6a;
}

.icon.icon_more:before {
  content: "\e968";
  color: #6a6a6a;
}

.icon.icon_motorcycle:before {
  content: "\e969";
  color: #6a6a6a;
}

.icon.icon_movie:before {
  content: "\e96a";
  color: #6a6a6a;
}

.icon.icon_music:before {
  content: "\e96b";
  color: #6a6a6a;
}

.icon.icon_newsletter:before {
  content: "\e96c";
  color: #6a6a6a;
}

.icon.icon_no_view:before {
  content: "\e96d";
  color: #6a6a6a;
}

.icon.icon_notification:before {
  content: "\e96e";
  color: #6a6a6a;
}

.icon.icon_notification_active:before {
  content: "\e96f";
  color: #6a6a6a;
}

.icon.icon_options:before {
  content: "\e970";
  color: #6a6a6a;
}

.icon.icon_options_vertical:before {
  content: "\e971";
  color: #6a6a6a;
}

.icon.icon_order:before {
  content: "\e972";
  color: #6a6a6a;
}

.icon.icon_package:before {
  content: "\e973";
  color: #6a6a6a;
}

.icon.icon_pan:before {
  content: "\e974";
  color: #6a6a6a;
}

.icon.icon_password:before {
  content: "\e975";
  color: #6a6a6a;
}

.icon.icon_pay:before {
  content: "\e976";
  color: #6a6a6a;
}

.icon.icon_pen:before {
  content: "\e977";
  color: #6a6a6a;
}

.icon.icon_phone:before {
  content: "\e978";
  color: #6a6a6a;
}

.icon.icon_picture:before {
  content: "\e979";
  color: #6a6a6a;
}

.icon.icon_pin:before {
  content: "\e97a";
  color: #6a6a6a;
}

.icon.icon_placeholder:before {
  content: "\e97b";
  color: #6a6a6a;
}

.icon.icon_play:before {
  content: "\e97c";
  color: #6a6a6a;
}

.icon.icon_plug:before {
  content: "\e97d";
  color: #6a6a6a;
}

.icon.icon_points:before {
  content: "\e97e";
  color: #6a6a6a;
}

.icon.icon_presentation:before {
  content: "\e97f";
  color: #6a6a6a;
}

.icon.icon_press:before {
  content: "\e980";
  color: #6a6a6a;
}

.icon.icon_profile:before {
  content: "\e981";
  color: #6a6a6a;
}

.icon.icon_question:before {
  content: "\e982";
  color: #6a6a6a;
}

.icon.icon_rating:before {
  content: "\e983";
  color: #6a6a6a;
}

.icon.icon_read:before {
  content: "\e984";
  color: #6a6a6a;
}

.icon.icon_reload:before {
  content: "\e985";
  color: #6a6a6a;
}

.icon.icon_remove:before {
  content: "\e986";
  color: #6a6a6a;
}

.icon.icon_remove_circle:before {
  content: "\e987";
  color: #6a6a6a;
}

.icon.icon_return:before {
  content: "\e988";
  color: #6a6a6a;
}

.icon.icon_right:before {
  content: "\e989";
  color: #6a6a6a;
}

.icon.icon_right_app:before {
  content: "\e98a";
  color: #6a6a6a;
}

.icon.icon_rocket:before {
  content: "\e98b";
  color: #6a6a6a;
}

.icon.icon_ruler:before {
  content: "\e98c";
  color: #6a6a6a;
}

.icon.icon_sad:before {
  content: "\e98d";
  color: #6a6a6a;
}

.icon.icon_save:before {
  content: "\e98e";
  color: #6a6a6a;
}

.icon.icon_search:before {
  content: "\e98f";
  color: #6a6a6a;
}

.icon.icon_send:before {
  content: "\e990";
  color: #6a6a6a;
}

.icon.icon_settings:before {
  content: "\e991";
  color: #6a6a6a;
}

.icon.icon_share:before {
  content: "\e992";
  color: #6a6a6a;
}

.icon.icon_shop:before {
  content: "\e993";
  color: #6a6a6a;
}

.icon.icon_smile:before {
  content: "\e994";
  color: #6a6a6a;
}

.icon.icon_speek:before {
  content: "\e995";
  color: #6a6a6a;
}

.icon.icon_star:before {
  content: "\e996";
  color: #6a6a6a;
}

.icon.icon_stats:before {
  content: "\e997";
  color: #6a6a6a;
}

.icon.icon_sun:before {
  content: "\e998";
  color: #6a6a6a;
}

.icon.icon_tag:before {
  content: "\e999";
  color: #6a6a6a;
}

.icon.icon_target:before {
  content: "\e99a";
  color: #6a6a6a;
}

.icon.icon_theater:before {
  content: "\e99b";
  color: #6a6a6a;
}

.icon.icon_train:before {
  content: "\e99c";
  color: #6a6a6a;
}

.icon.icon_translate:before {
  content: "\e99d";
  color: #6a6a6a;
}

.icon.icon_trash:before {
  content: "\e99e";
  color: #6a6a6a;
}

.icon.icon_truck:before {
  content: "\e99f";
  color: #6a6a6a;
}

.icon.icon_tshirt:before {
  content: "\e9a0";
  color: #6a6a6a;
}

.icon.icon_ufo:before {
  content: "\e9a1";
  color: #6a6a6a;
}

.icon.icon_umbrella:before {
  content: "\e9a2";
  color: #6a6a6a;
}

.icon.icon_unlock:before {
  content: "\e9a3";
  color: #6a6a6a;
}

.icon.icon_up:before {
  content: "\e9a4";
  color: #6a6a6a;
}

.icon.icon_updown:before {
  content: "\e9a5";
  color: #6a6a6a;
}

.icon.icon_upload:before {
  content: "\e9a6";
  color: #6a6a6a;
}

.icon.icon_view:before {
  content: "\e9a7";
  color: #6a6a6a;
}

.icon.icon_voltage:before {
  content: "\e9a8";
  color: #6a6a6a;
}

.icon.icon_voucher:before {
  content: "\e9a9";
  color: #6a6a6a;
}

.icon.icon_voucher_air:before {
  content: "\e9aa";
  color: #6a6a6a;
}

.icon.icon_warning:before {
  content: "\e9ab";
  color: #6a6a6a;
}

.icon.icon_wifi:before {
  content: "\e9ac";
  color: #6a6a6a;
}

.icon.icon_wishlist:before {
  content: "\e9ad";
  color: #6a6a6a;
}

.icon.icon_wishlist_color:before {
  content: "\e9ae";
  color: #ff5758;
}

/*range */
input[type="range"] {
  height: 5px !important;
  -webkit-appearance: none;
  -moz-apperance: none;
  border-radius: 6px;
  height: 6px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.15, #63B2DB), color-stop(0.15, #D2DCDE));
}

input[type=range]:hover::-webkit-slider-thumb {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(99, 178, 219, 0.3);
          box-shadow: 0px 0px 0px 2px rgba(99, 178, 219, 0.3);
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #63B2DB;
  border: 1px solid #63B2DB;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.input-range .input-range__track--active {
  background: #63B2DB;
}

.input-range .input-range__slider {
  background: #63B2DB;
  border: 1px solid #63B2DB;
}

.input-range .input-range__label {
  display: none;
}

select .select-styled:after, .select .select-styled:after, input[type='checkbox'] ~ label.effect.out span:first-child:after, label.effect.check.inner.checked span:nth-child(2):after {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']) ~ label ~ span.message, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']) ~ label ~ span.message, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']) ~ label ~ span.message, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']) ~ label ~ span.message, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']) ~ span.message, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']) ~ span.message, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']) ~ span.message, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']) ~ span.message {
  font-size: 11px;
  line-height: 13px;
  padding-left: 15px;
  margin-top: 2px;
  margin-bottom: 10px;
  display: block;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']) ~ label ~ span.icon:before, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']) ~ label ~ span.icon:before, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']) ~ label ~ span.icon:before, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']) ~ label ~ span.icon:before, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']) ~ span.icon:before, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']) ~ span.icon:before, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']) ~ span.icon:before, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']) ~ span.icon:before {
  position: absolute;
  top: 11px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

input[type='radio'] ~ label.effect.out, label.effect.radio.inner {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
}

input[type='radio'] ~ label.effect.out span, label.effect.radio.inner span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

input[type='radio'] ~ label.effect.out span:first-child, label.effect.radio.inner span:nth-child(2) {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 2px solid #D2DCDE;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type='radio'] ~ label.effect.out span:first-child:before, label.effect.radio.inner span:nth-child(2):before {
  content: "";
  width: 100%;
  height: 100%;
  background: #63B2DB;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

@-webkit-keyframes wave {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes wave {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

input, textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
}

.voltage-link {
  display: inline-block;
  min-width: 46px;
  height: 30px;
  line-height: 26px;
  border-radius: 15px;
  border: 2px solid #D2DCDE;
  text-align: center;
  margin: 10px 5px 0 5px;
}

.voltage-link strong {
  padding: 20px 16px;
  text-decoration: underline;
}

.voltage-link strong.voltage-volts {
  color: #63717A;
}

.voltage-link.current-voltage {
  border: 2px solid #CED242;
}

.voltage-link.current-voltage .current-voltage-volts {
  color: #0A0F24;
}

.form-field {
  position: relative;
}

.form-field .error {
  border: solid 1px #FF5758 !important;
  border-bottom: solid 2px #FF5758 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-field .error:hover {
  border-bottom: solid 2px #FF5758 !important;
}

.form-field .success {
  border: solid 1px #1DBF81 !important;
  border-bottom: solid 2px #1DBF81 !important;
}

.form-field .success:hover {
  border-bottom: solid 2px #1DBF81 !important;
}

.form-field.checkbox-field, .form-field.search-field {
  height: 50px;
}

@media (max-width: 1025px) {
  .form-field.checkbox-field {
    height: 50px;
  }
}

.form-field .quantity-button {
  height: 40px;
}

.form-field .message {
  margin-bottom: -10px !important;
  padding-left: 15px;
}

.form-field button.show_password, .form-field button.hide_password, .form-field span.show_password, .form-field span.hide_password {
  position: absolute;
  top: 17px;
  right: 30px;
  text-align: right;
  cursor: pointer;
  max-width: 27px !important;
  max-height: 26px;
  background: transparent !important;
  border: none !important;
}

.form-field button .icon, .form-field span .icon {
  position: absolute;
  top: -5px;
  right: 0;
}

.form-field.icon_hover input::-webkit-input-placeholder, .form-field.icon_hover textarea::-webkit-input-placeholder, .form-field.icon_hover select::-webkit-input-placeholder, .form-field.icon_hover .select::-webkit-input-placeholder {
  color: #D2DCDE;
}

.form-field.icon_hover input::-moz-placeholder, .form-field.icon_hover textarea::-moz-placeholder, .form-field.icon_hover select::-moz-placeholder, .form-field.icon_hover .select::-moz-placeholder {
  color: #D2DCDE;
}

.form-field.icon_hover input:-ms-input-placeholder, .form-field.icon_hover textarea:-ms-input-placeholder, .form-field.icon_hover select:-ms-input-placeholder, .form-field.icon_hover .select:-ms-input-placeholder {
  color: #D2DCDE;
}

.form-field.icon_hover input:-moz-placeholder, .form-field.icon_hover textarea:-moz-placeholder, .form-field.icon_hover select:-moz-placeholder, .form-field.icon_hover .select:-moz-placeholder {
  color: #D2DCDE;
}

.form-field.icon_hover input:not([disabled]) ~ label ~ span.icon:before, .form-field.icon_hover input:not(.disabled) ~ label ~ span.icon:before, .form-field.icon_hover textarea:not([disabled]) ~ label ~ span.icon:before, .form-field.icon_hover textarea:not(.disabled) ~ label ~ span.icon:before, .form-field.icon_hover select:not([disabled]) ~ label ~ span.icon:before, .form-field.icon_hover select:not(.disabled) ~ label ~ span.icon:before, .form-field.icon_hover .select:not([disabled]) ~ label ~ span.icon:before, .form-field.icon_hover .select:not(.disabled) ~ label ~ span.icon:before {
  visibility: hidden;
}

.form-field.icon_hover input:not([disabled]):hover ~ label ~ span.icon:before, .form-field.icon_hover input:not(.disabled):hover ~ label ~ span.icon:before, .form-field.icon_hover textarea:not([disabled]):hover ~ label ~ span.icon:before, .form-field.icon_hover textarea:not(.disabled):hover ~ label ~ span.icon:before, .form-field.icon_hover select:not([disabled]):hover ~ label ~ span.icon:before, .form-field.icon_hover select:not(.disabled):hover ~ label ~ span.icon:before, .form-field.icon_hover .select:not([disabled]):hover ~ label ~ span.icon:before, .form-field.icon_hover .select:not(.disabled):hover ~ label ~ span.icon:before {
  visibility: visible;
}

.form-field.icon_hover input[disabled] ~ label ~ span.icon:before, .form-field.icon_hover input.disabled ~ label ~ span.icon:before, .form-field.icon_hover textarea[disabled] ~ label ~ span.icon:before, .form-field.icon_hover textarea.disabled ~ label ~ span.icon:before, .form-field.icon_hover select[disabled] ~ label ~ span.icon:before, .form-field.icon_hover select.disabled ~ label ~ span.icon:before, .form-field.icon_hover .select[disabled] ~ label ~ span.icon:before, .form-field.icon_hover .select.disabled ~ label ~ span.icon:before {
  visibility: hidden;
}

@media (max-width: 375px) {
  .form-field.col-6 label {
    left: 0;
    padding: 0 25px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
  }
}

.form-field label {
  position: absolute;
  z-index: 0;
  top: 17px;
  left: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form-field label .required {
  color: #FF5758;
  padding-left: 3px;
}

.form-field input:not([type='button']), .form-field select:not([type='button']), .form-field .select:not([type='button']) {
  height: 50px;
}

@media (max-width: 1025px) {
  .form-field input[name='buscar'], .form-field select[name='buscar'], .form-field .select[name='buscar'] {
    margin-top: 4px;
    height: 40px;
  }
}

.form-field textarea {
  min-height: 50px;
  overflow: hidden;
  resize: none;
}

.form-field textarea:focus, .form-field textarea.has-content, .form-field textarea.open {
  padding-top: 22px !important;
  padding-bottom: 10px;
}

.form-field input:not([type='button']):not([type='range']), .form-field select:not([type='button']):not([type='range']), .form-field .select:not([type='button']):not([type='range']), .form-field textarea:not([type='button']):not([type='range']) {
  width: 100%;
  max-width: 100%;
  background-color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.form-field input:not([type='button']):not([type='range']):not(.no-border), .form-field select:not([type='button']):not([type='range']):not(.no-border), .form-field .select:not([type='button']):not([type='range']):not(.no-border), .form-field textarea:not([type='button']):not([type='range']):not(.no-border) {
  border: 1px solid #D2DCDE;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox'])[disabled], .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).disabled, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox'])[disabled], .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).disabled, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox'])[disabled], .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).disabled, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox'])[disabled], .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).disabled {
  background-color: #EDF4F6;
  color: #b4bdc2;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox'])[disabled] ~ label, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).disabled ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox'])[disabled] ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).disabled ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox'])[disabled] ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).disabled ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox'])[disabled] ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).disabled ~ label {
  color: #b4bdc2;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']):hover:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']):hover:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']):hover:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']):hover:not(.no-border) {
  border-bottom: 1px solid #63B2DB;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']):hover:not(.no-border)[disabled], .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']):hover:not(.no-border).disabled, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']):hover:not(.no-border)[disabled], .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']):hover:not(.no-border).disabled, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']):hover:not(.no-border)[disabled], .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']):hover:not(.no-border).disabled, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']):hover:not(.no-border)[disabled], .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']):hover:not(.no-border).disabled {
  border-bottom: 1px solid #63717A;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']):focus:not(.no-label), .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).has-content:not(.no-label), .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).open:not(.no-label), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']):focus:not(.no-label), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).has-content:not(.no-label), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).open:not(.no-label), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']):focus:not(.no-label), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content:not(.no-label), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).open:not(.no-label), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']):focus:not(.no-label), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content:not(.no-label), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).open:not(.no-label) {
  padding-top: 15px;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']):focus:not(.no-border), .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).has-content:not(.no-border), .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).open:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']):focus:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).has-content:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).open:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']):focus:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).open:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']):focus:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).open:not(.no-border) {
  border-bottom: 2px solid #63B2DB;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']):focus[disabled]:not(.no-border), .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']):focus.disabled:not(.no-border), .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).has-content[disabled]:not(.no-border), .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).has-content.disabled:not(.no-border), .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).open[disabled]:not(.no-border), .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).open.disabled:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']):focus[disabled]:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']):focus.disabled:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).has-content[disabled]:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).has-content.disabled:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).open[disabled]:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).open.disabled:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']):focus[disabled]:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']):focus.disabled:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content[disabled]:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content.disabled:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).open[disabled]:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).open.disabled:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']):focus[disabled]:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']):focus.disabled:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content[disabled]:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content.disabled:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).open[disabled]:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).open.disabled:not(.no-border) {
  border-bottom: 2px solid #63717A;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']):focus[disabled] ~ label, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']):focus.disabled ~ label, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).has-content[disabled] ~ label, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).has-content.disabled ~ label, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).open[disabled] ~ label, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).open.disabled ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']):focus[disabled] ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']):focus.disabled ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).has-content[disabled] ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).has-content.disabled ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).open[disabled] ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).open.disabled ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']):focus[disabled] ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']):focus.disabled ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content[disabled] ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content.disabled ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).open[disabled] ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).open.disabled ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']):focus[disabled] ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']):focus.disabled ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content[disabled] ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content.disabled ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).open[disabled] ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).open.disabled ~ label {
  color: #b4bdc2;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']):focus[disabled] ~ label ~ span.icon:before, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']):focus.disabled ~ label ~ span.icon:before, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).has-content[disabled] ~ label ~ span.icon:before, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).has-content.disabled ~ label ~ span.icon:before, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).open[disabled] ~ label ~ span.icon:before, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).open.disabled ~ label ~ span.icon:before, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']):focus[disabled] ~ label ~ span.icon:before, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']):focus.disabled ~ label ~ span.icon:before, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).has-content[disabled] ~ label ~ span.icon:before, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).has-content.disabled ~ label ~ span.icon:before, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).open[disabled] ~ label ~ span.icon:before, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).open.disabled ~ label ~ span.icon:before, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']):focus[disabled] ~ label ~ span.icon:before, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']):focus.disabled ~ label ~ span.icon:before, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content[disabled] ~ label ~ span.icon:before, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content.disabled ~ label ~ span.icon:before, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).open[disabled] ~ label ~ span.icon:before, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).open.disabled ~ label ~ span.icon:before, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']):focus[disabled] ~ label ~ span.icon:before, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']):focus.disabled ~ label ~ span.icon:before, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content[disabled] ~ label ~ span.icon:before, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content.disabled ~ label ~ span.icon:before, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).open[disabled] ~ label ~ span.icon:before, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).open.disabled ~ label ~ span.icon:before {
  color: #63717A;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']):focus ~ label, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).has-content ~ label, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).open ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']):focus ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).has-content ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).open ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']):focus ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).open ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']):focus ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).has-content ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).open ~ label {
  top: 7px;
  font-size: 11px;
  line-height: 13px;
  color: #63B2DB;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).success, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).success, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).success, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).success, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled {
  padding-right: 35px;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).success:not(.no-border), .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).success:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).success:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).success:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled:not(.no-border) {
  border-bottom: 2px solid #1DBF81;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ label, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled ~ label {
  color: #1DBF81;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ label ~ span.message, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled ~ label ~ span.message, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ label ~ span.message, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled ~ label ~ span.message, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ label ~ span.message, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled ~ label ~ span.message, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ label ~ span.message, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled ~ label ~ span.message {
  color: #1DBF81;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ label ~ span.message.icon:before, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled ~ label ~ span.message.icon:before, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ label ~ span.message.icon:before, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled ~ label ~ span.message.icon:before, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ label ~ span.message.icon:before, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled ~ label ~ span.message.icon:before, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ label ~ span.message.icon:before, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).success ~ .select-styled ~ label ~ span.message.icon:before {
  color: #1DBF81;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).error, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).error, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).error, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).error, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled {
  padding-right: 35px;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).error:not(.no-border), .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).error:not(.no-border), .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).error:not(.no-border), .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).error:not(.no-border), .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled:not(.no-border) {
  border-bottom: 2px solid #FF5758;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ label, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ label, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ label, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ label, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled ~ label {
  color: #FF5758;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ label ~ span.message, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled ~ label ~ span.message, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ label ~ span.message, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled ~ label ~ span.message, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ label ~ span.message, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled ~ label ~ span.message, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ label ~ span.message, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled ~ label ~ span.message {
  color: #FF5758;
}

.form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ label ~ span.message.icon:before, .form-field input:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled ~ label ~ span.message.icon:before, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ label ~ span.message.icon:before, .form-field textarea:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled ~ label ~ span.message.icon:before, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ label ~ span.message.icon:before, .form-field select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled ~ label ~ span.message.icon:before, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ label ~ span.message.icon:before, .form-field .select:not([type='button']):not([type='radio']):not([type='checkbox']).error ~ .select-styled ~ label ~ span.message.icon:before {
  color: #FF5758;
}

.form-field .select button:not(.ReactA11ySelect__button), .form-field .select button.select {
  font-size: 13px !important;
  line-height: 16px !important;
}

input ~ label ~ span.icon:before, textarea ~ label ~ span.icon:before {
  right: 25px;
}

input ~ span.icon:before, textarea ~ span.icon:before {
  right: 25px;
}

select ~ label ~ span.icon:before, .select ~ label ~ span.icon:before {
  right: 40px;
}

select .select-hidden, .select .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

select.select-with-image .select-styled img, .select.select-with-image .select-styled img {
  max-height: 18px;
}

select.select-with-image .select-options li, .select.select-with-image .select-options li {
  line-height: 25px !important;
  padding: 12px 15px;
}

select.select-with-image .select-options li.select-img img.image-left, .select.select-with-image .select-options li.select-img img.image-left {
  left: 15px !important;
}

select.select-with-image .select-options li.select-img img.image-right, .select.select-with-image .select-options li.select-img img.image-right {
  right: 15px !important;
}

select.select-with-image .select-options li.row, select.select-with-image .select-options li.select-img, .select.select-with-image .select-options li.row, .select.select-with-image .select-options li.select-img {
  position: relative;
  height: 50px;
  line-height: 25px;
}

select.select-with-image .select-options li.row > .col-4.bg-white, select.select-with-image .select-options li.row .select-image.bg-white, select.select-with-image .select-options li.select-img > .col-4.bg-white, select.select-with-image .select-options li.select-img .select-image.bg-white, .select.select-with-image .select-options li.row > .col-4.bg-white, .select.select-with-image .select-options li.row .select-image.bg-white, .select.select-with-image .select-options li.select-img > .col-4.bg-white, .select.select-with-image .select-options li.select-img .select-image.bg-white {
  position: absolute;
  right: 0px;
  top: 2px;
  padding: 2px 10px;
  height: 44px;
}

select.select-with-image .select-options li.row > .col-4.bg-white img, select.select-with-image .select-options li.row .select-image.bg-white img, select.select-with-image .select-options li.select-img > .col-4.bg-white img, select.select-with-image .select-options li.select-img .select-image.bg-white img, .select.select-with-image .select-options li.row > .col-4.bg-white img, .select.select-with-image .select-options li.row .select-image.bg-white img, .select.select-with-image .select-options li.select-img > .col-4.bg-white img, .select.select-with-image .select-options li.select-img .select-image.bg-white img {
  max-height: 30px;
}

select .button-select, .select .button-select {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  text-align: left;
}

select .select-styled, .select .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  padding: 18px 15px 0px 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

select .select-styled:after, .select .select-styled:after {
  content: "\e935";
  font-size: 10px;
  position: absolute;
  right: 15px;
  top: 0px;
  height: 100%;
  vertical-align: middle;
  line-height: 48px;
}

select .select-styled:hover, .select .select-styled:hover {
  background-color: #EDF4F6;
}

select .select-styled:active, select .select-styled.active, .select .select-styled:active, .select .select-styled.active {
  background-color: #EDF4F6;
}

select .select-options, .select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FFFFFF;
  border: 1px solid #D2DCDE;
  max-height: 250px;
  overflow-y: auto;
}

select .select-options::-webkit-scrollbar-track, .select .select-options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
}

select .select-options::-webkit-scrollbar, .select .select-options::-webkit-scrollbar {
  width: 6px;
  background-color: #FFFFFF;
}

select .select-options::-webkit-scrollbar-thumb, .select .select-options::-webkit-scrollbar-thumb {
  background-color: #D2DCDE;
  border: 2px solid #FFFFFF;
}

select .select-options li, .select .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

select .select-options li[rel=""], .select .select-options li[rel=""] {
  display: none !important;
}

select .select-options li:hover, .select .select-options li:hover {
  color: #63717A;
  background: #EDF4F6;
}

select .select-options li[rel="hide"], .select .select-options li[rel="hide"] {
  display: none;
}

input[type='checkbox'] {
  width: 18px !important;
  opacity: 0;
  left: -12px;
}

input[type='checkbox']:focus ~ label.effect.out span:first-child, input[type='checkbox']:active ~ label.effect.out span:first-child {
  border-color: #63B2DB;
}

input[type='checkbox'] ~ label.effect.out {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
}

input[type='checkbox'] ~ label.effect.out span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

input[type='checkbox'] ~ label.effect.out span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 2px solid #D2DCDE;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type='checkbox'] ~ label.effect.out span:first-child:after {
  content: "\e922";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 10px;
  color: #FFFFFF;
}

input[type='checkbox'] ~ label.effect.out span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #63B2DB;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

input[type='checkbox'] ~ label.effect.out span:last-child {
  padding-left: 8px;
}

input[type='checkbox'] ~ label.effect.out:hover span:first-child {
  border-color: #63B2DB;
}

input[type='checkbox']:checked + label.effect.out span:first-child {
  background: #63B2DB;
  border-color: #63B2DB;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

input[type='checkbox']:checked + label.effect.out span:first-child:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

label.effect.check.inner {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
}

label.effect.check.inner span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

label.effect.check.inner span a {
  color: #63B2DB !important;
  font-size: 13px;
}

label.effect.check.inner span:nth-child(2) {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 2px solid #D2DCDE;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

label.effect.check.inner span:nth-child(2):before {
  content: "";
  width: 100%;
  height: 100%;
  background: #63B2DB;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

label.effect.check.inner span:nth-child(3) {
  padding-left: 8px;
}

label.effect.check.inner:hover span:nth-child(2) {
  border-color: #63B2DB;
}

label.effect.check.inner.checked span:nth-child(2) {
  background: #63B2DB;
  border-color: #63B2DB;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

label.effect.check.inner.checked span:nth-child(2):after {
  content: "\e923";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 10px;
  color: #FFFFFF;
}

label.effect.check.inner.checked span:nth-child(2):before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

label.effect.check.inner input[type='checkbox'] {
  display: none !important;
}

input[type='radio'] {
  width: 18px !important;
  opacity: 1;
  left: -3px;
  width: 15px !important;
  top: -2px;
}

input[type='radio']:focus ~ label.effect.out span:first-child, input[type='radio']:active ~ label.effect.out span:first-child {
  border-color: #63B2DB;
}

input[type='radio'] ~ label.effect.out span {
  background: #FFF;
}

input[type='radio'] ~ label.effect.out span:first-child:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
}

input[type='radio'] ~ label.effect.out span:last-child {
  padding-left: 8px;
}

input[type='radio'] ~ label.effect.out:hover span:first-child {
  border-color: #63B2DB;
}

input[type='radio']:checked + label.effect.out span:first-child {
  background: #FFFFFF;
  border-color: #63B2DB;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

input[type='radio']:checked + label.effect.out span:first-child:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

input[type='radio']:checked + label.effect.out span:first-child:after {
  background: #63B2DB;
  border-radius: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

label.effect.radio.inner span:nth-child(2):after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
}

label.effect.radio.inner span:nth-child(3) {
  padding-left: 8px;
}

label.effect.radio.inner:hover span:nth-child(2) {
  border-color: #63B2DB;
}

label.effect.radio.inner.checked span:nth-child(2) {
  background: #FFFFFF;
  border-color: #63B2DB;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

label.effect.radio.inner.checked span:nth-child(2):before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

label.effect.radio.inner.checked span:nth-child(2):after {
  background: #63B2DB;
  border-radius: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

label.effect.radio.inner input[type='radio'] {
  display: none !important;
}

input.switch[type='checkbox'] {
  height: 0;
  width: 0;
  visibility: hidden;
}

input.switch ~ .switch-aux {
  cursor: pointer;
  text-indent: -9999px;
  width: 33px;
  height: 15px;
  background: #D2DCDE;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  top: 0px;
  left: 0px;
}

input.switch ~ .switch-aux:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -10px;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 1px 4px rgba(210, 220, 222, 0.3);
          box-shadow: 0px 1px 4px rgba(210, 220, 222, 0.3);
}

input.switch:checked ~ .switch-aux:after {
  background: #63B2DB;
  -webkit-box-shadow: 0px 1px 4px rgba(210, 220, 222, 0.3);
          box-shadow: 0px 1px 4px rgba(210, 220, 222, 0.3);
}

input.switch:checked + .switch-aux {
  background: #dfeff8;
}

input.switch:checked + .switch-aux:after {
  left: calc(100% + 10px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

input.switch ~ .switch-aux:active:after {
  width: 33px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity-nav {
  float: right;
  position: relative;
  height: 50px;
}

.quantity-nav:hover {
  color: #63B2DB !important;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: transparent;
  font-size: 10px;
}

.input-spinner ~ .quantity-nav .quantity-button {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 25px;
  height: 50%;
}

.input-spinner ~ .quantity-nav .quantity-button:before {
  font-size: 10px;
  width: 10px;
  line-height: 24px;
  height: 24px;
  min-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-spinner ~ .quantity-nav .quantity-button.quantity-up {
  position: absolute;
  top: 0;
}

.input-spinner ~ .quantity-nav .quantity-button.quantity-up:before {
  padding-top: 10px;
}

.input-spinner ~ .quantity-nav .quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
}

.input-spinner ~ .quantity-nav .quantity-button.quantity-down:before {
  padding-bottom: 10px;
}

.input-spinner-vertical {
  padding-left: 45px !important;
  padding-right: 45px !important;
  text-align: center;
  font-weight: bold;
  height: 40px !important;
}

.input-spinner-vertical ~ .quantity-button {
  width: 40px;
  height: 80%;
}

.input-spinner-vertical ~ .quantity-button:hover.quantity-up:before, .input-spinner-vertical ~ .quantity-button:hover.quantity-down:before {
  color: #63B2DB !important;
}

.input-spinner-vertical ~ .quantity-button.quantity-up {
  position: absolute;
  right: 0px;
  top: 0px;
}

.input-spinner-vertical ~ .quantity-button.quantity-up:before {
  padding: 10px 13px;
  font-size: 12px;
  margin: 0px;
  width: 40px;
  height: 100%;
  vertical-align: middle;
  border-left: 1px solid #D2DCDE;
}

.input-spinner-vertical ~ .quantity-button.quantity-up[disabled]::before {
  color: #D2DCDE !important;
}

.input-spinner-vertical ~ .quantity-button.quantity-down {
  position: absolute;
  left: 0px;
  top: 0px;
}

.input-spinner-vertical ~ .quantity-button.quantity-down:before {
  padding: 10px 13px;
  font-size: 12px;
  margin: 0px;
  width: 40px;
  height: 100%;
  vertical-align: middle;
  border-right: 1px solid #D2DCDE;
}

.input-spinner-vertical ~ .quantity-button.quantity-down[disabled]::before {
  color: #D2DCDE !important;
}

.box-spinner .quantity-button {
  width: 40px;
  height: 80%;
}

.box-spinner .quantity-button:hover.quantity-up:before, .box-spinner .quantity-button:hover.quantity-down:before {
  color: #63B2DB !important;
}

.box-spinner .quantity-button.quantity-up {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 2;
}

.box-spinner .quantity-button.quantity-up:before {
  padding: 10px 13px;
  font-size: 12px;
  margin: 0px;
  width: 40px;
  height: 100%;
  vertical-align: middle;
  border-left: 1px solid #D2DCDE;
}

.box-spinner .quantity-button.quantity-up[disabled]::before {
  color: #D2DCDE !important;
}

.box-spinner .quantity-button.quantity-down {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 2;
}

.box-spinner .quantity-button.quantity-down:before {
  padding: 10px 13px;
  font-size: 12px;
  margin: 0px;
  width: 40px;
  height: 100%;
  vertical-align: middle;
  border-right: 1px solid #D2DCDE;
}

.box-spinner .quantity-button.quantity-down[disabled]::before {
  color: #D2DCDE !important;
}

.filter-color {
  padding: 5px;
}

.filter-color input {
  display: none;
}

.filter-color input:checked ~ label {
  border: 5px solid #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0px 0px 0px 2px #63717A;
          box-shadow: 0px 0px 0px 2px #63717A;
}

.filter-color label {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0px 0px 0px 1px #D2DCDE;
          box-shadow: 0px 0px 0px 1px #D2DCDE;
}

.filter-color.disabled label {
  opacity: 0.4;
}

.filter-link + .filter-link {
  margin-left: 10px;
}

.filter-size {
  padding: 5px;
}

.filter-size input {
  display: none;
}

.filter-size input:checked ~ label {
  border: 2px solid #63B2DB;
}

.filter-size label {
  display: inline-block;
  min-width: 46px;
  height: 30px;
  line-height: 26px;
  border-radius: 15px;
  border: 2px solid #D2DCDE;
  text-align: center;
}

.filter-size.disabled label {
  background: #EDF4F6;
}

.reset-label {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
}

.accept-terms {
  position: absolute;
  top: 70px;
}

@media (max-width: 767px) {
  .accept-terms {
    margin-bottom: 0 !important;
    left: 20px;
  }
  .accept-terms span {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .accept-terms {
    position: relative;
    top: 0;
  }
}

input:hover, textarea:hover, select:hover, .select:hover {
  color: #63717A;
}

.password-numeric-box input {
  font-size: 30px !important;
  padding: 10px 15px !important;
  text-align: center !important;
  border: solid 2px #63B2DB !important;
  width: 50px !important;
  height: 50px !important;
  margin-right: 10px !important;
  border-radius: 10px;
  color: #63B2DB !important;
}

@media (max-width: 420px) {
  .password-numeric-box input {
    width: 41px !important;
    padding: 8px !important;
  }
}

.password-numeric-box input[disabled] {
  background-color: #F7FAFB !important;
}

.box-login .password-numeric-box input {
  width: 45px !important;
  padding: 10px !important;
  color: #63B2DB !important;
}

@media (max-width: 420px) {
  .box-login .password-numeric-box input {
    width: 38px !important;
    padding: 8px !important;
  }
}

.ReactA11ySelect__button {
  background: #FFF;
  border-radius: 0px;
  height: 50px;
  border-bottom: 1px solid #63B2DB;
  border: 1px solid #D2DCDE;
  border-radius: 0.25rem;
  font-size: 15px;
  text-align: left;
  display: inline;
  margin: 0;
}

.ReactA11ySelect__button[disabled], .ReactA11ySelect__button.disabled {
  border-bottom: 1px solid #63717A;
}

.ReactA11ySelect__ul {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D2DCDE;
  margin-top: 5px;
}

.border-left {
  border-left-width: 1px !important;
  border-left-style: solid !important;
}

.border-top {
  border-top-width: 1px !important;
  border-top-style: solid !important;
}

.border-right {
  border-right-width: 1px !important;
  border-right-style: solid !important;
}

.border-bottom {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}

.border {
  border-width: 1px !important;
  border-style: solid !important;
}

.border-left-dotted, .border-dotted-left {
  border-left-width: 1px !important;
  border-left-style: dotted !important;
}

.border-top-dotted, .border-dotted-top {
  border-top-width: 1px !important;
  border-top-style: dotted !important;
}

.border-right-dotted, .border-dotted-right {
  border-right-width: 1px !important;
  border-right-style: dotted !important;
}

.border-bottom-dotted, .border-dotted-bottom {
  border-bottom-width: 1px !important;
  border-bottom-style: dotted !important;
}

.border-dotted {
  border-width: 1px !important;
  border-style: dotted !important;
}

.border-left-dashed, .border-dashed-left {
  border-left-width: 1px !important;
  border-left-style: dashed !important;
}

.border-top-dashed, .border-dashed-top {
  border-top-width: 1px !important;
  border-top-style: dashed !important;
}

.border-right-dashed, .border-dashed-right {
  border-right-width: 1px !important;
  border-right-style: dashed !important;
}

.border-bottom-dashed, .border-dashed-bottom {
  border-bottom-width: 1px !important;
  border-bottom-style: dashed !important;
}

.border-dashed {
  border-width: 1px !important;
  border-style: dashed !important;
}

.border-left-lg {
  border-left-width: 4px !important;
  border-left-style: solid !important;
}

.border-top-lg {
  border-top-width: 4px !important;
  border-top-style: solid !important;
}

.border-right-lg {
  border-right-width: 4px !important;
  border-right-style: solid !important;
}

.border-bottom-lg {
  border-bottom-width: 4px !important;
  border-bottom-style: solid !important;
}

.border-lg {
  border-width: 4px !important;
  border-style: solid !important;
}

.border-dashed-lg {
  border: 4px dashed;
}

.border-dotted-lg {
  border: 4px dotted;
}

.border-left-hv:hover {
  border-left: 1px solid !important;
}

.border-top-hv:hover {
  border-top: 1px solid !important;
}

.border-right-hv:hover {
  border-right: 1px solid !important;
}

.border-bottom-hv:hover {
  border-bottom: 1px solid !important;
}

.border-hv:hover {
  border: 1px solid !important;
}

.border-dotted-left-hv:hover {
  border-left: 1px dotted !important;
}

.border-dotted-top-hv:hover {
  border-top: 1px dotted !important;
}

.border-dotted-right-hv:hover {
  border-right: 1px dotted !important;
}

.border-dotted-bottom-hv:hover {
  border-bottom: 1px dotted !important;
}

.border-dotted-hv:hover {
  border: 1px dotted !important;
}

.border-left-lg-hv:hover {
  border-left: 4px solid !important;
}

.border-top-lg-hv:hover {
  border-top: 4px solid !important;
}

.border-right-lg-hv:hover {
  border-right: 4px solid !important;
}

.border-bottom-lg-hv:hover {
  border-bottom: 4px solid !important;
}

.border-lg-hv:hover {
  border: 4px solid !important;
}

.overflow {
  overflow: hidden;
}

.radius {
  border-radius: 5px;
}

.radius-lg {
  border-radius: 15px;
}

.radius-0 {
  border-radius: 0px;
}

@media (min-width: 768px) {
  .radius-md {
    border-radius: 5px;
  }
}

.radius-top {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.radius-bottom {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.border-none {
  border: none !important;
}

.border-top-none {
  border-top: none !important;
}

.border-right-none {
  border-right: none !important;
}

.border-left-none {
  border-left: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.radius-circle {
  border-radius: 50%;
}

.radius-left {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.radius-right {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.modal-scroll {
  overflow: auto;
  max-height: 280px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.modal-scroll::-webkit-scrollbar {
  width: 8px;
}

.modal-scroll::-webkit-scrollbar-track {
  border: 1px solid #D2DCDE;
  border-radius: 10px;
}

.modal-scroll::-webkit-scrollbar-thumb {
  background: #D2DCDE;
  border-radius: 10px;
}

.modal-scroll::-webkit-scrollbar-thumb:hover {
  background: #D2DCDE;
}

.loading-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}

.loading-spinner div {
  -webkit-transform-origin: 12px 12px;
          transform-origin: 12px 12px;
  -webkit-animation: loading-spinner 1.2s linear infinite;
          animation: loading-spinner 1.2s linear infinite;
}

.loading-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 2px;
  left: 12px;
  width: 2px;
  height: 4px;
  border-radius: 25%;
  background: #63717A;
}

.loading-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.loading-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.loading-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.loading-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.loading-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.loading-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.loading-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.loading-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.loading-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.loading-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.loading-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.loading-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes loading-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@font-face {
  font-family: 'Circular-Black';
  font-display: block;
  src: local("Circular-Black"), url("../global/Content/htmls/design-system/assets/css/fonts/ttf/Circular-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lineto-circular-black';
  font-display: block;
  src: local("lineto-circular-black"), url("../global/Content/htmls/design-system/assets/css/fonts/eot/lineto-circular-black.eot");
  src: local("lineto-circular-black"), url("../global/Content/htmls/design-system/assets/css/fonts/eot/lineto-circular-black.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circular-Book';
  font-display: block;
  src: local("Circular-Book"), url("../global/Content/htmls/design-system/assets/css/fonts/ttf/Circular-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lineto-circular-book';
  font-display: block;
  src: local("lineto-circular-book"), url("../global/Content/htmls/design-system/assets/css/fonts/eot/lineto-circular-book.eot");
  src: local("lineto-circular-book"), url("../global/Content/htmls/design-system/assets/css/fonts/eot/lineto-circular-book.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  font-display: block;
  src: local("OpenSans-Bold"), url("../global/Content/htmls/design-system/assets/css/fonts/eot/OpenSans-Bold.eot");
  src: local("OpenSans-Bold"), url("../global/Content/htmls/design-system/assets/css/fonts/ttf/OpenSans-Bold.ttf") format("truetype"), url("../global/Content/htmls/design-system/assets/css/fonts/eot/OpenSans-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  font-display: block;
  src: local("OpenSans-Regular"), url("../global/Content/htmls/design-system/assets/css/fonts/eot/OpenSans-Regular.eot");
  src: local("OpenSans-Regular"), url("../global/Content/htmls/design-system/assets/css/fonts/eot/OpenSans-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  font-display: block;
  src: local("OpenSans"), url("../global/Content/htmls/design-system/assets/css/fonts/ttf/OpenSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OCR-A-Std';
  font-display: block;
  src: local("OCR-A-Std"), url("../global/Content/htmls/design-system/assets/css/fonts/ttf/OCR-A-Std.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

h1, h2, h4, .h1, .h2, .h4, button:not(.button-select):not(.ReactA11ySelect__button), input[type='button'],
.txt-circular-black, .txt-font-title-bold {
  font-family: "Circular-Black", "lineto-circular-black", Arial, Helvetica, sans-serif;
}

h3, h5, h6, .h3, .h5, .h6,
.txt-circular-book, .txt-font-title {
  font-family: "Circular-Book", "lineto-circular-book", Arial, Helvetica, sans-serif !important;
}

h3 strong, h5 strong, h6 strong, .h3 strong, .h5 strong, .h6 strong,
.txt-circular-book strong, .txt-font-title strong {
  font-family: "Circular-Black", "lineto-circular-black", Arial, Helvetica, sans-serif !important;
}

p, td, li, a, small, label, input, .message-success, .message-error, label ~ .has-content, .select-styled, select, textarea,
.txt-opensans, .txt-font-body {
  font-family: "OpenSans", "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

p strong, td strong, li strong, a strong, small strong, label strong, input strong, .message-success strong, .message-error strong, label ~ .has-content strong, .select-styled strong, select strong, textarea strong,
.txt-opensans strong, .txt-font-body strong {
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
}

.txt-opensans-bold, .txt-font-body-bold {
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif !important;
}

strong.txt-opensans-bold, strong.txt-font-body-bold {
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
}

strong.txt-circular-black, strong.txt-font-title-bold {
  font-family: "Circular-Black", "lineto-circular-black", Arial, Helvetica, sans-serif;
}

h1,
.h1,
.txt-headline {
  font-size: 25px;
  line-height: 29px;
}

h1.icon:before,
.h1.icon:before,
.txt-headline.icon:before {
  font-size: 25px;
}

h2,
.h2,
.txt-title {
  font-size: 25px !important;
  line-height: 29px !important;
}

@media (max-width: 1025px) {
  h2,
  .h2,
  .txt-title {
    font-size: 25px !important;
  }
}

h2.icon:before,
.h2.icon:before,
.txt-title.icon:before {
  font-size: 25px;
}

h3,
.h3,
.txt-title-2 {
  font-size: 30px !important;
  line-height: 34px !important;
}

@media (max-width: 768px) {
  h3,
  .h3,
  .txt-title-2 {
    font-size: 25px !important;
  }
}

h3.icon:before,
.h3.icon:before,
.txt-title-2.icon:before {
  font-size: 30px;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 20px;
  line-height: 22px;
}

h4.icon:before,
h5.icon:before,
h6.icon:before,
.h4.icon:before,
.h5.icon:before,
.h6.icon:before {
  font-size: 20px;
}

.txt-title-3 {
  font-size: 20px !important;
  line-height: 22px !important;
}

button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not(.ReactA11ySelect__button):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI),
input[type='button'] {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.5px;
}

.txt-button {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.5px;
}

.txt-button.icon:before {
  font-size: 15px;
}

p,
td,
li,
a {
  font-size: 15px;
  line-height: 18px;
}

.txt-body {
  font-size: 15px !important;
  line-height: 18px !important;
}

.txt-body.icon:before {
  font-size: 15px !important;
}

.txt-body-lg {
  font-size: 20px;
  line-height: 25px;
}

.txt-body-lg.icon:before {
  font-size: 20px;
  margin: 13px;
}

small,
input,
label,
.select-styled,
select,
.select,
textarea,
nav ul li,
nav ul li a {
  font-size: 13px;
  line-height: 16px;
}

.txt-body-sm {
  font-size: 13px !important;
  line-height: 16px !important;
  white-space: normal;
}

.txt-body-sm.icon:before {
  font-size: 13px !important;
}

.txt-subtitle,
.message-success,
.message-error,
label ~ .has-content {
  font-size: 11px;
  line-height: 13px;
}

.txt-subtitle.icon:before,
.message-success.icon:before,
.message-error.icon:before,
label ~ .has-content.icon:before {
  font-size: 11px;
}

.txt-bold {
  font-weight: bold;
}

.txt-italic {
  font-style: italic;
}

.txt-normal {
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}

.txt-justify {
  text-align: justify !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.txt-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .txt-sm-left {
    text-align: left !important;
  }
  .txt-sm-right {
    text-align: right !important;
  }
  .txt-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .txt-md-left {
    text-align: left !important;
  }
  .txt-md-right {
    text-align: right !important;
  }
  .txt-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .txt-lg-left {
    text-align: left !important;
  }
  .txt-lg-right {
    text-align: right !important;
  }
  .txt-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .txt-xl-left {
    text-align: left !important;
  }
  .txt-xl-right {
    text-align: right !important;
  }
  .txt-xl-center {
    text-align: center !important;
  }
}

.txt-lowercase {
  text-transform: lowercase !important;
}

button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI),
input[type='button'],
.txt-button,
.txt-uppercase {
  text-transform: uppercase !important;
}

.txt-lowecase {
  text-transform: lowercase !important;
}

.txt-capitalize {
  text-transform: capitalize !important;
}

.txt-initial {
  text-transform: inherit !important;
}

.nowrap {
  white-space: nowrap;
}

.txt-underline {
  text-decoration: underline;
}

body {
  background-color: #EDF4F6 !important;
  min-height: 100%;
  position: relative;
  padding-bottom: 175px;
}

@media (min-width: 800px) and (max-width: 960px) {
  body {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1025px) {
  body {
    padding-bottom: 0;
    overflow-y: auto !important;
  }
  body .powerzap_open_button_iframe {
    display: none;
  }
  body.noSrollBody {
    overflow-y: hidden !important;
  }
}

@media (width: 768px) {
  #root > .bg-ui-4 > div:first-child {
    height: 100px;
  }
}

span[id^="live-region-"] {
  position: absolute !important;
  left: -1000000000000009px !important;
}

.hide-absolute {
  position: absolute;
  left: -99999999px;
}

.accessibility-menu {
  position: fixed;
  z-index: 999999;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.accessibility-menu > a {
  top: -100px;
  position: fixed;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  color: #fff !important;
  text-decoration: underline;
  font-size: 16px;
  padding: 0 20px;
}

.accessibility-menu > a:focus {
  top: 0;
}

.points-cash, .toogle-value-points, .buttons-toogle-value-points, .show-toogle-value-points {
  display: none;
}

.icon-size-40 {
  width: 40px !important;
  height: 40px !important;
}

.icon-size-40:before {
  font-size: 35px !important;
}

.bg-destaque {
  background-image: url("../global/Content/htmls/design-system/assets/images/like-plus/bg_destaque.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 513px;
  z-index: 99;
}

@media (max-width: 768px) {
  .bg-destaque {
    background-position: center;
    height: 550px;
  }
}

.bg-secondary {
  background-image: url("../global/Content/htmls/design-system/assets/images/like-plus/bg_secondary.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 140px;
  z-index: 99;
  width: 100%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-secondary > h2 {
  font-size: 30px !important;
  color: white !important;
}

.overflow {
  overflow-x: auto;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .overflow-md-hidden {
    overflow: hidden;
  }
}

.subcontainer-destaque {
  border-radius: 20px;
  top: -45px;
  z-index: 9;
}

@media (max-width: 768px) {
  .subcontainer-destaque {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 10%;
  }
}

.anchor-destaque {
  font-weight: 900;
  left: 50%;
  line-height: 35px !important;
}

.img-destaque {
  background-image: url("../global/Content/htmls/design-system/assets/images/like-plus/img_destaque.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 545px;
  height: 419px;
}

@media (max-width: 768px) {
  .img-destaque {
    width: 340px;
    height: 316px;
  }
}

.img-card {
  background-image: url("../global/Content/htmls/design-system/assets/images/like-plus/img_card.svg");
  background-size: 100%;
  width: 360px;
  height: 230px;
  background-repeat: no-repeat;
  top: 15rem;
  left: -2rem;
}

@media (max-width: 768px) {
  .img-card {
    width: 300px;
    height: 190px;
    top: 26rem;
    left: 1rem;
  }
}

.logo-likemais-negativo {
  background-image: url("../global/Content/htmls/design-system/assets/images/like-plus/logo_likemais_negativo.svg");
  width: 200px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.color-brand-1-like {
  color: #D7ED58 !important;
  font-weight: 900;
}

.color-brand-1-like:before {
  color: #D7ED58 !important;
}

.color-brand-2-like {
  color: #63B2DB !important;
}

.color-brand-2-like:before {
  color: #63B2DB !important;
}

.bg-brand-3-like {
  background: #263C86 !important;
}

.color-transparent-like {
  color: #fff;
  opacity: 0.20;
  font-size: 50px;
  font-weight: bold;
  font-family: "OpenSans", "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

.lineHeight28 {
  line-height: 28px !important;
}

.btn-outline {
  border: 1px solid #FFFFFF !important;
  border-radius: 5px !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0) !important;
  color: #FFF !important;
}

.icon_mastercard {
  background-image: url("../global/Content/htmls/design-system/assets/images/like-plus/icon_mastercard.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  min-height: 26px;
}

.icon_redirect_likeplus {
  background-image: url("../global/Content/htmls/design-system/assets/images/like-plus/icon_redirect.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 112px;
  height: 112px;
}

.like-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border-radius: 50px !important;
  width: 4rem !important;
}

.likeplus-lateral-menu {
  top: -40px;
}

.likeplus-lateral-menu > div {
  border-radius: 25px !important;
}

@media (max-width: 768px) {
  .likeplus-lateral-menu {
    top: -0px !important;
  }
}

.tab-like-plus > li {
  font-size: 12px !important;
}

.border-bottom-brand-1 {
  border-bottom: 6px solid #D7ED58;
}

.border-brand-2 {
  border-color: #63B2DB;
}

.product-tabs .tabs-item .item-button-like {
  color: #63717A !important;
  font-size: 16px !important;
}

.product-tabs .tabs-item .item-button-like.react-tabs__tab--selected {
  color: #000 !important;
  font-weight: bold;
}

.product-tabs .tabs-item .item-button-like:hover {
  cursor: pointer;
}

.product-tabs .tabs-item .item-button-like.active:after,
.product-tabs .tabs-item .item-button-like.react-tabs__tab--selected:after {
  content: '';
  border-bottom: 5px solid #D7ED58 !important;
  position: absolute;
  bottom: -32px;
  width: 100%;
  left: 0px;
}

.float-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  height: auto;
  width: 100%;
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
}

.float-button .card-price-from {
  display: none;
}

.float-button .card-price-item {
  margin: 0 !important;
}

.float-button .card-price-item .card-price-points {
  font-size: 20px;
  line-height: 28px;
  padding: 0 !important;
}

[data-campaign='1'] .box-central-phone {
  display: none !important;
}

[data-campaign='1'] .header .profile .profile-infos p.color-points-information span {
  font-size: 16px;
}

[data-campaign='1'] .primary-menu ul.submenu a, [data-campaign='1'] .primary-menu ul.submenu button {
  color: #63717A !important;
  text-transform: initial !important;
  font-weight: normal !important;
  font-family: "OpenSans", "OpenSans-Regular", Arial, Helvetica, sans-serif !important;
}

[data-campaign='1'] .primary-menu ul.submenu i:before {
  color: #63717A !important;
  opacity: 0.5 !important;
}

[data-campaign='1'] .card .bordered {
  border-color: #D2DCDE !important;
}

.accessibility-menu {
  position: fixed;
  z-index: 999999;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.accessibility-menu > a {
  top: -100px;
  position: fixed;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  color: #fff !important;
  text-decoration: underline;
  font-size: 16px;
  padding: 0 20px;
}

.accessibility-menu > a:focus {
  top: 0;
}

#breadcrumb {
  padding-bottom: 20px;
  padding-top: 30px;
}

@media (max-width: 420px) {
  #breadcrumb {
    padding-top: 50px;
  }
}

#breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#breadcrumb i {
  margin-right: 10px;
}

#breadcrumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline !important;
}

#breadcrumb .breadcrumb-separator {
  margin: 0 5px 0 5px;
}

.points-cash, .toogle-value-points, .buttons-toogle-value-points, .show-toogle-value-points {
  display: none;
}

.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #005290 !important;
  color: #fff !important;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #005290 !important;
}

h2[embeddedservice-chatheader_chatheader] {
  color: #FFF !important;
}

.embeddedServiceLiveAgentStateChatItem.chatMessage button:not(.link-menu):not(.link-profile):not(.button-select):not(.not-a-button):not([embeddedservice-chatheader_chatheader]):not(.embeddedServiceSidebarMinimizedDefaultUI) {
  border: 1px solid #f3f3f3 !important;
  background: #f5f5f5 !important;
  margin-bottom: 10px !important;
  text-transform: inherit !important;
}

.embeddedServiceLiveAgentStateChatItem .chatContent ul.rich-menu-items li:first-of-type {
  border: 1px solid transparent !important;
}

.embeddedServiceLiveAgentStateChatItem .chatContent ul.rich-menu-items li {
  border-color: transparent !important;
}

.embeddedServiceLiveAgentStateChatItem.chatMessage button:hover, .embeddedServiceLiveAgentStateChatItem.chatMessage button:hover:focus, .embeddedServiceLiveAgentStateChatItem.chatMessage button:hover span, .embeddedServiceLiveAgentStateChatItem.chatMessage button:hover:focus span {
  color: #111 !important;
}

.embeddedServiceSidebarButton .label, .embeddedServiceSidebarButton:disabled .label {
  color: #111 !important;
}

.embeddedServiceLiveAgentStateChat .endChatContainer .endChatButton {
  width: 80%  !important;
  margin: 0 auto !important;
}

#root[aria-hidden='true'] ~ span[id^="live-region-"] {
  display: none !important;
}

span[id^="live-region-"] {
  position: absolute !important;
  left: -1000000000000009px !important;
}

.hide-absolute {
  position: absolute;
  left: -99999999px;
}

[data-campaign='1'] .btn-accordion {
  background: #FFF !important;
}

[data-campaign='1'] .box-footer-mobile .container-footer.footer-part-mobile .active > a .txt-menu-mobile, [data-campaign='1'] .box-footer-mobile .container-footer.footer-part-mobile .inactive > a .txt-menu-mobile {
  color: #FFF;
}
/*# sourceMappingURL=main.css.map */
.cssButtonUpload {
    font-size: 100px !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    opacity: 0 !important;
    cursor: pointer !important;
    display: block !important;
}
.icon_whatsapp {
    background-image: url('../../assets/icons/whatsapp.svg'); /* Substitua pelo caminho correto */
    width: 30px !important;
    background-repeat: no-repeat;
    left: 7% !important;
    right: 5% !important;
    top: 16% !important;
    position: absolute !important;
    color: #63717A !important;
}