@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
      line-height: 1.15;
      /* 1 */
      -ms-text-size-adjust: 100%;
      /* 2 */
      -webkit-text-size-adjust: 100%;
      /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
    display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    /**
   * Remove the inner border and padding in Firefox.
   */
    /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
    overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
    display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}

.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */
.datepicker-container {
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 210px;
    z-index: -1;
}

.datepicker-container::before,
.datepicker-container::after {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.datepicker-dropdown {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1;
}

.datepicker-inline {
    position: static;
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
    border-top: 0;
    left: 10px;
    top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
    border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
    border-bottom-color: #fff;
    top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
    border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
    border-bottom: 0;
    bottom: -5px;
    left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
    border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
    border-top-color: #fff;
    bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
    left: auto;
    right: 10px;
}

.datepicker-panel > ul {
    margin: 0;
    padding: 0;
    width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
    content: " ";
    display: table;
}

.datepicker-panel > ul::after {
    clear: both;
}

.datepicker-panel > ul > li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
}

.datepicker-panel > ul > li:hover {
    background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
    color: #999;
}

.datepicker-panel > ul > li.highlighted {
    background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
    background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
    color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
    background-color: #fff;
    color: #ccc;
    cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
    background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
    font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
    width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
    background-color: #fff;
    cursor: default;
}

.datepicker-hide {
    display: none;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666666;
    box-shadow: 0 0 5px #666666;
}

/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

@font-face {
    font-family: "Coolvetica Condensed Rg";
    src: url("../../static/fonts/CoolveticaCondensedRg-Regular.woff2")
            format("woff2"),
        url("../../static/fonts/CoolveticaCondensedRg-Regular.woff")
            format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../../static/fonts/Gilroy-Light.woff2") format("woff2"),
        url("../../static/fonts/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Quicksand Book";
    src: url("../../static/fonts/QuicksandBook-Regular.woff2") format("woff2"),
        url("../../static/fonts/QuicksandBook-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Avenir";
    src: url("../../static/fonts/AvenirLTStd-Black.woff2") format("woff2"),
        url("../../static/fonts/AvenirLTStd-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Avenir";
    src: url("../../static/fonts/AvenirLTStd-Book.woff2") format("woff2"),
        url("../../static/fonts/AvenirLTStd-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Avenir";
    src: url("../../static/fonts/AvenirLTStd-Roman.woff2") format("woff2"),
        url("../../static/fonts/AvenirLTStd-Roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\F26E";
}

.fa-accessible-icon:before {
    content: "\F368";
}

.fa-accusoft:before {
    content: "\F369";
}

.fa-acquisitions-incorporated:before {
    content: "\F6AF";
}

.fa-ad:before {
    content: "\F641";
}

.fa-address-book:before {
    content: "\F2B9";
}

.fa-address-card:before {
    content: "\F2BB";
}

.fa-adjust:before {
    content: "\F042";
}

.fa-adn:before {
    content: "\F170";
}

.fa-adversal:before {
    content: "\F36A";
}

.fa-affiliatetheme:before {
    content: "\F36B";
}

.fa-air-freshener:before {
    content: "\F5D0";
}

.fa-airbnb:before {
    content: "\F834";
}

.fa-algolia:before {
    content: "\F36C";
}

.fa-align-center:before {
    content: "\F037";
}

.fa-align-justify:before {
    content: "\F039";
}

.fa-align-left:before {
    content: "\F036";
}

.fa-align-right:before {
    content: "\F038";
}

.fa-alipay:before {
    content: "\F642";
}

.fa-allergies:before {
    content: "\F461";
}

.fa-amazon:before {
    content: "\F270";
}

.fa-amazon-pay:before {
    content: "\F42C";
}

.fa-ambulance:before {
    content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
    content: "\F2A3";
}

.fa-amilia:before {
    content: "\F36D";
}

.fa-anchor:before {
    content: "\F13D";
}

.fa-android:before {
    content: "\F17B";
}

.fa-angellist:before {
    content: "\F209";
}

.fa-angle-double-down:before {
    content: "\F103";
}

.fa-angle-double-left:before {
    content: "\F100";
}

.fa-angle-double-right:before {
    content: "\F101";
}

.fa-angle-double-up:before {
    content: "\F102";
}

.fa-angle-down:before {
    content: "\F107";
}

.fa-angle-left:before {
    content: "\F104";
}

.fa-angle-right:before {
    content: "\F105";
}

.fa-angle-up:before {
    content: "\F106";
}

.fa-angry:before {
    content: "\F556";
}

.fa-angrycreative:before {
    content: "\F36E";
}

.fa-angular:before {
    content: "\F420";
}

.fa-ankh:before {
    content: "\F644";
}

.fa-app-store:before {
    content: "\F36F";
}

.fa-app-store-ios:before {
    content: "\F370";
}

.fa-apper:before {
    content: "\F371";
}

.fa-apple:before {
    content: "\F179";
}

.fa-apple-alt:before {
    content: "\F5D1";
}

.fa-apple-pay:before {
    content: "\F415";
}

.fa-archive:before {
    content: "\F187";
}

.fa-archway:before {
    content: "\F557";
}

.fa-arrow-alt-circle-down:before {
    content: "\F358";
}

.fa-arrow-alt-circle-left:before {
    content: "\F359";
}

.fa-arrow-alt-circle-right:before {
    content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
    content: "\F35B";
}

.fa-arrow-circle-down:before {
    content: "\F0AB";
}

.fa-arrow-circle-left:before {
    content: "\F0A8";
}

.fa-arrow-circle-right:before {
    content: "\F0A9";
}

.fa-arrow-circle-up:before {
    content: "\F0AA";
}

.fa-arrow-down:before {
    content: "\F063";
}

.fa-arrow-left:before {
    content: "\F060";
}

.fa-arrow-right:before {
    content: "\F061";
}

.fa-arrow-up:before {
    content: "\F062";
}

.fa-arrows-alt:before {
    content: "\F0B2";
}

.fa-arrows-alt-h:before {
    content: "\F337";
}

.fa-arrows-alt-v:before {
    content: "\F338";
}

.fa-artstation:before {
    content: "\F77A";
}

.fa-assistive-listening-systems:before {
    content: "\F2A2";
}

.fa-asterisk:before {
    content: "\F069";
}

.fa-asymmetrik:before {
    content: "\F372";
}

.fa-at:before {
    content: "\F1FA";
}

.fa-atlas:before {
    content: "\F558";
}

.fa-atlassian:before {
    content: "\F77B";
}

.fa-atom:before {
    content: "\F5D2";
}

.fa-audible:before {
    content: "\F373";
}

.fa-audio-description:before {
    content: "\F29E";
}

.fa-autoprefixer:before {
    content: "\F41C";
}

.fa-avianex:before {
    content: "\F374";
}

.fa-aviato:before {
    content: "\F421";
}

.fa-award:before {
    content: "\F559";
}

.fa-aws:before {
    content: "\F375";
}

.fa-baby:before {
    content: "\F77C";
}

.fa-baby-carriage:before {
    content: "\F77D";
}

.fa-backspace:before {
    content: "\F55A";
}

.fa-backward:before {
    content: "\F04A";
}

.fa-bacon:before {
    content: "\F7E5";
}

.fa-bacteria:before {
    content: "\E059";
}

.fa-bacterium:before {
    content: "\E05A";
}

.fa-bahai:before {
    content: "\F666";
}

.fa-balance-scale:before {
    content: "\F24E";
}

.fa-balance-scale-left:before {
    content: "\F515";
}

.fa-balance-scale-right:before {
    content: "\F516";
}

.fa-ban:before {
    content: "\F05E";
}

.fa-band-aid:before {
    content: "\F462";
}

.fa-bandcamp:before {
    content: "\F2D5";
}

.fa-barcode:before {
    content: "\F02A";
}

.fa-bars:before {
    content: "\F0C9";
}

.fa-baseball-ball:before {
    content: "\F433";
}

.fa-basketball-ball:before {
    content: "\F434";
}

.fa-bath:before {
    content: "\F2CD";
}

.fa-battery-empty:before {
    content: "\F244";
}

.fa-battery-full:before {
    content: "\F240";
}

.fa-battery-half:before {
    content: "\F242";
}

.fa-battery-quarter:before {
    content: "\F243";
}

.fa-battery-three-quarters:before {
    content: "\F241";
}

.fa-battle-net:before {
    content: "\F835";
}

.fa-bed:before {
    content: "\F236";
}

.fa-beer:before {
    content: "\F0FC";
}

.fa-behance:before {
    content: "\F1B4";
}

.fa-behance-square:before {
    content: "\F1B5";
}

.fa-bell:before {
    content: "\F0F3";
}

.fa-bell-slash:before {
    content: "\F1F6";
}

.fa-bezier-curve:before {
    content: "\F55B";
}

.fa-bible:before {
    content: "\F647";
}

.fa-bicycle:before {
    content: "\F206";
}

.fa-biking:before {
    content: "\F84A";
}

.fa-bimobject:before {
    content: "\F378";
}

.fa-binoculars:before {
    content: "\F1E5";
}

.fa-biohazard:before {
    content: "\F780";
}

.fa-birthday-cake:before {
    content: "\F1FD";
}

.fa-bitbucket:before {
    content: "\F171";
}

.fa-bitcoin:before {
    content: "\F379";
}

.fa-bity:before {
    content: "\F37A";
}

.fa-black-tie:before {
    content: "\F27E";
}

.fa-blackberry:before {
    content: "\F37B";
}

.fa-blender:before {
    content: "\F517";
}

.fa-blender-phone:before {
    content: "\F6B6";
}

.fa-blind:before {
    content: "\F29D";
}

.fa-blog:before {
    content: "\F781";
}

.fa-blogger:before {
    content: "\F37C";
}

.fa-blogger-b:before {
    content: "\F37D";
}

.fa-bluetooth:before {
    content: "\F293";
}

.fa-bluetooth-b:before {
    content: "\F294";
}

.fa-bold:before {
    content: "\F032";
}

.fa-bolt:before {
    content: "\F0E7";
}

.fa-bomb:before {
    content: "\F1E2";
}

.fa-bone:before {
    content: "\F5D7";
}

.fa-bong:before {
    content: "\F55C";
}

.fa-book:before {
    content: "\F02D";
}

.fa-book-dead:before {
    content: "\F6B7";
}

.fa-book-medical:before {
    content: "\F7E6";
}

.fa-book-open:before {
    content: "\F518";
}

.fa-book-reader:before {
    content: "\F5DA";
}

.fa-bookmark:before {
    content: "\F02E";
}

.fa-bootstrap:before {
    content: "\F836";
}

.fa-border-all:before {
    content: "\F84C";
}

.fa-border-none:before {
    content: "\F850";
}

.fa-border-style:before {
    content: "\F853";
}

.fa-bowling-ball:before {
    content: "\F436";
}

.fa-box:before {
    content: "\F466";
}

.fa-box-open:before {
    content: "\F49E";
}

.fa-box-tissue:before {
    content: "\E05B";
}

.fa-boxes:before {
    content: "\F468";
}

.fa-braille:before {
    content: "\F2A1";
}

.fa-brain:before {
    content: "\F5DC";
}

.fa-bread-slice:before {
    content: "\F7EC";
}

.fa-briefcase:before {
    content: "\F0B1";
}

.fa-briefcase-medical:before {
    content: "\F469";
}

.fa-broadcast-tower:before {
    content: "\F519";
}

.fa-broom:before {
    content: "\F51A";
}

.fa-brush:before {
    content: "\F55D";
}

.fa-btc:before {
    content: "\F15A";
}

.fa-buffer:before {
    content: "\F837";
}

.fa-bug:before {
    content: "\F188";
}

.fa-building:before {
    content: "\F1AD";
}

.fa-bullhorn:before {
    content: "\F0A1";
}

.fa-bullseye:before {
    content: "\F140";
}

.fa-burn:before {
    content: "\F46A";
}

.fa-buromobelexperte:before {
    content: "\F37F";
}

.fa-bus:before {
    content: "\F207";
}

.fa-bus-alt:before {
    content: "\F55E";
}

.fa-business-time:before {
    content: "\F64A";
}

.fa-buy-n-large:before {
    content: "\F8A6";
}

.fa-buysellads:before {
    content: "\F20D";
}

.fa-calculator:before {
    content: "\F1EC";
}

.fa-calendar:before {
    content: "\F133";
}

.fa-calendar-alt:before {
    content: "\F073";
}

.fa-calendar-check:before {
    content: "\F274";
}

.fa-calendar-day:before {
    content: "\F783";
}

.fa-calendar-minus:before {
    content: "\F272";
}

.fa-calendar-plus:before {
    content: "\F271";
}

.fa-calendar-times:before {
    content: "\F273";
}

.fa-calendar-week:before {
    content: "\F784";
}

.fa-camera:before {
    content: "\F030";
}

.fa-camera-retro:before {
    content: "\F083";
}

.fa-campground:before {
    content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
    content: "\F785";
}

.fa-candy-cane:before {
    content: "\F786";
}

.fa-cannabis:before {
    content: "\F55F";
}

.fa-capsules:before {
    content: "\F46B";
}

.fa-car:before {
    content: "\F1B9";
}

.fa-car-alt:before {
    content: "\F5DE";
}

.fa-car-battery:before {
    content: "\F5DF";
}

.fa-car-crash:before {
    content: "\F5E1";
}

.fa-car-side:before {
    content: "\F5E4";
}

.fa-caravan:before {
    content: "\F8FF";
}

.fa-caret-down:before {
    content: "\F0D7";
}

.fa-caret-left:before {
    content: "\F0D9";
}

.fa-caret-right:before {
    content: "\F0DA";
}

.fa-caret-square-down:before {
    content: "\F150";
}

.fa-caret-square-left:before {
    content: "\F191";
}

.fa-caret-square-right:before {
    content: "\F152";
}

.fa-caret-square-up:before {
    content: "\F151";
}

.fa-caret-up:before {
    content: "\F0D8";
}

.fa-carrot:before {
    content: "\F787";
}

.fa-cart-arrow-down:before {
    content: "\F218";
}

.fa-cart-plus:before {
    content: "\F217";
}

.fa-cash-register:before {
    content: "\F788";
}

.fa-cat:before {
    content: "\F6BE";
}

.fa-cc-amazon-pay:before {
    content: "\F42D";
}

.fa-cc-amex:before {
    content: "\F1F3";
}

.fa-cc-apple-pay:before {
    content: "\F416";
}

.fa-cc-diners-club:before {
    content: "\F24C";
}

.fa-cc-discover:before {
    content: "\F1F2";
}

.fa-cc-jcb:before {
    content: "\F24B";
}

.fa-cc-mastercard:before {
    content: "\F1F1";
}

.fa-cc-paypal:before {
    content: "\F1F4";
}

.fa-cc-stripe:before {
    content: "\F1F5";
}

.fa-cc-visa:before {
    content: "\F1F0";
}

.fa-centercode:before {
    content: "\F380";
}

.fa-centos:before {
    content: "\F789";
}

.fa-certificate:before {
    content: "\F0A3";
}

.fa-chair:before {
    content: "\F6C0";
}

.fa-chalkboard:before {
    content: "\F51B";
}

.fa-chalkboard-teacher:before {
    content: "\F51C";
}

.fa-charging-station:before {
    content: "\F5E7";
}

.fa-chart-area:before {
    content: "\F1FE";
}

.fa-chart-bar:before {
    content: "\F080";
}

.fa-chart-line:before {
    content: "\F201";
}

.fa-chart-pie:before {
    content: "\F200";
}

.fa-check:before {
    content: "\F00C";
}

.fa-check-circle:before {
    content: "\F058";
}

.fa-check-double:before {
    content: "\F560";
}

.fa-check-square:before {
    content: "\F14A";
}

.fa-cheese:before {
    content: "\F7EF";
}

.fa-chess:before {
    content: "\F439";
}

.fa-chess-bishop:before {
    content: "\F43A";
}

.fa-chess-board:before {
    content: "\F43C";
}

.fa-chess-king:before {
    content: "\F43F";
}

.fa-chess-knight:before {
    content: "\F441";
}

.fa-chess-pawn:before {
    content: "\F443";
}

.fa-chess-queen:before {
    content: "\F445";
}

.fa-chess-rook:before {
    content: "\F447";
}

.fa-chevron-circle-down:before {
    content: "\F13A";
}

.fa-chevron-circle-left:before {
    content: "\F137";
}

.fa-chevron-circle-right:before {
    content: "\F138";
}

.fa-chevron-circle-up:before {
    content: "\F139";
}

.fa-chevron-down:before {
    content: "\F078";
}

.fa-chevron-left:before {
    content: "\F053";
}

.fa-chevron-right:before {
    content: "\F054";
}

.fa-chevron-up:before {
    content: "\F077";
}

.fa-child:before {
    content: "\F1AE";
}

.fa-chrome:before {
    content: "\F268";
}

.fa-chromecast:before {
    content: "\F838";
}

.fa-church:before {
    content: "\F51D";
}

.fa-circle:before {
    content: "\F111";
}

.fa-circle-notch:before {
    content: "\F1CE";
}

.fa-city:before {
    content: "\F64F";
}

.fa-clinic-medical:before {
    content: "\F7F2";
}

.fa-clipboard:before {
    content: "\F328";
}

.fa-clipboard-check:before {
    content: "\F46C";
}

.fa-clipboard-list:before {
    content: "\F46D";
}

.fa-clock:before {
    content: "\F017";
}

.fa-clone:before {
    content: "\F24D";
}

.fa-closed-captioning:before {
    content: "\F20A";
}

.fa-cloud:before {
    content: "\F0C2";
}

.fa-cloud-download-alt:before {
    content: "\F381";
}

.fa-cloud-meatball:before {
    content: "\F73B";
}

.fa-cloud-moon:before {
    content: "\F6C3";
}

.fa-cloud-moon-rain:before {
    content: "\F73C";
}

.fa-cloud-rain:before {
    content: "\F73D";
}

.fa-cloud-showers-heavy:before {
    content: "\F740";
}

.fa-cloud-sun:before {
    content: "\F6C4";
}

.fa-cloud-sun-rain:before {
    content: "\F743";
}

.fa-cloud-upload-alt:before {
    content: "\F382";
}

.fa-cloudflare:before {
    content: "\E07D";
}

.fa-cloudscale:before {
    content: "\F383";
}

.fa-cloudsmith:before {
    content: "\F384";
}

.fa-cloudversify:before {
    content: "\F385";
}

.fa-cocktail:before {
    content: "\F561";
}

.fa-code:before {
    content: "\F121";
}

.fa-code-branch:before {
    content: "\F126";
}

.fa-codepen:before {
    content: "\F1CB";
}

.fa-codiepie:before {
    content: "\F284";
}

.fa-coffee:before {
    content: "\F0F4";
}

.fa-cog:before {
    content: "\F013";
}

.fa-cogs:before {
    content: "\F085";
}

.fa-coins:before {
    content: "\F51E";
}

.fa-columns:before {
    content: "\F0DB";
}

.fa-comment:before {
    content: "\F075";
}

.fa-comment-alt:before {
    content: "\F27A";
}

.fa-comment-dollar:before {
    content: "\F651";
}

.fa-comment-dots:before {
    content: "\F4AD";
}

.fa-comment-medical:before {
    content: "\F7F5";
}

.fa-comment-slash:before {
    content: "\F4B3";
}

.fa-comments:before {
    content: "\F086";
}

.fa-comments-dollar:before {
    content: "\F653";
}

.fa-compact-disc:before {
    content: "\F51F";
}

.fa-compass:before {
    content: "\F14E";
}

.fa-compress:before {
    content: "\F066";
}

.fa-compress-alt:before {
    content: "\F422";
}

.fa-compress-arrows-alt:before {
    content: "\F78C";
}

.fa-concierge-bell:before {
    content: "\F562";
}

.fa-confluence:before {
    content: "\F78D";
}

.fa-connectdevelop:before {
    content: "\F20E";
}

.fa-contao:before {
    content: "\F26D";
}

.fa-cookie:before {
    content: "\F563";
}

.fa-cookie-bite:before {
    content: "\F564";
}

.fa-copy:before {
    content: "\F0C5";
}

.fa-copyright:before {
    content: "\F1F9";
}

.fa-cotton-bureau:before {
    content: "\F89E";
}

.fa-couch:before {
    content: "\F4B8";
}

.fa-cpanel:before {
    content: "\F388";
}

.fa-creative-commons:before {
    content: "\F25E";
}

.fa-creative-commons-by:before {
    content: "\F4E7";
}

.fa-creative-commons-nc:before {
    content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
    content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
    content: "\F4EA";
}

.fa-creative-commons-nd:before {
    content: "\F4EB";
}

.fa-creative-commons-pd:before {
    content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
    content: "\F4ED";
}

.fa-creative-commons-remix:before {
    content: "\F4EE";
}

.fa-creative-commons-sa:before {
    content: "\F4EF";
}

.fa-creative-commons-sampling:before {
    content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\F4F1";
}

.fa-creative-commons-share:before {
    content: "\F4F2";
}

.fa-creative-commons-zero:before {
    content: "\F4F3";
}

.fa-credit-card:before {
    content: "\F09D";
}

.fa-critical-role:before {
    content: "\F6C9";
}

.fa-crop:before {
    content: "\F125";
}

.fa-crop-alt:before {
    content: "\F565";
}

.fa-cross:before {
    content: "\F654";
}

.fa-crosshairs:before {
    content: "\F05B";
}

.fa-crow:before {
    content: "\F520";
}

.fa-crown:before {
    content: "\F521";
}

.fa-crutch:before {
    content: "\F7F7";
}

.fa-css3:before {
    content: "\F13C";
}

.fa-css3-alt:before {
    content: "\F38B";
}

.fa-cube:before {
    content: "\F1B2";
}

.fa-cubes:before {
    content: "\F1B3";
}

.fa-cut:before {
    content: "\F0C4";
}

.fa-cuttlefish:before {
    content: "\F38C";
}

.fa-d-and-d:before {
    content: "\F38D";
}

.fa-d-and-d-beyond:before {
    content: "\F6CA";
}

.fa-dailymotion:before {
    content: "\E052";
}

.fa-dashcube:before {
    content: "\F210";
}

.fa-database:before {
    content: "\F1C0";
}

.fa-deaf:before {
    content: "\F2A4";
}

.fa-deezer:before {
    content: "\E077";
}

.fa-delicious:before {
    content: "\F1A5";
}

.fa-democrat:before {
    content: "\F747";
}

.fa-deploydog:before {
    content: "\F38E";
}

.fa-deskpro:before {
    content: "\F38F";
}

.fa-desktop:before {
    content: "\F108";
}

.fa-dev:before {
    content: "\F6CC";
}

.fa-deviantart:before {
    content: "\F1BD";
}

.fa-dharmachakra:before {
    content: "\F655";
}

.fa-dhl:before {
    content: "\F790";
}

.fa-diagnoses:before {
    content: "\F470";
}

.fa-diaspora:before {
    content: "\F791";
}

.fa-dice:before {
    content: "\F522";
}

.fa-dice-d20:before {
    content: "\F6CF";
}

.fa-dice-d6:before {
    content: "\F6D1";
}

.fa-dice-five:before {
    content: "\F523";
}

.fa-dice-four:before {
    content: "\F524";
}

.fa-dice-one:before {
    content: "\F525";
}

.fa-dice-six:before {
    content: "\F526";
}

.fa-dice-three:before {
    content: "\F527";
}

.fa-dice-two:before {
    content: "\F528";
}

.fa-digg:before {
    content: "\F1A6";
}

.fa-digital-ocean:before {
    content: "\F391";
}

.fa-digital-tachograph:before {
    content: "\F566";
}

.fa-directions:before {
    content: "\F5EB";
}

.fa-discord:before {
    content: "\F392";
}

.fa-discourse:before {
    content: "\F393";
}

.fa-disease:before {
    content: "\F7FA";
}

.fa-divide:before {
    content: "\F529";
}

.fa-dizzy:before {
    content: "\F567";
}

.fa-dna:before {
    content: "\F471";
}

.fa-dochub:before {
    content: "\F394";
}

.fa-docker:before {
    content: "\F395";
}

.fa-dog:before {
    content: "\F6D3";
}

.fa-dollar-sign:before {
    content: "\F155";
}

.fa-dolly:before {
    content: "\F472";
}

.fa-dolly-flatbed:before {
    content: "\F474";
}

.fa-donate:before {
    content: "\F4B9";
}

.fa-door-closed:before {
    content: "\F52A";
}

.fa-door-open:before {
    content: "\F52B";
}

.fa-dot-circle:before {
    content: "\F192";
}

.fa-dove:before {
    content: "\F4BA";
}

.fa-download:before {
    content: "\F019";
}

.fa-draft2digital:before {
    content: "\F396";
}

.fa-drafting-compass:before {
    content: "\F568";
}

.fa-dragon:before {
    content: "\F6D5";
}

.fa-draw-polygon:before {
    content: "\F5EE";
}

.fa-dribbble:before {
    content: "\F17D";
}

.fa-dribbble-square:before {
    content: "\F397";
}

.fa-dropbox:before {
    content: "\F16B";
}

.fa-drum:before {
    content: "\F569";
}

.fa-drum-steelpan:before {
    content: "\F56A";
}

.fa-drumstick-bite:before {
    content: "\F6D7";
}

.fa-drupal:before {
    content: "\F1A9";
}

.fa-dumbbell:before {
    content: "\F44B";
}

.fa-dumpster:before {
    content: "\F793";
}

.fa-dumpster-fire:before {
    content: "\F794";
}

.fa-dungeon:before {
    content: "\F6D9";
}

.fa-dyalog:before {
    content: "\F399";
}

.fa-earlybirds:before {
    content: "\F39A";
}

.fa-ebay:before {
    content: "\F4F4";
}

.fa-edge:before {
    content: "\F282";
}

.fa-edge-legacy:before {
    content: "\E078";
}

.fa-edit:before {
    content: "\F044";
}

.fa-egg:before {
    content: "\F7FB";
}

.fa-eject:before {
    content: "\F052";
}

.fa-elementor:before {
    content: "\F430";
}

.fa-ellipsis-h:before {
    content: "\F141";
}

.fa-ellipsis-v:before {
    content: "\F142";
}

.fa-ello:before {
    content: "\F5F1";
}

.fa-ember:before {
    content: "\F423";
}

.fa-empire:before {
    content: "\F1D1";
}

.fa-envelope:before {
    content: "\F0E0";
}

.fa-envelope-open:before {
    content: "\F2B6";
}

.fa-envelope-open-text:before {
    content: "\F658";
}

.fa-envelope-square:before {
    content: "\F199";
}

.fa-envira:before {
    content: "\F299";
}

.fa-equals:before {
    content: "\F52C";
}

.fa-eraser:before {
    content: "\F12D";
}

.fa-erlang:before {
    content: "\F39D";
}

.fa-ethereum:before {
    content: "\F42E";
}

.fa-ethernet:before {
    content: "\F796";
}

.fa-etsy:before {
    content: "\F2D7";
}

.fa-euro-sign:before {
    content: "\F153";
}

.fa-evernote:before {
    content: "\F839";
}

.fa-exchange-alt:before {
    content: "\F362";
}

.fa-exclamation:before {
    content: "\F12A";
}

.fa-exclamation-circle:before {
    content: "\F06A";
}

.fa-exclamation-triangle:before {
    content: "\F071";
}

.fa-expand:before {
    content: "\F065";
}

.fa-expand-alt:before {
    content: "\F424";
}

.fa-expand-arrows-alt:before {
    content: "\F31E";
}

.fa-expeditedssl:before {
    content: "\F23E";
}

.fa-external-link-alt:before {
    content: "\F35D";
}

.fa-external-link-square-alt:before {
    content: "\F360";
}

.fa-eye:before {
    content: "\F06E";
}

.fa-eye-dropper:before {
    content: "\F1FB";
}

.fa-eye-slash:before {
    content: "\F070";
}

.fa-facebook:before {
    content: "\F09A";
}

.fa-facebook-f:before {
    content: "\F39E";
}

.fa-facebook-messenger:before {
    content: "\F39F";
}

.fa-facebook-square:before {
    content: "\F082";
}

.fa-fan:before {
    content: "\F863";
}

.fa-fantasy-flight-games:before {
    content: "\F6DC";
}

.fa-fast-backward:before {
    content: "\F049";
}

.fa-fast-forward:before {
    content: "\F050";
}

.fa-faucet:before {
    content: "\E005";
}

.fa-fax:before {
    content: "\F1AC";
}

.fa-feather:before {
    content: "\F52D";
}

.fa-feather-alt:before {
    content: "\F56B";
}

.fa-fedex:before {
    content: "\F797";
}

.fa-fedora:before {
    content: "\F798";
}

.fa-female:before {
    content: "\F182";
}

.fa-fighter-jet:before {
    content: "\F0FB";
}

.fa-figma:before {
    content: "\F799";
}

.fa-file:before {
    content: "\F15B";
}

.fa-file-alt:before {
    content: "\F15C";
}

.fa-file-archive:before {
    content: "\F1C6";
}

.fa-file-audio:before {
    content: "\F1C7";
}

.fa-file-code:before {
    content: "\F1C9";
}

.fa-file-contract:before {
    content: "\F56C";
}

.fa-file-csv:before {
    content: "\F6DD";
}

.fa-file-download:before {
    content: "\F56D";
}

.fa-file-excel:before {
    content: "\F1C3";
}

.fa-file-export:before {
    content: "\F56E";
}

.fa-file-image:before {
    content: "\F1C5";
}

.fa-file-import:before {
    content: "\F56F";
}

.fa-file-invoice:before {
    content: "\F570";
}

.fa-file-invoice-dollar:before {
    content: "\F571";
}

.fa-file-medical:before {
    content: "\F477";
}

.fa-file-medical-alt:before {
    content: "\F478";
}

.fa-file-pdf:before {
    content: "\F1C1";
}

.fa-file-powerpoint:before {
    content: "\F1C4";
}

.fa-file-prescription:before {
    content: "\F572";
}

.fa-file-signature:before {
    content: "\F573";
}

.fa-file-upload:before {
    content: "\F574";
}

.fa-file-video:before {
    content: "\F1C8";
}

.fa-file-word:before {
    content: "\F1C2";
}

.fa-fill:before {
    content: "\F575";
}

.fa-fill-drip:before {
    content: "\F576";
}

.fa-film:before {
    content: "\F008";
}

.fa-filter:before {
    content: "\F0B0";
}

.fa-fingerprint:before {
    content: "\F577";
}

.fa-fire:before {
    content: "\F06D";
}

.fa-fire-alt:before {
    content: "\F7E4";
}

.fa-fire-extinguisher:before {
    content: "\F134";
}

.fa-firefox:before {
    content: "\F269";
}

.fa-firefox-browser:before {
    content: "\E007";
}

.fa-first-aid:before {
    content: "\F479";
}

.fa-first-order:before {
    content: "\F2B0";
}

.fa-first-order-alt:before {
    content: "\F50A";
}

.fa-firstdraft:before {
    content: "\F3A1";
}

.fa-fish:before {
    content: "\F578";
}

.fa-fist-raised:before {
    content: "\F6DE";
}

.fa-flag:before {
    content: "\F024";
}

.fa-flag-checkered:before {
    content: "\F11E";
}

.fa-flag-usa:before {
    content: "\F74D";
}

.fa-flask:before {
    content: "\F0C3";
}

.fa-flickr:before {
    content: "\F16E";
}

.fa-flipboard:before {
    content: "\F44D";
}

.fa-flushed:before {
    content: "\F579";
}

.fa-fly:before {
    content: "\F417";
}

.fa-folder:before {
    content: "\F07B";
}

.fa-folder-minus:before {
    content: "\F65D";
}

.fa-folder-open:before {
    content: "\F07C";
}

.fa-folder-plus:before {
    content: "\F65E";
}

.fa-font:before {
    content: "\F031";
}

.fa-font-awesome:before {
    content: "\F2B4";
}

.fa-font-awesome-alt:before {
    content: "\F35C";
}

.fa-font-awesome-flag:before {
    content: "\F425";
}

.fa-font-awesome-logo-full:before {
    content: "\F4E6";
}

.fa-fonticons:before {
    content: "\F280";
}

.fa-fonticons-fi:before {
    content: "\F3A2";
}

.fa-football-ball:before {
    content: "\F44E";
}

.fa-fort-awesome:before {
    content: "\F286";
}

.fa-fort-awesome-alt:before {
    content: "\F3A3";
}

.fa-forumbee:before {
    content: "\F211";
}

.fa-forward:before {
    content: "\F04E";
}

.fa-foursquare:before {
    content: "\F180";
}

.fa-free-code-camp:before {
    content: "\F2C5";
}

.fa-freebsd:before {
    content: "\F3A4";
}

.fa-frog:before {
    content: "\F52E";
}

.fa-frown:before {
    content: "\F119";
}

.fa-frown-open:before {
    content: "\F57A";
}

.fa-fulcrum:before {
    content: "\F50B";
}

.fa-funnel-dollar:before {
    content: "\F662";
}

.fa-futbol:before {
    content: "\F1E3";
}

.fa-galactic-republic:before {
    content: "\F50C";
}

.fa-galactic-senate:before {
    content: "\F50D";
}

.fa-gamepad:before {
    content: "\F11B";
}

.fa-gas-pump:before {
    content: "\F52F";
}

.fa-gavel:before {
    content: "\F0E3";
}

.fa-gem:before {
    content: "\F3A5";
}

.fa-genderless:before {
    content: "\F22D";
}

.fa-get-pocket:before {
    content: "\F265";
}

.fa-gg:before {
    content: "\F260";
}

.fa-gg-circle:before {
    content: "\F261";
}

.fa-ghost:before {
    content: "\F6E2";
}

.fa-gift:before {
    content: "\F06B";
}

.fa-gifts:before {
    content: "\F79C";
}

.fa-git:before {
    content: "\F1D3";
}

.fa-git-alt:before {
    content: "\F841";
}

.fa-git-square:before {
    content: "\F1D2";
}

.fa-github:before {
    content: "\F09B";
}

.fa-github-alt:before {
    content: "\F113";
}

.fa-github-square:before {
    content: "\F092";
}

.fa-gitkraken:before {
    content: "\F3A6";
}

.fa-gitlab:before {
    content: "\F296";
}

.fa-gitter:before {
    content: "\F426";
}

.fa-glass-cheers:before {
    content: "\F79F";
}

.fa-glass-martini:before {
    content: "\F000";
}

.fa-glass-martini-alt:before {
    content: "\F57B";
}

.fa-glass-whiskey:before {
    content: "\F7A0";
}

.fa-glasses:before {
    content: "\F530";
}

.fa-glide:before {
    content: "\F2A5";
}

.fa-glide-g:before {
    content: "\F2A6";
}

.fa-globe:before {
    content: "\F0AC";
}

.fa-globe-africa:before {
    content: "\F57C";
}

.fa-globe-americas:before {
    content: "\F57D";
}

.fa-globe-asia:before {
    content: "\F57E";
}

.fa-globe-europe:before {
    content: "\F7A2";
}

.fa-gofore:before {
    content: "\F3A7";
}

.fa-golf-ball:before {
    content: "\F450";
}

.fa-goodreads:before {
    content: "\F3A8";
}

.fa-goodreads-g:before {
    content: "\F3A9";
}

.fa-google:before {
    content: "\F1A0";
}

.fa-google-drive:before {
    content: "\F3AA";
}

.fa-google-pay:before {
    content: "\E079";
}

.fa-google-play:before {
    content: "\F3AB";
}

.fa-google-plus:before {
    content: "\F2B3";
}

.fa-google-plus-g:before {
    content: "\F0D5";
}

.fa-google-plus-square:before {
    content: "\F0D4";
}

.fa-google-wallet:before {
    content: "\F1EE";
}

.fa-gopuram:before {
    content: "\F664";
}

.fa-graduation-cap:before {
    content: "\F19D";
}

.fa-gratipay:before {
    content: "\F184";
}

.fa-grav:before {
    content: "\F2D6";
}

.fa-greater-than:before {
    content: "\F531";
}

.fa-greater-than-equal:before {
    content: "\F532";
}

.fa-grimace:before {
    content: "\F57F";
}

.fa-grin:before {
    content: "\F580";
}

.fa-grin-alt:before {
    content: "\F581";
}

.fa-grin-beam:before {
    content: "\F582";
}

.fa-grin-beam-sweat:before {
    content: "\F583";
}

.fa-grin-hearts:before {
    content: "\F584";
}

.fa-grin-squint:before {
    content: "\F585";
}

.fa-grin-squint-tears:before {
    content: "\F586";
}

.fa-grin-stars:before {
    content: "\F587";
}

.fa-grin-tears:before {
    content: "\F588";
}

.fa-grin-tongue:before {
    content: "\F589";
}

.fa-grin-tongue-squint:before {
    content: "\F58A";
}

.fa-grin-tongue-wink:before {
    content: "\F58B";
}

.fa-grin-wink:before {
    content: "\F58C";
}

.fa-grip-horizontal:before {
    content: "\F58D";
}

.fa-grip-lines:before {
    content: "\F7A4";
}

.fa-grip-lines-vertical:before {
    content: "\F7A5";
}

.fa-grip-vertical:before {
    content: "\F58E";
}

.fa-gripfire:before {
    content: "\F3AC";
}

.fa-grunt:before {
    content: "\F3AD";
}

.fa-guilded:before {
    content: "\E07E";
}

.fa-guitar:before {
    content: "\F7A6";
}

.fa-gulp:before {
    content: "\F3AE";
}

.fa-h-square:before {
    content: "\F0FD";
}

.fa-hacker-news:before {
    content: "\F1D4";
}

.fa-hacker-news-square:before {
    content: "\F3AF";
}

.fa-hackerrank:before {
    content: "\F5F7";
}

.fa-hamburger:before {
    content: "\F805";
}

.fa-hammer:before {
    content: "\F6E3";
}

.fa-hamsa:before {
    content: "\F665";
}

.fa-hand-holding:before {
    content: "\F4BD";
}

.fa-hand-holding-heart:before {
    content: "\F4BE";
}

.fa-hand-holding-medical:before {
    content: "\E05C";
}

.fa-hand-holding-usd:before {
    content: "\F4C0";
}

.fa-hand-holding-water:before {
    content: "\F4C1";
}

.fa-hand-lizard:before {
    content: "\F258";
}

.fa-hand-middle-finger:before {
    content: "\F806";
}

.fa-hand-paper:before {
    content: "\F256";
}

.fa-hand-peace:before {
    content: "\F25B";
}

.fa-hand-point-down:before {
    content: "\F0A7";
}

.fa-hand-point-left:before {
    content: "\F0A5";
}

.fa-hand-point-right:before {
    content: "\F0A4";
}

.fa-hand-point-up:before {
    content: "\F0A6";
}

.fa-hand-pointer:before {
    content: "\F25A";
}

.fa-hand-rock:before {
    content: "\F255";
}

.fa-hand-scissors:before {
    content: "\F257";
}

.fa-hand-sparkles:before {
    content: "\E05D";
}

.fa-hand-spock:before {
    content: "\F259";
}

.fa-hands:before {
    content: "\F4C2";
}

.fa-hands-helping:before {
    content: "\F4C4";
}

.fa-hands-wash:before {
    content: "\E05E";
}

.fa-handshake:before {
    content: "\F2B5";
}

.fa-handshake-alt-slash:before {
    content: "\E05F";
}

.fa-handshake-slash:before {
    content: "\E060";
}

.fa-hanukiah:before {
    content: "\F6E6";
}

.fa-hard-hat:before {
    content: "\F807";
}

.fa-hashtag:before {
    content: "\F292";
}

.fa-hat-cowboy:before {
    content: "\F8C0";
}

.fa-hat-cowboy-side:before {
    content: "\F8C1";
}

.fa-hat-wizard:before {
    content: "\F6E8";
}

.fa-hdd:before {
    content: "\F0A0";
}

.fa-head-side-cough:before {
    content: "\E061";
}

.fa-head-side-cough-slash:before {
    content: "\E062";
}

.fa-head-side-mask:before {
    content: "\E063";
}

.fa-head-side-virus:before {
    content: "\E064";
}

.fa-heading:before {
    content: "\F1DC";
}

.fa-headphones:before {
    content: "\F025";
}

.fa-headphones-alt:before {
    content: "\F58F";
}

.fa-headset:before {
    content: "\F590";
}

.fa-heart:before {
    content: "\F004";
}

.fa-heart-broken:before {
    content: "\F7A9";
}

.fa-heartbeat:before {
    content: "\F21E";
}

.fa-helicopter:before {
    content: "\F533";
}

.fa-highlighter:before {
    content: "\F591";
}

.fa-hiking:before {
    content: "\F6EC";
}

.fa-hippo:before {
    content: "\F6ED";
}

.fa-hips:before {
    content: "\F452";
}

.fa-hire-a-helper:before {
    content: "\F3B0";
}

.fa-history:before {
    content: "\F1DA";
}

.fa-hive:before {
    content: "\E07F";
}

.fa-hockey-puck:before {
    content: "\F453";
}

.fa-holly-berry:before {
    content: "\F7AA";
}

.fa-home:before {
    content: "\F015";
}

.fa-hooli:before {
    content: "\F427";
}

.fa-hornbill:before {
    content: "\F592";
}

.fa-horse:before {
    content: "\F6F0";
}

.fa-horse-head:before {
    content: "\F7AB";
}

.fa-hospital:before {
    content: "\F0F8";
}

.fa-hospital-alt:before {
    content: "\F47D";
}

.fa-hospital-symbol:before {
    content: "\F47E";
}

.fa-hospital-user:before {
    content: "\F80D";
}

.fa-hot-tub:before {
    content: "\F593";
}

.fa-hotdog:before {
    content: "\F80F";
}

.fa-hotel:before {
    content: "\F594";
}

.fa-hotjar:before {
    content: "\F3B1";
}

.fa-hourglass:before {
    content: "\F254";
}

.fa-hourglass-end:before {
    content: "\F253";
}

.fa-hourglass-half:before {
    content: "\F252";
}

.fa-hourglass-start:before {
    content: "\F251";
}

.fa-house-damage:before {
    content: "\F6F1";
}

.fa-house-user:before {
    content: "\E065";
}

.fa-houzz:before {
    content: "\F27C";
}

.fa-hryvnia:before {
    content: "\F6F2";
}

.fa-html5:before {
    content: "\F13B";
}

.fa-hubspot:before {
    content: "\F3B2";
}

.fa-i-cursor:before {
    content: "\F246";
}

.fa-ice-cream:before {
    content: "\F810";
}

.fa-icicles:before {
    content: "\F7AD";
}

.fa-icons:before {
    content: "\F86D";
}

.fa-id-badge:before {
    content: "\F2C1";
}

.fa-id-card:before {
    content: "\F2C2";
}

.fa-id-card-alt:before {
    content: "\F47F";
}

.fa-ideal:before {
    content: "\E013";
}

.fa-igloo:before {
    content: "\F7AE";
}

.fa-image:before {
    content: "\F03E";
}

.fa-images:before {
    content: "\F302";
}

.fa-imdb:before {
    content: "\F2D8";
}

.fa-inbox:before {
    content: "\F01C";
}

.fa-indent:before {
    content: "\F03C";
}

.fa-industry:before {
    content: "\F275";
}

.fa-infinity:before {
    content: "\F534";
}

.fa-info:before {
    content: "\F129";
}

.fa-info-circle:before {
    content: "\F05A";
}

.fa-innosoft:before {
    content: "\E080";
}

.fa-instagram:before {
    content: "\F16D";
}

.fa-instagram-square:before {
    content: "\E055";
}

.fa-instalod:before {
    content: "\E081";
}

.fa-intercom:before {
    content: "\F7AF";
}

.fa-internet-explorer:before {
    content: "\F26B";
}

.fa-invision:before {
    content: "\F7B0";
}

.fa-ioxhost:before {
    content: "\F208";
}

.fa-italic:before {
    content: "\F033";
}

.fa-itch-io:before {
    content: "\F83A";
}

.fa-itunes:before {
    content: "\F3B4";
}

.fa-itunes-note:before {
    content: "\F3B5";
}

.fa-java:before {
    content: "\F4E4";
}

.fa-jedi:before {
    content: "\F669";
}

.fa-jedi-order:before {
    content: "\F50E";
}

.fa-jenkins:before {
    content: "\F3B6";
}

.fa-jira:before {
    content: "\F7B1";
}

.fa-joget:before {
    content: "\F3B7";
}

.fa-joint:before {
    content: "\F595";
}

.fa-joomla:before {
    content: "\F1AA";
}

.fa-journal-whills:before {
    content: "\F66A";
}

.fa-js:before {
    content: "\F3B8";
}

.fa-js-square:before {
    content: "\F3B9";
}

.fa-jsfiddle:before {
    content: "\F1CC";
}

.fa-kaaba:before {
    content: "\F66B";
}

.fa-kaggle:before {
    content: "\F5FA";
}

.fa-key:before {
    content: "\F084";
}

.fa-keybase:before {
    content: "\F4F5";
}

.fa-keyboard:before {
    content: "\F11C";
}

.fa-keycdn:before {
    content: "\F3BA";
}

.fa-khanda:before {
    content: "\F66D";
}

.fa-kickstarter:before {
    content: "\F3BB";
}

.fa-kickstarter-k:before {
    content: "\F3BC";
}

.fa-kiss:before {
    content: "\F596";
}

.fa-kiss-beam:before {
    content: "\F597";
}

.fa-kiss-wink-heart:before {
    content: "\F598";
}

.fa-kiwi-bird:before {
    content: "\F535";
}

.fa-korvue:before {
    content: "\F42F";
}

.fa-landmark:before {
    content: "\F66F";
}

.fa-language:before {
    content: "\F1AB";
}

.fa-laptop:before {
    content: "\F109";
}

.fa-laptop-code:before {
    content: "\F5FC";
}

.fa-laptop-house:before {
    content: "\E066";
}

.fa-laptop-medical:before {
    content: "\F812";
}

.fa-laravel:before {
    content: "\F3BD";
}

.fa-lastfm:before {
    content: "\F202";
}

.fa-lastfm-square:before {
    content: "\F203";
}

.fa-laugh:before {
    content: "\F599";
}

.fa-laugh-beam:before {
    content: "\F59A";
}

.fa-laugh-squint:before {
    content: "\F59B";
}

.fa-laugh-wink:before {
    content: "\F59C";
}

.fa-layer-group:before {
    content: "\F5FD";
}

.fa-leaf:before {
    content: "\F06C";
}

.fa-leanpub:before {
    content: "\F212";
}

.fa-lemon:before {
    content: "\F094";
}

.fa-less:before {
    content: "\F41D";
}

.fa-less-than:before {
    content: "\F536";
}

.fa-less-than-equal:before {
    content: "\F537";
}

.fa-level-down-alt:before {
    content: "\F3BE";
}

.fa-level-up-alt:before {
    content: "\F3BF";
}

.fa-life-ring:before {
    content: "\F1CD";
}

.fa-lightbulb:before {
    content: "\F0EB";
}

.fa-line:before {
    content: "\F3C0";
}

.fa-link:before {
    content: "\F0C1";
}

.fa-linkedin:before {
    content: "\F08C";
}

.fa-linkedin-in:before {
    content: "\F0E1";
}

.fa-linode:before {
    content: "\F2B8";
}

.fa-linux:before {
    content: "\F17C";
}

.fa-lira-sign:before {
    content: "\F195";
}

.fa-list:before {
    content: "\F03A";
}

.fa-list-alt:before {
    content: "\F022";
}

.fa-list-ol:before {
    content: "\F0CB";
}

.fa-list-ul:before {
    content: "\F0CA";
}

.fa-location-arrow:before {
    content: "\F124";
}

.fa-lock:before {
    content: "\F023";
}

.fa-lock-open:before {
    content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
    content: "\F309";
}

.fa-long-arrow-alt-left:before {
    content: "\F30A";
}

.fa-long-arrow-alt-right:before {
    content: "\F30B";
}

.fa-long-arrow-alt-up:before {
    content: "\F30C";
}

.fa-low-vision:before {
    content: "\F2A8";
}

.fa-luggage-cart:before {
    content: "\F59D";
}

.fa-lungs:before {
    content: "\F604";
}

.fa-lungs-virus:before {
    content: "\E067";
}

.fa-lyft:before {
    content: "\F3C3";
}

.fa-magento:before {
    content: "\F3C4";
}

.fa-magic:before {
    content: "\F0D0";
}

.fa-magnet:before {
    content: "\F076";
}

.fa-mail-bulk:before {
    content: "\F674";
}

.fa-mailchimp:before {
    content: "\F59E";
}

.fa-male:before {
    content: "\F183";
}

.fa-mandalorian:before {
    content: "\F50F";
}

.fa-map:before {
    content: "\F279";
}

.fa-map-marked:before {
    content: "\F59F";
}

.fa-map-marked-alt:before {
    content: "\F5A0";
}

.fa-map-marker:before {
    content: "\F041";
}

.fa-map-marker-alt:before {
    content: "\F3C5";
}

.fa-map-pin:before {
    content: "\F276";
}

.fa-map-signs:before {
    content: "\F277";
}

.fa-markdown:before {
    content: "\F60F";
}

.fa-marker:before {
    content: "\F5A1";
}

.fa-mars:before {
    content: "\F222";
}

.fa-mars-double:before {
    content: "\F227";
}

.fa-mars-stroke:before {
    content: "\F229";
}

.fa-mars-stroke-h:before {
    content: "\F22B";
}

.fa-mars-stroke-v:before {
    content: "\F22A";
}

.fa-mask:before {
    content: "\F6FA";
}

.fa-mastodon:before {
    content: "\F4F6";
}

.fa-maxcdn:before {
    content: "\F136";
}

.fa-mdb:before {
    content: "\F8CA";
}

.fa-medal:before {
    content: "\F5A2";
}

.fa-medapps:before {
    content: "\F3C6";
}

.fa-medium:before {
    content: "\F23A";
}

.fa-medium-m:before {
    content: "\F3C7";
}

.fa-medkit:before {
    content: "\F0FA";
}

.fa-medrt:before {
    content: "\F3C8";
}

.fa-meetup:before {
    content: "\F2E0";
}

.fa-megaport:before {
    content: "\F5A3";
}

.fa-meh:before {
    content: "\F11A";
}

.fa-meh-blank:before {
    content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
    content: "\F5A5";
}

.fa-memory:before {
    content: "\F538";
}

.fa-mendeley:before {
    content: "\F7B3";
}

.fa-menorah:before {
    content: "\F676";
}

.fa-mercury:before {
    content: "\F223";
}

.fa-meteor:before {
    content: "\F753";
}

.fa-microblog:before {
    content: "\E01A";
}

.fa-microchip:before {
    content: "\F2DB";
}

.fa-microphone:before {
    content: "\F130";
}

.fa-microphone-alt:before {
    content: "\F3C9";
}

.fa-microphone-alt-slash:before {
    content: "\F539";
}

.fa-microphone-slash:before {
    content: "\F131";
}

.fa-microscope:before {
    content: "\F610";
}

.fa-microsoft:before {
    content: "\F3CA";
}

.fa-minus:before {
    content: "\F068";
}

.fa-minus-circle:before {
    content: "\F056";
}

.fa-minus-square:before {
    content: "\F146";
}

.fa-mitten:before {
    content: "\F7B5";
}

.fa-mix:before {
    content: "\F3CB";
}

.fa-mixcloud:before {
    content: "\F289";
}

.fa-mixer:before {
    content: "\E056";
}

.fa-mizuni:before {
    content: "\F3CC";
}

.fa-mobile:before {
    content: "\F10B";
}

.fa-mobile-alt:before {
    content: "\F3CD";
}

.fa-modx:before {
    content: "\F285";
}

.fa-monero:before {
    content: "\F3D0";
}

.fa-money-bill:before {
    content: "\F0D6";
}

.fa-money-bill-alt:before {
    content: "\F3D1";
}

.fa-money-bill-wave:before {
    content: "\F53A";
}

.fa-money-bill-wave-alt:before {
    content: "\F53B";
}

.fa-money-check:before {
    content: "\F53C";
}

.fa-money-check-alt:before {
    content: "\F53D";
}

.fa-monument:before {
    content: "\F5A6";
}

.fa-moon:before {
    content: "\F186";
}

.fa-mortar-pestle:before {
    content: "\F5A7";
}

.fa-mosque:before {
    content: "\F678";
}

.fa-motorcycle:before {
    content: "\F21C";
}

.fa-mountain:before {
    content: "\F6FC";
}

.fa-mouse:before {
    content: "\F8CC";
}

.fa-mouse-pointer:before {
    content: "\F245";
}

.fa-mug-hot:before {
    content: "\F7B6";
}

.fa-music:before {
    content: "\F001";
}

.fa-napster:before {
    content: "\F3D2";
}

.fa-neos:before {
    content: "\F612";
}

.fa-network-wired:before {
    content: "\F6FF";
}

.fa-neuter:before {
    content: "\F22C";
}

.fa-newspaper:before {
    content: "\F1EA";
}

.fa-nimblr:before {
    content: "\F5A8";
}

.fa-node:before {
    content: "\F419";
}

.fa-node-js:before {
    content: "\F3D3";
}

.fa-not-equal:before {
    content: "\F53E";
}

.fa-notes-medical:before {
    content: "\F481";
}

.fa-npm:before {
    content: "\F3D4";
}

.fa-ns8:before {
    content: "\F3D5";
}

.fa-nutritionix:before {
    content: "\F3D6";
}

.fa-object-group:before {
    content: "\F247";
}

.fa-object-ungroup:before {
    content: "\F248";
}

.fa-octopus-deploy:before {
    content: "\E082";
}

.fa-odnoklassniki:before {
    content: "\F263";
}

.fa-odnoklassniki-square:before {
    content: "\F264";
}

.fa-oil-can:before {
    content: "\F613";
}

.fa-old-republic:before {
    content: "\F510";
}

.fa-om:before {
    content: "\F679";
}

.fa-opencart:before {
    content: "\F23D";
}

.fa-openid:before {
    content: "\F19B";
}

.fa-opera:before {
    content: "\F26A";
}

.fa-optin-monster:before {
    content: "\F23C";
}

.fa-orcid:before {
    content: "\F8D2";
}

.fa-osi:before {
    content: "\F41A";
}

.fa-otter:before {
    content: "\F700";
}

.fa-outdent:before {
    content: "\F03B";
}

.fa-page4:before {
    content: "\F3D7";
}

.fa-pagelines:before {
    content: "\F18C";
}

.fa-pager:before {
    content: "\F815";
}

.fa-paint-brush:before {
    content: "\F1FC";
}

.fa-paint-roller:before {
    content: "\F5AA";
}

.fa-palette:before {
    content: "\F53F";
}

.fa-palfed:before {
    content: "\F3D8";
}

.fa-pallet:before {
    content: "\F482";
}

.fa-paper-plane:before {
    content: "\F1D8";
}

.fa-paperclip:before {
    content: "\F0C6";
}

.fa-parachute-box:before {
    content: "\F4CD";
}

.fa-paragraph:before {
    content: "\F1DD";
}

.fa-parking:before {
    content: "\F540";
}

.fa-passport:before {
    content: "\F5AB";
}

.fa-pastafarianism:before {
    content: "\F67B";
}

.fa-paste:before {
    content: "\F0EA";
}

.fa-patreon:before {
    content: "\F3D9";
}

.fa-pause:before {
    content: "\F04C";
}

.fa-pause-circle:before {
    content: "\F28B";
}

.fa-paw:before {
    content: "\F1B0";
}

.fa-paypal:before {
    content: "\F1ED";
}

.fa-peace:before {
    content: "\F67C";
}

.fa-pen:before {
    content: "\F304";
}

.fa-pen-alt:before {
    content: "\F305";
}

.fa-pen-fancy:before {
    content: "\F5AC";
}

.fa-pen-nib:before {
    content: "\F5AD";
}

.fa-pen-square:before {
    content: "\F14B";
}

.fa-pencil-alt:before {
    content: "\F303";
}

.fa-pencil-ruler:before {
    content: "\F5AE";
}

.fa-penny-arcade:before {
    content: "\F704";
}

.fa-people-arrows:before {
    content: "\E068";
}

.fa-people-carry:before {
    content: "\F4CE";
}

.fa-pepper-hot:before {
    content: "\F816";
}

.fa-perbyte:before {
    content: "\E083";
}

.fa-percent:before {
    content: "\F295";
}

.fa-percentage:before {
    content: "\F541";
}

.fa-periscope:before {
    content: "\F3DA";
}

.fa-person-booth:before {
    content: "\F756";
}

.fa-phabricator:before {
    content: "\F3DB";
}

.fa-phoenix-framework:before {
    content: "\F3DC";
}

.fa-phoenix-squadron:before {
    content: "\F511";
}

.fa-phone:before {
    content: "\F095";
}

.fa-phone-alt:before {
    content: "\F879";
}

.fa-phone-slash:before {
    content: "\F3DD";
}

.fa-phone-square:before {
    content: "\F098";
}

.fa-phone-square-alt:before {
    content: "\F87B";
}

.fa-phone-volume:before {
    content: "\F2A0";
}

.fa-photo-video:before {
    content: "\F87C";
}

.fa-php:before {
    content: "\F457";
}

.fa-pied-piper:before {
    content: "\F2AE";
}

.fa-pied-piper-alt:before {
    content: "\F1A8";
}

.fa-pied-piper-hat:before {
    content: "\F4E5";
}

.fa-pied-piper-pp:before {
    content: "\F1A7";
}

.fa-pied-piper-square:before {
    content: "\E01E";
}

.fa-piggy-bank:before {
    content: "\F4D3";
}

.fa-pills:before {
    content: "\F484";
}

.fa-pinterest:before {
    content: "\F0D2";
}

.fa-pinterest-p:before {
    content: "\F231";
}

.fa-pinterest-square:before {
    content: "\F0D3";
}

.fa-pizza-slice:before {
    content: "\F818";
}

.fa-place-of-worship:before {
    content: "\F67F";
}

.fa-plane:before {
    content: "\F072";
}

.fa-plane-arrival:before {
    content: "\F5AF";
}

.fa-plane-departure:before {
    content: "\F5B0";
}

.fa-plane-slash:before {
    content: "\E069";
}

.fa-play:before {
    content: "\F04B";
}

.fa-play-circle:before {
    content: "\F144";
}

.fa-playstation:before {
    content: "\F3DF";
}

.fa-plug:before {
    content: "\F1E6";
}

.fa-plus:before {
    content: "\F067";
}

.fa-plus-circle:before {
    content: "\F055";
}

.fa-plus-square:before {
    content: "\F0FE";
}

.fa-podcast:before {
    content: "\F2CE";
}

.fa-poll:before {
    content: "\F681";
}

.fa-poll-h:before {
    content: "\F682";
}

.fa-poo:before {
    content: "\F2FE";
}

.fa-poo-storm:before {
    content: "\F75A";
}

.fa-poop:before {
    content: "\F619";
}

.fa-portrait:before {
    content: "\F3E0";
}

.fa-pound-sign:before {
    content: "\F154";
}

.fa-power-off:before {
    content: "\F011";
}

.fa-pray:before {
    content: "\F683";
}

.fa-praying-hands:before {
    content: "\F684";
}

.fa-prescription:before {
    content: "\F5B1";
}

.fa-prescription-bottle:before {
    content: "\F485";
}

.fa-prescription-bottle-alt:before {
    content: "\F486";
}

.fa-print:before {
    content: "\F02F";
}

.fa-procedures:before {
    content: "\F487";
}

.fa-product-hunt:before {
    content: "\F288";
}

.fa-project-diagram:before {
    content: "\F542";
}

.fa-pump-medical:before {
    content: "\E06A";
}

.fa-pump-soap:before {
    content: "\E06B";
}

.fa-pushed:before {
    content: "\F3E1";
}

.fa-puzzle-piece:before {
    content: "\F12E";
}

.fa-python:before {
    content: "\F3E2";
}

.fa-qq:before {
    content: "\F1D6";
}

.fa-qrcode:before {
    content: "\F029";
}

.fa-question:before {
    content: "\F128";
}

.fa-question-circle:before {
    content: "\F059";
}

.fa-quidditch:before {
    content: "\F458";
}

.fa-quinscape:before {
    content: "\F459";
}

.fa-quora:before {
    content: "\F2C4";
}

.fa-quote-left:before {
    content: "\F10D";
}

.fa-quote-right:before {
    content: "\F10E";
}

.fa-quran:before {
    content: "\F687";
}

.fa-r-project:before {
    content: "\F4F7";
}

.fa-radiation:before {
    content: "\F7B9";
}

.fa-radiation-alt:before {
    content: "\F7BA";
}

.fa-rainbow:before {
    content: "\F75B";
}

.fa-random:before {
    content: "\F074";
}

.fa-raspberry-pi:before {
    content: "\F7BB";
}

.fa-ravelry:before {
    content: "\F2D9";
}

.fa-react:before {
    content: "\F41B";
}

.fa-reacteurope:before {
    content: "\F75D";
}

.fa-readme:before {
    content: "\F4D5";
}

.fa-rebel:before {
    content: "\F1D0";
}

.fa-receipt:before {
    content: "\F543";
}

.fa-record-vinyl:before {
    content: "\F8D9";
}

.fa-recycle:before {
    content: "\F1B8";
}

.fa-red-river:before {
    content: "\F3E3";
}

.fa-reddit:before {
    content: "\F1A1";
}

.fa-reddit-alien:before {
    content: "\F281";
}

.fa-reddit-square:before {
    content: "\F1A2";
}

.fa-redhat:before {
    content: "\F7BC";
}

.fa-redo:before {
    content: "\F01E";
}

.fa-redo-alt:before {
    content: "\F2F9";
}

.fa-registered:before {
    content: "\F25D";
}

.fa-remove-format:before {
    content: "\F87D";
}

.fa-renren:before {
    content: "\F18B";
}

.fa-reply:before {
    content: "\F3E5";
}

.fa-reply-all:before {
    content: "\F122";
}

.fa-replyd:before {
    content: "\F3E6";
}

.fa-republican:before {
    content: "\F75E";
}

.fa-researchgate:before {
    content: "\F4F8";
}

.fa-resolving:before {
    content: "\F3E7";
}

.fa-restroom:before {
    content: "\F7BD";
}

.fa-retweet:before {
    content: "\F079";
}

.fa-rev:before {
    content: "\F5B2";
}

.fa-ribbon:before {
    content: "\F4D6";
}

.fa-ring:before {
    content: "\F70B";
}

.fa-road:before {
    content: "\F018";
}

.fa-robot:before {
    content: "\F544";
}

.fa-rocket:before {
    content: "\F135";
}

.fa-rocketchat:before {
    content: "\F3E8";
}

.fa-rockrms:before {
    content: "\F3E9";
}

.fa-route:before {
    content: "\F4D7";
}

.fa-rss:before {
    content: "\F09E";
}

.fa-rss-square:before {
    content: "\F143";
}

.fa-ruble-sign:before {
    content: "\F158";
}

.fa-ruler:before {
    content: "\F545";
}

.fa-ruler-combined:before {
    content: "\F546";
}

.fa-ruler-horizontal:before {
    content: "\F547";
}

.fa-ruler-vertical:before {
    content: "\F548";
}

.fa-running:before {
    content: "\F70C";
}

.fa-rupee-sign:before {
    content: "\F156";
}

.fa-rust:before {
    content: "\E07A";
}

.fa-sad-cry:before {
    content: "\F5B3";
}

.fa-sad-tear:before {
    content: "\F5B4";
}

.fa-safari:before {
    content: "\F267";
}

.fa-salesforce:before {
    content: "\F83B";
}

.fa-sass:before {
    content: "\F41E";
}

.fa-satellite:before {
    content: "\F7BF";
}

.fa-satellite-dish:before {
    content: "\F7C0";
}

.fa-save:before {
    content: "\F0C7";
}

.fa-schlix:before {
    content: "\F3EA";
}

.fa-school:before {
    content: "\F549";
}

.fa-screwdriver:before {
    content: "\F54A";
}

.fa-scribd:before {
    content: "\F28A";
}

.fa-scroll:before {
    content: "\F70E";
}

.fa-sd-card:before {
    content: "\F7C2";
}

.fa-search:before {
    content: "\F002";
}

.fa-search-dollar:before {
    content: "\F688";
}

.fa-search-location:before {
    content: "\F689";
}

.fa-search-minus:before {
    content: "\F010";
}

.fa-search-plus:before {
    content: "\F00E";
}

.fa-searchengin:before {
    content: "\F3EB";
}

.fa-seedling:before {
    content: "\F4D8";
}

.fa-sellcast:before {
    content: "\F2DA";
}

.fa-sellsy:before {
    content: "\F213";
}

.fa-server:before {
    content: "\F233";
}

.fa-servicestack:before {
    content: "\F3EC";
}

.fa-shapes:before {
    content: "\F61F";
}

.fa-share:before {
    content: "\F064";
}

.fa-share-alt:before {
    content: "\F1E0";
}

.fa-share-alt-square:before {
    content: "\F1E1";
}

.fa-share-square:before {
    content: "\F14D";
}

.fa-shekel-sign:before {
    content: "\F20B";
}

.fa-shield-alt:before {
    content: "\F3ED";
}

.fa-shield-virus:before {
    content: "\E06C";
}

.fa-ship:before {
    content: "\F21A";
}

.fa-shipping-fast:before {
    content: "\F48B";
}

.fa-shirtsinbulk:before {
    content: "\F214";
}

.fa-shoe-prints:before {
    content: "\F54B";
}

.fa-shopify:before {
    content: "\E057";
}

.fa-shopping-bag:before {
    content: "\F290";
}

.fa-shopping-basket:before {
    content: "\F291";
}

.fa-shopping-cart:before {
    content: "\F07A";
}

.fa-shopware:before {
    content: "\F5B5";
}

.fa-shower:before {
    content: "\F2CC";
}

.fa-shuttle-van:before {
    content: "\F5B6";
}

.fa-sign:before {
    content: "\F4D9";
}

.fa-sign-in-alt:before {
    content: "\F2F6";
}

.fa-sign-language:before {
    content: "\F2A7";
}

.fa-sign-out-alt:before {
    content: "\F2F5";
}

.fa-signal:before {
    content: "\F012";
}

.fa-signature:before {
    content: "\F5B7";
}

.fa-sim-card:before {
    content: "\F7C4";
}

.fa-simplybuilt:before {
    content: "\F215";
}

.fa-sink:before {
    content: "\E06D";
}

.fa-sistrix:before {
    content: "\F3EE";
}

.fa-sitemap:before {
    content: "\F0E8";
}

.fa-sith:before {
    content: "\F512";
}

.fa-skating:before {
    content: "\F7C5";
}

.fa-sketch:before {
    content: "\F7C6";
}

.fa-skiing:before {
    content: "\F7C9";
}

.fa-skiing-nordic:before {
    content: "\F7CA";
}

.fa-skull:before {
    content: "\F54C";
}

.fa-skull-crossbones:before {
    content: "\F714";
}

.fa-skyatlas:before {
    content: "\F216";
}

.fa-skype:before {
    content: "\F17E";
}

.fa-slack:before {
    content: "\F198";
}

.fa-slack-hash:before {
    content: "\F3EF";
}

.fa-slash:before {
    content: "\F715";
}

.fa-sleigh:before {
    content: "\F7CC";
}

.fa-sliders-h:before {
    content: "\F1DE";
}

.fa-slideshare:before {
    content: "\F1E7";
}

.fa-smile:before {
    content: "\F118";
}

.fa-smile-beam:before {
    content: "\F5B8";
}

.fa-smile-wink:before {
    content: "\F4DA";
}

.fa-smog:before {
    content: "\F75F";
}

.fa-smoking:before {
    content: "\F48D";
}

.fa-smoking-ban:before {
    content: "\F54D";
}

.fa-sms:before {
    content: "\F7CD";
}

.fa-snapchat:before {
    content: "\F2AB";
}

.fa-snapchat-ghost:before {
    content: "\F2AC";
}

.fa-snapchat-square:before {
    content: "\F2AD";
}

.fa-snowboarding:before {
    content: "\F7CE";
}

.fa-snowflake:before {
    content: "\F2DC";
}

.fa-snowman:before {
    content: "\F7D0";
}

.fa-snowplow:before {
    content: "\F7D2";
}

.fa-soap:before {
    content: "\E06E";
}

.fa-socks:before {
    content: "\F696";
}

.fa-solar-panel:before {
    content: "\F5BA";
}

.fa-sort:before {
    content: "\F0DC";
}

.fa-sort-alpha-down:before {
    content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
    content: "\F881";
}

.fa-sort-alpha-up:before {
    content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
    content: "\F882";
}

.fa-sort-amount-down:before {
    content: "\F160";
}

.fa-sort-amount-down-alt:before {
    content: "\F884";
}

.fa-sort-amount-up:before {
    content: "\F161";
}

.fa-sort-amount-up-alt:before {
    content: "\F885";
}

.fa-sort-down:before {
    content: "\F0DD";
}

.fa-sort-numeric-down:before {
    content: "\F162";
}

.fa-sort-numeric-down-alt:before {
    content: "\F886";
}

.fa-sort-numeric-up:before {
    content: "\F163";
}

.fa-sort-numeric-up-alt:before {
    content: "\F887";
}

.fa-sort-up:before {
    content: "\F0DE";
}

.fa-soundcloud:before {
    content: "\F1BE";
}

.fa-sourcetree:before {
    content: "\F7D3";
}

.fa-spa:before {
    content: "\F5BB";
}

.fa-space-shuttle:before {
    content: "\F197";
}

.fa-speakap:before {
    content: "\F3F3";
}

.fa-speaker-deck:before {
    content: "\F83C";
}

.fa-spell-check:before {
    content: "\F891";
}

.fa-spider:before {
    content: "\F717";
}

.fa-spinner:before {
    content: "\F110";
}

.fa-splotch:before {
    content: "\F5BC";
}

.fa-spotify:before {
    content: "\F1BC";
}

.fa-spray-can:before {
    content: "\F5BD";
}

.fa-square:before {
    content: "\F0C8";
}

.fa-square-full:before {
    content: "\F45C";
}

.fa-square-root-alt:before {
    content: "\F698";
}

.fa-squarespace:before {
    content: "\F5BE";
}

.fa-stack-exchange:before {
    content: "\F18D";
}

.fa-stack-overflow:before {
    content: "\F16C";
}

.fa-stackpath:before {
    content: "\F842";
}

.fa-stamp:before {
    content: "\F5BF";
}

.fa-star:before {
    content: "\F005";
}

.fa-star-and-crescent:before {
    content: "\F699";
}

.fa-star-half:before {
    content: "\F089";
}

.fa-star-half-alt:before {
    content: "\F5C0";
}

.fa-star-of-david:before {
    content: "\F69A";
}

.fa-star-of-life:before {
    content: "\F621";
}

.fa-staylinked:before {
    content: "\F3F5";
}

.fa-steam:before {
    content: "\F1B6";
}

.fa-steam-square:before {
    content: "\F1B7";
}

.fa-steam-symbol:before {
    content: "\F3F6";
}

.fa-step-backward:before {
    content: "\F048";
}

.fa-step-forward:before {
    content: "\F051";
}

.fa-stethoscope:before {
    content: "\F0F1";
}

.fa-sticker-mule:before {
    content: "\F3F7";
}

.fa-sticky-note:before {
    content: "\F249";
}

.fa-stop:before {
    content: "\F04D";
}

.fa-stop-circle:before {
    content: "\F28D";
}

.fa-stopwatch:before {
    content: "\F2F2";
}

.fa-stopwatch-20:before {
    content: "\E06F";
}

.fa-store:before {
    content: "\F54E";
}

.fa-store-alt:before {
    content: "\F54F";
}

.fa-store-alt-slash:before {
    content: "\E070";
}

.fa-store-slash:before {
    content: "\E071";
}

.fa-strava:before {
    content: "\F428";
}

.fa-stream:before {
    content: "\F550";
}

.fa-street-view:before {
    content: "\F21D";
}

.fa-strikethrough:before {
    content: "\F0CC";
}

.fa-stripe:before {
    content: "\F429";
}

.fa-stripe-s:before {
    content: "\F42A";
}

.fa-stroopwafel:before {
    content: "\F551";
}

.fa-studiovinari:before {
    content: "\F3F8";
}

.fa-stumbleupon:before {
    content: "\F1A4";
}

.fa-stumbleupon-circle:before {
    content: "\F1A3";
}

.fa-subscript:before {
    content: "\F12C";
}

.fa-subway:before {
    content: "\F239";
}

.fa-suitcase:before {
    content: "\F0F2";
}

.fa-suitcase-rolling:before {
    content: "\F5C1";
}

.fa-sun:before {
    content: "\F185";
}

.fa-superpowers:before {
    content: "\F2DD";
}

.fa-superscript:before {
    content: "\F12B";
}

.fa-supple:before {
    content: "\F3F9";
}

.fa-surprise:before {
    content: "\F5C2";
}

.fa-suse:before {
    content: "\F7D6";
}

.fa-swatchbook:before {
    content: "\F5C3";
}

.fa-swift:before {
    content: "\F8E1";
}

.fa-swimmer:before {
    content: "\F5C4";
}

.fa-swimming-pool:before {
    content: "\F5C5";
}

.fa-symfony:before {
    content: "\F83D";
}

.fa-synagogue:before {
    content: "\F69B";
}

.fa-sync:before {
    content: "\F021";
}

.fa-sync-alt:before {
    content: "\F2F1";
}

.fa-syringe:before {
    content: "\F48E";
}

.fa-table:before {
    content: "\F0CE";
}

.fa-table-tennis:before {
    content: "\F45D";
}

.fa-tablet:before {
    content: "\F10A";
}

.fa-tablet-alt:before {
    content: "\F3FA";
}

.fa-tablets:before {
    content: "\F490";
}

.fa-tachometer-alt:before {
    content: "\F3FD";
}

.fa-tag:before {
    content: "\F02B";
}

.fa-tags:before {
    content: "\F02C";
}

.fa-tape:before {
    content: "\F4DB";
}

.fa-tasks:before {
    content: "\F0AE";
}

.fa-taxi:before {
    content: "\F1BA";
}

.fa-teamspeak:before {
    content: "\F4F9";
}

.fa-teeth:before {
    content: "\F62E";
}

.fa-teeth-open:before {
    content: "\F62F";
}

.fa-telegram:before {
    content: "\F2C6";
}

.fa-telegram-plane:before {
    content: "\F3FE";
}

.fa-temperature-high:before {
    content: "\F769";
}

.fa-temperature-low:before {
    content: "\F76B";
}

.fa-tencent-weibo:before {
    content: "\F1D5";
}

.fa-tenge:before {
    content: "\F7D7";
}

.fa-terminal:before {
    content: "\F120";
}

.fa-text-height:before {
    content: "\F034";
}

.fa-text-width:before {
    content: "\F035";
}

.fa-th:before {
    content: "\F00A";
}

.fa-th-large:before {
    content: "\F009";
}

.fa-th-list:before {
    content: "\F00B";
}

.fa-the-red-yeti:before {
    content: "\F69D";
}

.fa-theater-masks:before {
    content: "\F630";
}

.fa-themeco:before {
    content: "\F5C6";
}

.fa-themeisle:before {
    content: "\F2B2";
}

.fa-thermometer:before {
    content: "\F491";
}

.fa-thermometer-empty:before {
    content: "\F2CB";
}

.fa-thermometer-full:before {
    content: "\F2C7";
}

.fa-thermometer-half:before {
    content: "\F2C9";
}

.fa-thermometer-quarter:before {
    content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
    content: "\F2C8";
}

.fa-think-peaks:before {
    content: "\F731";
}

.fa-thumbs-down:before {
    content: "\F165";
}

.fa-thumbs-up:before {
    content: "\F164";
}

.fa-thumbtack:before {
    content: "\F08D";
}

.fa-ticket-alt:before {
    content: "\F3FF";
}

.fa-tiktok:before {
    content: "\E07B";
}

.fa-times:before {
    content: "\F00D";
}

.fa-times-circle:before {
    content: "\F057";
}

.fa-tint:before {
    content: "\F043";
}

.fa-tint-slash:before {
    content: "\F5C7";
}

.fa-tired:before {
    content: "\F5C8";
}

.fa-toggle-off:before {
    content: "\F204";
}

.fa-toggle-on:before {
    content: "\F205";
}

.fa-toilet:before {
    content: "\F7D8";
}

.fa-toilet-paper:before {
    content: "\F71E";
}

.fa-toilet-paper-slash:before {
    content: "\E072";
}

.fa-toolbox:before {
    content: "\F552";
}

.fa-tools:before {
    content: "\F7D9";
}

.fa-tooth:before {
    content: "\F5C9";
}

.fa-torah:before {
    content: "\F6A0";
}

.fa-torii-gate:before {
    content: "\F6A1";
}

.fa-tractor:before {
    content: "\F722";
}

.fa-trade-federation:before {
    content: "\F513";
}

.fa-trademark:before {
    content: "\F25C";
}

.fa-traffic-light:before {
    content: "\F637";
}

.fa-trailer:before {
    content: "\E041";
}

.fa-train:before {
    content: "\F238";
}

.fa-tram:before {
    content: "\F7DA";
}

.fa-transgender:before {
    content: "\F224";
}

.fa-transgender-alt:before {
    content: "\F225";
}

.fa-trash:before {
    content: "\F1F8";
}

.fa-trash-alt:before {
    content: "\F2ED";
}

.fa-trash-restore:before {
    content: "\F829";
}

.fa-trash-restore-alt:before {
    content: "\F82A";
}

.fa-tree:before {
    content: "\F1BB";
}

.fa-trello:before {
    content: "\F181";
}

.fa-trophy:before {
    content: "\F091";
}

.fa-truck:before {
    content: "\F0D1";
}

.fa-truck-loading:before {
    content: "\F4DE";
}

.fa-truck-monster:before {
    content: "\F63B";
}

.fa-truck-moving:before {
    content: "\F4DF";
}

.fa-truck-pickup:before {
    content: "\F63C";
}

.fa-tshirt:before {
    content: "\F553";
}

.fa-tty:before {
    content: "\F1E4";
}

.fa-tumblr:before {
    content: "\F173";
}

.fa-tumblr-square:before {
    content: "\F174";
}

.fa-tv:before {
    content: "\F26C";
}

.fa-twitch:before {
    content: "\F1E8";
}

.fa-twitter:before {
    content: "\F099";
}

.fa-twitter-square:before {
    content: "\F081";
}

.fa-typo3:before {
    content: "\F42B";
}

.fa-uber:before {
    content: "\F402";
}

.fa-ubuntu:before {
    content: "\F7DF";
}

.fa-uikit:before {
    content: "\F403";
}

.fa-umbraco:before {
    content: "\F8E8";
}

.fa-umbrella:before {
    content: "\F0E9";
}

.fa-umbrella-beach:before {
    content: "\F5CA";
}

.fa-uncharted:before {
    content: "\E084";
}

.fa-underline:before {
    content: "\F0CD";
}

.fa-undo:before {
    content: "\F0E2";
}

.fa-undo-alt:before {
    content: "\F2EA";
}

.fa-uniregistry:before {
    content: "\F404";
}

.fa-unity:before {
    content: "\E049";
}

.fa-universal-access:before {
    content: "\F29A";
}

.fa-university:before {
    content: "\F19C";
}

.fa-unlink:before {
    content: "\F127";
}

.fa-unlock:before {
    content: "\F09C";
}

.fa-unlock-alt:before {
    content: "\F13E";
}

.fa-unsplash:before {
    content: "\E07C";
}

.fa-untappd:before {
    content: "\F405";
}

.fa-upload:before {
    content: "\F093";
}

.fa-ups:before {
    content: "\F7E0";
}

.fa-usb:before {
    content: "\F287";
}

.fa-user:before {
    content: "\F007";
}

.fa-user-alt:before {
    content: "\F406";
}

.fa-user-alt-slash:before {
    content: "\F4FA";
}

.fa-user-astronaut:before {
    content: "\F4FB";
}

.fa-user-check:before {
    content: "\F4FC";
}

.fa-user-circle:before {
    content: "\F2BD";
}

.fa-user-clock:before {
    content: "\F4FD";
}

.fa-user-cog:before {
    content: "\F4FE";
}

.fa-user-edit:before {
    content: "\F4FF";
}

.fa-user-friends:before {
    content: "\F500";
}

.fa-user-graduate:before {
    content: "\F501";
}

.fa-user-injured:before {
    content: "\F728";
}

.fa-user-lock:before {
    content: "\F502";
}

.fa-user-md:before {
    content: "\F0F0";
}

.fa-user-minus:before {
    content: "\F503";
}

.fa-user-ninja:before {
    content: "\F504";
}

.fa-user-nurse:before {
    content: "\F82F";
}

.fa-user-plus:before {
    content: "\F234";
}

.fa-user-secret:before {
    content: "\F21B";
}

.fa-user-shield:before {
    content: "\F505";
}

.fa-user-slash:before {
    content: "\F506";
}

.fa-user-tag:before {
    content: "\F507";
}

.fa-user-tie:before {
    content: "\F508";
}

.fa-user-times:before {
    content: "\F235";
}

.fa-users:before {
    content: "\F0C0";
}

.fa-users-cog:before {
    content: "\F509";
}

.fa-users-slash:before {
    content: "\E073";
}

.fa-usps:before {
    content: "\F7E1";
}

.fa-ussunnah:before {
    content: "\F407";
}

.fa-utensil-spoon:before {
    content: "\F2E5";
}

.fa-utensils:before {
    content: "\F2E7";
}

.fa-vaadin:before {
    content: "\F408";
}

.fa-vector-square:before {
    content: "\F5CB";
}

.fa-venus:before {
    content: "\F221";
}

.fa-venus-double:before {
    content: "\F226";
}

.fa-venus-mars:before {
    content: "\F228";
}

.fa-vest:before {
    content: "\E085";
}

.fa-vest-patches:before {
    content: "\E086";
}

.fa-viacoin:before {
    content: "\F237";
}

.fa-viadeo:before {
    content: "\F2A9";
}

.fa-viadeo-square:before {
    content: "\F2AA";
}

.fa-vial:before {
    content: "\F492";
}

.fa-vials:before {
    content: "\F493";
}

.fa-viber:before {
    content: "\F409";
}

.fa-video:before {
    content: "\F03D";
}

.fa-video-slash:before {
    content: "\F4E2";
}

.fa-vihara:before {
    content: "\F6A7";
}

.fa-vimeo:before {
    content: "\F40A";
}

.fa-vimeo-square:before {
    content: "\F194";
}

.fa-vimeo-v:before {
    content: "\F27D";
}

.fa-vine:before {
    content: "\F1CA";
}

.fa-virus:before {
    content: "\E074";
}

.fa-virus-slash:before {
    content: "\E075";
}

.fa-viruses:before {
    content: "\E076";
}

.fa-vk:before {
    content: "\F189";
}

.fa-vnv:before {
    content: "\F40B";
}

.fa-voicemail:before {
    content: "\F897";
}

.fa-volleyball-ball:before {
    content: "\F45F";
}

.fa-volume-down:before {
    content: "\F027";
}

.fa-volume-mute:before {
    content: "\F6A9";
}

.fa-volume-off:before {
    content: "\F026";
}

.fa-volume-up:before {
    content: "\F028";
}

.fa-vote-yea:before {
    content: "\F772";
}

.fa-vr-cardboard:before {
    content: "\F729";
}

.fa-vuejs:before {
    content: "\F41F";
}

.fa-walking:before {
    content: "\F554";
}

.fa-wallet:before {
    content: "\F555";
}

.fa-warehouse:before {
    content: "\F494";
}

.fa-watchman-monitoring:before {
    content: "\E087";
}

.fa-water:before {
    content: "\F773";
}

.fa-wave-square:before {
    content: "\F83E";
}

.fa-waze:before {
    content: "\F83F";
}

.fa-weebly:before {
    content: "\F5CC";
}

.fa-weibo:before {
    content: "\F18A";
}

.fa-weight:before {
    content: "\F496";
}

.fa-weight-hanging:before {
    content: "\F5CD";
}

.fa-weixin:before {
    content: "\F1D7";
}

.fa-whatsapp:before {
    content: "\F232";
}

.fa-whatsapp-square:before {
    content: "\F40C";
}

.fa-wheelchair:before {
    content: "\F193";
}

.fa-whmcs:before {
    content: "\F40D";
}

.fa-wifi:before {
    content: "\F1EB";
}

.fa-wikipedia-w:before {
    content: "\F266";
}

.fa-wind:before {
    content: "\F72E";
}

.fa-window-close:before {
    content: "\F410";
}

.fa-window-maximize:before {
    content: "\F2D0";
}

.fa-window-minimize:before {
    content: "\F2D1";
}

.fa-window-restore:before {
    content: "\F2D2";
}

.fa-windows:before {
    content: "\F17A";
}

.fa-wine-bottle:before {
    content: "\F72F";
}

.fa-wine-glass:before {
    content: "\F4E3";
}

.fa-wine-glass-alt:before {
    content: "\F5CE";
}

.fa-wix:before {
    content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
    content: "\F730";
}

.fa-wodu:before {
    content: "\E088";
}

.fa-wolf-pack-battalion:before {
    content: "\F514";
}

.fa-won-sign:before {
    content: "\F159";
}

.fa-wordpress:before {
    content: "\F19A";
}

.fa-wordpress-simple:before {
    content: "\F411";
}

.fa-wpbeginner:before {
    content: "\F297";
}

.fa-wpexplorer:before {
    content: "\F2DE";
}

.fa-wpforms:before {
    content: "\F298";
}

.fa-wpressr:before {
    content: "\F3E4";
}

.fa-wrench:before {
    content: "\F0AD";
}

.fa-x-ray:before {
    content: "\F497";
}

.fa-xbox:before {
    content: "\F412";
}

.fa-xing:before {
    content: "\F168";
}

.fa-xing-square:before {
    content: "\F169";
}

.fa-y-combinator:before {
    content: "\F23B";
}

.fa-yahoo:before {
    content: "\F19E";
}

.fa-yammer:before {
    content: "\F840";
}

.fa-yandex:before {
    content: "\F413";
}

.fa-yandex-international:before {
    content: "\F414";
}

.fa-yarn:before {
    content: "\F7E3";
}

.fa-yelp:before {
    content: "\F1E9";
}

.fa-yen-sign:before {
    content: "\F157";
}

.fa-yin-yang:before {
    content: "\F6AD";
}

.fa-yoast:before {
    content: "\F2B1";
}

.fa-youtube:before {
    content: "\F167";
}

.fa-youtube-square:before {
    content: "\F431";
}

.fa-zhihu:before {
    content: "\F63F";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/fa-solid-900.woff2") format("woff2"),
        url("../webfonts/fa-solid-900.woff") format("woff"),
        url("../webfonts/fa-solid-900.ttf") format("truetype"),
        url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/fa-brands-400.woff2") format("woff2"),
        url("../webfonts/fa-brands-400.woff") format("woff"),
        url("../webfonts/fa-brands-400.ttf") format("truetype"),
        url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix")
            format("embedded-opentype"),
        url("../webfonts/fa-regular-400.woff2") format("woff2"),
        url("../webfonts/fa-regular-400.woff") format("woff"),
        url("../webfonts/fa-regular-400.ttf") format("truetype"),
        url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

/* ==========================================================================
   =variables
   ========================================================================== */
/* =size
   ========================================================================== */
/* =fonts
   ========================================================================== */
/* ==========================================================================
   =mixins========================================================================== */
/* =selectors
   ========================================================================== */
/* =propertys
  ========================================================================== */
/* =fonts
  ========================================================================== */
/* ==========================================================================
   =functions
   ========================================================================== */
.title,
.page--marketplace-cart .cart__title,
.page--prepaidcard-cart .cart__title,
.page--giftcard-cart .cart__title,
.services-giftcards__title,
.services-card__title,
.services__title,
.points-exchange__title,
.product__title,
.products__title {
    color: rgba(29, 113, 184, 0.2);
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.48rem;
    font-weight: 500;
    margin: 0.3rem 0 0.6rem;
    text-transform: uppercase;
    font-weight: bold;
}
@media (min-width: 1025px) {
    .title,
    .page--marketplace-cart .cart__title,
    .page--prepaidcard-cart .cart__title,
    .page--giftcard-cart .cart__title,
    .services-giftcards__title,
    .services-card__title,
    .services__title,
    .points-exchange__title,
    .product__title,
    .products__title {
        font-size: 1.06rem;
        font-weight: normal;
    }
}

.container,
.products__container {
    margin: 0 auto;
    max-width: 18.4rem;
    position: relative;
    padding: 0 0.35rem;
    width: 100%;
    z-index: 10;
}

.flex {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.flex__full > * {
    flex: 1;
    width: 100%;
}
.flex__full > *:first-child {
    margin-left: 0;
}
.flex__full > *:last-child {
    margin-right: 0;
}

.text-hidden,
.left-menu .component-form:before,
.right-menu .component-form:before,
.internal-menu .component-form:before,
.header__back,
.header__logo,
.icon {
    text-indent: -9999px;
    font-size: 0;
    color: transparent;
}

.button,
.page__cover-button {
    display: inline-block;
    background: #e60146;
    border: none;
    height: 0.6rem;
    padding: 0 0.2rem;
    margin: 0.15rem 0;
    color: #fff;
    border-radius: 0.26rem;
    font-size: 0.22rem;
    line-height: 0.6rem;
    text-decoration: none;
    text-align: center;
}
@media (min-width: 1025px) {
    .button,
    .page__cover-button {
        padding: 0 0.4rem;
    }
}

.collapse-link {
    color: #333;
}
.collapse-link i {
    background: #1d71b8;
    text-decoration: none;
    font-style: normal;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 0.05rem;
    padding: 0.02rem 0.07rem;
    opacity: 0.8;
}
.collapse-link i:hover,
.collapse-link i:focus {
    opacity: 1;
}

.collapse-content {
    display: none;
    padding: 0.1rem 0.2rem;
    background: #eee;
    color: #000;
    font-size: 0.8em;
}
.collapse-content span {
    display: block;
    padding: 0.1rem;
}
.collapse-content span:nth-child(n + 2) {
    border-top: 0.01rem solid #333;
}

.button--big,
.campanhas-points__info {
    display: inline-block;
    background: #1d71b8;
    border: none;
    min-height: 0.6rem;
    padding: 0 0.2rem;
    margin: 0.15rem 0;
    color: #fff;
    border-radius: 0.3rem;
    font-size: 0.29rem;
    line-height: 0.6rem;
    text-decoration: none;
    text-align: center;
}
@media (min-width: 1025px) {
    .button--big,
    .campanhas-points__info {
        padding: 0 0.4rem;
    }
}
.button--big .text,
.campanhas-points__info .text {
    display: inline-block;
    font-size: 0.22rem;
    line-height: 0.26rem;
    vertical-align: middle;
    width: 1.8rem;
    padding: 0.05rem 0;
}

.button-small,
.campanhas-header__button,
.campanhas-list__button {
    display: inline-block;
    background: #1d71b8;
    border: none;
    padding: 0 0.18rem;
    margin: 0;
    color: #fff;
    border-radius: 100vw;
    font-size: 0.22rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-decoration: none;
    text-align: center;
}
.button-small + .button-small,
.campanhas-header__button + .button-small,
.button-small + .campanhas-header__button,
.campanhas-header__button + .campanhas-header__button,
.campanhas-list__button + .button-small,
.campanhas-list__button + .campanhas-header__button,
.button-small + .campanhas-list__button,
.campanhas-header__button + .campanhas-list__button,
.campanhas-list__button + .campanhas-list__button,
.button-color + .button-small,
.campanhas-header__button-color + .button-small,
.button-color + .campanhas-header__button,
.campanhas-header__button-color + .campanhas-header__button,
.button-color + .campanhas-list__button,
.campanhas-header__button-color + .campanhas-list__button,
.component-form .fieldbutton.color + .button-small,
.component-form .fieldbutton.color + .campanhas-header__button,
.component-form .fieldbutton.color + .campanhas-list__button {
    margin-left: 0.2rem;
}
@media (min-width: 1025px) {
    .button-small,
    .campanhas-header__button,
    .campanhas-list__button {
        font-size: 0.17rem;
        height: 0.32rem;
        line-height: 0.32rem;
        padding: 0 0.12rem;
    }
}

.button-color,
.campanhas-header__button-color,
.component-form .fieldbutton.color {
    position: relative;
    display: inline-block;
    border-radius: 100vw;
    padding: 0;
}
.button-color + .button-color,
.campanhas-header__button-color + .button-color,
.button-color + .campanhas-header__button-color,
.campanhas-header__button-color + .campanhas-header__button-color,
.component-form .fieldbutton.color + .button-color,
.component-form .fieldbutton.color + .campanhas-header__button-color,
.component-form .button-color + .fieldbutton.color,
.component-form .campanhas-header__button-color + .fieldbutton.color,
.component-form .fieldbutton.color + .fieldbutton.color,
.button-small + .button-color,
.button-small + .campanhas-header__button-color,
.campanhas-header__button + .button-color,
.campanhas-header__button + .campanhas-header__button-color,
.campanhas-list__button + .button-color,
.campanhas-list__button + .campanhas-header__button-color,
.component-form .button-small + .fieldbutton.color,
.component-form .campanhas-header__button + .fieldbutton.color,
.component-form .campanhas-list__button + .fieldbutton.color {
    margin-left: 0.2rem;
}
.button-color span,
.campanhas-header__button-color span,
.component-form .fieldbutton.color span {
    display: inline-block;
    line-height: 0.4rem;
    border: none;
    padding: 0 0.18rem;
    margin: 0;
    color: #b2b2b2;
    border-radius: 100vw;
    font-size: 0.22rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-decoration: none;
    text-align: center;
    background: #fff;
}
@media (min-width: 1025px) {
    .button-color span,
    .campanhas-header__button-color span,
    .component-form .fieldbutton.color span {
        font-size: 0.17rem;
        height: 0.32rem;
        line-height: 0.32rem;
        padding: 0 0.12rem;
    }
}
.button-color:before,
.campanhas-header__button-color:before,
.component-form .fieldbutton.color:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
    left: -0.02rem;
    z-index: -1;
    border-radius: inherit;
}

.link,
.services-card__link,
.page__actions-action {
    background: transparent;
    border: none;
    color: #1d71b8;
    cursor: pointer;
    display: inline-block;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.21rem;
    font-weight: 600;
    margin: 0 0.25rem 0 0;
    outline: none;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.link.active:before,
.active.services-card__link:before,
.active.page__actions-action:before {
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -1;
    border-radius: inherit;
}

@media (min-width: 767px) {
    .only-mobile {
        display: none;
    }
}
@media (max-width: 766px) {
    .only-desktop {
        display: none;
    }
}
.modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.65);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.modal-window > div {
    background-color: #fff;
    /* background-image: url(../../static/images/general/bg-modal.jpg); */
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 0.22rem;
    font-size: 0.34rem;
    line-height: 0.5rem;
    min-height: 2.1rem;
    min-width: 5.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 0.24rem 0.12rem;
}
.modal-window > div div {
    color: #7c7c7b;
    font-size: 0.34rem;
    margin-bottom: -0.34rem;
    margin-top: 0.46rem;
    min-height: 0.8rem;
    max-width: 5.2rem;
    padding-top: 0.3rem;
}
.modal-window > div div.forgot-password {
    margin-left: auto;
    margin-right: auto;
}
.modal-window header {
    font-weight: bold;
}
.modal-window h1 {
    font-size: 0.38rem;
    margin: -0.46rem 0 0;
}
.modal-window footer {
    margin: 0.1rem 0 -0.2rem;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.modal-window footer:before {
    background: #e9346b;
    background: -moz-linear-gradient(
        left,
        #e9346b 0%,
        #aaa1cd 50%,
        #4b8ec6 100%
    );
    background: -webkit-linear-gradient(
        left,
        #e9346b 0%,
        #aaa1cd 50%,
        #4b8ec6 100%
    );
    background: linear-gradient(
        to right,
        #e9346b 0%,
        #aaa1cd 50%,
        #4b8ec6 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e9346b", endColorstr="#4b8ec6",GradientType=1 );
    position: absolute;
    content: " ";
    top: 0;
    left: -0.12rem;
    right: -0.4rem;
    height: 0.13rem;
    width: 104.8%;
}
.modal-window footer.forgot-password:before {
    width: 103.2%;
}
.modal-window footer .forgot-pwd-email {
    color: #e00e09;
    text-decoration: underline;
}
.modal-window footer p {
    color: #5a5a5a;
    text-align: center;
    font-size: 0.24rem;
    margin: 20px auto;
    line-height: 1;
    max-width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-window footer p:first-of-type {
    padding-top: 30px;
}
.modal-window footer p.phone {
    margin: 0 auto;
}
.modal-window footer p img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.modal-window footer span#modal-close {
    background: #1d71b8;
    border-radius: 0.14rem;
    color: #fff;
    display: inline-block;
    font-size: 0.2rem;
    line-height: 0.34rem;
    height: 0.32rem;
    margin: 0.3rem 0 -0.2rem;
    position: relative;
    text-transform: uppercase;
    width: 0.73rem;
}

a.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: -0.1rem;
    text-align: center;
    top: 0.08rem;
    width: 70px;
    text-decoration: none;
}
a.modal-close:hover {
    color: black;
}
@media (max-width: 766px) {
    a.modal-close {
        top: -0.2rem;
        right: -0.4rem;
    }
}

/* ==========================================================================
   =layout
   ========================================================================== */
html {
    font-size: 15.625vw;
}
@media (min-width: 1025px) {
    html {
        font-size: 5.2083333333vw;
    }
}
@media (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}
@media print {
    html {
        font-size: 24pt;
    }
}

body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    font-family: "Gilroy", Arial, Helvetica;
    margin: 0;
    padding: 0;
    width: 100%;
}
@media (max-width: 767px) {
    html,
    body {
        overflow-x: hidden;
    }
    html.menu-openned,
    body.menu-openned {
        overflow: hidden;
    }
}

button {
    font-family: "Gilroy", Arial, Helvetica;
    text-transform: uppercase;
}

body {
    position: relative;
    font-size: 0.24rem;
}

body * {
    box-sizing: border-box;
}

@keyframes loadingBar {
    0% {
        left: 0%;
        right: 100%;
    }
    50% {
        left: 0%;
        right: 0%;
    }
    100% {
        left: 100%;
        right: 0%;
    }
}
@keyframes loadingText {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}
.loading__wrapper {
    transition: opacity 0.2s ease-in-out, bottom 0.2s 1s ease-in-out,
        height 0.2s 1s ease-in-out, background-color 0.2s 1s ease-in-out;
    position: fixed;
    bottom: -12px;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    border-top: 2px solid #fff;
    border-bottom: 3px solid #fff;
    box-sizing: content-box;
    background-color: #fff;
    z-index: 9999;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.loading .loading__wrapper {
    transition: opacity 0.4s ease-in-out, bottom 0.4s ease-in-out,
        height 0.5s 4s ease-in-out, background-color 0.5s 4s ease-in-out;
    bottom: 0px;
    height: 100%;
    opacity: 1;
}
.loading__bar {
    transition: width 0.2s 1s ease-in-out, height 0.2s 1s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: auto;
    height: 5px;
    border: 0px solid #fff;
    background: #e60146;
    transform: translateY(-50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.loading__bar:after {
    transition: visibility 0s 4s linear;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    color: #fff;
    visibility: hidden;
    /* background: url(../../static/images/general/loading.gif) no-repeat center top; */
    background-size: contain;
    height: 2.4rem;
    width: 2.44rem;
}
.loading .loading__bar:after {
    transition: opacity 10s ease-in-out;
}
.loading .loading__bar {
    transition: background-color 4s linear, width 0.5s 4s ease-in-out,
        height 0.5s 4s ease-in-out, border-top-width 0.5s 4s ease-in-out,
        border-bottom-width 0.5s 4s ease-in-out;
    animation: loadingBar 1s 4;
    height: 2.5rem;
    border-top-width: 3px;
    border-bottom-width: 3px;
    background-color: white;
}
.loading .loading__bar:after {
    animation: loadingText 1s infinite;
    animation-delay: 4.3s;
    visibility: visible;
}

.jquery-modal {
    z-index: 999;
}

#content {
    overflow: hidden;
}
@media (max-width: 850px) and (min-width: 767px) {
    #content {
        overflow-x: hidden;
    }
}

#modals {
    display: none;
}

.modal {
    padding: 0.4rem 0px 0.15rem 0.1rem;
    border-radius: 0;
    max-width: 100%;
}
@media (max-width: 1025px) {
    .modal {
        max-width: 98%;
    }
}
.modal .page__title {
    margin-top: 0;
}
.modal .modals__wrapper {
    max-height: 75vh;
    overflow: auto;
}
.modal .modals__overflow {
    max-width: 992px;
    overflow: hidden;
    padding-right: 40px;
    padding-left: 20px;
}
.modal a.close-modal {
    /* background-image: url(../../static/images/close.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: px(19);
    height: px(20);
    top: 0;
    right: 0;
    border-radius: 0;
}

.fake-page {
    width: 100%;
}

.hidden {
    display: none;
}

@media (min-width: 1025px) {
    .show-mobile-only {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .show-desktop-only {
        display: none !important;
    }
}

.icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
}
@media (min-width: 1025px) {
    .icon {
        width: 0.48rem;
        height: 0.48rem;
    }
}
.icon--menu {
    /* background-image: url(../../static/images/icons/menu--gray.png); */
    background-size: 80%;
}
.icon--menu--red {
    /* background-image: url(../../static/images/icons/menu--red.png); */
    background-size: 80%;
}
.icon--menu--purple {
    /* background-image: url(../../static/images/icons/menu--purple.png); */
    background-size: 80%;
}
.icon--menu--yellow {
    /* background-image: url(../../static/images/icons/menu--yellow.png); */
}
.icon--menu--yellow-new {
    /* background-image: url(../../static/images/icons/menu--yellow-strong.svg); */
}
.icon--menu--white {
    /* background-image: url(../../static/images/icons/menu--white.png); */
}
.icon--menu--white-strong {
    /* background-image: url(../../static/images/icons/menu--white-strong.png); */
}
.icon--menu--black {
    /* background-image: url(../../static/images/icons/menu--black.png); */
}
.icon--menu--blue {
    /* background-image: url(../../static/images/icons/menu--blue.png); */
}
.icon--menu--pink-new {
    /* background-image: url(../../static/images/icons/menu--pink-new.svg); */
}
.icon--menu--white-new {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
}
.icon--menu--gray-new {
    /* background-image: url(../../static/images/icons/menu--gray-new.svg); */
}
.icon--menu--light-gray-new {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(33%) sepia(11%) saturate(188%)
        hue-rotate(161deg) brightness(101%) contrast(86%);
}
.icon--menu--red-strong {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(11%) sepia(87%) saturate(7486%)
        hue-rotate(351deg) brightness(95%) contrast(113%);
}
.icon--menu--blue-strong {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(14%) sepia(89%) saturate(3553%)
        hue-rotate(207deg) brightness(111%) contrast(100%);
}
.icon--menu--yellow-desktop {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(79%) sepia(18%) saturate(5321%)
        hue-rotate(2deg) brightness(108%) contrast(103%);
}
.icon--menu--blue-mobile {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(11%) sepia(87%) saturate(3252%)
        hue-rotate(224deg) brightness(87%) contrast(114%);
}
.icon--menu--brown-new {
    /* background-image: url(../../static/images/icons/menu--brown-new.svg); */
}
.icon--menu--orange-new {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(40%) sepia(94%) saturate(397%)
        hue-rotate(353deg) brightness(100%) contrast(93%);
}
.icon--menu--green-new {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(385%)
        hue-rotate(63deg) brightness(92%) contrast(87%);
}
.icon--menu--blue-new {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: invert(34%) sepia(85%) saturate(6017%) hue-rotate(211deg)
        brightness(101%) contrast(106%);
}
.icon--menu--dark-blue-new {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(14%) sepia(30%) saturate(2781%)
        hue-rotate(176deg) brightness(96%) contrast(105%);
}
.icon--menu--dark-blue {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(7%) sepia(50%) saturate(826%)
        hue-rotate(175deg) brightness(97%) contrast(102%);
}
.icon--menu--green-08696f {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(31%) sepia(68%) saturate(502%)
        hue-rotate(135deg) brightness(95%) contrast(102%);
}
.icon--menu--white-f0f5fa {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(93%) sepia(5%) saturate(297%)
        hue-rotate(179deg) brightness(104%) contrast(96%);
}
.icon--menu--bright-red-f3ddd3 {
    /* background-image: url(../../static/images/icons/menu--red-ca1f44.svg); */
    filter: brightness(0) saturate(100%) invert(92%) sepia(20%) saturate(427%)
        hue-rotate(311deg) brightness(101%) contrast(91%);
}
.icon--menu--red-ca1f44 {
    /* background-image: url(../../static/images/icons/menu--red-ca1f44.svg); */
}
.icon--menu--red-a90900 {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(13%) sepia(87%) saturate(3361%)
        hue-rotate(5deg) brightness(95%) contrast(121%);
}
.icon--menu--red-740931 {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(13%) sepia(34%) saturate(5629%)
        hue-rotate(319deg) brightness(88%) contrast(106%);
}
.icon--menu--yellow-e5a74b {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(66%) sepia(65%) saturate(399%)
        hue-rotate(354deg) brightness(92%) contrast(94%);
}
.icon--menu--black-new {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(470%)
        hue-rotate(314deg) brightness(93%) contrast(92%);
}
.icon--menu--red-c21d38 {
    /* background-image: url(../../static/images/icons/menu--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(3984%)
        hue-rotate(338deg) brightness(77%) contrast(96%);
}
.icon--language {
    /* background-image: url(../../static/images/icons/language--gray.png); */
}
.icon--language--red {
    /* background-image: url(../../static/images/icons/language--red.png); */
}
.icon--home {
    /* background-image: url(../../static/images/icons/home--gray.png); */
}
.icon--home--red {
    /* background-image: url(../../static/images/icons/home--red.png); */
}
.icon--profile {
    /* background-image: url(../../static/images/icons/profile--gray.png); */
}
.icon--profile--red {
    /* background-image: url(../../static/images/icons/profile--red.png); */
}
.icon--profile--yellow {
    /* background-image: url(../../static/images/icons/profile--yellow.png); */
}
.icon--profile--yellow-new {
    /* background-image: url(../../static/images/icons/profile--yellow-strong.svg); */
}
.icon--profile--white {
    /* background-image: url(../../static/images/icons/profile--white.png); */
}
.icon--profile--white-strong {
    /* background-image: url(../../static/images/icons/profile--white-strong.png); */
}
.icon--profile--purple {
    /* background-image: url(../../static/images/icons/profile--purple.png); */
}
.icon--profile--black {
    /* background-image: url(../../static/images/icons/profile--black.png); */
}
.icon--profile--blue {
    /* background-image: url(../../static/images/icons/profile--blue.png); */
}
.icon--profile--pink-new {
    /* background-image: url(../../static/images/icons/profile--pink-new.svg); */
}
.icon--profile--white-new {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
}
.icon--profile--gray-new {
    /* background-image: url(../../static/images/icons/profile--gray-new.svg); */
}
.icon--profile--light-gray-new {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(33%) sepia(11%) saturate(188%)
        hue-rotate(161deg) brightness(101%) contrast(86%);
}
.icon--profile--red-strong {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(11%) sepia(87%) saturate(7486%)
        hue-rotate(351deg) brightness(95%) contrast(113%);
}
.icon--profile--blue-strong {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(14%) sepia(89%) saturate(3553%)
        hue-rotate(207deg) brightness(111%) contrast(100%);
}
.icon--profile--blue-new {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: invert(26%) sepia(78%) saturate(5136%) hue-rotate(214deg)
        brightness(104%) contrast(103%);
}
.icon--profile--yellow-desktop {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(79%) sepia(18%) saturate(5321%)
        hue-rotate(2deg) brightness(108%) contrast(103%);
}
.icon--profile--blue-mobile {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(11%) sepia(87%) saturate(3252%)
        hue-rotate(224deg) brightness(87%) contrast(114%);
}
.icon--profile--brown-new {
    /* background-image: url(../../static/images/icons/profile--brown-new.svg); */
}
.icon--profile--orange-new {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(40%) sepia(94%) saturate(397%)
        hue-rotate(353deg) brightness(100%) contrast(93%);
}
.icon--profile--green-new {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(385%)
        hue-rotate(63deg) brightness(92%) contrast(87%);
}
.icon--profile--dark-blue-new {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(14%) sepia(30%) saturate(2781%)
        hue-rotate(176deg) brightness(96%) contrast(105%);
}
.icon--profile--dark-blue {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(7%) sepia(50%) saturate(826%)
        hue-rotate(175deg) brightness(97%) contrast(102%);
}
.icon--profile--green-08696f {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(31%) sepia(68%) saturate(502%)
        hue-rotate(135deg) brightness(95%) contrast(102%);
}
.icon--profile--white-f0f5fa {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(93%) sepia(5%) saturate(297%)
        hue-rotate(179deg) brightness(104%) contrast(96%);
}
.icon--profile--bright-red-f3ddd3 {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(92%) sepia(20%) saturate(427%)
        hue-rotate(311deg) brightness(101%) contrast(91%);
}
.icon--profile--red-ca1f44 {
    /* background-image: url(../../static/images/icons/profile--red-ca1f44.svg); */
}
.icon--profile--red-a90900 {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(13%) sepia(87%) saturate(3361%)
        hue-rotate(5deg) brightness(95%) contrast(121%);
}
.icon--profile--red-740931 {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(13%) sepia(34%) saturate(5629%)
        hue-rotate(319deg) brightness(88%) contrast(106%);
}
.icon--profile--yellow-e5a74b {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(66%) sepia(65%) saturate(399%)
        hue-rotate(354deg) brightness(92%) contrast(94%);
}
.icon--profile--black-new {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(470%)
        hue-rotate(314deg) brightness(93%) contrast(92%);
}
.icon--profile--red-c21d38 {
    /* background-image: url(../../static/images/icons/profile--white-new.svg); */
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(3984%)
        hue-rotate(338deg) brightness(77%) contrast(96%);
}
.icon--website--purple {
    /* background-image: url(../../static/images/icons/website--purple.png); */
}
.icon--menu-points {
    /* background-image: url(../../static/images/icons/menu-points--white.png); */
}
.icon--menu-profile {
    /* background-image: url(../../static/images/icons/menu-profile--white.png); */
}
.icon--menu-tax {
    /* background-image: url(../../static/images/icons/menu-tax--white.png); */
}
.icon--menu-faq {
    /* background-image: url(../../static/images/icons/menu-faq--white.png); */
}
.icon--menu-tarifario {
    /* background-image: url(../../static/images/icons/menu-tarifario--white.png); */
}
.icon--menu-contact {
    /* background-image: url(../../static/images/icons/menu-contact--white.png); */
}
.icon--menu-logout {
    /* background-image: url(../../static/images/icons/menu-logout--white.png); */
}
.icon--coins {
    /* background-image: url(../../static/images/icons/coins--blue.png); */
}
.icon--points {
    /* background-image: url(../../static/images/icons/points--gray.png); */
}
.icon--check {
    /* background-image: url(../../static/images/icons/check--gray.png); */
}
.icon--handcoin {
    /* background-image: url(../../static/images/icons/handcoin--white.png); */
}
.icon--handpoint {
    background-image: url(../../static/images/icons/handpoint--gray.png);
}
.icon--review {
    background-image: url(../../static/images/icons/review--white.png);
}
.icon--package {
    background-image: url(../../static/images/icons/package--gray.png);
}
.icon--cart {
    background-image: url(../../static/images/icons/cart--gray.png);
    background-size: 80% auto;
}
.icon--receipt {
    background-image: url(../../static/images/icons/receipt--blue.png);
    background-size: 70% auto;
}
.icon--print {
    background-image: url(../../static/images/icons/print--blue.png);
}

.display-none {
    display: none !important;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1.1rem;
    background: #fbfbfb;
    z-index: 5;
}
@media print {
    .header {
        display: none;
    }
}
.logged-out .header {
    background: transparent;
}
.logged-in .header {
    min-height: 1.05rem;
}
.header__logo {
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1.22rem;
    height: 1.84rem;
    top: 0.14rem;
}
.logged-in .header__logo {
    width: 0.61rem !important;
    height: 0.92rem !important;
    top: 0.07rem !important;
}
.pages-about .header__logo,
.pages-sobre .header__logo,
.pages-politica-de-privacidade .header__logo,
.pages-privacy .header__logo,
.pages-terms .header__logo,
.pages-termos-de-uso .header__logo,
.pages-contato .header__logo,
.pages-contact .header__logo,
.pages-fale-conosco .header__logo {
    display: block !important;
    background-size: contain !important;
    width: 1.22rem !important;
    height: 1.84rem !important;
    top: 0.14rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.pages-about.logged-in .header__logo,
.pages-sobre.logged-in .header__logo,
.pages-politica-de-privacidade.logged-in .header__logo,
.pages-privacy.logged-in .header__logo,
.pages-terms.logged-in .header__logo,
.pages-termos-de-uso.logged-in .header__logo,
.pages-contato.logged-in .header__logo,
.pages-contact.logged-in .header__logo,
.pages-fale-conosco.logged-in .header__logo {
    width: 0.61rem !important;
    height: 0.92rem !important;
    top: 0.07rem !important;
}
.header__back {
    position: absolute;
    top: 0.2rem;
    left: 0.75rem;
    /* background: url(../../static/images/icons/back.png) center no-repeat; */
    background-size: contain;
    width: 0.3rem;
    height: 0.3rem;
}
@media (max-width: 1025px) {
    .header__back {
        top: 0.5rem;
        left: 0.4rem;
    }
}
.logged-in .header__back {
    top: 0.2rem;
    left: 0.18rem;
}
@media (max-width: 1025px) {
    .logged-in .header__back {
        top: 0.5rem;
        left: 0.88rem;
    }
}
.header__nav-left,
.header__nav-right {
    position: absolute;
    top: 0.3rem;
    display: inline-block;
}
.logged-in .header__nav-left,
.logged-in .header__nav-right {
    top: 0.3rem;
}
.header__nav-left {
    left: 0.2rem;
    display: flex;
    align-items: center;
}
@media (min-width: 1025px) {
    .header__nav-left {
        left: 0.7rem;
    }
}
.header__nav-right {
    justify-content: center;
    align-items: center;
    right: 0.3rem;
}
@media (min-width: 1025px) {
    .header__nav-right {
        right: 0.7rem;
    }
}
.logged-in .header__nav-right {
    display: flex;
}
.header__nav-link {
    margin: 0 0.2rem;
    line-height: 0;
    font-size: 0;
}
@media (min-width: 1025px) {
    .header__nav-link {
        vertical-align: top;
    }
}
.header__nav-link .icon {
    width: 0.46rem;
    height: 0.46rem;
}
.header__nav-link--pink,
.header__nav-link--white,
.header__nav-link--black,
.header__nav-link--gray,
.header__nav-link--yellow,
.header__nav-link--blue,
.header__nav-link--brown,
.header__nav-link--orange,
.header__nav-link--green,
.header__nav-link--dark-blue-new,
.header__nav-link--light-gray-new,
.header__nav-link--red-strong,
.header__nav-link--blue-strong,
.header__nav-link--dark-blue,
.header__nav-link--white-f0f5fa,
.header__nav-link--green-08696f,
.header__nav-link--yellow-desktop,
.header__nav-link--blue-mobile,
.header__nav-link--green-2c2c02,
.header__nav-link--bright-red-f3ddd3,
.header__nav-link--red-ca1f44,
.header__nav-link--red-a90900,
.header__nav-link--red-740931,
.header__nav-link--yellow-e5a74b,
.header__nav-link--red-c21d38,
.header__nav-link--black-new {
    color: #cc3366;
    font-size: 0.26rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
@media (min-width: 1025px) {
    .header__nav-link--pink,
    .header__nav-link--white,
    .header__nav-link--black,
    .header__nav-link--gray,
    .header__nav-link--yellow,
    .header__nav-link--blue,
    .header__nav-link--brown,
    .header__nav-link--orange,
    .header__nav-link--green,
    .header__nav-link--dark-blue-new,
    .header__nav-link--light-gray-new,
    .header__nav-link--red-strong,
    .header__nav-link--blue-strong,
    .header__nav-link--dark-blue,
    .header__nav-link--white-f0f5fa,
    .header__nav-link--green-08696f,
    .header__nav-link--yellow-desktop,
    .header__nav-link--blue-mobile,
    .header__nav-link--green-2c2c02,
    .header__nav-link--bright-red-f3ddd3,
    .header__nav-link--red-ca1f44,
    .header__nav-link--red-a90900,
    .header__nav-link--red-740931,
    .header__nav-link--yellow-e5a74b,
    .header__nav-link--red-c21d38,
    .header__nav-link--black-new {
        font-size: 0.18rem;
    }
}
.header__nav-link--pink .icon,
.header__nav-link--white .icon,
.header__nav-link--black .icon,
.header__nav-link--gray .icon,
.header__nav-link--yellow .icon,
.header__nav-link--blue .icon,
.header__nav-link--brown .icon,
.header__nav-link--orange .icon,
.header__nav-link--green .icon,
.header__nav-link--dark-blue-new .icon,
.header__nav-link--light-gray-new .icon,
.header__nav-link--red-strong .icon,
.header__nav-link--blue-strong .icon,
.header__nav-link--dark-blue .icon,
.header__nav-link--white-f0f5fa .icon,
.header__nav-link--green-08696f .icon,
.header__nav-link--yellow-desktop .icon,
.header__nav-link--blue-mobile .icon,
.header__nav-link--green-2c2c02 .icon,
.header__nav-link--bright-red-f3ddd3 .icon,
.header__nav-link--red-ca1f44 .icon,
.header__nav-link--red-a90900 .icon,
.header__nav-link--red-740931 .icon,
.header__nav-link--yellow-e5a74b .icon,
.header__nav-link--red-c21d38 .icon,
.header__nav-link--black-new .icon {
    margin-left: 0.12rem;
}
.header__nav-link--white {
    color: #fff;
}
.header__nav-link--yellow {
    color: #f7da56;
}
.header__nav-link--black {
    color: #000;
}
.header__nav-link--gray {
    color: #3f3d38;
}
.header__nav-link--light-gray-new {
    color: #595c5e;
}
.header__nav-link--red-strong {
    color: #ff0012;
}
.header__nav-link--blue-strong {
    color: #0052c0;
}
.header__nav-link--yellow-desktop {
    color: #ffcc00;
}
.header__nav-link--blue-mobile {
    color: #001b7d;
}
.header__nav-link--blue {
    color: #001778;
}
.header__nav-link--brown {
    color: #5e2b16;
}
.header__nav-link--orange {
    color: #b7731f;
}
.header__nav-link--green {
    color: #357923;
}
.header__nav-link--dark-blue-new {
    color: #002b4b;
}
.header__nav-link--dark-blue {
    color: #061326;
}
.header__nav-link--green-08696f {
    color: #08696f;
}
.header__nav-link--white-f0f5fa {
    color: #f0f5fa;
}
.header__nav-link--bright-red-f3ddd3 {
    color: #f3ddd3;
}
.header__nav-link--red-ca1f44 {
    color: #ca1f44;
}
.header__nav-link--red-a90900 {
    color: #a90900;
}
.header__nav-link--red-740931 {
    color: #740931;
}
.header__nav-link--yellow-e5a74b {
    color: #e5a74b;
}
.header__nav-link--black-new {
    color: #231f1f;
}
.header__nav-link--red-c21d38 {
    color: #c21d38;
}
.header__info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.2rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
}
@media (min-width: 1025px) {
    .header__info {
        left: 0.7rem;
    }
}
.header__info-figure {
    margin: 0 0.3rem 0 0.3rem;
    padding: 0;
    position: relative;
}
.header__info-figure:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100vw;
    /* background: url(../../static/images/icons/border-profile-image.png) no-repeat center; */
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.header__info-image {
    display: block;
    border-radius: 100vw;
    width: 0.46rem;
}
@media (min-width: 1025px) {
    .header__info-image {
        width: 1.66rem;
    }
    .logged-in .header__info-image {
        width: 0.83rem;
    }
}
.header__info-content {
    display: none;
}
@media (min-width: 1025px) {
    .header__info-content {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        justify-items: center;
        align-items: center;
        align-content: center;
    }
}
.header__info-name {
    color: #000;
    font-size: 0.22rem;
    text-transform: uppercase;
    margin-bottom: 0.1rem;
}
.header__info-points {
    color: #1d71b8;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.2rem;
    font-weight: 600;
}
.header__info-points .icon {
    vertical-align: middle;
    width: 0.27rem;
    height: 0.29rem;
    margin-right: 0.1rem;
}

.footer {
    position: relative;
    background: #fff;
    height: 0.85rem;
    z-index: 1;
}
@media print {
    .footer {
        display: none;
    }
}
@media (max-width: 1025px) {
    .footer {
        height: auto;
        margin: 0.2rem 0;
    }
}
.footer__wrapper {
    margin: 0 auto;
    max-width: 16.95rem;
    display: flex;
    height: 0.85rem;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1025px) {
    .footer__wrapper {
        height: auto;
        flex-direction: column;
    }
}
.footer__links {
    display: flex;
    flex-direction: row;
    margin: 0.2rem;
}
@media (max-width: 1025px) {
    .footer__links {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 0.2rem;
        justify-content: center;
    }
}
.footer__link {
    margin-right: 0.2rem;
    text-decoration: underline;
    color: #878787;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.21rem;
}
@media (max-width: 1025px) {
    .footer__link {
        font-size: 0.32rem;
        margin-right: 0rem;
    }
}
.footer__logo {
    height: 60%;
}
.footer__logo img {
    height: 100%;
}
@media (max-width: 1025px) {
    .footer__logo {
        height: 1rem;
    }
}

.left-menu,
.right-menu,
.internal-menu {
    position: absolute;
    top: 0;
    width: 2.9rem;
    height: 100%;
    z-index: 10;
}
@media print {
    .left-menu,
    .right-menu,
    .internal-menu {
        display: none;
    }
}
.left-menu__nav,
.right-menu__nav,
.internal-menu__nav {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 0.25rem;
}
.left-menu__nav-link,
.right-menu__nav-link,
.internal-menu__nav-link {
    display: block;
    width: 1.9rem;
    color: #9d9d9c;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.1rem 0 0.1rem;
    margin-bottom: 0.04rem;
    border-bottom: 1px solid #9d9d9c;
    text-align: center;
}
.left-menu__nav-link:focus,
.left-menu__nav-link:hover,
.right-menu__nav-link:focus,
.right-menu__nav-link:hover,
.internal-menu__nav-link:focus,
.internal-menu__nav-link:hover {
    color: #1d71b8;
}
.left-menu__nav-link.small,
.right-menu__nav-link.small,
.internal-menu__nav-link.small {
    font-size: 0.16rem;
}
.left-menu .component-form,
.right-menu .component-form,
.internal-menu .component-form {
    padding: 0 0.25rem;
}
.left-menu .component-form:before,
.right-menu .component-form:before,
.internal-menu .component-form:before {
    content: "";
    display: block;
    position: relative;
    background: url(../../static/images/general/logo-incentive.png) center;
    background-size: contain;
    width: 0.7rem;
    height: 1.05rem;
    margin: 0.54rem auto 0.3rem;
}

.left-menu {
    left: -2.9rem;
    background: url(../../static/images/general/bg-bullets--left.png) bottom
        left no-repeat;
    background-size: 80% auto;
    background-color: white;
}

.right-menu {
    right: -2.9rem;
    /* background: url(../../static/images/general/bg-bullets--right.png) bottom right no-repeat; */
    background-size: 80% auto;
    background-color: white;
}

.internal-menu {
    position: fixed;
    width: auto;
    height: auto;
    right: -2.4rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1.1rem;
    z-index: 11;
}
@media (min-width: 920px) and (max-width: 1025px) {
    .internal-menu {
        top: 32%;
    }
}
.internal-menu:hover {
    z-index: 11;
}
.internal-menu__wrapper {
    display: block;
}
.internal-menu__link {
    transition: transform 0.4s ease-out;
    display: block;
    background: #1d71b8;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.2rem;
    margin: 0.07rem 0;
    padding: 0.07rem 0.14rem;
    border-radius: 0.1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateX(2.44rem);
}
.enter-animate .internal-menu__link {
    transform: translateX(-240);
}
.enter-animate .internal-menu__link:nth-child(2) {
    transition-delay: 0.2s;
}
.enter-animate .internal-menu__link:nth-child(3) {
    transition-delay: 0.4s;
}
.enter-animate .internal-menu__link:nth-child(4) {
    transition-delay: 0.6s;
}
.enter-animate .internal-menu__link:nth-child(5) {
    transition-delay: 0.8s;
}
.enter-animate .internal-menu__link:nth-child(6) {
    transition-delay: 1s;
}
.end-animate .internal-menu__link {
    transform: translateX(0rem);
    transition-delay: 0s !important;
}
.end-animate .internal-menu__link:focus,
.end-animate .internal-menu__link:hover {
    transform: translateX(-2.4rem);
}
.internal-menu__link .icon {
    vertical-align: middle;
    margin-right: 0.14rem;
}
.internal-menu__link .text {
    vertical-align: middle;
    width: 2.3rem;
    display: inline-block;
    text-align: center;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    list-style: none;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-search--inline {
    float: right;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled
    .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
    .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__group {
    padding-left: 0;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__clear {
    display: none;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open
    .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic
    .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.select2-container--incentiveplace .select2-selection--single {
    height: 0.34rem !important;
}
@media (max-width: 767px) {
    .select2-container--incentiveplace .select2-selection--single {
        height: 0.68rem !important;
    }
}
.select2-container--incentiveplace
    .select2-selection--single
    .select2-selection__placeholder {
    font-family: sans-serif;
    color: #6d6d6d;
    font-size: 0.16rem;
    line-height: 0.32rem;
}
@media (max-width: 767px) {
    .select2-container--incentiveplace
        .select2-selection--single
        .select2-selection__placeholder {
        font-size: 0.22rem;
    }
}
.select2-container--incentiveplace
    .select2-selection--single
    .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 20px;
}
.select2-container--incentiveplace
    .select2-selection--single
    .select2-selection__arrow
    b {
    top: 60%;
    border-color: #666 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
}
.select2-container--incentiveplace
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 0.32rem;
    color: #7c7c7b;
    font-weight: bold;
}
@media (max-width: 767px) {
    .select2-container--incentiveplace
        .select2-selection--single
        .select2-selection__rendered {
        height: 0.68rem;
        line-height: 0.68rem;
    }
}

@media (max-width: 767px) {
    .select2-search--dropdown {
        padding: 10px 4px 4px 4px;
    }
}

.select2-search--dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 0 solid #bbb;
    border-radius: 0.1rem;
    background-color: #eee;
    font-family: sans-serif;
    color: #6d6d6d;
    font-size: 0.16rem;
    padding: 8px;
}
@media (max-width: 767px) {
    .select2-search--dropdown .select2-search__field,
    .select2-search--inline .select2-search__field {
        font-size: 0.22rem;
        padding: 10px 8px;
    }
}
.select2-search--dropdown .select2-search__field::placeholder,
.select2-search--inline .select2-search__field::placeholder {
    font-family: sans-serif;
    color: #6d6d6d;
    font-size: 0.16rem;
}
@media (max-width: 767px) {
    .select2-search--dropdown .select2-search__field::placeholder,
    .select2-search--inline .select2-search__field::placeholder {
        font-size: 0.22rem;
    }
}

.select2-results__message {
    font-family: sans-serif;
    color: #6d6d6d;
    font-size: 0.16rem;
}
@media (max-width: 767px) {
    .select2-results__message {
        font-size: 0.22rem;
    }
}

.select2-container--incentiveplace .select2-selection--multiple {
    min-height: 0.34rem !important;
}
.select2-container--incentiveplace
    .select2-selection--multiple
    .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--incentiveplace
    .select2-selection--multiple
    .select2-selection__choice {
    color: #6d6d6d;
    border: 0px solid #999;
    border-radius: 0.1rem;
    padding: 0;
    padding-right: 5px;
    cursor: pointer;
    float: left;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-right: 5px;
}
.select2-container--incentiveplace
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #999999;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 1px;
    padding-right: 3px;
    padding-left: 3px;
    float: left;
}
.select2-container--incentiveplace
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #666;
}

.select2-container {
    display: block;
}
.select2-container *:focus {
    outline: 0;
}

.input-group .select2-container--incentiveplace {
    flex-grow: 1;
}

.input-group-prepend ~ .select2-container--incentiveplace .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group
    > .select2-container--incentiveplace:not(:last-child)
    .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--incentiveplace .select2-selection {
    background-color: #eee;
    border: 0 solid #bbb;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    width: 100%;
}
.select2-container--incentiveplace.select2-container--focus .select2-selection {
    border-color: #bbb;
}
.select2-container--incentiveplace.select2-container--focus.select2-container--open
    .select2-selection {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--incentiveplace.select2-container--disabled
    .select2-selection,
.select2-container--incentiveplace.select2-container--disabled.select2-container--focus
    .select2-selection {
    cursor: not-allowed;
    border-color: #bbb;
}
.select2-container--incentiveplace.select2-container--disabled
    .select2-search__field,
.select2-container--incentiveplace.select2-container--disabled.select2-container--focus
    .select2-search__field {
    background-color: transparent;
}
.select2-container--incentiveplace .select2-dropdown {
    border-color: #bbb;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--incentiveplace .select2-dropdown.select2-dropdown--above {
    border-top: 1px solid #bbb;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
}
.select2-container--incentiveplace
    .select2-dropdown
    .select2-results__option[aria-selected="true"] {
    background-color: #bfbfbf;
    color: white;
}
@media (max-width: 767px) {
    .select2-container--incentiveplace
        .select2-dropdown
        .select2-results__option {
        margin: 7px 0;
    }
}
.select2-container--incentiveplace .select2-results__option--highlighted,
.select2-container--incentiveplace
    .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    background-color: rgba(57, 57, 57, 0.98);
    color: white;
}
.select2-container--incentiveplace .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--incentiveplace
    .select2-results
    > .select2-results__options {
    max-height: 15em;
    overflow-y: auto;
    font-family: sans-serif;
    color: #6d6d6d;
    font-size: 0.16rem;
    font-weight: normal;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .select2-container--incentiveplace
        .select2-results
        > .select2-results__options {
        min-height: 300px;
        font-size: 0.22rem;
    }
}
.select2-container--incentiveplace .select2-results__group {
    padding: 6px;
    display: list-item;
    color: #e60146;
}
.select2-container--incentiveplace .select2-selection__clear {
    width: 1.2em;
    height: 1.2em;
    line-height: 1.15em;
    padding-left: 0.3em;
    margin-top: 0.5em;
    border-radius: 100%;
    background-color: #e60146;
    color: #ccc;
    float: right;
    margin-right: 0.3em;
}
.select2-container--incentiveplace .select2-selection__clear:hover {
    background-color: #666;
}

.component-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
.component-form fieldset.form-has-email-domains .fieldgroup-register-email {
    display: none;
}
.component-form .fieldgroup {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 0 0.15rem;
}
.component-form .fieldgroup label > span.error {
    padding-top: 6px;
}
@media (max-width: 767px) {
    .component-form .fieldgroup {
        display: block;
        flex: none;
        margin: 0;
    }
    .component-form .fieldgroup__client-email-domain {
        display: flex;
        margin-bottom: 20px;
    }
    .component-form .fieldgroup__client-email-domain__email_confirmation {
        margin-bottom: 24px;
    }
}
.component-form .fieldgroup__custom {
    margin: 0 0 0.3rem;
}
.component-form .fieldgroup__recaptcha {
    display: flex;
    margin-bottom: 6px;
}
.component-form .fieldgroup__recaptcha .g-recaptcha {
    margin: auto;
}
.component-form .fieldgroup:last-child {
    margin-bottom: 0;
}
.component-form .fieldgroup--flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.component-form .fieldgroup--confirm,
.component-form .fieldgroup--warning {
    padding: 0.14rem;
    background-color: #1d71b8;
}
.component-form .fieldgroup--confirm .forminfo em,
.component-form .fieldgroup--confirm .forminfo small,
.component-form .fieldgroup--warning .forminfo em,
.component-form .fieldgroup--warning .forminfo small {
    color: #fff;
}
.component-form .fieldgroup--confirm .forminfo small,
.component-form .fieldgroup--warning .forminfo small {
    font-size: 0.13rem;
}
@media (max-width: 767px) {
    .component-form .fieldgroup--confirm .forminfo small,
    .component-form .fieldgroup--warning .forminfo small {
        font-size: 0.2rem;
    }
}
.component-form .fieldgroup--confirm .fieldbutton,
.component-form .fieldgroup--warning .fieldbutton {
    background-color: transparent;
    border: 0.02rem solid #fff;
    color: #fff;
}
@media (max-width: 767px) {
    .component-form .fieldgroup--confirm,
    .component-form .fieldgroup--warning {
        margin-bottom: 0.2rem;
        padding: 0.28rem;
    }
    .component-form .fieldgroup--confirm:after,
    .component-form .fieldgroup--warning:after {
        content: "";
        display: block;
        margin-top: -0.2rem;
    }
}
.component-form .fieldgroup--warning {
    background: #ff0000;
}
.component-form .fieldgroup-small .fieldtext {
    font-size: 0.14rem;
}
@media (max-width: 767px) {
    .component-form .fieldgroup-small .fieldtext {
        font-size: 0.22rem;
    }
}
.component-form .fieldgroup-small .fieldselect select {
    font-size: 0.14rem;
}
@media (max-width: 767px) {
    .component-form .fieldgroup-small .fieldselect select {
        font-size: 0.22rem;
    }
}
.component-form .fieldgroup__customFields {
    flex-wrap: wrap;
}
.component-form .fieldgroup__customFields label {
    flex-basis: calc(50% - 0.14rem);
    flex-grow: initial;
    margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
    .component-form .fieldgroup__customFields label {
        margin-bottom: 0.35rem;
    }
}
.component-form .fieldgroup__customFields label.label-customField-disabled {
    display: none;
}
.component-form .fieldgroup__client-email-domain__email {
    padding-top: 14px;
}
.component-form .fieldgroup__client-email-domain__email_confirmation {
    padding-bottom: 14px;
}
.component-form .fieldgroup__client-email-domain label {
    margin: 0;
}
.component-form .fieldgroup__client-email-domain input.client-email-name {
    border-radius: 0.1rem 0 0 0.1rem;
}
@media (max-width: 767px) {
    .component-form .fieldgroup__client-email-domain input.client-email-name {
        font-size: 12px;
        padding: 0 4px;
    }
}
.component-form .fieldgroup__client-email-domain select.client-email-domain {
    border-color: #ededed;
    border-radius: 0 0.1rem 0.1rem 0;
}
@media (max-width: 767px) {
    .component-form
        .fieldgroup__client-email-domain
        select.client-email-domain {
        font-size: 12px;
        padding: 0 4px;
    }
}
.component-form label {
    position: relative;
    display: inline-block;
}
.component-form label.isMoney:before {
    bottom: 0;
    color: inherit;
    content: "R$";
    font-size: 0.16rem;
    height: 0.34rem;
    line-height: 0.34rem;
    left: 0;
    padding: 0 0.1rem;
    position: absolute;
}
@media (max-width: 767px) {
    .component-form label.isMoney:before {
        font-size: 0.28rem;
        height: 0.68rem;
        line-height: 0.68rem;
        padding: 0 0.2rem;
    }
}
.small .component-form label.isMoney:before {
    font-size: 0.14rem;
}
@media (max-width: 767px) {
    .small .component-form label.isMoney:before {
        font-size: 0.22rem;
    }
}
.component-form label.isMoney.error:before {
    bottom: 0.16rem;
}
.component-form label.fluid {
    display: block;
    min-width: 100%;
}
@media (max-width: 767px) {
    .component-form label {
        width: 100%;
    }
}
.component-form label.aside {
    position: relative;
    display: flex;
    align-items: baseline;
}
@media (max-width: 767px) {
    .component-form label.aside {
        display: block;
        width: 100%;
    }
}
.component-form label.aside span {
    width: 20%;
}
@media (max-width: 767px) {
    .component-form label.aside span {
        width: 100%;
    }
}
.component-form label.aside .fieldtext,
.component-form label.aside .fieldtextarea,
.component-form label.aside .fieldselect {
    width: 80%;
}
@media (max-width: 767px) {
    .component-form label.aside .fieldtext,
    .component-form label.aside .fieldtextarea,
    .component-form label.aside .fieldselect {
        width: 100%;
    }
}
.component-form label.aside span.error {
    left: 20%;
    font-size: 10px;
    color: #ff0000;
    text-transform: none;
    width: auto;
    bottom: -0.22rem;
}
@media (max-width: 767px) {
    .component-form label.aside span.error {
        right: 0;
        top: 0.05rem;
        left: auto;
        bottom: auto;
    }
}
.component-form label.aside.labelradio {
    height: auto;
    align-self: flex-end;
}
.component-form label.aside.labelradio span {
    width: auto;
}
.component-form label.aside.labelradio span.error {
    left: 0;
}
.component-form label.photo {
    position: relative;
    text-align: center;
}
.component-form label.photo.fineupload:hover .cover:before {
    content: " ";
}
@media (min-width: 767px) {
    .component-form label.photo {
        position: absolute;
        left: 0;
        top: 0.6rem;
    }
}
.component-form label.photo span {
    text-align: center;
}
.component-form label.photo img {
    background: transparent;
    z-index: 0;
    display: inline-block;
    cursor: default;
    text-align: center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.component-form label.photo .cover {
    border: 1px solid transparent;
    border-radius: 50%;
    height: 2rem;
    overflow: hidden;
    position: relative;
    width: 2rem;
}
.component-form label.photo .cover:before {
    /* background-image: url(../../static/images/general/profile-upload.jpg); */
    background-position: center;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
}
.component-form label.photo input {
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 2rem;
    top: 0;
    left: -1000px;
    opacity: 0;
    cursor: default;
}
.component-form label span {
    display: block;
    margin: 0 0 0.05rem;
    font-size: 0.16rem;
    font-weight: normal;
}
@media (max-width: 767px) {
    .component-form label span {
        margin: 0 0 0.1rem;
        font-size: 0.28rem;
    }
}
.component-form label span.choose_bank {
    background: transparent;
    border: none;
    cursor: pointer;
    float: left;
    margin: 0 0.25rem 0.07rem 0;
    outline: none;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.component-form label span.choose_bank.active:before,
.component-form label span.choose_bank:not(span):hover:before {
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -1;
    border-radius: inherit;
}
.component-form label em {
    color: #ff0000;
    font-size: 0.12rem;
    font-style: normal;
    margin: 0.05rem 0 0 0.1rem;
}
@media (max-width: 767px) {
    .component-form label em {
        margin: 0.1rem 0 0 0.2rem;
        font-size: 0.18rem;
    }
}
.component-form label.label-select-item-code span.select2-container {
    width: 100%;
}
.component-form label.label-select-item-qtd {
    flex: 13.5;
}
.component-form span.error {
    font-size: 10px;
    color: #ff0000;
}
.relative-error .component-form span.error {
    position: relative;
    white-space: pre-wrap;
}
.component-form span.error#user-document-error {
    position: inherit !important;
    margin: 6px 0 0 0 !important;
    white-space: normal !important;
}
@media (max-width: 767px) {
    .component-form span.error {
        font-size: 0.18rem;
        max-width: 4rem;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.4em;
    }
}
.component-form .fieldtext:disabled,
.component-form .fieldtext:read-only,
.component-form .fieldtextarea:disabled,
.component-form .fieldtextarea:read-only,
.component-form .fieldselect select:disabled,
.component-form .fieldselect select:read-only {
    background-color: #f0f0f0;
}
.component-form .fieldtext,
.component-form .fieldcheckbox,
.component-form .fieldtextarea,
.component-form .fieldselect {
    width: 100%;
    height: 0.34rem;
    border: 1px solid #ededed;
    border-radius: 0.1rem;
    background: #ededed no-repeat 95% center;
    background-size: auto 0.21rem;
    resize: none;
}
@media (max-width: 767px) {
    .component-form .fieldtext,
    .component-form .fieldcheckbox,
    .component-form .fieldtextarea,
    .component-form .fieldselect {
        height: 0.68rem;
        border-radius: 0.08rem;
        background-size: auto 0.42rem;
    }
}
.component-form .fieldtext[class*="icon-"],
.component-form .fieldcheckbox[class*="icon-"],
.component-form .fieldtextarea[class*="icon-"],
.component-form .fieldselect[class*="icon-"] {
    box-sizing: border-box;
    padding-right: 16%;
}
.component-form .fieldtext.icon-user,
.component-form .fieldcheckbox.icon-user,
.component-form .fieldtextarea.icon-user,
.component-form .fieldselect.icon-user {
    /* background-image: url(../../static/images/form/icon-user.png); */
}
.component-form .fieldtext.icon-pass,
.component-form .fieldcheckbox.icon-pass,
.component-form .fieldtextarea.icon-pass,
.component-form .fieldselect.icon-pass {
    /* background-image: url(../../static/images/form/icon-pass.png); */
}
.component-form .fieldtext[data-rule-money],
.component-form .fieldcheckbox[data-rule-money],
.component-form .fieldtextarea[data-rule-money],
.component-form .fieldselect[data-rule-money] {
    text-align: right;
}
.component-form .fieldtext[disabled],
.component-form .fieldtext:read-only,
.component-form .fieldcheckbox[disabled],
.component-form .fieldcheckbox:read-only,
.component-form .fieldtextarea[disabled],
.component-form .fieldtextarea:read-only,
.component-form .fieldselect[disabled],
.component-form .fieldselect:read-only {
    background-color: rgba(237, 237, 237, 0.3);
    border-color: rgba(237, 237, 237, 0.3);
}
.component-form .fieldcheckbox {
    width: 0.1rem;
    height: 0.1rem;
}
.pages-register .component-form .fieldcheckbox {
    margin-right: 0.2rem;
}
@media (max-width: 767px) {
    .component-form .fieldcheckbox {
        width: 0.2rem;
        height: 0.2rem;
    }
}
.component-form .error .fieldtext,
.component-form .error .fieldtextarea,
.component-form .error .fieldselect {
    border-color: #ff0000 !important;
}
.component-form .error .fieldradio {
    outline: 1px solid #ff0000;
}
.component-form .error.error-on-right {
    position: relative;
}
.component-form .error.error-on-right span.error {
    right: 0;
}
.component-form .fieldtext,
.component-form .fieldtextarea {
    padding: 0 0.1rem;
    font-size: 0.16rem;
    color: #7c7c7b;
}
@media (max-width: 767px) {
    .component-form .fieldtext,
    .component-form .fieldtextarea {
        padding: 0 0.2rem;
        font-size: 0.28rem;
    }
}
.component-form .fieldtext.gray,
.component-form .fieldtextarea.gray {
    color: #727272;
}
.component-form .fieldtext.small,
.component-form .fieldtextarea.small {
    font-size: 0.14rem;
}
@media (max-width: 767px) {
    .component-form .fieldtext.small,
    .component-form .fieldtextarea.small {
        font-size: 0.22rem;
    }
}
.component-form .fieldtextarea {
    padding: 0.05rem 0.1rem;
    height: auto;
    min-height: 2rem;
}
@media (max-width: 767px) {
    .component-form .fieldtextarea {
        padding: 0.1rem 0.2rem;
        min-height: 4rem;
    }
}
.component-form .fieldselect {
    overflow: hidden;
}
.component-form .fieldselect select {
    background: transparent;
    border: none;
    font-size: 0.16rem;
    height: 0.33rem;
    padding: 5px;
    /* If you add too much padding here, the options won't show in IE */
    width: 100%;
    color: #7c7c7b;
}
@media (max-width: 767px) {
    .component-form .fieldselect select {
        font-size: 0.28rem;
        height: 0.66rem;
        padding: 0.1rem;
    }
}
.component-form .fieldselect.gray select {
    color: #727272;
}
.component-form .fieldselect.small select {
    font-size: 0.14rem;
}
@media (max-width: 767px) {
    .component-form .fieldselect.small select {
        font-size: 0.22rem;
    }
}
.component-form .fieldselect__custom {
    align-items: center;
    background: #fff no-repeat 95% center;
    background-size: auto 0.21rem;
    color: #7c7c7b;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    font-size: 0.16rem;
    justify-content: flex-start;
    margin: 0 !important;
    min-width: 100%;
    padding: 0 0.1rem;
    width: 100%;
}
@media (max-width: 767px) {
    .component-form .fieldselect__custom {
        padding: 0 0.2rem;
        font-size: 0.28rem;
    }
}
.component-form .fieldselect__custom > * {
    pointer-events: none;
}
.component-form .fieldselect__custom.disabled {
    opacity: 0.5;
}
.component-form .fieldselect__custom:not(.checked) .fieldselect__custom__image {
    background: #fff;
}
.component-form .fieldselect__custom:not(.checked .disabled):hover {
    background: #e3e3e3;
}
.component-form .fieldselect__custom__input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.component-form .fieldselect__custom__image {
    background: #1d71b8;
    box-shadow: 0 0 0.05rem rgba(228, 228, 228, 0.5);
    display: block;
    margin-right: 0.1rem;
    padding: 0.03rem;
    width: 0.5rem !important;
}
.component-form .fieldselect__custom__price {
    font-weight: bold;
    margin-left: auto;
    width: auto !important;
}
.component-form .fieldselect__custom__price.left {
    margin-left: 0;
}
.component-form .fieldbutton {
    background: #1d71b8;
    border: none;
    cursor: pointer;
    height: 0.34rem;
    align-self: flex-end;
    padding: 0 0.2rem;
    color: #fff;
    border-radius: 0.1rem;
    font-size: 0.18rem;
    margin: 0 auto;
    display: block;
}
@media (max-width: 767px) {
    .component-form .fieldbutton {
        height: 0.68rem;
        padding: 0 0.4rem;
        border-radius: 0.08rem;
        font-size: 0.3rem;
    }
}
.component-form .fieldbutton.red {
    background: #e60146;
    align-self: flex-start;
    text-transform: uppercase;
}
.component-form .fieldbutton.small {
    font-size: 0.14rem;
}
@media (max-width: 767px) {
    .component-form .fieldbutton.small {
        font-size: 0.22rem;
    }
}
.component-form .fieldbutton.smallest {
    font-size: 0.11rem;
}
.component-form .fieldbutton:disabled {
    opacity: 0.5;
    cursor: default;
}
.component-form .fieldbutton.onright {
    margin-right: 0;
}
.component-form .fieldbutton.nonblock {
    display: inline-block;
}
.component-form .fieldbutton.color {
    text-decoration: none;
    text-transform: uppercase;
}
.component-form .fieldbutton.btn-item-JS {
    margin-bottom: auto;
    margin-top: 0.21rem;
    font-weight: bold;
}
.component-form .fieldbutton.btn-item-JS:disabled {
    pointer-events: none;
}
.component-form .fieldbutton.btn-add-item-JS {
    font-size: 0.3rem;
    line-height: 0.38rem;
}
.component-form .fieldbutton.btn-remove-item-JS {
    font-size: 0.2rem;
    text-transform: none;
    margin-right: 0.06rem;
    line-height: 0.28rem;
}
.component-form .fieldradio {
    width: 0.96rem;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    border: 0 solid transparent;
    margin: 0 0.15rem 0.15rem 0;
    display: inline-block;
}
.component-form .fieldradio.giftcard {
    width: 1rem;
}
.component-form .fieldradio.no-margin--right {
    margin-right: 0;
}
.component-form .fieldradio span.fieldlabel {
    color: #878787;
    display: block;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.17rem;
    font-weight: normal;
    line-height: 0.35rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
}
.component-form .fieldradio span.fieldlabel.giftcard {
    width: 1rem;
    font-size: 0.15rem;
}
.component-form .fieldradio span.error {
    bottom: calc(100% + 0.05rem);
    top: auto;
}
.component-form .fieldradio #account_type-error {
    bottom: calc(100% + 0.02rem);
    top: auto;
    left: 1.2rem;
}
.component-form .fieldradio.double {
    width: 2.07rem;
}
.component-form .fieldradio:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
    left: -0.02rem;
    z-index: -1;
    border-radius: inherit;
}
.component-form .fieldradio input {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.component-form .fieldradio input:checked ~ span {
    background: rgba(29, 113, 184, 0.3);
}
.component-form .fieldradio.field-disabled {
    pointer-events: none;
}
.component-form .fieldradio.field-disabled::before {
    background: #ccc;
    cursor: default;
}
.component-form .fieldradio.field-disabled .fieldlabel {
    opacity: 0.6;
    cursor: default;
}
.component-form .formsuccess,
.component-form .formerrors,
.component-form .fieldspacer,
.component-form .forminfo,
.component-form label {
    flex: 20;
}
.component-form .formsuccess,
.component-form .formerrors,
.component-form .fieldspacer,
.component-form .forminfo,
.component-form label {
    margin: 0 0.14rem 0 0;
}
.component-form .formsuccess:last-child,
.component-form .formerrors:last-child,
.component-form .fieldspacer:last-child,
.component-form .forminfo:last-child,
.component-form label:last-child {
    margin-right: 0;
}
@media (max-width: 767px) {
    .component-form .formsuccess,
    .component-form .formerrors,
    .component-form .fieldspacer,
    .component-form .forminfo,
    .component-form label {
        margin: 0 0 0.35rem;
    }
}
.component-form .formerrors {
    color: #ff0000;
    font-size: 0.12rem;
}
@media (max-width: 767px) {
    .component-form .formerrors {
        font-size: 0.18rem;
    }
}
.component-form .formerrors:not(:empty) {
    margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
    .component-form .formerrors:not(:empty) {
        margin-bottom: 0.3rem;
    }
}
.component-form .formerrors.formerrors--minhaconta {
    font-size: 0.14rem;
    text-align: right;
    margin-right: 0.1rem;
    line-height: 0.3rem;
    margin-bottom: 0;
}
.component-form .formsuccess {
    color: #009951;
    font-size: 0.12rem;
}
@media (max-width: 767px) {
    .component-form .formsuccess {
        font-size: 0.18rem;
    }
}
.component-form .formsuccess:not(:empty) {
    margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
    .component-form .formsuccess:not(:empty) {
        margin-bottom: 0.3rem;
    }
}
.component-form .fieldcheckbox {
    background: #e3e3e3;
    border: 1px solid #fff;
    box-sizing: border-box;
    height: 0.14rem;
    position: relative;
    width: 0.14rem;
    border-radius: 0.04rem;
}
.component-form .fieldcheckbox:after,
.component-form .fieldcheckbox:before {
    background: #e3e3e3;
    border: 1px solid #e3e3e3;
    border-radius: 0.04rem;
    box-sizing: border-box;
    content: "";
    height: calc(100% + 2px);
    left: -2px;
    position: absolute;
    top: -2px;
    width: calc(100% + 2px);
}
.component-form .fieldcheckbox:after {
    z-index: 0;
}
.component-form .fieldcheckbox:before {
    background: #1d71b8;
    background-image: url(../../static/images/icons/check--blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: 0.03rem solid transparent;
    border-radius: 0.04rem;
    opacity: 0;
    transition: all 0.4s linear;
    z-index: 1;
}
.component-form .fieldcheckbox:checked:before {
    opacity: 1;
}
.component-form .fieldcheckbox[readonly]:before {
    opacity: 1;
}
.component-form .fieldcheckbox.error {
    border-color: red;
}
.component-form .fieldcheckbox.error:after,
.component-form .fieldcheckbox.error:before {
    border-color: red;
}
.component-form .fieldcheckbox-label {
    display: inline-block;
    vertical-align: middle;
}
.component-form .fieldcheckbox-label a {
    color: #1d71b8;
}
@media (max-width: 767px) {
    .pages-register .component-form .fieldcheckbox-label {
        width: 4.5rem;
    }
}
.component-form .fieldspacer {
    border: 0;
    height: 1px;
    width: auto;
    margin: 0;
    padding: 0;
    visibility: hidden;
}
.component-form .fieldtab,
.component-form .fieldwrapper {
    position: relative;
    display: none;
    margin: 0 auto;
    padding: 0.3rem 0;
}
@media (min-width: 767px) {
    .component-form .fieldtab,
    .component-form .fieldwrapper {
        max-width: 9.8rem;
    }
    .component-form .fieldtab.fieldwrapper-submit,
    .component-form .fieldwrapper.fieldwrapper-submit {
        padding-left: 0;
    }
}
@media (min-width: 1280px) {
    .component-form .fieldtab,
    .component-form .fieldwrapper {
        max-width: 8.1rem;
    }
}
@media (min-width: 767px) {
    .component-form .fieldtab--general,
    .component-form .fieldtab--address,
    .component-form .fieldtab--password,
    .component-form .fieldwrapper--general,
    .component-form .fieldwrapper--address,
    .component-form .fieldwrapper--password {
        max-width: 10.9rem;
        padding-left: 2.8rem;
    }
}
.component-form .fieldtab.active,
.component-form .fieldwrapper.active {
    display: block;
}
.component-form .fieldtab.textcenter,
.component-form .fieldwrapper.textcenter {
    text-align: center;
}
.component-form .fieldwrapper {
    display: block;
    max-width: 10.9rem;
    padding-left: 2.8rem;
}
.component-form .fieldwrapper .formerrors {
    text-align: right;
    align-self: center;
    margin-bottom: 0;
}
.component-form .txtwarning {
    color: #ff0000;
    text-align: left;
    font-size: 0.14rem;
    margin-top: -0.05rem;
    font-weight: bold;
}

.select2-results__option[aria-disabled="true"] {
    opacity: 0.5;
}

.campanhas-list {
    max-width: 17.5rem;
    margin: 0.3rem auto 0.4rem;
}
@media (min-width: 1025px) {
    .campanhas-list {
        margin-bottom: 0;
        display: flex;
        flex-flow: row wrap;
    }
}
.campanhas-list__item {
    background: #fff;
    display: inline-block;
    padding: 0.18rem;
    box-sizing: border-box;
    margin: 0 0.1rem 0.4rem;
    width: 94%;
    transition: box-shadow 0.2s ease-in-out;
    -webkit-box-shadow: 0px 0px 0.09rem 0px rgba(120, 120, 120, 0.3);
    -moz-box-shadow: 0px 0px 0.09rem 0px rgba(120, 120, 120, 0.3);
    box-shadow: 0px 0px 0.09rem 0px rgba(120, 120, 120, 0.3);
}
@media (min-width: 1025px) {
    .campanhas-list__item {
        width: 4.12rem;
        min-height: 4.4rem;
        margin: 0 0.1rem 0.2rem;
    }
    .campanhas-list__item--grouped {
        width: 96.5%;
    }
    .campanhas-list__item .component-form {
        width: 4.12rem;
    }
    .campanhas-list__item:first-child {
        margin-left: 0;
    }
    .campanhas-list__item:last-child {
        margin-left: 0;
    }
}
.campanhas-list__item .campanhas-list__image {
    transition: transform 0.2s ease-in-out;
    transform: scale(0.95);
}
.campanhas-list__item:hover {
    -webkit-box-shadow: 0px 0px 0.09rem 0px rgba(120, 120, 120, 0.4);
    -moz-box-shadow: 0px 0px 0.09rem 0px rgba(120, 120, 120, 0.4);
    box-shadow: 0px 0px 0.09rem 0px rgba(120, 120, 120, 0.4);
}
.campanhas-list__item:hover .campanhas-list__image {
    transform: scale(1);
}
.campanhas-list__item-list {
    display: flex;
    flex-flow: row wrap;
}
.campanhas-list__item-list .component-form {
    margin-bottom: 0.2rem;
}
@media (max-width: 1025px) {
    .campanhas-list__item-list {
        flex-flow: column nowrap;
    }
    .campanhas-list__item-list .component-form + .component-form {
        margin-top: 0.4rem;
    }
}
.campanhas-list__figure {
    margin: 0 0 0.2rem;
    display: flex;
    width: 3.8rem;
    height: 3.5rem;
    flex-flow: column nowrap;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: flex-start;
}
@media (min-width: 1025px) {
    .campanhas-list__figure {
        width: 3.5rem;
        height: 2.5rem;
    }
}
.campanhas-list__figure a {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.campanhas-list__image {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.campanhas-list__content {
    font-size: 0.22rem;
    color: #201f1f;
}
@media (min-width: 1025px) {
    .campanhas-list__content {
        font-size: 0.18rem;
    }
}
.campanhas-list__title {
    display: block;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0.1rem;
}
.campanhas-list__title a {
    color: #7c7c7b;
}
.campanhas-list__title-group {
    display: block;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0.1rem;
    margin: 0;
    display: none;
}
.campanhas-list__title-group a {
    color: #7c7c7b;
}
.campanhas-list__item--grouped .campanhas-list__title-group {
    display: block;
}
.campanhas-list__points {
    display: block;
    font-weight: 600;
    font-size: 0.18rem;
    margin: 0.2rem 0 0.1rem;
    color: rgba(0, 0, 0, 0.65);
}
.campanhas-list__points .icon {
    vertical-align: middle;
    width: 0.34rem;
    height: 0.24rem;
    margin-right: 0.08rem;
}
.campanhas-list__link {
    font-size: 0.18rem;
    color: #e3e3e3;
}
.campanhas-list__link .icon {
    vertical-align: middle;
    width: 0.13rem;
    height: 0.13rem;
    margin-right: 0.05rem;
}
@media (min-width: 1025px) {
    .campanhas-list__link {
        font-size: 0.14rem;
    }
}
.campanhas-list__actions {
    display: block;
    padding: 0.1rem 0 0;
}
.campanhas-list__button {
    text-transform: none;
}
.campanhas-list__button[disabled] {
    background-color: #a0a0a0;
    pointer-events: none;
}
.campanhas-list__button--income {
    font-weight: 600;
    border-radius: 0;
    position: relative;
    left: 0;
}
@media (min-width: 1025px) {
    .campanhas-list__button--income {
        left: 0.15rem;
    }
}

.categories-list {
    max-width: 17.5rem;
    margin: 0.3rem auto 0.4rem;
}
@media (min-width: 1025px) {
    .categories-list {
        margin-bottom: 0;
        display: flex;
        flex-flow: row wrap;
    }
}
.categories-list__item {
    background: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0.18rem;
    box-sizing: border-box;
    margin: 0 0.3rem 0.4rem;
    width: 94%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1025px) {
    .categories-list__item {
        width: 2.2rem;
        min-height: 3rem;
        margin: 0 0.2rem 0.2rem;
    }
    .categories-list__item--grouped {
        width: 96.5%;
    }
}
.categories-list__figure {
    display: flex;
    width: 2.5rem;
    height: 2.4rem;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: flex-start;
    padding: 0.4rem;
    max-height: 100%;
    transition: transform 0.3s;
}
.categories-list__figure:hover {
    transform: scale(1.2);
}
.categories-list__image {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.categories-list__title {
    display: block;
    font-style: normal;
    font-size: 0.2rem;
    font-weight: 400;
    margin: 0.1rem 0;
}
@media (max-width: 1025px) {
    .categories-list__title {
        font-size: 0.3rem;
        text-align: center;
    }
}
.categories-list__radio {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.campanhas-header {
    width: 8.5rem;
    margin: 0 0 0.8rem 1rem;
}
@media (max-width: 1025px) {
    .campanhas-header {
        width: 100%;
        margin: 0 auto 0.8rem;
    }
}
.campanhas-header__wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    justify-items: center;
}
.campanhas-header__figure {
    margin: 0 0.2rem 0 0;
    display: flex;
    width: 1.9rem;
    height: 1.9rem;
    flex-flow: column nowrap;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: flex-start;
}
@media (min-width: 1025px) {
    .campanhas-header__figure {
        width: 1.9rem;
        height: 1.9rem;
    }
}
.campanhas-header__image {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.campanhas-header__content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
.campanhas-header__title {
    font-size: 0.26rem;
    text-transform: uppercase;
    margin: 0 0 0.1rem;
}
.campanhas-header__description {
    font-size: 0.2rem;
    color: #7c7c7b;
    margin: 0 0 0.3rem;
}
@media (max-width: 1025px) {
    .campanhas-header__button {
        margin-bottom: 0.2rem;
    }
}
.campanhas-header__button-color {
    margin-top: 0.1rem;
}
@media (max-width: 1025px) {
    .campanhas-header__button-color {
        margin-bottom: 0.2rem;
    }
}
.campanhas-header__button-color span {
    color: #7c7c7b;
}

.campanhas-points {
    width: 4rem;
    text-align: center;
}
@media (max-width: 1025px) {
    .campanhas-points {
        width: 100%;
        margin-bottom: 0.4rem;
    }
}
.campanhas-points__title {
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.33rem;
    color: #1d71b8;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
}
.campanhas-points__subtitle {
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.24rem;
    color: #878787;
    text-transform: uppercase;
    margin: 0 0 0.1rem;
}
.campanhas-points__info {
    position: relative;
    margin: 0 0 0.6rem;
}
.campanhas-points__info .icon {
    vertical-align: middle;
    margin-left: -0.1rem;
    margin-right: 0.4rem;
}
@media (max-width: 768px) {
    .campanhas-points__info {
        margin-top: 15px;
    }
    .campanhas-points__info .icon {
        margin-right: -5px;
        margin-left: 5px;
        width: 0.3rem;
        height: w(30);
    }
}
.campanhas-points__detail {
    position: absolute;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.16rem;
    color: #878787;
    top: 100%;
    margin-top: 0.01rem;
    width: 100%;
    left: 50%;
    height: auto;
    display: block;
    line-height: initial;
    transform: translate(-50%, 0);
    text-decoration: none;
}
.campanhas-points__detail:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .campanhas-points__detail {
        margin-top: 0.2rem;
    }
}
@media (max-width: 768px) {
    .campanhas-points__flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
        padding: 0 15px;
    }
}

.campanhas-infos {
    width: 3.8rem;
    text-align: center;
}
@media (max-width: 1025px) {
    .campanhas-infos {
        width: 80%;
        margin: 0 auto 0.4rem;
    }
}
.campanhas-infos__title {
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.33rem;
    color: #1d71b8;
    text-transform: uppercase;
    margin: 0 0 0.3rem;
}
.campanhas-infos__content {
    position: relative;
}
.campanhas-infos__content:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    z-index: -1;
    border-radius: inherit;
}
.campanhas-infos__content-wrapper {
    padding: 0.18rem;
    margin: 0 0 0.2rem;
    background: #fff;
}
.campanhas-infos__description {
    font-size: 0.2rem;
    color: #201f1f;
}
@media (max-width: 1025px) {
    .campanhas-infos__description {
        font-size: 0.26rem;
    }
}
.campanhas-infos__info {
    margin-top: 0.1rem;
    margin-bottom: 0;
}
.campanhas-infos__info .icon {
    vertical-align: middle;
}
.campanhas-infos__bar {
    display: inline-block;
    width: 1.66rem;
    height: 0.1rem;
    vertical-align: middle;
    border: 1px solid #201f1f;
    margin: 0 0.2rem;
}
.campanhas-infos__bar:before {
    display: block;
    content: "";
    width: 0%;
    height: 100%;
    background: #201f1f;
}
.campanhas-infos__bar[data-percent="1"]:before {
    width: 1%;
}
.campanhas-infos__bar[data-percent="2"]:before {
    width: 2%;
}
.campanhas-infos__bar[data-percent="3"]:before {
    width: 3%;
}
.campanhas-infos__bar[data-percent="4"]:before {
    width: 4%;
}
.campanhas-infos__bar[data-percent="5"]:before {
    width: 5%;
}
.campanhas-infos__bar[data-percent="6"]:before {
    width: 6%;
}
.campanhas-infos__bar[data-percent="7"]:before {
    width: 7%;
}
.campanhas-infos__bar[data-percent="8"]:before {
    width: 8%;
}
.campanhas-infos__bar[data-percent="9"]:before {
    width: 9%;
}
.campanhas-infos__bar[data-percent="10"]:before {
    width: 10%;
}
.campanhas-infos__bar[data-percent="11"]:before {
    width: 11%;
}
.campanhas-infos__bar[data-percent="12"]:before {
    width: 12%;
}
.campanhas-infos__bar[data-percent="13"]:before {
    width: 13%;
}
.campanhas-infos__bar[data-percent="14"]:before {
    width: 14%;
}
.campanhas-infos__bar[data-percent="15"]:before {
    width: 15%;
}
.campanhas-infos__bar[data-percent="16"]:before {
    width: 16%;
}
.campanhas-infos__bar[data-percent="17"]:before {
    width: 17%;
}
.campanhas-infos__bar[data-percent="18"]:before {
    width: 18%;
}
.campanhas-infos__bar[data-percent="19"]:before {
    width: 19%;
}
.campanhas-infos__bar[data-percent="20"]:before {
    width: 20%;
}
.campanhas-infos__bar[data-percent="21"]:before {
    width: 21%;
}
.campanhas-infos__bar[data-percent="22"]:before {
    width: 22%;
}
.campanhas-infos__bar[data-percent="23"]:before {
    width: 23%;
}
.campanhas-infos__bar[data-percent="24"]:before {
    width: 24%;
}
.campanhas-infos__bar[data-percent="25"]:before {
    width: 25%;
}
.campanhas-infos__bar[data-percent="26"]:before {
    width: 26%;
}
.campanhas-infos__bar[data-percent="27"]:before {
    width: 27%;
}
.campanhas-infos__bar[data-percent="28"]:before {
    width: 28%;
}
.campanhas-infos__bar[data-percent="29"]:before {
    width: 29%;
}
.campanhas-infos__bar[data-percent="30"]:before {
    width: 30%;
}
.campanhas-infos__bar[data-percent="31"]:before {
    width: 31%;
}
.campanhas-infos__bar[data-percent="32"]:before {
    width: 32%;
}
.campanhas-infos__bar[data-percent="33"]:before {
    width: 33%;
}
.campanhas-infos__bar[data-percent="34"]:before {
    width: 34%;
}
.campanhas-infos__bar[data-percent="35"]:before {
    width: 35%;
}
.campanhas-infos__bar[data-percent="36"]:before {
    width: 36%;
}
.campanhas-infos__bar[data-percent="37"]:before {
    width: 37%;
}
.campanhas-infos__bar[data-percent="38"]:before {
    width: 38%;
}
.campanhas-infos__bar[data-percent="39"]:before {
    width: 39%;
}
.campanhas-infos__bar[data-percent="40"]:before {
    width: 40%;
}
.campanhas-infos__bar[data-percent="41"]:before {
    width: 41%;
}
.campanhas-infos__bar[data-percent="42"]:before {
    width: 42%;
}
.campanhas-infos__bar[data-percent="43"]:before {
    width: 43%;
}
.campanhas-infos__bar[data-percent="44"]:before {
    width: 44%;
}
.campanhas-infos__bar[data-percent="45"]:before {
    width: 45%;
}
.campanhas-infos__bar[data-percent="46"]:before {
    width: 46%;
}
.campanhas-infos__bar[data-percent="47"]:before {
    width: 47%;
}
.campanhas-infos__bar[data-percent="48"]:before {
    width: 48%;
}
.campanhas-infos__bar[data-percent="49"]:before {
    width: 49%;
}
.campanhas-infos__bar[data-percent="50"]:before {
    width: 50%;
}
.campanhas-infos__bar[data-percent="51"]:before {
    width: 51%;
}
.campanhas-infos__bar[data-percent="52"]:before {
    width: 52%;
}
.campanhas-infos__bar[data-percent="53"]:before {
    width: 53%;
}
.campanhas-infos__bar[data-percent="54"]:before {
    width: 54%;
}
.campanhas-infos__bar[data-percent="55"]:before {
    width: 55%;
}
.campanhas-infos__bar[data-percent="56"]:before {
    width: 56%;
}
.campanhas-infos__bar[data-percent="57"]:before {
    width: 57%;
}
.campanhas-infos__bar[data-percent="58"]:before {
    width: 58%;
}
.campanhas-infos__bar[data-percent="59"]:before {
    width: 59%;
}
.campanhas-infos__bar[data-percent="60"]:before {
    width: 60%;
}
.campanhas-infos__bar[data-percent="61"]:before {
    width: 61%;
}
.campanhas-infos__bar[data-percent="62"]:before {
    width: 62%;
}
.campanhas-infos__bar[data-percent="63"]:before {
    width: 63%;
}
.campanhas-infos__bar[data-percent="64"]:before {
    width: 64%;
}
.campanhas-infos__bar[data-percent="65"]:before {
    width: 65%;
}
.campanhas-infos__bar[data-percent="66"]:before {
    width: 66%;
}
.campanhas-infos__bar[data-percent="67"]:before {
    width: 67%;
}
.campanhas-infos__bar[data-percent="68"]:before {
    width: 68%;
}
.campanhas-infos__bar[data-percent="69"]:before {
    width: 69%;
}
.campanhas-infos__bar[data-percent="70"]:before {
    width: 70%;
}
.campanhas-infos__bar[data-percent="71"]:before {
    width: 71%;
}
.campanhas-infos__bar[data-percent="72"]:before {
    width: 72%;
}
.campanhas-infos__bar[data-percent="73"]:before {
    width: 73%;
}
.campanhas-infos__bar[data-percent="74"]:before {
    width: 74%;
}
.campanhas-infos__bar[data-percent="75"]:before {
    width: 75%;
}
.campanhas-infos__bar[data-percent="76"]:before {
    width: 76%;
}
.campanhas-infos__bar[data-percent="77"]:before {
    width: 77%;
}
.campanhas-infos__bar[data-percent="78"]:before {
    width: 78%;
}
.campanhas-infos__bar[data-percent="79"]:before {
    width: 79%;
}
.campanhas-infos__bar[data-percent="80"]:before {
    width: 80%;
}
.campanhas-infos__bar[data-percent="81"]:before {
    width: 81%;
}
.campanhas-infos__bar[data-percent="82"]:before {
    width: 82%;
}
.campanhas-infos__bar[data-percent="83"]:before {
    width: 83%;
}
.campanhas-infos__bar[data-percent="84"]:before {
    width: 84%;
}
.campanhas-infos__bar[data-percent="85"]:before {
    width: 85%;
}
.campanhas-infos__bar[data-percent="86"]:before {
    width: 86%;
}
.campanhas-infos__bar[data-percent="87"]:before {
    width: 87%;
}
.campanhas-infos__bar[data-percent="88"]:before {
    width: 88%;
}
.campanhas-infos__bar[data-percent="89"]:before {
    width: 89%;
}
.campanhas-infos__bar[data-percent="90"]:before {
    width: 90%;
}
.campanhas-infos__bar[data-percent="91"]:before {
    width: 91%;
}
.campanhas-infos__bar[data-percent="92"]:before {
    width: 92%;
}
.campanhas-infos__bar[data-percent="93"]:before {
    width: 93%;
}
.campanhas-infos__bar[data-percent="94"]:before {
    width: 94%;
}
.campanhas-infos__bar[data-percent="95"]:before {
    width: 95%;
}
.campanhas-infos__bar[data-percent="96"]:before {
    width: 96%;
}
.campanhas-infos__bar[data-percent="97"]:before {
    width: 97%;
}
.campanhas-infos__bar[data-percent="98"]:before {
    width: 98%;
}
.campanhas-infos__bar[data-percent="99"]:before {
    width: 99%;
}
.campanhas-infos__bar[data-percent="100"]:before {
    width: 100%;
}
.campanhas-infos__points {
    font-size: 0.18rem;
    color: #201f1f;
    vertical-align: middle;
    display: block;
    margin-left: 1.1rem;
    width: 1.7rem;
    margin-top: -0.15rem;
}
@media (max-width: 1025px) {
    .campanhas-infos__points {
        font-size: 0.24rem;
        width: 2.4rem;
        margin-top: 0.05rem;
    }
}
.campanhas-infos__link {
    font-size: 0.21rem;
    text-transform: uppercase;
    text-decoration: underline;
    color: #201f1f;
}
@media (max-width: 1025px) {
    .campanhas-infos__link {
        font-size: 0.24rem;
    }
}

.campanhas-ranking {
    width: 100%;
}
@media (max-width: 1025px) {
    .campanhas-ranking {
        margin-bottom: 0.4rem;
    }
}
.campanhas-ranking__title {
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.33rem;
    color: #1d71b8;
    text-transform: uppercase;
    margin: 0.15rem 0 0.4rem;
    text-align: center;
}
.modal .campanhas-ranking__title {
    margin-bottom: 50px;
}
.campanhas-ranking__content {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.campanhas-ranking__content:before {
    content: "";
    display: block;
    top: -4%;
    left: 0.7rem;
    width: 0.04rem;
    height: 108%;
    position: absolute;
    background: #201f1f;
    border-radius: 100vw;
}
.campanhas-ranking__entry {
    position: relative;
    margin-bottom: 0.3rem;
    font-weight: 600;
}
.campanhas-ranking__entry--far {
    margin-top: 0.6rem;
}
.campanhas-ranking__entry-position {
    display: inline-block;
    font-size: 0.29rem;
    width: 0.5rem;
    vertical-align: middle;
    text-align: right;
    color: #201f1f;
}
.campanhas-ranking__entry-bar {
    display: inline-block;
    width: 3.4rem;
    height: 0.3rem;
    vertical-align: middle;
    margin-left: 0.35rem;
}
@media (max-width: 1025px) {
    .campanhas-ranking__entry-bar {
        width: 60%;
    }
}
.campanhas-ranking__entry-figure {
    display: block;
    position: relative;
    width: 0%;
    height: 100%;
    background: url("../../static/images/general/bg-bar.png") no-repeat center;
    background-size: 100% 100%;
}
.campanhas-ranking__entry-figure[data-percent="1"] {
    width: 1%;
}
.campanhas-ranking__entry-figure[data-percent="2"] {
    width: 2%;
}
.campanhas-ranking__entry-figure[data-percent="3"] {
    width: 3%;
}
.campanhas-ranking__entry-figure[data-percent="4"] {
    width: 4%;
}
.campanhas-ranking__entry-figure[data-percent="5"] {
    width: 5%;
}
.campanhas-ranking__entry-figure[data-percent="6"] {
    width: 6%;
}
.campanhas-ranking__entry-figure[data-percent="7"] {
    width: 7%;
}
.campanhas-ranking__entry-figure[data-percent="8"] {
    width: 8%;
}
.campanhas-ranking__entry-figure[data-percent="9"] {
    width: 9%;
}
.campanhas-ranking__entry-figure[data-percent="10"] {
    width: 10%;
}
.campanhas-ranking__entry-figure[data-percent="11"] {
    width: 11%;
}
.campanhas-ranking__entry-figure[data-percent="12"] {
    width: 12%;
}
.campanhas-ranking__entry-figure[data-percent="13"] {
    width: 13%;
}
.campanhas-ranking__entry-figure[data-percent="14"] {
    width: 14%;
}
.campanhas-ranking__entry-figure[data-percent="15"] {
    width: 15%;
}
.campanhas-ranking__entry-figure[data-percent="16"] {
    width: 16%;
}
.campanhas-ranking__entry-figure[data-percent="17"] {
    width: 17%;
}
.campanhas-ranking__entry-figure[data-percent="18"] {
    width: 18%;
}
.campanhas-ranking__entry-figure[data-percent="19"] {
    width: 19%;
}
.campanhas-ranking__entry-figure[data-percent="20"] {
    width: 20%;
}
.campanhas-ranking__entry-figure[data-percent="21"] {
    width: 21%;
}
.campanhas-ranking__entry-figure[data-percent="22"] {
    width: 22%;
}
.campanhas-ranking__entry-figure[data-percent="23"] {
    width: 23%;
}
.campanhas-ranking__entry-figure[data-percent="24"] {
    width: 24%;
}
.campanhas-ranking__entry-figure[data-percent="25"] {
    width: 25%;
}
.campanhas-ranking__entry-figure[data-percent="26"] {
    width: 26%;
}
.campanhas-ranking__entry-figure[data-percent="27"] {
    width: 27%;
}
.campanhas-ranking__entry-figure[data-percent="28"] {
    width: 28%;
}
.campanhas-ranking__entry-figure[data-percent="29"] {
    width: 29%;
}
.campanhas-ranking__entry-figure[data-percent="30"] {
    width: 30%;
}
.campanhas-ranking__entry-figure[data-percent="31"] {
    width: 31%;
}
.campanhas-ranking__entry-figure[data-percent="32"] {
    width: 32%;
}
.campanhas-ranking__entry-figure[data-percent="33"] {
    width: 33%;
}
.campanhas-ranking__entry-figure[data-percent="34"] {
    width: 34%;
}
.campanhas-ranking__entry-figure[data-percent="35"] {
    width: 35%;
}
.campanhas-ranking__entry-figure[data-percent="36"] {
    width: 36%;
}
.campanhas-ranking__entry-figure[data-percent="37"] {
    width: 37%;
}
.campanhas-ranking__entry-figure[data-percent="38"] {
    width: 38%;
}
.campanhas-ranking__entry-figure[data-percent="39"] {
    width: 39%;
}
.campanhas-ranking__entry-figure[data-percent="40"] {
    width: 40%;
}
.campanhas-ranking__entry-figure[data-percent="41"] {
    width: 41%;
}
.campanhas-ranking__entry-figure[data-percent="42"] {
    width: 42%;
}
.campanhas-ranking__entry-figure[data-percent="43"] {
    width: 43%;
}
.campanhas-ranking__entry-figure[data-percent="44"] {
    width: 44%;
}
.campanhas-ranking__entry-figure[data-percent="45"] {
    width: 45%;
}
.campanhas-ranking__entry-figure[data-percent="46"] {
    width: 46%;
}
.campanhas-ranking__entry-figure[data-percent="47"] {
    width: 47%;
}
.campanhas-ranking__entry-figure[data-percent="48"] {
    width: 48%;
}
.campanhas-ranking__entry-figure[data-percent="49"] {
    width: 49%;
}
.campanhas-ranking__entry-figure[data-percent="50"] {
    width: 50%;
}
.campanhas-ranking__entry-figure[data-percent="51"] {
    width: 51%;
}
.campanhas-ranking__entry-figure[data-percent="52"] {
    width: 52%;
}
.campanhas-ranking__entry-figure[data-percent="53"] {
    width: 53%;
}
.campanhas-ranking__entry-figure[data-percent="54"] {
    width: 54%;
}
.campanhas-ranking__entry-figure[data-percent="55"] {
    width: 55%;
}
.campanhas-ranking__entry-figure[data-percent="56"] {
    width: 56%;
}
.campanhas-ranking__entry-figure[data-percent="57"] {
    width: 57%;
}
.campanhas-ranking__entry-figure[data-percent="58"] {
    width: 58%;
}
.campanhas-ranking__entry-figure[data-percent="59"] {
    width: 59%;
}
.campanhas-ranking__entry-figure[data-percent="60"] {
    width: 60%;
}
.campanhas-ranking__entry-figure[data-percent="61"] {
    width: 61%;
}
.campanhas-ranking__entry-figure[data-percent="62"] {
    width: 62%;
}
.campanhas-ranking__entry-figure[data-percent="63"] {
    width: 63%;
}
.campanhas-ranking__entry-figure[data-percent="64"] {
    width: 64%;
}
.campanhas-ranking__entry-figure[data-percent="65"] {
    width: 65%;
}
.campanhas-ranking__entry-figure[data-percent="66"] {
    width: 66%;
}
.campanhas-ranking__entry-figure[data-percent="67"] {
    width: 67%;
}
.campanhas-ranking__entry-figure[data-percent="68"] {
    width: 68%;
}
.campanhas-ranking__entry-figure[data-percent="69"] {
    width: 69%;
}
.campanhas-ranking__entry-figure[data-percent="70"] {
    width: 70%;
}
.campanhas-ranking__entry-figure[data-percent="71"] {
    width: 71%;
}
.campanhas-ranking__entry-figure[data-percent="72"] {
    width: 72%;
}
.campanhas-ranking__entry-figure[data-percent="73"] {
    width: 73%;
}
.campanhas-ranking__entry-figure[data-percent="74"] {
    width: 74%;
}
.campanhas-ranking__entry-figure[data-percent="75"] {
    width: 75%;
}
.campanhas-ranking__entry-figure[data-percent="76"] {
    width: 76%;
}
.campanhas-ranking__entry-figure[data-percent="77"] {
    width: 77%;
}
.campanhas-ranking__entry-figure[data-percent="78"] {
    width: 78%;
}
.campanhas-ranking__entry-figure[data-percent="79"] {
    width: 79%;
}
.campanhas-ranking__entry-figure[data-percent="80"] {
    width: 80%;
}
.campanhas-ranking__entry-figure[data-percent="81"] {
    width: 81%;
}
.campanhas-ranking__entry-figure[data-percent="82"] {
    width: 82%;
}
.campanhas-ranking__entry-figure[data-percent="83"] {
    width: 83%;
}
.campanhas-ranking__entry-figure[data-percent="84"] {
    width: 84%;
}
.campanhas-ranking__entry-figure[data-percent="85"] {
    width: 85%;
}
.campanhas-ranking__entry-figure[data-percent="86"] {
    width: 86%;
}
.campanhas-ranking__entry-figure[data-percent="87"] {
    width: 87%;
}
.campanhas-ranking__entry-figure[data-percent="88"] {
    width: 88%;
}
.campanhas-ranking__entry-figure[data-percent="89"] {
    width: 89%;
}
.campanhas-ranking__entry-figure[data-percent="90"] {
    width: 90%;
}
.campanhas-ranking__entry-figure[data-percent="91"] {
    width: 91%;
}
.campanhas-ranking__entry-figure[data-percent="92"] {
    width: 92%;
}
.campanhas-ranking__entry-figure[data-percent="93"] {
    width: 93%;
}
.campanhas-ranking__entry-figure[data-percent="94"] {
    width: 94%;
}
.campanhas-ranking__entry-figure[data-percent="95"] {
    width: 95%;
}
.campanhas-ranking__entry-figure[data-percent="96"] {
    width: 96%;
}
.campanhas-ranking__entry-figure[data-percent="97"] {
    width: 97%;
}
.campanhas-ranking__entry-figure[data-percent="98"] {
    width: 98%;
}
.campanhas-ranking__entry-figure[data-percent="99"] {
    width: 99%;
}
.campanhas-ranking__entry-figure[data-percent="100"] {
    width: 100%;
}
.campanhas-ranking__entry-figure.king:before {
    content: "";
    width: 0.33rem;
    height: 0.23rem;
    position: absolute;
    left: calc(100% - 0.13rem);
    top: 50%;
    transform: translateY(-50%);
    margin-top: -0.24rem;
    background: url("../../static/images/icons/king--blue.png") no-repeat center;
    background-size: contain;
    z-index: 2;
}
.campanhas-ranking__entry-figure.current:after {
    content: "";
    width: 0.39rem;
    height: 0.53rem;
    position: absolute;
    left: calc(100% - 0.2rem);
    top: 50%;
    transform: translateY(-50%);
    margin-top: -0.12rem;
    background: url("../../static/images/icons/pin--blue.png") no-repeat center;
    background-size: contain;
    z-index: 1;
}
.campanhas-ranking__entry-figure.king.current:before {
    margin-top: -0.44rem;
    margin-left: -0.04rem;
    z-index: 3;
}
.campanhas-ranking__entry-image {
    position: absolute;
    left: calc(100% - 0.15rem);
    top: 50%;
    transform: translateY(-50%);
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 100vw;
}
.current > .campanhas-ranking__entry-image {
    left: calc(100% - 0.17rem);
    width: 0.32rem;
    height: 0.32rem;
    margin-top: -0.2rem;
    z-index: 2;
}
.campanhas-ranking__entry-value {
    color: #201f1f;
    max-width: 1.8rem;
    position: absolute;
    left: calc(100% + 0.35rem);
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.16rem;
    text-align: center;
}
.campanhas-ranking__entry-value small {
    font-size: 0.12rem;
    display: block;
    white-space: nowrap;
}

.btn-metas {
    border: 1px solid #fe0f4a;
    background: #fff;
    color: #fe0f4a;
    position: relative;
}
.btn-metas .text-white {
    display: block;
    position: absolute;
    z-index: 3;
    color: #fff;
    font-weight: bold;
    width: 0%;
    height: 100%;
    top: 0;
    left: 10%;
    overflow: hidden;
    text-wrap: nowrap;
    font-weight: normal;
    transition: width 1.85s ease-out 0.2s;
}

.metas-animate {
    background: linear-gradient(to right, #fe0f4a 50%, transparent 0);
    background-size: 200% 100%;
    background-position: right;
    animation: makeItfadeIn 3s 0s forwards;
    color: #fe0f4a;
}
.metas-animate.btn-shake {
    animation: tilt-shaking 0.1s linear 3;
    background: linear-gradient(to right, #fe0f4a 100%, transparent 0);
}
.metas-animate .text-white {
    width: 80%;
}

@keyframes makeItfadeIn {
    100% {
        background-position: left;
    }
}
@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(0eg);
    }
    75% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.page--campanha-milestones .page__sidebar {
    position: relative;
}
.page--campanha-milestones .page__sidebar .box-campanha-metas {
    width: 100%;
    position: absolute;
    top: 35%;
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
    .page--campanha-milestones .page__wrapper {
        min-height: 100vh !important;
        padding-bottom: 4rem !important;
    }
}
@media screen and (min-width: 2500px) {
    .page--campanha-milestones .page__sidebar .box-campanha-metas {
        top: 40%;
    }
}
@media screen and (min-width: 3500px) {
    .page--campanha-milestones .page__sidebar .box-campanha-metas {
        top: 42%;
    }
}
@media screen and (min-width: 4000px) {
    .page--campanha-milestones .page__sidebar .box-campanha-metas {
        top: 43%;
    }
}
@media screen and (min-width: 4500px) {
    .page--campanha-milestones .page__sidebar .box-campanha-metas {
        top: 44%;
    }
}
@media screen and (min-width: 5000px) {
    .page--campanha-milestones .page__sidebar .box-campanha-metas {
        top: 46%;
    }
}
@media screen and (max-width: 768px) {
    .page--campanha-milestones .page__content .campanhas-infos {
        display: none;
    }
}
.box-campanha-metas h3 {
    text-align: left;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .box-campanha-metas h3 {
        margin-bottom: 40px;
        margin-top: -10px;
        text-align: center;
    }
}
.box-campanha-metas .btn-details-milestones {
    border: 1px solid #2473b6 !important;
    background-color: #fff !important;
    color: #2473b6 !important;
    border-radius: 6px !important;
}
.box-campanha-metas .mt-25 {
    margin-top: 25px !important;
}

.box-meta {
    background: #f6f6f6;
    padding: 10px;
    margin-bottom: 10px;
}
.box-meta .name-meta {
    color: #1d71b8;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
.box-meta .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.box-meta .d-flex.end {
    align-items: center;
    margin-top: 10px;
}
.box-meta .d-flex.end .w-59 {
    width: 59%;
}
.box-meta .d-flex.end .w-59 .meta-missing {
    margin-top: 0;
}
.box-meta .d-flex.end .ml-10 {
    display: flex;
}
.box-meta .d-flex .meta-end {
    color: #1d71b8;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}
.box-meta .d-flex .meta-end-days {
    color: #1d71b8;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    margin-top: 1px;
}
.box-meta .color {
    color: #e48731;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
}
.box-meta.completed .progress {
    background-color: #1b9c20;
}
.box-meta.completed .color,
.box-meta.completed .bar-progress span {
    color: #1b9c20;
}

.meta-missing {
    color: #1d71b8;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}
.meta-missing span {
    font-weight: 400;
}

.progress {
    background-color: #ffbb41;
    height: 36px;
    border-radius: 5px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.progress p {
    min-width: 0px;
}

.bar-progress {
    height: 36px;
    border-radius: 5px;
    background-color: #ffebc8;
    position: relative;
    width: 80%;
}
.bar-progress.w-full {
    width: 100%;
}
.bar-progress span {
    position: absolute;
    top: -15px;
    right: 5px;
    color: #e9a362;
    font-size: 12px;
}
.bar-progress.completed .progress {
    background-color: #1b9c20;
}
.bar-progress.completed span {
    color: #1b9c20;
}

.campanhas-header__button.rescue {
    background-color: #1b9c20;
    width: 100px;
}
@media screen and (max-width: 768px) {
    .campanhas-header__button.rescue {
        width: 100px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #1b9c20;
        margin-left: 0.2rem;
    }
}
.campanhas-header__button.rescue.disabled {
    display: none;
}

.campanhas-header__button.center {
    display: block;
    margin: 0 auto;
    width: max-content;
}

.page--campanha .page__wrapper.no-justify {
    justify-content: normal;
    flex-flow: column;
}
.page--campanha .no-milestones-message {
    font-size: 20px;
    text-align: center;
    margin-top: 150px;
}
.page--campanha .validity-period {
    display: flex;
    gap: 25px;
    width: auto !important;
}
.page--campanha .validity-period p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.page--campanha .periods-navigation-container {
    height: 100px;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.page--campanha .periods-navigation-container .arrow-right,
.page--campanha .periods-navigation-container .arrow-left {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-top: 20px;
}
.page--campanha .periods-navigation-container .arrow {
    cursor: pointer;
    display: none;
    color: #d9e0ef;
}
.page--campanha .periods-navigation-container .arrow img {
    width: 20px;
    margin-left: 15px;
    margin-top: 7px;
}
.page--campanha .periods-navigation-container .arrow-left {
    left: 50%;
    margin-left: -550px;
}
@media screen and (max-width: 768px) {
    .page--campanha .periods-navigation-container .arrow-left {
        left: 0%;
        margin-left: 0px;
    }
}
.page--campanha .periods-navigation-container .arrow-left img {
    transform: rotate(180deg);
}
.page--campanha .periods-navigation-container .arrow-right {
    right: 50%;
    margin-right: -550px;
}
@media screen and (max-width: 768px) {
    .page--campanha .periods-navigation-container .arrow-right {
        right: 0%;
        margin-right: 0px;
    }
}
.page--campanha .periods-list-container {
    gap: 50px;
    overflow: hidden;
    width: auto;
    height: auto;
    padding: 0px;
    margin-bottom: 0px;
    max-width: 950px;
    border-radius: 14px;
    flex-direction: row;
    background-color: transparent;
    justify-content: start;
}
@media screen and (max-width: 768px) {
    .page--campanha .periods-list-container {
        gap: 100px;
    }
}
.page--campanha .period-item {
    width: 150px;
    height: auto;
}
.page--campanha .period-item a {
    text-decoration: none;
    display: block;
    width: 150px;
}
.page--campanha .period-item .period-title {
    width: 100%;
    height: 75px;
    border-radius: 14px;
    background-color: #d9e0ef;
    color: #116ab0;
    border-width: 0px;
    text-align: center;
    align-content: center;
}
@media screen and (max-width: 768px) {
    .page--campanha .period-item .period-title {
        width: 150px;
        margin: auto;
    }
}
.page--campanha .period-item .period-title h5 {
    font-size: 15px;
    margin: 5px 0px;
    text-transform: uppercase;
}
.page--campanha .period-item .period-title p {
    font-size: 12px;
    margin: 0px;
    font-weight: bold;
}
.page--campanha .period-item .status-bar-container {
    width: 94px;
    height: 8px;
    margin: auto;
    margin-top: 5px;
    display: block;
    background-color: #d9e0ef;
}
.page--campanha .period-item .status-bar-container .status-bar__progress {
    height: 100%;
    width: 100%;
    display: block;
}
.page--campanha .period-item .status-bar-container .status-bar-success {
    background-color: #1b9c20;
}
.page--campanha .period-item .status-bar-container .status-bar-failed {
    background-color: #fc124d;
}
.page--campanha .period-item .status-bar-container .status-bar-intermediary {
    background-color: #ffb800;
}
.page--campanha .period-selected .period-title {
    background-color: #116ab0;
    color: white;
}

.page--campanha_infos {
    flex-direction: column;
    align-items: flex-start !important;
    margin-bottom: 30px !important;
    padding-bottom: 0px !important;
}

.content__back {
    /* background: url(../../static/images/icons/back-content.png) center no-repeat; */
    background-size: contain;
    height: 15px;
    padding-left: 30px;
    width: 32px;
    color: #92b9db;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 25px 0 35px -5px;
}
@media screen and (max-width: 768px) {
    .content__back {
        margin: 25px 0 25px -5px;
    }
}

.services__title.mb-0 {
    margin-bottom: 0;
}

.title-campaign {
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
}

.box-meta-page {
    background-color: #f8f8f8;
    border-radius: 20px;
    padding: 20px 30px;
    font-family: Mulish, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
    .box-meta-page {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 30px;
    }
}
.box-meta-page .w-50 {
    width: 50%;
}
.box-meta-page .w-50.upload-image {
    display: flex;
    flex-direction: column-reverse;
}
.box-meta-page .w-50.upload-image .box-meta-upload {
    width: 85%;
}
@media screen and (max-width: 768px) {
    .box-meta-page .w-50.upload-image .box-meta-upload {
        width: 100%;
    }
}
.box-meta-page .w-60 {
    width: 60%;
}
.box-meta-page .w-85 {
    width: 85%;
}
.box-meta-page h1 {
    color: #2473b6;
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
}
.box-meta-page small {
    font-size: 13px;
    color: #989999;
}
.box-meta-page .d-flex {
    display: flex;
    align-items: center;
    margin-top: 17px;
}
.box-meta-page .d-flex .box-img {
    width: 150px;
    height: 170px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    padding: 0 4px;
    overflow: hidden;
}
.box-meta-page .d-flex .box-img img {
    width: 100%;
    max-width: 150px;
    object-fit: cover;
}
.box-meta-page .d-flex p {
    color: #2473b6;
    font-size: 15px;
}
.box-meta-page .d-flex p span {
    font-weight: bold;
}
.box-meta-page .d-flex.between {
    justify-content: space-between;
}
.box-meta-page .d-flex.between .box-numbers {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 120px;
    padding: 12px 10px;
}
.box-meta-page .d-flex.between .box-numbers span {
    color: #2473b6;
    font-size: 14px;
}
.box-meta-page .d-flex.between .box-numbers p {
    font-weight: bold;
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 0;
}
.box-meta-page .d-flex.end {
    justify-content: end;
}
.box-meta-page .bar-progress {
    width: 100%;
    background-color: #ffebc8;
}
.box-meta-page .bar-progress span {
    color: #2473b6;
}
.box-meta-page .bar-progress.completed span {
    color: #1b9c20;
}
.box-meta-page .meta-values {
    color: #2473b6;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.box-meta-page .meta-values span {
    font-size: 20px;
}
.box-meta-page .meta-values.completed {
    color: #1b9c20;
}
.box-meta-page .meta-missing {
    margin-top: 10px;
}
.box-meta-page .meta-missing span {
    font-weight: bold;
}
.box-meta-page .meta-missing.completed {
    color: #1b9c20;
}
.box-meta-page .meta-missing.alert {
    color: #e48731;
}
.box-meta-page .btn-details-milestones {
    border: 1px solid #2473b6 !important;
    background-color: #fff !important;
    color: #2473b6 !important;
    padding: 0 0.2rem;
}
@media screen and (max-width: 768px) {
    .box-meta-page .btn-details-milestones {
        width: 100px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }
}
.box-meta-page .box-show-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    .box-meta-page .box-show-mobile {
        display: block;
    }
    .box-meta-page .box-show-mobile h1 {
        font-size: 18px;
    }
    .box-meta-page .box-show-mobile .meta-values {
        font-size: 14px;
        margin-top: 10px;
    }
    .box-meta-page .box-show-mobile .meta-values span {
        font-weight: 400 !important;
        font-size: 14px;
    }
    .box-meta-page .box-show-mobile .progress p {
        color: #fff;
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .box-meta-page .box-hide-mobile {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .box-meta-page.box-meta-transparent .box-show-mobile {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .box-meta-page.box-meta-transparent .box-hide-mobile {
        display: block;
    }
}
.box-meta-page .box-content-upload {
    display: none;
}
.box-meta-page.box-meta-transparent .box-content-upload {
    display: block;
}

.box-meta-page .box-milestones {
    display: none;
}

.box-meta-transparent {
    background-color: transparent;
    align-items: normal;
    margin-bottom: 0;
    padding-bottom: 0;
}
.box-meta-transparent .bar-progress {
    background-color: #ffebc8;
}
.box-meta-transparent .box-milestones {
    display: flex;
}
@media screen and (max-width: 768px) {
    .box-meta-transparent .box-meta-upload {
        display: block;
    }
}

.title-requirements {
    text-transform: uppercase;
    color: #818486;
    font-weight: bold;
    letter-spacing: 0;
    border-left: 2px solid #cacaca;
    margin-bottom: 0;
    padding-left: 15px;
}

.box-mb {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
    display: flex;
}
.box-mb .w-50 {
    width: 50%;
}

.box-requirements {
    display: flex;
}
.box-requirements .bar-left {
    width: 2px;
    background-color: #cacaca;
    height: auto;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-requirements .bar-left.completed {
    background-color: #abdbad;
}
.box-requirements .bar-left .border-point {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-requirements .bar-left .border-point .point {
    width: 12px;
    height: 12px;
    background-color: #cacaca;
    border-radius: 100%;
    position: relative;
}
.box-requirements .bar-left .border-point.completed {
    width: 30px;
    height: 30px;
}
.box-requirements .bar-left .border-point.completed .point {
    background-color: #abdbad;
    width: 23px;
    height: 23px;
    border: 2px solid rgba(27, 156, 32, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-requirements .bar-left .border-point.completed .point:after {
    /* content: url(../../static/images/general/check.svg); */
    position: absolute;
    top: -1px;
}
.box-requirements .box-meta-page {
    margin: 10px 0;
    width: 100%;
    padding: 10px 0;
    background: transparent;
}
.box-requirements .box-meta-page .box-img {
    width: 155px;
    height: 100px;
    display: flex;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}
.box-requirements .box-meta-page .box-img img {
    width: 100%;
    max-width: 150px;
    height: 100%;
    object-fit: contain;
}
.box-requirements .box-meta-page .d-flex {
    margin-top: 0;
}
.box-requirements .box-meta-page .d-flex p {
    color: #818486;
    margin-top: 5px;
}
.box-requirements .box-meta-page .name-requirements {
    font-weight: bold;
    color: #818486;
    font-size: 16px;
    margin-bottom: 0;
}
.box-requirements .box-meta-page .w-60 {
    width: 65%;
}
.box-requirements .box-meta-page .w-60 .btn-requirements img {
    width: 16px;
    margin-bottom: -2px;
    margin-left: 2px;
}
.box-requirements .box-meta-page .w-40 {
    width: 30%;
}
.box-requirements .box-meta-page .bar-progress {
    border: 1px solid #2473b6;
}
.box-requirements .box-meta-page .bar-progress span {
    color: #2473b6;
}
.box-requirements .box-meta-page .bar-progress .progress {
    background-color: #ffbb41;
    height: 34px;
    border-radius: 4px;
}
.box-requirements .box-meta-page .bar-progress.completed {
    border: 1px solid #1b9c20;
}
.box-requirements .box-meta-page .bar-progress.completed span {
    color: #1b9c20;
}
.box-requirements .box-meta-page .bar-progress.completed .progress {
    background-color: rgba(25, 156, 32, 0.3);
    color: #1b9c20;
}
.box-requirements .box-meta-page.meta-values {
    margin-top: 0;
}
.box-requirements .box-meta-page.meta-values span {
    font-weight: bold;
}

p.description-requirements {
    font-size: 17px;
    color: #818486;
    line-height: 22px;
}

.extrato-show-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .m-none {
        display: none;
    }

    .box-meta-page {
        flex-direction: column;
        padding: 10px 15px 10px 20px;
        max-width: 92%;
    }
    .box-meta-page h1 {
        font-size: 21px;
    }
    .box-meta-page .w-50,
    .box-meta-page .w-85 {
        width: 100%;
    }
    .box-meta-page .d-flex .box-img {
        margin-right: 12px;
    }
    .box-meta-page .d-flex.between {
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: normal;
    }
    .box-meta-page .d-flex.between .box-numbers {
        min-width: auto;
        width: 32%;
        margin-bottom: 10px;
    }
    .box-meta-page .d-flex.between .box-numbers p {
        font-size: 14px;
        text-align: center;
    }
    .box-meta-page.box-meta-transparent {
        padding: 10px 10px 10px 0;
    }
    .box-meta-page .meta-values span {
        font-size: 18px;
    }
    .box-meta-page .d-flex.end {
        justify-content: center;
        flex-direction: row-reverse;
    }

    .box-requirements .bar-left {
        display: none;
    }
    .box-requirements .box-meta-page .w-60,
    .box-requirements .box-meta-page .w-40 {
        width: 100%;
    }

    .page--campanha-milestones .page__sidebar .box-campanha-metas {
        position: initial;
    }

    .box-campanha-metas {
        margin-top: 0;
        /*50px*/
        margin-bottom: 40px;
        /*20px*/
    }
    .box-campanha-metas .box-meta {
        width: 92%;
        background-color: #fbfbfb;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
    }
    .box-campanha-metas .box-meta .d-flex.end .w-59 {
        width: 100%;
    }
    .box-campanha-metas .box-meta .d-flex .ml-10 {
        margin-left: 10px;
        flex-direction: column;
    }
    .box-campanha-metas .box-meta .d-flex .ml-10 .campanhas-header__button {
        margin-bottom: 0;
    }
    .box-campanha-metas
        .box-meta
        .d-flex
        .ml-10
        .campanhas-header__button.ml-none {
        margin-top: 6px;
        margin-left: 0;
    }
    .box-campanha-metas .box-meta .d-flex .bar-progress span {
        top: -25px;
    }
    .box-campanha-metas .box-meta .name-meta {
        margin-bottom: -10px;
        max-width: 85%;
    }
    .box-campanha-metas .mt-25 {
        padding: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
    }

    .box-mb .w-50 {
        width: 92%;
    }

    .title-requirements {
        border-left: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

    .box-requirements .box-meta-page {
        flex-direction: column-reverse;
    }
    .box-requirements .box-meta-page .w-85 {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .extrato-hidden-mobile {
        display: none;
    }

    .extrato-show-mobile {
        display: block;
    }
    .extrato-show-mobile .button-color,
    .extrato-show-mobile .component-form .fieldbutton.color,
    .component-form .extrato-show-mobile .fieldbutton.color,
    .extrato-show-mobile .campanhas-header__button-color {
        width: 170px;
    }
    .extrato-show-mobile .button-color span,
    .extrato-show-mobile .component-form .fieldbutton.color span,
    .component-form .extrato-show-mobile .fieldbutton.color span,
    .extrato-show-mobile .campanhas-header__button-color span {
        width: 100%;
    }
}
.page--campanha .metas-flex .campanhas-infos {
    display: none;
}
.page--campanha .simulator-container .title-requirements {
    margin-top: 100px;
}
.page--campanha .simulator-submilestones-group {
    flex-direction: column;
}
.page--campanha .simulator-button {
    cursor: pointer;
    height: 50px;
    width: 270px;
    font-size: 20px;
    align-content: center;
    text-align: start;
    padding: 0 30px;
    transition: opacity 0.58s ease-out;
}
.page--campanha .simulator-button:hover {
    opacity: 0.82;
}
.page--campanha .simulator-button:active {
    opacity: 1;
}
.page--campanha .simulator-button-icon {
    z-index: 10;
    pointer-events: none;
    width: 26px;
    height: 15px;
    /* background: url(../../static/images/icons/arrow.svg) no-repeat; */
    position: absolute;
    border-radius: 0px;
    right: 20px;
    top: 50%;
    margin-top: -7.5px;
}
.page--campanha .simulator-button-icon-inverted {
    rotate: 180deg;
}
.page--campanha .simulator-button-container {
    margin: 0 auto 0px;
}
.page--campanha .simulator-disclaimer-container {
    font-weight: bolder;
    font-size: 15px;
    margin: 0 auto 0px;
    display: none;
}
.page--campanha .simulator-disclaimer-container span {
    color: red;
    font-weight: bold;
}
.page--campanha .simulator-form-offset {
    margin-top: 58px;
}
.page--campanha .simulator-button-wrapper {
    display: block;
    margin-bottom: 0px;
}
.page--campanha .fieldselect {
    width: 100%;
    height: 35px;
    font-size: 15px;
    font-weight: normal;
    border-radius: 14px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    background-color: #fff !important;
}
.page--campanha .submilestone-volume-disclaimer {
    font-size: 11px;
    position: absolute;
    top: 65px;
    left: 0px;
    display: none;
    width: 200px;
}
.page--campanha .fieldtext-readonly {
    background-color: #d1d1d1 !important;
    border-width: 0px !important;
}
@media screen and (max-width: 768px) {
    .page--campanha .simulator-form-container .milestone-simulator-group {
        flex-direction: column !important;
        gap: 5px !important;
    }
    .page--campanha .milestone-description {
        flex-direction: column;
        align-items: start;
    }
    .page--campanha .milestone-description .box-img {
        width: 260px;
        height: 260px;
    }
    .page--campanha .milestone-description .w-60 {
        width: 100%;
    }
    .page--campanha .box-meta-upload {
        margin-bottom: 0px;
    }
    .page--campanha .simulator-container {
        flex-direction: column-reverse;
    }
    .page--campanha .simulator-container .simulator-submilestones-group {
        flex-direction: column;
    }
    .page--campanha
        .simulator-container
        .simulator-submilestones-group
        .fieldset-reset {
        margin-bottom: 0px;
    }
    .page--campanha .simulator-container .simulator-form-offset {
        margin-top: 30px;
    }
    .page--campanha .milestone-award-container {
        flex-direction: row;
    }
    .page--campanha .milestone-award-container .box-status-award {
        width: 100%;
        text-align: center;
    }
    .page--campanha .milestone-award-container .box-award-prefix {
        color: white;
        text-align: center;
        width: 30%;
    }
    .page--campanha .simulator-submilestones-group {
        width: 92%;
        margin: 0px;
    }
    .page--campanha
        .simulator-submilestones-group
        .simulator-form-container
        .fieldset-reset {
        padding-right: 0px;
    }
    .page--campanha .simulator-submilestones-group .milestone-status-group {
        padding-right: 0px;
    }
    .page--campanha .milestone-status-container p {
        height: 34.5px;
        align-content: end;
    }
    .page--campanha .simulator-button-container #simulator-button {
        width: 98%;
    }
    .page--campanha
        .simulator-button-container
        #simulator-button
        .simulator-button {
        width: 100%;
    }
    .page--campanha .simulator-button-wrapper {
        padding-left: 4px;
        margin-top: 30px;
    }
    .page--campanha .mobile-direction-column {
        flex-direction: column;
    }
}
.page--campanha .simulator-form-container {
    display: none;
    width: 100%;
}
.page--campanha .simulator-form-container .fieldset-reset {
    padding-right: 20px;
    border-width: 0px;
}
.page--campanha .simulator-form-container fieldset {
    border-width: 0px;
    border-bottom: black 1px solid;
    padding: 0 6px 0 0;
    margin-bottom: 20px;
}
.page--campanha .simulator-form-container fieldset strong p {
    font-size: 16px;
}
.page--campanha .simulator-form-container p {
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 5px;
}
.page--campanha .simulator-form-container .milestone-simulator-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
    gap: 20px;
}
.page--campanha .simulator-form-container .milestone-simulator-group input {
    width: 100%;
    height: 35px;
    font-size: 15px;
    font-weight: normal;
    border-radius: 14px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
}
.page--campanha
    .simulator-form-container
    .milestone-simulator-group
    .field-value-display {
    background-color: #d1d1d1;
    border-width: 0px;
}
.page--campanha .simulator-form-container .milestone-simulator-group label {
    width: 100%;
    position: relative;
}
.page--campanha
    .simulator-form-container
    .milestone-simulator-group
    .field-space {
    padding: 0 24px;
}
.page--campanha .milestone-status-group {
    gap: 20px;
    padding-right: 6px;
    display: flex;
    width: 100%;
    display: none;
}
.page--campanha .milestone-status-group p {
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 5px;
}
.page--campanha .milestone-status-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.page--campanha .milestone-status-container p {
    margin-right: 15px;
}
.page--campanha .milestone-column {
    flex-direction: column;
    align-items: flex-start;
}
.page--campanha .submilestone-box-status {
    width: 80px;
}
.page--campanha .milestone-box-status {
    width: 100%;
}
.page--campanha .box-status {
    height: 36px;
    font-size: 15px;
    color: #ededed;
    text-align: center;
    padding: 5px 10px;
    border-radius: 14px;
    align-content: center;
}
.page--campanha .box-status-success {
    background-color: #1b9c20;
}
.page--campanha .box-status-failed {
    background-color: #d40404;
}
.page--campanha .box-status-default {
    background-color: #d1d1d1;
}
.page--campanha .box-status-award {
    width: 100%;
    background-color: #2473b6;
    text-align: center;
}
.page--campanha .box-award-prefix {
    font-size: 15px;
    align-content: center;
    text-align: left;
    margin-left: -45%;
    color: white;
}

.page--campanha-milestones .metas-flex .campanhas-infos {
    display: none;
}
@media screen and (max-width: 768px) {
    .page--campanha-milestones .metas-flex {
        display: flex;
        flex-direction: column-reverse;
    }
    .page--campanha-milestones .metas-flex .campanhas-infos {
        display: block;
    }
}

@media screen and (max-width: 420px) {
    .box-meta-page {
        max-width: 95%;
    }
    .box-meta-page .meta-values span {
        font-size: 16px;
    }
}
@media screen and (max-width: 420px) and (max-width: 420px) {
    .box-meta-page.box-meta-transparent {
        padding: 10px 15px 10px 0;
    }
}
.txt-premiacao-aguarde {
    text-align: center;
    color: #9b9797;
    font-size: 16px;
}

.box-meta-upload {
    width: 100%;
    margin: 40px 0;
}
@media screen and (max-width: 768px) {
    .box-meta-upload {
        display: none;
    }
}
.box-meta-upload .bar-progress {
    background-color: #d6e7f5;
    width: 100%;
}
.box-meta-upload .bar-progress span {
    color: #ffbb41;
}
.box-meta-upload .bar-progress .progress p {
    color: #ffbb41;
}
.box-meta-upload .bar-progress .progress .p-white {
    color: #fff;
}
.box-meta-upload .bar-progress.completed span {
    color: #1b9c20;
}
.box-meta-upload .bar-progress.completed .progress {
    background-color: #1b9c20;
}
.box-meta-upload .bar-progress.completed .progress p {
    color: #fff;
}
.box-meta-upload .meta-missing {
    color: #2473b6;
}
.box-meta-upload .meta-missing.completed {
    color: #2473b6;
}

.box-content-upload {
    margin-top: 30px;
}

.btn-bg {
    border: 1px solid #389ff6;
    border-radius: 34px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #389ff6;
    text-decoration: none;
    width: fit-content;
    margin: 30px auto 0;
    padding: 0 20px;
    font-family: "Mulish", sans-serif;
    text-transform: none;
}
.btn-bg span {
    margin-left: 5px;
}
.btn-bg.bg-blue {
    border: 1px solid #2473b6;
    background-color: #2473b6;
    color: #fff;
}
.btn-bg.bg-green {
    border: 1px solid #1b9c20;
    background-color: #1b9c20;
    color: #fff;
}
.btn-bg.bg-grey {
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
    color: #2473b6;
}
.btn-bg:hover {
    cursor: pointer;
}
.btn-bg.btn-upload-files-js {
    margin-top: 3px;
    margin-bottom: 0;
    z-index: 10;
    position: relative;
    background: #fff;
}
.btn-bg.btn-upload-files-js.btn-margin {
    margin-top: 18px;
}

.flex-modal {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-modal .btn-bg {
    margin: 20px auto;
}

.btn-reproved {
    margin: 15px auto 45px auto;
    display: flex;
    justify-content: center;
    color: #ff0000;
    text-decoration: none;
}

.box-steps-uploads {
    display: flex;
    border: 1px dashed #d6e7f5;
    padding: 25px 10px;
    justify-content: space-between;
    align-items: center;
    font-family: Mulish, sans-serif;
    margin-top: 30px;
}
.box-steps-uploads .box-steps {
    display: flex;
    flex-direction: column;
    width: 21%;
    align-items: center;
    position: relative;
    text-align: center;
}
.box-steps-uploads .box-steps .step {
    border: 2px solid #d9d9d9;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-steps-uploads .box-steps .step span {
    color: #b7b2b2;
    font-size: 17px;
    font-weight: 500;
}
.box-steps-uploads .box-steps .step.completed {
    background-color: #1b9c20;
    border: 2px solid #1b9c20;
    /* background-image: url(../../static/images/icons/check.svg); */
    background-repeat: no-repeat;
    background-position: center;
}
.box-steps-uploads .box-steps .step.completed span {
    display: none;
}
.box-steps-uploads .box-steps .step.partial {
    background-color: #ffbb41;
    border: 2px solid #ffbb41;
    /* background-image: url(../../static/images/icons/check.svg); */
    background-repeat: no-repeat;
    background-position: center;
}
.box-steps-uploads .box-steps .step.partial span {
    display: none;
}
.box-steps-uploads .box-steps .step.reproved {
    background-color: #fc124d;
    border: 2px solid #fc124d;
    /* background-image: url(../../static/images/icons/reproved.svg); */
    background-repeat: no-repeat;
    background-position: center;
}
.box-steps-uploads .box-steps .step.reproved span {
    display: none;
}
.box-steps-uploads .box-steps .step.partial_approved {
    background-color: #ff7722;
    border: 2px solid #ff7722;
    /* background-image: url(../../static/images/icons/reproved.svg); */
    background-repeat: no-repeat;
    background-position: center;
}
.box-steps-uploads .box-steps .step.partial_approved span {
    display: none;
}
.box-steps-uploads .box-steps p {
    margin: 10px 0 0 0;
    color: #9b9797;
    letter-spacing: -0.1px;
    text-align: center;
    font-size: 14px;
}
.box-steps-uploads .box-steps .result {
    position: absolute;
    bottom: -18px;
}
.box-steps-uploads .box-steps .result span {
    font-weight: bold;
    color: #9b9797;
    font-size: 14px;
}
.box-steps-uploads .box-steps .result a {
    font-weight: bold;
    color: #f80000;
    font-size: 14px;
}

.divider-steps {
    width: 35px;
    height: 4px;
    background: #d9d9d9;
    border-radius: 16px;
    margin-top: -25px;
    margin-right: 0px;
}
.divider-steps.ml {
    margin-left: -20px;
}
.divider-steps.completed {
    background: #1b9c20;
}
.divider-steps.reproved {
    background: #fc124d;
}

#form-upload-milestone .img-btn-loading,
#form-milestoneBatch-send .img-btn-loading {
    width: auto;
    height: 100%;
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#form-upload-milestone.loading,
#form-milestoneBatch-send.loading {
    pointer-events: none;
}
#form-upload-milestone.loading .btn-submit,
#form-milestoneBatch-send.loading .btn-submit {
    opacity: 0.7;
}
#form-upload-milestone.loading .btn-submit .img-btn-loading,
#form-milestoneBatch-send.loading .btn-submit .img-btn-loading {
    position: static;
    top: initial;
    left: initial;
}
#form-upload-milestone .txt-info-upload,
#form-milestoneBatch-send .txt-info-upload {
    margin: 0 0 3px 0;
    padding: 20px 20px 0 20px;
    display: block;
    font-size: 12px;
    text-align: center;
    color: #9b9797;
    position: relative;
    z-index: 1;
}
#form-upload-milestone .txt-info-link,
#form-milestoneBatch-send .txt-info-link {
    margin: 0 0 3px 0;
    padding: 20px 20px 0 20px;
    display: flex;
    font-size: 12px;
    text-align: center;
    color: #389ff6;
    text-decoration: none;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
}
#form-upload-milestone .download-icon,
#form-milestoneBatch-send .download-icon {
    width: 16px;
    height: 16px;
}

.modal-upload-pictures {
    border-radius: 10px;
    padding-bottom: 40px;
    padding-top: 55px;
}
.modal-upload-pictures .modals__overflow {
    padding-left: 0;
    padding-right: 0;
}
.modal-upload-pictures.upload .metas-title-confirm-pictures {
    display: none;
}
.modal-upload-pictures.upload .metas-btns-confirm-pictures {
    display: none;
}
.modal-upload-pictures.confirm .metas-btn-save-pictures {
    display: none;
}
.modal-upload-pictures.confirm .metas-title-confirm-pictures {
    display: block;
}
.modal-upload-pictures.confirm .metas-btns-confirm-pictures {
    display: flex;
}
.modal-upload-pictures.confirm .filepond--drop-label {
    display: none;
}
.modal-upload-pictures.confirm .filepond--list-scroller {
    margin-top: -0.3em !important;
}
.modal-upload-pictures.confirm .filepond--action-remove-item {
    display: none !important;
}
.modal-upload-pictures.confirm .filepond--file-info {
    transform: translate3d(10px, 0px, 0px) !important;
}
.modal-upload-pictures.confirm .btn-upload-files-js {
    display: none !important;
}
.modal-upload-pictures.confirm .txt-info-upload {
    display: none !important;
}
.modal-upload-pictures a.close-modal {
    /* background-image: url(../../static/images/icons/close-modal.svg); */
    width: 24px;
    height: 24px;
    top: 15px;
    right: 15px;
}
.modal-upload-pictures h3 {
    color: #2473b6;
    text-align: center;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
}
.modal-upload-pictures h4 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
}
.modal-upload-pictures .box-reproved {
    border: 1px solid #e3e0e0;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 25px;
}
.modal-upload-pictures .box-reproved small {
    color: #000;
    font-size: 12px;
}
.modal-upload-pictures .box-reproved p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #000;
}
.modal-upload-pictures .modals__wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal-upload-pictures .modals__wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#reproved-details .btn-bg-white {
    margin: 20px auto;
}

.filepond--root {
    font-size: 16px !important;
    max-width: 100%;
    margin-bottom: 0 !important;
}

.filepond--root .filepond--drop-label {
    min-height: 2.75em;
    background: #fff;
}

.filepond--credits {
    display: none;
}

.filepond--panel-root {
    background-color: #fff !important;
}

.filepond--item {
    width: calc(50% - 0.5em);
}
.filepond--item.loading-item {
    height: 43px !important;
    overflow: hidden;
}

.filepond--drop-label {
    display: none !important;
}

.campanhas-regulamento {
    max-width: 17.5rem;
    margin: 0.6rem auto 0;
    font-size: 0.16rem;
    line-height: 0.2rem;
    width: 100%;
}
.modal .campanhas-regulamento {
    margin-top: 0;
}
@media (max-width: 1025px) {
    .campanhas-regulamento {
        font-size: 0.24rem;
    }
}
@media (max-width: 1025px) {
    .campanhas-regulamento {
        margin-bottom: 0.4rem;
    }
}
.campanhas-regulamento pre {
    font-family: "Gilroy", Arial, Helvetica;
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    text-align: justify;
}

.accordeon__title {
    color: #1d71b8;
    cursor: pointer;
    display: block;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.23rem;
    font-weight: normal;
    margin: 0 0 0.3rem;
    padding: 0 0.55rem 0.05rem 0;
    position: relative;
}
.accordeon__title:before {
    background: #f2f2f2;
    content: "";
    height: 0.02rem;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -1;
}
.accordeon__title.active {
    display: inline-block;
}
.accordeon__title.active:before {
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
}
.accordeon__body {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    padding: 0 0 0.3rem;
}
.accordeon__text {
    color: #7c7c7b;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.19rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-widget {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-menu-item-wrapper {
    background: #ededed no-repeat 95% center;
    background-size: auto 0.21rem;
    border: 1px solid #ededed;
    color: #7c7c7b;
    font-size: 0.14rem;
    line-height: 0.34rem;
    padding: 0 0.1rem;
}
@media (max-width: 767px) {
    .ui-menu-item-wrapper {
        font-size: 0.24rem;
        padding: 0 0.2rem;
    }
}

.products__container {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    justify-content: flex-start;
}
.products__content {
    max-width: 100%;
    padding-top: 0.25rem;
    text-align: center;
}
@media (min-width: 1025px) {
    .products__content {
        max-width: 60%;
        padding-left: 0.25rem;
        padding-top: 0;
        text-align: left;
    }
}
.products__option {
    border-radius: 0.1rem;
    margin: 0 0 0.5rem;
    max-width: 50%;
    padding: 0.1rem 0.4rem 0.1rem 0.2rem;
    text-decoration: none;
    transition: all 0.5s ease;
}
@media (min-width: 1025px) {
    .products__option {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        max-width: 25%;
    }
}
.products__option:hover {
    box-shadow: 0 0 0.2rem rgba(157, 157, 156, 0.15);
    transform: scale(1.03);
}
.products__option-figure {
    background-image: url(../../static/images/icons/border-services.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 1.911rem;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1.785rem;
}
.products__option-image {
    border-radius: 50%;
    left: 50%;
    max-height: 80%;
    max-width: 80%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.products__option-text {
    color: #9d9d9c;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.2rem;
    font-weight: normal;
    margin: 0 0 0.1rem;
}
.products__option-price {
    background: #fff;
    color: #9d9d9c;
    display: inline-block;
    font-family: "Coolvetica Condensed Rg", Arial, Helvetica;
    font-size: 0.26rem;
    font-weight: normal;
    margin: 0;
    padding: 0.05rem 0.1rem;
    position: relative;
    text-align: center;
}
.products__option-price:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
    left: -0.02rem;
    z-index: -1;
    border-radius: inherit;
}
.products-search {
    margin-bottom: 0.3rem;
}
.products-search--error h3 {
    margin: 0;
    color: #cf0000;
    font-size: 0.24rem;
    margin-bottom: 0.08rem;
}
@media (min-width: 1025px) {
    .products-search--error h3 {
        margin-bottom: 0.05rem;
    }
}
.products-search--error h2 {
    margin: 0;
    color: #878787;
    margin-bottom: 0.04rem;
    font-size: 0.2rem;
}
@media (min-width: 1025px) {
    .products-search--error h2 {
        margin-bottom: 0.02rem;
    }
}

.product__container {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.product__card {
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 0.1rem rgba(228, 228, 228, 0.3);
    display: block;
    margin: 0 0 0.3rem;
    padding: 0.4rem;
    width: 100%;
}
.product__card:last-child {
    margin: 0;
}
.product__card__title {
    color: #7c7c7b;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.42rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
}
@media (min-width: 1025px) {
    .product__card__title {
        font-size: 0.3rem;
        margin: 0 0 0.2rem;
    }
}
.product__card__text {
    color: #7c7c7b;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.2rem;
    font-weight: normal;
    margin: 0 0 0.2rem;
}
.product__card__text:last-child {
    margin: 0;
}
.product__description {
    margin: 0 0 0.5rem;
    width: 100%;
}
.product__description:last-child {
    margin: 0;
}
.product__description__title {
    color: #7c7c7b;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.42rem;
    font-weight: 700;
    margin: 0;
    padding: 0 0 0.2rem;
    text-align: left;
}
@media (min-width: 1025px) {
    .product__description__title {
        font-size: 0.3rem;
    }
}
.product__description__content {
    margin-bottom: 0.2rem;
    width: 100%;
}
@media (min-width: 1025px) {
    .product__description__content {
        align-items: flex-start;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}
.product__description__content:last-child {
    margin: 0;
}
.product__description__strong {
    color: #7c7c7b;
    display: block;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: 700;
    margin: 0 0 0.1rem;
    padding: 0.05rem 0.5rem 0 0;
    text-align: left;
    width: 100%;
}
@media (min-width: 1025px) {
    .product__description__strong {
        font-size: 0.18rem;
        margin: 0;
        max-width: 4.5rem;
        min-width: 4.5rem;
        width: 100%;
    }
}
.product__description__text {
    color: #7c7c7b;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: normal;
    margin: 0;
    padding: 0.05rem 0.5rem 0 0;
    text-align: left;
    width: 100%;
}
@media (min-width: 1025px) {
    .product__description__text {
        font-size: 0.18rem;
    }
}
.product__infos {
    padding: 0.5rem 0 0;
    width: 100%;
}
@media (min-width: 1025px) {
    .product__infos {
        max-width: 50%;
        padding: 0.3rem 0 0;
    }
}
.product__gallery {
    padding: 0;
    width: 100%;
}
@media (min-width: 1025px) {
    .product__gallery {
        max-width: 50%;
        padding: 0 0.5rem;
    }
}
.product__gallery__figure {
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(228, 228, 228, 0.3);
    border: 1px solid #e4e4e4;
    display: block;
    margin: 0;
    padding: 0.1rem;
    width: 100%;
}
.product__gallery .owl-item {
    width: 100%;
}
.product__image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
}
.product__model-container {
    display: block;
    margin: 0;
    padding: 0.2rem 0 0;
    text-align: left;
}
.product__thumbs {
    margin-top: 0.2rem;
}
.product__thumb {
    background: #fff;
    box-shadow: 0 0 0.05rem rgba(228, 228, 228, 0.5);
    cursor: pointer;
    display: inline-block;
    margin: 0 0.1rem 0.1rem 0;
    padding: 0.02rem;
    transition: background 0.3s linear;
    width: 0.5rem;
}
.product__thumb.active {
    background: #1d71b8;
}

.pagination {
    display: block;
    list-style: none;
    margin: 0.5rem auto;
    padding: 0;
    text-align: center;
}
.pagination .page-item {
    display: inline-block;
}
.pagination .page-item span {
    background: #fff;
    color: #9d9d9c;
    display: block;
    font-family: "Coolvetica Condensed Rg", Arial, Helvetica;
    font-size: 0.16rem;
    font-weight: normal;
    margin: 0;
    padding: 0.05rem 0.1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.pagination .page-item a {
    background: #fff;
    color: #9d9d9c;
    display: block;
    font-family: "Coolvetica Condensed Rg", Arial, Helvetica;
    font-size: 0.16rem;
    font-weight: normal;
    margin: 0;
    padding: 0.05rem 0.1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.pagination .page-item a:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
    left: -0.02rem;
    z-index: -1;
    border-radius: inherit;
}
.pagination .page-item a:hover {
    background: #e3e3e3;
}

.unavailable-warning {
    background-color: #bfbfbf;
    padding: 0.2rem 0;
    text-align: center;
    margin: 0.1rem 0;
}
.unavailable-warning h2 {
    margin: 0 0 0.03rem;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: bold;
}
.unavailable-warning p {
    margin: 0;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.18rem;
    font-weight: normal;
}

.service-unavailable {
    width: 80%;
    margin: 0.5rem auto;
    padding: 0.3rem;
    position: relative;
    background: #fff;
    border: 0 solid transparent;
}
.service-unavailable:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.03rem;
    right: -0.03rem;
    bottom: -0.03rem;
    left: -0.03rem;
    z-index: -1;
    border-radius: inherit;
}
.service-unavailable__wrapper {
    text-align: center;
}
.service-unavailable__title {
    color: #1d71b8;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0 0 0.3rem;
    text-align: center;
    text-transform: uppercase;
}
.service-unavailable--success {
    padding: 0.2rem 0.55rem;
    margin: 0 auto;
    display: inline-block;
}
.service-unavailable--success .cart-details__title {
    font-size: 0.32rem;
}
.service-unavailable__body {
    background: #fff;
    border: 0 solid transparent;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.service-unavailable__body:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
    left: -0.02rem;
    z-index: -1;
    border-radius: inherit;
}
.service-unavailable__body p {
    color: #9d9d9c;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: 400;
    margin: 0 0.3rem 0.1rem;
    padding: 0.15rem 0 0;
    text-align: left;
}
@media (min-width: 1025px) {
    .service-unavailable__body p {
        font-size: 0.19rem;
    }
}
.service-unavailable__body p + p {
    border-top: 1px solid #e4e4e4;
}
.service-unavailable__body .cart-details__summary {
    border-top: 1px solid #e4e4e4;
    color: #9d9d9c;
    display: flex;
    align-items: flex-end;
    font-family: "Gilroy", Arial, Helvetica;
    padding: 0.15rem;
}
.service-unavailable__body .cart-details__summary strong {
    font-size: 0.3rem;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
}
.service-unavailable__body .cart-details__summary small {
    font-size: 0.15rem;
    font-weight: 300;
    text-align: left;
    text-transform: none;
    max-width: 50%;
    min-width: 0.14rem;
}
@media (min-width: 1025px) {
    .service-unavailable__body .cart-details__summary {
        font-size: 0.24rem;
    }
}
.service-unavailable__infos {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    text-align: center;
}
.service-unavailable__info {
    display: inline-block;
    max-width: 2rem;
    margin: 0 0.2rem;
    text-align: center;
    width: 100%;
}
.service-unavailable__info__img {
    display: inline-block;
    margin: 0 auto 0.15rem;
    width: 1.1rem;
}
.service-unavailable__info__text {
    color: #000;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.13rem;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0;
    text-transform: uppercase;
}
.service-unavailable__info__text .no-break {
    white-space: nowrap;
}

.modal#popup-alert {
    width: 3.6rem;
    padding: 0.15rem;
}
.modal#popup-alert .modal-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.modal#popup-alert .close-modal {
    visibility: hidden;
}
.modal#popup-alert h5 {
    margin: 0;
}
.modal#popup-alert p {
    text-align: center;
    font-size: 0.18rem;
    margin: 0.12rem 0;
}
.modal#popup-alert strong {
    margin: 0.05rem 0 0 0;
}
.modal#popup-alert .btn {
    border: none;
    cursor: pointer;
    height: 0.34rem;
    align-self: flex-end;
    color: #fff;
    border-radius: 0.1rem;
    margin: 0.1rem 0 0;
    font-size: 0.18rem;
}
.modal#popup-alert .btn-primary {
    background: #1d71b8;
}
.modal#popup-alert .btn-secondary {
    color: #000;
}
.modal.modal-alert-custom-fields {
    width: 542px;
    padding: 54px 60px;
    font-size: 0.3rem;
    border-radius: 28px;
}
@media (max-width: 1025px) {
    .modal.modal-alert-custom-fields {
        padding: 54px 20px;
    }
}
.modal.modal-alert-custom-fields .component-article__title strong {
    color: #f90055;
    text-transform: capitalize;
}
.modal.modal-alert-custom-fields .component-article__description p {
    color: #4a4949;
    line-height: 0.3rem;
}
.modal.modal-alert-custom-fields
    .component-article__description
    .content-button {
    text-align: center;
}
.modal.modal-alert-custom-fields .component-article__description .btn {
    display: inline-block;
    background: #1d71b8;
    border: none;
    padding: 0 0.38rem;
    margin: 0;
    color: #fff;
    border-radius: 100vw;
    font-size: 0.22rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-decoration: none;
    text-align: center;
    text-transform: none;
}
@media (max-width: 1025px) {
    .modal.modal-alert-custom-fields .component-article__description .btn {
        font-size: 0.3rem;
        height: 0.5rem;
    }
}
.modal.modal-alert-custom-fields a.close-modal {
    text-indent: 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.2rem;
    background: #000;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    top: -16px;
    right: -16px;
}
@media (max-width: 1025px) {
    .modal.modal-alert-custom-fields a.close-modal {
        font-size: 0.3rem;
    }
}
.modal.modal-alert-error-pix {
    width: 500px;
    padding: 0.3rem;
}
.modal.modal-alert-error-pix .component-article__title {
    font-weight: bold;
    margin-bottom: 14px;
    font-size: 18px;
}
.modal.modal-alert-error-pix .component-article__description {
    font-size: 15px;
}
.modal.modal-alert-error-pix .component-article__description p {
    word-wrap: break-word;
    line-height: 1.3em;
    margin-bottom: 0;
}

.page--login {
    height: 100vh;
    /* background-image: url(../../static/images/login/default__background--desktop.jpg); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1025px) {
    .page--login {
        /* background-image: url(../../static/images/login/default__background--mobile.jpg); */
        background-size: cover;
    }
}

.page {
    position: relative;
    width: 100%;
    transition: transform 0.4s ease-in-out;
    padding: 2.2rem 0 0;
}
.page__feedback {
    padding: 0.1rem;
    position: relative;
    background: #fff;
    border: 0 solid transparent;
    text-align: center;
}
.page__feedback--error {
    background: none;
}
.page__feedback--error .page__feedback-message {
    color: white;
}
.page__feedback:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.03rem;
    right: -0.03rem;
    bottom: -0.03rem;
    left: -0.03rem;
    z-index: -1;
    border-radius: inherit;
}
.page__feedback-message {
    margin: 0;
}
.logged-in .page {
    padding: 1.1rem 0 0;
}
.page:after,
.page:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    display: block;
    height: 3.34rem;
    position: absolute;
    width: 2.64rem;
    z-index: 0;
}
.page:after {
    /* background-image: url(../../static/images/general/bg-bullets--right.png); */
    right: 0;
    z-index: 0;
}
.page:before {
    /* background-image: url(../../static/images/general/bg-bullets--left.png); */
    left: 0;
    z-index: 0;
}
.page--login {
    padding: 0;
}
.page--campanhas,
.page--campanha,
.page--faq,
.page--points-exchange,
.page--services,
.page--services-card,
.page--services-giftcards,
.page--register,
.page--recover,
.page--cart {
    min-height: calc(100vh - 0.85rem);
    padding-bottom: 0.7rem;
}
.page--campanhas:after,
.page--campanhas:before,
.page--campanha:after,
.page--campanha:before,
.page--faq:after,
.page--faq:before,
.page--points-exchange:after,
.page--points-exchange:before,
.page--services:after,
.page--services:before,
.page--services-card:after,
.page--services-card:before,
.page--services-giftcards:after,
.page--services-giftcards:before,
.page--register:after,
.page--register:before,
.page--recover:after,
.page--recover:before,
.page--cart:after,
.page--cart:before {
    content: "";
}
.page__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}
.page__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: hidden;
}
.page__title {
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.9rem;
    font-weight: normal;
    color: #1d71b8;
    opacity: 0.2;
    text-transform: uppercase;
    margin: 0.2rem 0 0.1rem 0;
}
@media (max-width: 1025px) {
    .page__title {
        font-size: 0.48rem;
        font-weight: bold;
    }
}
.page__subtitle {
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.32rem;
    font-weight: bold;
    color: #878787;
}
.page__text {
    font-family: "Gilroy", Arial, Helvetica;
    font-weight: normal;
    font-size: 0.24rem;
    color: #878787;
}
.page__text p {
    margin: 0 0 0.2rem;
    text-indent: 0.15rem;
}
.page__text h3 {
    font-weight: 500;
    margin-bottom: 0.05rem;
    text-indent: 0.15rem;
}
.page__print {
    position: absolute;
    right: 0.9rem;
    top: 0.6rem;
    text-decoration: none;
    font-weight: 600;
    color: #4188c3;
    font-size: 0.2rem;
}
@media print {
    .page__print {
        display: none;
    }
}
.page__print .icon {
    vertical-align: middle;
    margin-top: -0.1rem;
    margin-left: 0.1rem;
}
.page__actions {
    padding: 0 0.1rem;
    margin-bottom: 0.5rem;
}
.page.open-menu-left {
    transform: translateX(2.9rem);
}
.page.open-menu-right {
    transform: translateX(-2.9rem);
}
.page__wrapper {
    display: block;
    width: 90%;
    min-height: calc(82vh - 2.2rem);
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}
@media (min-width: 1025px) {
    .page__wrapper {
        min-height: calc(100vh - 2.2rem);
    }
}
.logged-in .page__wrapper {
    overflow: hidden;
    min-height: calc(84vh - 1.1rem - 0.85rem);
}
@media (min-width: 767px) {
    .logged-in .page__wrapper {
        min-height: calc(100vh - 1.1rem - 0.85rem);
    }
}
.page--login .page__wrapper {
    min-height: 100vh;
    padding: 2.2rem 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
.page--verificationnotice .page__wrapper,
.page--error .page__wrapper {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    /* background: url(../../static/images/general/bg-notice-desktop.jpg) center; */
    background-size: cover;
}
@media (max-width: 1025px) {
    .page--verificationnotice .page__wrapper,
    .page--error .page__wrapper {
        /* background-image: url(../../static/images/general/bg-notice-mobile.jpg); */
        background-size: cover;
        padding-top: 30%;
        padding-bottom: 30%;
    }
    .page--verificationnotice .page__wrapper .page__cover,
    .page--error .page__wrapper .page__cover {
        padding-left: 4%;
    }
    .page--verificationnotice .page__wrapper .formsuccess,
    .page--error .page__wrapper .formsuccess {
        font-weight: bold;
        width: 3.5rem;
        text-align: center;
    }
}
.page--verificationnotice .page__wrapper .page__cover-button,
.page--error .page__wrapper .page__cover-button {
    width: 3.5rem;
    padding-left: 0;
    padding-right: 0;
    background: #ed1b5a;
    box-shadow: 1px 5px 9.5px 0.5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1025px) {
    .page--error .page__wrapper {
        padding-top: 60%;
        padding-bottom: 60%;
    }
}
.page--error .page__wrapper .page__cover {
    width: auto;
    max-width: fit-content;
    position: relative;
    padding: 18px 24px;
}
.page--error .page__wrapper .page__cover::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.4;
    z-index: 1;
}
.page--error .page__wrapper .page__cover h2,
.page--error .page__wrapper .page__cover p {
    position: relative;
    z-index: 5;
    margin-bottom: 0;
}
.page__wrapper .page--home__carousel {
    position: relative;
    height: 80vh;
}
.page__wrapper .page--home__carousel div:not(.owl-controls) {
    height: 100%;
    width: 100%;
}
.page__wrapper .page--home__carousel .owl-stage-outer {
    overflow: visible;
}
.page__wrapper .page--home__carousel .cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page__wrapper .page--home__carousel .owl-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.page__wrapper .page--home__carousel .owl-slide.banner_home img.desktop {
    display: block;
}
.page__wrapper .page--home__carousel .owl-slide.banner_home img.mobile {
    display: none;
}
@media (max-width: 1025px) {
    .page__wrapper .page--home__carousel .owl-slide.banner_home img.desktop {
        display: none;
    }
    .page__wrapper .page--home__carousel .owl-slide.banner_home img.mobile {
        display: block;
    }
}
.page__wrapper .page--home__carousel .owl-item {
    cursor: pointer;
}
.page__wrapper .page--home__carousel .owl-dots {
    display: block !important;
    margin-top: -0.5rem;
    text-align: center;
    position: absolute;
    width: 100%;
}
.page__wrapper .page--home__carousel .owl-dots .owl-dot {
    background: #e3e3e3;
    border: none;
    border-radius: 50%;
    display: inline-block;
    height: 0.31rem;
    margin: 0 0.08rem;
    transform: scale(0.7);
    transition: transform 0.3s ease;
    width: 0.31rem;
}
.page__wrapper .page--home__carousel .owl-dots .owl-dot.active {
    transform: scale(1);
}
@media (min-width: 767px) {
    .page--campanhas .page__wrapper,
    .page--campanha .page__wrapper,
    .page--campanha-regulamento .page__wrapper,
    .page--register .page__wrapper,
    .page--recover .page__wrapper {
        max-width: 19.2rem;
        padding: 0 0.75rem;
    }
}
@media (min-width: 767px) {
    .page--campanha .page__wrapper,
    .page--campanha-regulamento .page__wrapper,
    .page--register .page__wrapper,
    .page--recover .page__wrapper {
        padding: 0 0.75rem 0.6rem;
        min-height: calc(100vh - 1.1rem - 0.85rem - 0.6rem);
    }
}
@media (min-width: 1025px) {
    .page__wrapper {
        width: 100%;
    }
    .page--campanha .page__wrapper {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
    }
}
.page--campanha .page__content {
    width: 65%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
@media (max-width: 1025px) {
    .page--campanha .page__content {
        width: 100%;
    }
}
.page--campanha .page__sidebar {
    width: 32%;
}
@media (max-width: 1025px) {
    .page--campanha .page__sidebar {
        width: 100%;
    }
}
.page__cover {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    color: #fff;
    width: 5.1rem;
}
.page__cover--default {
    margin: 0 auto 100% auto;
}
.page--home .page__cover {
    color: #484a91;
}
.page--verificationnotice .page__cover,
.page--error .page__cover {
    color: #ffffff;
}
@media (min-width: 1025px) {
    .page--login .page__cover,
    .page--verificationnotice .page__cover,
    .page--error .page__cover {
        width: 11.2rem;
        margin-left: 1.8rem;
    }
    .page--home .page__cover {
        width: 10rem;
        margin-left: 1rem;
    }
}
.page__cover-title {
    font-family: "Avenir";
    font-size: 0.48rem;
    font-weight: normal;
    margin: 0;
    font-weight: 600;
}
@media (max-width: 1025px) {
    .page__cover-title {
        font-size: 0.36rem;
    }
}
.page__cover-description {
    font-family: "Avenir";
    font-size: 0.32rem;
    margin: 0.1rem 0 0.3rem;
}
@media (max-width: 1025px) {
    .page__cover-description {
        font-size: 0.28rem;
        font-weight: 500;
    }
}
.page--verificationnotice .page__cover-description {
    font-weight: bold;
}
.page__cover-button {
    width: 3rem;
    font-family: "Avenir";
    font-weight: bold;
    border-radius: 0.2rem;
}

.pagetab {
    position: relative;
    display: none;
}
.pagetab.active {
    display: block;
}

.points-exchange__carousel .owl-stage-outer {
    overflow: visible;
}
.points-exchange__carousel .owl-item {
    cursor: pointer;
}
.points-exchange__carousel.owl-carousel-items-4 .owl-item a {
    height: 5.2rem;
}
.points-exchange__carousel.owl-carousel-items-4 .owl-item.center a {
    height: inherit;
}
@media (min-width: 1025px) {
    .points-exchange__carousel.owl-carousel-items-4
        .owl-item.decrease-margin-right {
        margin-right: -16px !important;
    }
    .points-exchange__carousel.owl-carousel-items-4
        .owl-item.decrease-margin-left {
        margin-left: -16px !important;
    }
}
.points-exchange__carousel .owl-dots {
    display: block !important;
    margin-top: 0.55rem;
    text-align: center;
}
.points-exchange__carousel .owl-dots .owl-dot {
    background: #e3e3e3;
    border: none;
    border-radius: 50%;
    display: inline-block;
    height: 0.31rem;
    margin: 0 0.08rem;
    transform: scale(0.7);
    transition: transform 0.3s ease;
    width: 0.31rem;
}
.points-exchange__carousel .owl-dots .owl-dot.active {
    transform: scale(1);
}
.points-exchange-slide {
    background: #e3e3e3;
    border-radius: 0.1rem;
    display: block;
    margin: 0 auto;
    max-width: 5rem;
    opacity: 0.6;
    padding: 0.56rem 1px 1px;
    pointer-events: none;
    text-decoration: none;
    transform: scale(0.7);
    transition: all 0.5s ease;
    width: 100%;
}
.center .points-exchange-slide {
    opacity: 1;
    pointer-events: all;
    transform: scale(1);
}
.points-exchange-slide.soon {
    cursor: default;
    pointer-events: none;
    position: relative;
}
.points-exchange-slide.soon:after,
.points-exchange-slide.soon:before {
    content: "";
    display: block;
    position: absolute;
}
.points-exchange-slide.soon:after {
    background: #e3e3e3;
    height: 100%;
    left: 0;
    opacity: 0.5;
    top: 0;
    width: 100%;
}
.points-exchange-slide.soon:before {
    /* background-image: url(../../static/images/icons/soon.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.65rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3.6rem;
}
.points-exchange-slide__title {
    color: #6a6a6a;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.32rem;
    font-weight: 600;
    margin: -0.46rem 0 0.1rem;
    text-align: center;
}
.points-exchange-slide__container {
    align-content: space-around;
    display: flex;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    min-height: 3.36rem;
    padding: 0 0 0.15rem 0.05rem;
    width: 100%;
}
.points-exchange-slide__container.special-images {
    align-items: center;
}
.points-exchange-slide__container.item-loja-personalizada
    .points-exchange-slide__figure {
    width: 100%;
}
.points-exchange-slide__container.item-loja-personalizada
    .points-exchange-slide__figure
    img {
    width: 50% !important;
    height: auto;
    max-height: initial;
}
.points-exchange-slide__figure {
    display: block;
    margin: 0.2rem 0.08rem 0;
    text-align: center;
}
.special-images .points-exchange-slide__figure {
    max-width: 49%;
}
.points-exchange-slide__image {
    display: inline-block !important;
    max-height: 0.8rem;
    width: auto !important;
    max-width: 100%;
}
.special-images .points-exchange-slide__image {
    max-height: 1.2rem;
    max-width: 100%;
}
.points-exchange-slide__figcaption {
    color: #6a6a6a;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.2rem;
    font-weight: normal;
    margin: 0.2rem 0 0;
}
.points-exchange-slide__figcaption > small {
    display: block;
}
.points-exchange-slide__figcaption__vales-presente {
    width: 1.8rem;
    margin: 0.1rem auto 0.1rem auto;
    text-align: center;
}
.points-exchange-slide__figcaption__servicos {
    width: 1.5rem;
}

.services__container {
    text-align: center;
}
@media (min-width: 1025px) {
    .services__container {
        align-items: stretch;
        display: flex;
        justify-content: space-around;
    }
}
.services-option {
    border-radius: 0.1rem;
    display: inline-block;
    margin: -0.2rem 0 0.5rem;
    max-width: 2.9rem;
    padding: 0.2rem 0.1rem;
    text-decoration: none;
    transition: all 0.5s ease;
}
@media (min-width: 1025px) {
    .services-option {
        margin-bottom: 0;
    }
}
.services-option.disabled {
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.7;
}
.services-option:hover {
    box-shadow: 0 0 0.2rem rgba(157, 157, 156, 0.15);
    transform: scale(1.03);
}
.services-option__figure {
    background-image: url(../../static/images/icons/border-services.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 2.73rem;
    margin: 0 auto 0.55rem;
    padding: 0;
    position: relative;
    width: 2.55rem;
}
.services-option__image {
    left: 50%;
    max-height: 1.45rem;
    max-width: 1.85rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.services-option__text {
    color: #9d9d9c;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.32rem;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
.services-option__text .info-serviceUnavailability {
    display: block;
}

@media (min-width: 1025px) {
    .services-card__container {
        align-items: stretch;
        display: flex;
        justify-content: flex-start;
    }
}
.services-card__card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 3.667rem;
    margin: 0 0 0.5rem;
    position: relative;
    width: 5.681rem;
}
.services-card__card > img {
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (min-width: 1025px) {
    .services-card__card {
        height: 3.86rem;
        margin: 0 0.6rem 0 1.7rem;
        width: 5.98rem;
    }
}
.services-card__card__text {
    color: #999798;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.4rem;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0.55rem, 0.05rem);
}
.services-card__card__text.empty {
    font-size: 0.34rem;
    letter-spacing: -0.05rem;
}
.services-card__content {
    max-width: 5.75rem;
    width: 100%;
}
.services-card__description {
    font-size: 0.2rem;
    margin: 0 0 0.2rem;
}
.services-card__nav {
    margin: 0 0 0.2rem;
}
.services-card__tab {
    display: none;
}
.services-card__tab.active {
    display: block;
}
.services-card__subtitle {
    color: #7c7c7b;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.37rem;
    font-weight: normal;
    margin: 0 0 0.2rem;
}
.services-card__form label {
    color: #7c7c7b;
}
.services-card__form label.fluid {
    margin-bottom: 0.22rem;
}
.services-card__form .fieldgroup.halfwidth {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.services-card__form .fieldgroup.halfwidth.card {
    width: 3rem;
}
.services-card__form .fieldgroup.halfwidth.card input {
    margin: 0.05rem 0 0 -0.12rem;
}
.services-card__form .fieldgroup.halfwidth label.fluid {
    font-size: 0.16rem;
    text-transform: uppercase;
}
.services-card__form .fieldgroup label span.helptext {
    display: block;
    margin: 0 0 0.05rem;
    font-size: 0.16rem;
    font-weight: normal;
    margin-top: 0.15rem;
}
.services-card__form .fieldgroup label .fieldfile .fieldtext {
    padding: 0 0.11rem;
    font-size: 0.16rem;
    color: #7c7c7b;
    width: 100%;
    cursor: pointer;
    height: 0.34rem;
    border: 1px solid #ededed;
    background: #ededed no-repeat 95% center;
    background-size: auto 0.21rem;
    resize: none;
}
.services-card__form .hidden {
    display: none !important;
}

.services-payment__container {
    margin: 0 auto;
    width: 100%;
}
@media (min-width: 767px) {
    .services-payment__container {
        max-width: 8.1rem;
    }
}
.services-payment__steps {
    padding: 0;
    text-align: left;
    width: 100%;
}
.services-payment__steps.tac {
    text-align: center;
}
.services-payment .cart-details {
    margin-bottom: 0.3rem;
    text-align: center;
}
.services-payment .cart-details__actions {
    margin-top: 0.2rem;
}
.services-payment .cart-details--error,
.services-payment .cart-details--success {
    padding: 0.3rem;
    position: relative;
    background: #fff;
    border: 0 solid transparent;
}
.services-payment .cart-details--error:before,
.services-payment .cart-details--success:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.03rem;
    right: -0.03rem;
    bottom: -0.03rem;
    left: -0.03rem;
    z-index: -1;
    border-radius: inherit;
}
.services-payment .cart-details--error .cart-details__title,
.services-payment .cart-details--success .cart-details__title {
    margin: 0;
}
.services-payment .cart-details--error .cart-details__title {
    color: #e50045;
}
.services-payment .cart-pointstotal {
    background: #fff;
    border: 0 solid transparent;
    padding: 0.15rem;
    margin: 0.15rem 0;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 0.24rem;
}
.services-payment .cart-pointstotal:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
    left: -0.02rem;
    z-index: -1;
    border-radius: inherit;
}
.services-payment__step {
    background: transparent;
    border: none;
    color: #1d71b8;
    display: inline-block;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.21rem;
    font-weight: 600;
    margin: 0 0.25rem 0 0;
    outline: none;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.services-payment__step.active:before,
.services-payment__step:not(span):hover:before {
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -1;
    border-radius: inherit;
}
.services-payment__details {
    margin: 0.5rem 0 0;
    padding: 0.3rem;
    position: relative;
    background: #fff;
    border: 0 solid transparent;
}
.services-payment__details:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.03rem;
    right: -0.03rem;
    bottom: -0.03rem;
    left: -0.03rem;
    z-index: -1;
    border-radius: inherit;
}
.services-payment__details .services-payment__title {
    margin: 0;
}
.services-payment__title {
    color: #1d71b8;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
    text-align: center;
    text-transform: uppercase;
}
.services-payment__form.component-form .fieldradio:not(input) {
    width: inherit;
}
.services-payment__actions {
    display: flex;
    justify-content: flex-end;
}
.services-payment__actions .fieldbutton.back {
    margin: 0 0.2rem;
    background-color: #7c7c7b;
    font-family: sans-serif;
    line-height: 0.35rem;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
}
.services-payment__actions .fieldbutton.submit {
    margin: 0 0.2rem;
    margin-right: 0;
}
.services-payment .digitalbanks {
    /* background: url(../../static/images/general/digitalbanks--bg.png) no-repeat center center; */
    background-size: contain;
    margin: 0.2rem auto 0;
    max-width: 3.8rem;
    padding: 0.16rem 0.16rem 0.2rem;
}
@media (min-width: 1025px) {
    .services-payment .digitalbanks {
        margin: 0 auto;
        position: absolute;
        left: 0.4rem;
        top: 1.7rem;
    }
}
.services-payment .digitalbanks h2 {
    background: transparent;
    border: none;
    color: #1d71b8;
    display: inline-block;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.28rem;
    font-weight: 600;
    margin: 0.1rem 0 0;
    outline: none;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.services-payment .digitalbanks p {
    color: #7c7c7b;
    font-size: 0.2rem;
    margin: 0.1rem 0.2rem;
    padding: 0;
}
.services-payment .digitalbanks p strong {
    font-size: 0.26rem;
    text-transform: uppercase;
}
.services-payment .digitalbanks p img {
    max-height: 0.3rem;
}

.services-banktransfer__container {
    margin: 0 auto;
    width: 100%;
}
@media (min-width: 767px) {
    .services-banktransfer__container {
        max-width: 8.1rem;
    }
}
.services-banktransfer__steps {
    padding: 0;
    text-align: left;
    width: 100%;
}
.services-banktransfer__steps.tac {
    text-align: center;
}
.services-banktransfer .cart-details {
    margin-bottom: 0.3rem;
    text-align: center;
}
.services-banktransfer .cart-details__actions {
    margin-top: 0.2rem;
    text-align: center;
}
.services-banktransfer .cart-details--error,
.services-banktransfer .cart-details--success {
    padding: 0.3rem;
    position: relative;
    background: #fff;
    border: 0 solid transparent;
}
.services-banktransfer .cart-details--error:before,
.services-banktransfer .cart-details--success:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.03rem;
    right: -0.03rem;
    bottom: -0.03rem;
    left: -0.03rem;
    z-index: -1;
    border-radius: inherit;
}
.services-banktransfer .cart-details--error .cart-details__title,
.services-banktransfer .cart-details--success .cart-details__title {
    margin: 0;
}
.services-banktransfer .cart-details--error .cart-details__title {
    color: #e50045;
}
.services-banktransfer .cart-pointstotal {
    background: #fff;
    border: 0 solid transparent;
    padding: 0.15rem;
    font-size: 0.24rem;
    margin: 0.15rem 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.services-banktransfer .cart-pointstotal:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
    left: -0.02rem;
    z-index: -1;
    border-radius: inherit;
}
.services-banktransfer__step {
    background: transparent;
    border: none;
    color: #1d71b8;
    display: inline-block;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.21rem;
    font-weight: 600;
    margin: 0 0.25rem 0 0;
    outline: none;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.services-banktransfer__step.active:before,
.services-banktransfer__step:not(span):hover:before {
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -1;
    border-radius: inherit;
}
.services-banktransfer__details {
    margin: 0.5rem 0 0;
    padding: 0.3rem;
    position: relative;
    background: #fff;
    border: 0 solid transparent;
}
.services-banktransfer__details:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.03rem;
    right: -0.03rem;
    bottom: -0.03rem;
    left: -0.03rem;
    z-index: -1;
    border-radius: inherit;
}
.services-banktransfer__details .services-banktransfer__title {
    margin: 0;
}
.services-banktransfer__title {
    color: #1d71b8;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
    text-align: center;
    text-transform: uppercase;
}
.services-banktransfer__form.component-form .fieldradio:not(input) {
    width: inherit;
}
.services-banktransfer__actions {
    display: flex;
    justify-content: flex-end;
}
.services-banktransfer__actions .fieldbutton.back {
    margin: 0 0.2rem;
    background-color: #7c7c7b;
    font-family: sans-serif;
    line-height: 0.35rem;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
}
.services-banktransfer__actions .fieldbutton.submit {
    margin: 0 0.2rem;
    margin-right: 0;
}
.services-banktransfer .caixa-disclaimer {
    background-color: #fff;
    margin: 0.4rem auto 0.2rem;
    max-width: 3.3rem;
    position: relative;
}
.services-banktransfer .caixa-disclaimer:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.05rem;
    right: -0.05rem;
    bottom: -0.05rem;
    left: -0.05rem;
    z-index: -1;
    border-radius: inherit;
}
@media (min-width: 1025px) {
    .services-banktransfer .caixa-disclaimer {
        margin: 0 auto;
        position: absolute;
        left: 1.1rem;
        top: 2.5rem;
    }
}
.services-banktransfer .caixa-disclaimer h2 {
    background: transparent;
    border: none;
    color: #1d71b8;
    display: inline-block;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.28rem;
    font-weight: 600;
    margin: 0.1rem 0 0;
    outline: none;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.services-banktransfer .caixa-disclaimer p {
    color: #7c7c7b;
    font-size: 0.2rem;
    margin: 0.07rem 0.2rem;
    padding: 0;
    text-align: center;
}
.services-banktransfer .caixa-disclaimer img {
    max-width: 2.8rem;
    max-height: 0.38rem;
    margin: 0.07rem 0.2rem 0.15rem;
}

nav.services-pix__steps {
    text-align: center;
    text-transform: uppercase;
    color: #2473b6;
    font-weight: bold;
    margin-bottom: 20px;
}

nav.services-pix__steps .active {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #116ab0, #fc124d, #a583ba);
    border-image-slice: 1;
}

span.services-pix__step {
    margin: 0 10px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.inputs-type {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.inputs-type .radio label {
    width: 135px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #929291;
    background-color: #fff;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #116ab0, #fc124d, #a583ba);
    border-image-slice: 1;
    cursor: pointer;
}
.inputs-type .radio label span {
    z-index: 1;
    font-size: 14px;
    margin: 0;
}
.inputs-type .radio label input[type="radio"] {
    all: unset;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.inputs-type .radio label input[type="radio"]:checked {
    background-color: #bdd5e9;
}
.inputs-type .radio label input[type="radio"]:checked + span {
    color: #2473b6;
}

.fieldgroup .input-type.cpf-cnpj {
    display: none;
}
.fieldgroup .input-type.email {
    display: none;
}
.fieldgroup .input-type.evp {
    display: none;
}

.btns {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}
.btns.mt-0 {
    margin-top: 0;
}
.btns .fieldbutton {
    margin: 0 10px;
}
.btns .btn-back {
    background-color: #7c7c7b;
    border: none;
    cursor: pointer;
    height: 0.34rem;
    align-self: flex-end;
    padding: 0 0.2rem;
    color: #fff;
    border-radius: 0.1rem;
    font-size: 0.18rem;
}

.fieldgroup-pix .fieldtext {
    margin-bottom: 6px;
}
.fieldgroup-pix .fieldtext:read-only,
.fieldgroup-pix .fieldtext:disabled {
    background-color: #f6f6f6;
    color: #acacac;
    font-weight: 300;
}
.fieldgroup-pix .fieldtext#account_type {
    color: #7c7c7b;
}
.fieldgroup-pix .fieldtext.tax-field {
    max-width: 130px;
}
.fieldgroup-pix .fieldtext[data-rule-money] {
    text-align: left;
    padding-left: 25px;
}
@media screen and (max-width: 1024px) {
    .fieldgroup-pix .fieldtext[data-rule-money] {
        padding-left: 55px;
    }
}
@media screen and (max-width: 991px) {
    .fieldgroup-pix .fieldtext[data-rule-money] {
        padding-left: 40px;
    }
}
@media screen and (max-width: 820px) {
    .fieldgroup-pix .fieldtext[data-rule-money] {
        padding-left: 35px;
    }
}
@media screen and (max-width: 767px) {
    .fieldgroup-pix .fieldtext[data-rule-money] {
        padding-left: 30px;
    }
}
@media screen and (min-width: 1707px) {
    .fieldgroup-pix .fieldtext[data-rule-money] {
        padding-left: 30px;
    }
}
.fieldgroup-pix .isMoney:before {
    top: 0.24rem !important;
}
@media screen and (max-width: 991px) {
    .fieldgroup-pix .isMoney:before {
        top: 0.23rem !important;
    }
}
@media screen and (max-width: 767px) {
    .fieldgroup-pix .isMoney:before {
        top: 0.42rem !important;
    }
}
.fieldgroup-pix .isMoney.before-top:before {
    top: 0.23rem !important;
}
@media screen and (max-width: 768px) {
    .fieldgroup-pix .isMoney.before-top:before {
        top: 0.42rem !important;
    }
}
.fieldgroup-pix .isFlex {
    display: flex;
}

.fieldgroup select {
    background-color: #ededed !important;
}
.fieldgroup .btn-drop {
    color: #f00;
    font-size: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: end;
    margin-bottom: 13px;
}
.fieldgroup .btn-drop-pix-favorite.disabled {
    color: #b3b3b3;
    pointer-events: none;
}
.fieldgroup .form-pix-delete-favorite {
    display: none;
}

.pix-key-label {
    flex: 80 !important;
}

.tax-label {
    flex: 10 !important;
}

.lbl-check {
    display: block;
    position: relative;
    margin-top: 12px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #acacac;
}
.lbl-check p {
    margin: 6px 0 0 35px;
    color: #444;
}
.lbl-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #acacac;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.lbl-check:hover input ~ .checkmark {
    background-color: #eee;
}

.lbl-check input:checked ~ .checkmark {
    background-color: #fff;
}

.lbl-check input:checked ~ .checkmark:after {
    display: block;
}

.lbl-check .checkmark:after {
    left: 9px;
    top: 4px;
    width: 3px;
    height: 11px;
    border: solid #acacac;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.save-contact .fieldtext {
    background-color: #f6f6f6;
    border: none;
}
.save-contact .fieldtext.bg-dark {
    background-color: #ededed;
}

.fieldgroup-h {
    min-height: 42px;
}
.fieldgroup-h .fieldtext {
    margin-bottom: 0;
}

.fieldgroup-col {
    flex-flow: column !important;
}
.fieldgroup-col div {
    display: flex;
    justify-content: space-between;
}
.fieldgroup-col div .fieldtext {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #2473b6 !important;
    margin-bottom: 25px;
}
.fieldgroup-col .divider {
    height: auto;
    width: 1px;
    background-color: #ddd;
    margin-right: 40px;
    margin-left: 34.1px;
}
.fieldgroup-col .pix-flex-center {
    justify-content: center;
    align-items: center;
}
.fieldgroup-col .pix-flex-center .fieldbutton.back {
    display: flex;
    align-items: center;
    font-family: "Gilroy", Arial, Helvetica;
}

.flex-cart {
    align-items: center;
    margin-top: 25px;
    margin-bottom: 30px;
    padding: 0 40px;
}
.flex-cart .box-center-cart {
    width: 40%;
}
@media screen and (max-width: 768px) {
    .flex-cart .box-center-cart {
        width: 100%;
    }
}
.flex-cart .box-center-cart .cart-pointstotal {
    display: flex;
    flex-direction: column;
    margin: 10px;
    justify-content: center;
    font-size: 12px;
    color: #4a4a4a;
    /* padding: 9px 0; */
    height: 60px;
}
.flex-cart .box-center-cart .cart-pointstotal p {
    margin: 5px 0 0 0;
    font-size: 20px;
    color: #000;
}
.flex-cart .cart-submit {
    flex: 1;
}
.flex-cart .cart-submit .fieldgroup {
    margin-right: 33px;
}
.flex-cart .cart-submit .fieldgroup.fieldgroup-pass {
    padding-left: 0.4rem;
    margin-right: 0 !important;
}
@media screen and (min-width: 2700px) {
    .flex-cart .cart-submit .fieldgroup.fieldgroup-pass {
        margin-right: 33px !important;
    }
}
@media screen and (max-width: 1300px) {
    .flex-cart .cart-submit .fieldgroup.fieldgroup-pass {
        padding-left: 0.35rem;
    }
}
.flex-cart .cart-submit .fieldgroup label {
    font-size: 11.38px;
}
.flex-cart .cart-submit .fieldgroup .field-bg {
    background-color: #f6f6f6 !important;
    margin-top: 3px;
}

.msg-pix {
    margin-top: -5px !important;
}

.success-pix {
    text-align: center;
    margin-top: 25px;
}
.success-pix .services-pix__details {
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #116ab0, #fc124d, #a583ba);
    border-image-slice: 1;
    width: 45%;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px 0;
}
.success-pix .services-pix__details h3.services-pix__title {
    text-transform: uppercase;
    font-size: 17px;
    color: #2473b6;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.success-pix .services-pix__details.pix-sucess-complete,
.success-pix .services-pix__details.pix-sucess-error {
    display: none;
}
.success-pix .btns-action-pix {
    display: none;
}
.success-pix .btns-action-pix .campanhas-list__button {
    text-transform: uppercase;
}
.success-pix.pix-error .success-pix-h,
.success-pix.pix-error .pix-sucess-complete,
.success-pix.pix-error .loading-pix {
    display: none;
}
.success-pix.pix-error .pix-sucess-error {
    display: block;
}
.success-pix.pix-error .btns-action-pix {
    display: block;
}
@media screen and (max-width: 768px) {
    .success-pix.pix-error .btns-action-pix {
        display: flex;
    }
}
.success-pix.pix-success .pix-sucess-error,
.success-pix.pix-success .success-pix-h,
.success-pix.pix-success .loading-pix {
    display: none;
}
.success-pix.pix-success .pix-sucess-complete {
    display: block;
}
.success-pix.pix-success .btns-action-pix {
    display: block;
}
@media screen and (max-width: 768px) {
    .success-pix.pix-success .btns-action-pix {
        display: flex;
    }
}

.options-flex {
    display: flex;
    justify-content: center;
}
.options-flex .bg-pix-gradient {
    background-image: linear-gradient(to right, #116ab0, #fc124d, #a583ba);
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 2px;
    margin: 10px 10px 15px;
}
.options-flex .bg-pix-gradient__share {
    display: none;
}
.options-flex .bg-pix-gradient .pix-gradient {
    color: #2473b6;
    text-transform: uppercase;
    border-radius: 20px;
    font-size: 16px;
    text-decoration: none;
    background: #fff;
    height: 25px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.success-pix-h {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-pix {
    margin-bottom: 10px;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 768px) {
    nav.services-pix__steps {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .inputs-type .radio {
        width: 48%;
    }
    .inputs-type .radio label {
        width: auto;
        margin-bottom: 15px;
    }

    .btns {
        margin-top: 30px;
    }
    .btns .btn-back {
        height: 0.68rem;
        padding: 0 0.4rem;
        border-radius: 0.08rem;
        font-size: 0.3rem;
        width: 131px;
    }

    .lbl-check {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
        color: initial;
    }
    .lbl-check p {
        font-size: 0.28rem;
    }

    .fieldgroup-pix .isFlex {
        justify-content: end;
        margin-bottom: 0;
    }
    .fieldgroup-pix .isFlex a {
        font-size: 16px;
    }
    .fieldgroup-pix .isMoney:before {
        padding: 0 0 0 5px !important;
    }

    .fieldgroup-col {
        flex-flow: column !important;
    }
    .fieldgroup-col div {
        flex-direction: column;
        width: 100%;
    }
    .fieldgroup-col div .fieldtext {
        margin-bottom: 0;
        padding: 0;
    }
    .fieldgroup-col .divider {
        display: none;
    }
    .fieldgroup-col .pix-flex-center {
        flex-direction: row;
    }

    .flex-cart {
        margin-top: 5px;
    }
    .flex-cart .box-center-cart .cart-pointstotal {
        width: 100%;
        height: 80px;
        font-size: 16px;
        margin: 0 0 35px 0;
    }
    .flex-cart .box-center-cart .cart-pointstotal p {
        font-size: 25px;
    }
    .flex-cart .cart-submit {
        flex: none;
    }
    .flex-cart .cart-submit .fieldgroup {
        margin-right: 0;
    }
    .flex-cart .cart-submit .fieldgroup label {
        font-size: 17.06px;
    }
    .flex-cart .cart-submit .fieldgroup.fieldgroup-pass {
        padding-left: 0;
    }

    .success-pix .services-pix__details {
        width: 100%;
    }
    .success-pix .btns-action-pix .campanhas-list__button {
        width: 47%;
        border-radius: 7px;
        margin-bottom: 18px;
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
    .success-pix .btns-action-pix {
        flex-wrap: wrap;
        padding-right: 18px;
    }
    .success-pix .btns-action-pix .campanhas-list__button {
        width: 39%;
        border-radius: 7px;
        margin-bottom: 15px;
        font-size: 11px;
        margin-left: auto;
        margin-right: auto;
    }
    .success-pix .btns-action-pix .campanhas-list__button:nth-child(2) {
        margin-left: 3%;
    }
    .success-pix .btns-action-pix .campanhas-list__button:nth-child(2),
    .success-pix .btns-action-pix .campanhas-list__button:nth-child(3) {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .services__container__mobile {
        display: flex;
        flex-direction: column;
    }
    .services__container__mobile a.services-option {
        display: flex;
        align-items: center;
        margin: 0;
        width: 100%;
        max-width: initial;
        border-bottom: 1px solid #dddddd;
        border-radius: 0;
    }
    .services__container__mobile a.services-option .services-option__figure {
        height: 1.4rem;
        margin: 0 25px 0 0;
        padding: 0;
        position: relative;
        width: 1.55rem;
    }
    .services__container__mobile
        a.services-option
        .services-option__figure
        .services-option__image {
        max-height: 0.65rem;
    }
    .services__container__mobile a.services-option .services-option__text {
        font-size: 0.37rem;
        margin: 0;
        text-align: left;
    }
    .services__container__mobile a.services-option:first-child {
        border-top: 1px solid #dddddd;
    }
}
@media screen and (max-width: 768px) {
    .msg-pix {
        margin-top: -15px !important;
        font-size: 14px !important;
    }
}
@media screen and (max-width: 768px) {
    .options-flex .bg-pix-gradient .pix-gradient {
        font-size: 11px;
    }
}
#reader > div > div + img {
    display: none;
}
#reader #html5-qrcode-anchor-scan-type-change {
    display: none !important;
}
#reader #html5-qrcode-button-camera-permission,
#reader #html5-qrcode-button-camera-stop,
#reader #html5-qrcode-button-camera-start {
    background-color: #2473b6;
    border: none;
    cursor: pointer;
    padding: 0.1rem;
    color: #fff;
    border-radius: 0.1rem;
    font-size: 0.2rem;
}

.js-form-pix.loading {
    pointer-events: none;
    opacity: 0.7;
    filter: grayscale(100%);
}

.select2-container--incentiveplace
    .select2-results
    > .select2-results__options {
    text-transform: none;
}

.select2-container--incentiveplace .select2-results__group {
    color: #2473b6;
}

.component-form label.label-pix-bank {
    flex: 50;
}

.label-qrcode-loading {
    display: none;
}

.services-giftcards {
    color: #7c7c7b;
}
.services-giftcards__filter,
.services-giftcards__container {
    width: 16rem;
    margin: 0.2rem auto;
}
@media (max-width: 1025px) {
    .services-giftcards__filter,
    .services-giftcards__container {
        width: 100%;
    }
}
@media (max-width: 1025px) {
    .services-giftcards__filter .categories-list,
    .services-giftcards__container .categories-list {
        display: flex;
        flex-wrap: wrap;
    }
    .services-giftcards__filter .categories-list label,
    .services-giftcards__container .categories-list label {
        width: 50%;
    }
    .services-giftcards__filter .categories-list__item,
    .services-giftcards__container .categories-list__item {
        margin-left: 0;
        margin-bottom: 0;
    }
    .services-giftcards__filter .categories-list__figure,
    .services-giftcards__container .categories-list__figure {
        padding-bottom: 0;
    }
    .services-giftcards__filter .categories-list__title,
    .services-giftcards__container .categories-list__title {
        margin-top: 0;
    }
}
.services-giftcards__container {
    display: none;
}
.services-giftcards__container {
    display: none;
}
.services-giftcards__btn-back {
    text-align: left;
    margin-bottom: 0.5rem;
}
.services-giftcards__btn-back a {
    display: inline-block;
    line-height: 28px;
    text-decoration: none;
    color: #7c7c7b;
}
.services-giftcards__btn-back a::before {
    content: " ";
    display: inline-block;
    width: 28px;
    height: 28px;
    /* background: url(../../static/images/categories/btn-back.svg) no-repeat center; */
    background-size: 100%;
    vertical-align: bottom;
    margin-right: 5px;
}
.services-giftcards__btn-back a:hover {
    text-decoration: underline;
}
.services-giftcards__list {
    display: flex;
    flex-wrap: wrap;
}
.services-giftcards__item {
    display: none;
    align-items: center;
    justify-content: space-around;
    width: 33.3%;
    margin: 0.2rem auto 0.5rem auto;
    text-align: left;
}
.services-giftcards__item.remove-margin-left {
    margin-left: 0;
}
.services-giftcards__item.remove-margin-right {
    margin-right: 0;
}
@media (max-width: 1025px) {
    .services-giftcards__item {
        margin-left: 0;
        width: 100%;
        box-sizing: border-box;
        padding-right: 30px;
    }
}
.services-giftcards__content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    margin-right: auto;
    margin-left: 5px;
}
@media (max-width: 1025px) {
    .services-giftcards__content {
        margin-left: 12px;
    }
}
@media (max-width: 1025px) {
    .services-giftcards__content a {
        font-size: 0.2rem;
    }
}
.services-giftcards__option-text {
    font-size: 0.17rem;
    text-align: center;
    margin-top: 0;
}
.services-giftcards__option-figure {
    padding: 0 0.3rem;
    margin: 0;
    width: 3rem;
}
@media (max-width: 1025px) {
    .services-giftcards__option-figure {
        padding-left: 0;
        padding-right: 10px;
    }
}
.services-giftcards__option-figure img {
    border-radius: 10px;
    width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1025px) {
    .services-giftcards__option-figure img {
        width: 100%;
        height: auto;
    }
}
.services-giftcards__button {
    padding: 0 0.2rem;
    background: #1d71b8;
    border: none;
    border-radius: 0.1rem;
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
@media (max-width: 767px) {
    .services-giftcards__button {
        padding: 0 0.4rem;
        border-radius: 0.08rem;
        line-height: 0.68rem;
        font-size: 0.3rem;
    }
}

.page--services-giftcards-products .products__option {
    width: 50%;
    max-width: 50%;
}
.page--services-giftcards-products .products__option.disabled {
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.7;
}
@media (min-width: 1025px) {
    .page--services-giftcards-products .products__option {
        width: 33.3%;
        max-width: 33.3%;
    }
}
.page--services-giftcards-products .products__content {
    width: 60%;
}
.page--services-giftcards-products .products__option-figure {
    width: 1.91rem;
}
.page--services-giftcards-products .products__option-figure-placeholder {
    width: 80%;
    height: 80%;
    background: #fff;
    margin: 10% auto;
    border-radius: 50%;
    overflow: hidden;
}
.page--services-giftcards-products .products__option-image {
    max-width: inherit;
    max-height: inherit;
    width: auto;
    height: 100%;
    border-radius: 0;
    position: relative;
    transform: translate(-50%, 0);
    top: 0;
}
@media (max-width: 1024px) {
    .page--services-giftcards-products .products__content {
        width: 100%;
    }
    .page--services-giftcards-products .products__option-figure {
        padding-top: 8%;
    }
    .page--services-giftcards-products .products__option-figure-placeholder {
        margin-top: 0;
        height: 89%;
    }
}

.page--about {
    /* background: url(../../static/images/general/about_bg.png) no-repeat center bottom fixed; */
    background-size: cover;
}
@media (min-width: 1025px) {
    .page--about .page__wrapper {
        max-width: 19.2rem;
        padding: 0 0.75rem;
    }
}

@media (min-width: 1025px) {
    .about__texts {
        width: 11.6rem;
    }
}
.about__call-to-action {
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: bold;
    color: #878787;
    text-align: center;
}
@media (min-width: 1025px) {
    .about__call-to-action {
        width: 8.7rem;
        margin: 0 auto;
    }
}
.about__call-to-action iframe {
    margin-bottom: 0.2rem;
}
@media (min-width: 1025px) {
    .about__partners {
        width: 13rem;
        margin: 0 auto;
    }
}
.about__partners-title {
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.32rem;
    font-weight: bold;
    color: #878787;
    text-align: center;
}
.about__partners-list {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}
.about__partners-item {
    width: 2.05rem;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    border: 0 solid transparent;
    margin: 0.25rem;
}
.about__partners-item:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
    left: -0.02rem;
    z-index: -1;
    border-radius: inherit;
}
.about__partners-item a {
    display: block;
}
.about__partners-item img {
    width: 100%;
    display: block;
}
.about__powered {
    text-align: center;
}
.about__powered img {
    width: 1.33rem;
}

.page--terms .page__wrapper {
    max-width: 19.2rem;
    padding: 0 0.25rem;
}
@media (min-width: 767px) {
    .page--terms .page__wrapper {
        padding: 0 0.75rem;
    }
}
.page--terms .page__wrapper a {
    word-break: break-all;
    color: #878787;
}
@media (min-width: 767px) {
    .page--terms .page__wrapper a {
        word-break: normal;
    }
}
.page--terms .page__wrapper p {
    text-align: justify;
    text-indent: 0;
    padding-left: 0.07rem;
}
@media (max-width: 767px) {
    .page--terms .page__wrapper ol {
        padding-left: 0.25rem;
    }
}
.page--terms .page__wrapper ol li {
    padding: 0.03rem 0;
}
.page--terms .page__wrapper ol li ul li {
    list-style-type: disc;
}
.page--terms h3 {
    text-indent: 0;
    padding: 0.28rem 0 0.1rem 0;
    font-weight: 600;
}
.page--terms h4 {
    text-indent: 0;
    padding: 0.1rem 0 0.1rem 0;
    font-weight: 600;
    margin: 0;
}
.page--terms h4 span {
    font-weight: 400;
}
.page--terms .footnote {
    padding-top: 0.25rem;
    color: #878787;
}
.page--terms .pd-top-0 {
    padding-top: 0;
}

.terms__texts {
    max-width: 11.6rem;
    width: 100%;
    margin: 0 auto;
}
.terms__texts .justified {
    text-align: justify;
}

.page--updateterms .header__wrapper a {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}
.page--updateterms .header__nav-right,
.page--updateterms .header__info-figure,
.page--updateterms .internal-menu {
    display: none;
}
.page--updateterms .page__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page--updateterms .fieldgroup {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page--updateterms .fieldcheckbox {
    margin-right: 0.2rem;
}
@media (min-width: 767px) {
    .page--updateterms .fieldcheckbox-label--big {
        font-size: 0.22rem;
    }
}
@media (max-width: 767px) {
    .page--updateterms .fieldcheckbox-label {
        width: 4.5rem;
    }
}
.page--updateterms .formerrors {
    margin-top: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media (min-width: 767px) {
    .page--updateterms .formerrors {
        width: 4.5rem;
        margin-bottom: 0.3rem !important;
        font-size: 0.18rem;
    }
}

@media (min-width: 1025px) {
    .page--contact .page__wrapper {
        max-width: 19.2rem;
        padding: 0 0.75rem;
    }
}

@media (min-width: 1025px) {
    .contact__form {
        max-width: 5.65rem;
        margin: 0 auto;
    }
    .contact__form .fieldgroup .fieldcolumn:last-child {
        flex: 1;
    }
    .contact__form .fieldgroup--first-line .fieldcolumn:first-child {
        width: 3.05rem;
        margin-right: 0.35rem;
    }
    .contact__form .fieldgroup--second-line .fieldcolumn:first-child {
        width: 3.15rem;
        margin-right: 0.45rem;
    }
}
.contact__form label {
    width: 100%;
}
.contact__form label span {
    text-indent: 0.15rem;
    text-transform: uppercase;
}
.contact__infos {
    text-align: center;
    margin: 0.3rem 0;
}
.contact__infos img {
    height: 0.22rem;
    width: 0.22rem;
}
.contact__infos a {
    text-decoration: none;
    color: inherit;
}
.contact__infos-title {
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.34rem;
    color: #1d71b8;
    margin: 0.2rem 0;
}
.contact__infos-email {
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.34rem;
    color: #7c7c7b;
    margin: 0.1rem 0;
}
.contact__infos-email a {
    color: inherit;
    text-decoration: none;
}
.contact__infos-email a:hover {
    text-decoration: underline;
}
.contact__infos-phone {
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.34rem;
    color: #7c7c7b;
    margin: 0.1rem 0;
}
.contact__infos-phone span {
    font-size: 0.21rem;
}
.contact__infos-phone--alt {
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.24rem;
    color: #7c7c7b;
    margin: 0.1rem 0;
}
.contact__infos-phone--alt span {
    font-size: 0.21rem;
}
.contact__infos-phone--flex {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0 auto;
    width: fit-content;
}
.contact--contact-us .contact__infos-email {
    font-size: 0.26rem;
}
.contact--contact-us .contact__infos-phone {
    font-size: 0.26rem;
}
.contact--contact-us .contact__infos-phone span {
    font-size: 0.16rem;
}

@media (min-width: 1025px) {
    .page--extract .page__wrapper {
        max-width: 19.2rem;
        padding: 0 0.75rem;
    }
}
.page--extract .page__actions {
    max-width: 16rem;
}

.extract--by-nf,
.extract--by-price,
.extract--by-product,
.extract--by-quantity {
    width: 90%;
    margin: 0.5rem auto;
}
.extract__content {
    position: relative;
    margin: 0 auto;
}
@media (max-width: 1025px) {
    .extract__content {
        width: 100%;
    }
}
.extract__table {
    font-size: 0.18rem;
    margin: 0 auto;
    text-transform: uppercase;
    border-collapse: collapse;
}
.extract__table th {
    padding: 0.1rem 0.25rem;
    color: #aaa;
    font-weight: normal;
}
.extract__table td {
    padding: 0.2rem 0.25rem;
    color: #333;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.extract__table td[rowspan] {
    position: relative;
    border-bottom: 0;
    vertical-align: top;
    padding: 0 0.25rem;
}
.extract__table td[rowspan]:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    background: #ccc;
    height: 100%;
    left: 50%;
    top: 0;
}
.extract__table td .date {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0.05rem 0;
}
.extract .credit {
    color: #33ab66;
}
.extract .debit {
    color: #ea4f4d;
}
.extract .status {
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    background: #9d9d9c;
    border-radius: 100vw;
}
.extract .status.on {
    background: #33ab66;
}
.extract .status.off {
    background: #ea4f4d;
}
.extract__tab {
    display: none;
}
@media (max-width: 1025px) {
    .extract__tab {
        width: 100%;
        overflow: auto;
    }
}
.extract__tab.active {
    display: block;
}
.extract__legends {
    width: 1.5rem;
    margin: 0.5rem 0 0 auto;
}
@media (min-width: 1025px) {
    .extract__legends {
        margin: 0 0 0 auto;
        position: absolute;
        right: 0;
        top: 0;
        text-align: left;
    }
}
.extract__legend {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.2rem;
}

.faq__title {
    color: #1d71b8;
    display: inline-block;
    font-family: "Coolvetica Condensed Rg", Arial, Helvetica;
    font-size: 0.4rem;
    font-weight: normal;
    margin: 0 0 0.3rem;
    padding: 0 0.55rem 0 0;
    position: relative;
}
.faq__title:before {
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    content: "";
    height: 0.02rem;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -1;
}

@media (min-width: 1025px) {
    .page--tariff .page__wrapper {
        max-width: 19.2rem;
        padding: 0 0.75rem;
    }
}

.tariff__content {
    position: relative;
    margin: 0 auto;
}
@media (max-width: 1025px) {
    .tariff__content {
        width: 100%;
    }
}
.tariff__table {
    max-width: 14.4rem;
    font-size: 0.18rem;
    margin: 0 auto;
    border-collapse: collapse;
}
.tariff__table th {
    padding: 0.1rem 0.25rem;
    color: #201f1f;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.tariff__table td {
    padding: 0.2rem 0.25rem;
    color: #201f1f;
    border-bottom: 1px solid #ccc;
}
.tariff__table td[rowspan] {
    position: relative;
    border-bottom: 0;
    vertical-align: top;
    padding: 0 0.25rem;
}
.tariff__table td[rowspan]:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    background: #333;
    height: 100%;
    left: 50%;
    top: 0;
}
.tariff__table td .date {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0.05rem 0;
}
.tariff__obs {
    color: #201f1f;
    padding: 0.1rem 0.25rem;
    margin: 0;
    font-size: 0.144rem;
}
.tariff .credit {
    color: #33ab66;
}
.tariff .debit {
    color: #ea4f4d;
}
.tariff .status {
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    background: #201f1f;
    border-radius: 100vw;
}
.tariff .status.on {
    background: #33ab66;
}
.tariff .status.off {
    background: #ea4f4d;
}
.tariff__tab {
    display: none;
}
@media (max-width: 1025px) {
    .tariff__tab {
        width: 100%;
        overflow: auto;
    }
}
.tariff__tab.active {
    display: block;
}
.tariff__legends {
    width: 1.5rem;
    margin: 0.5rem 0 0 auto;
}
@media (min-width: 1025px) {
    .tariff__legends {
        margin: 0 0 0 auto;
        position: absolute;
        right: 0;
        top: 0;
    }
}
.tariff__legend {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.2rem;
}

.insert-sale {
    margin-bottom: 0.3rem;
}
.insert-sale__actions {
    margin-top: 0.2rem;
    text-align: center;
}
.insert-sale--error,
.insert-sale--success {
    width: 8.5rem;
    margin: 0 auto;
    padding: 0.3rem;
    position: relative;
    background: #fff;
    border: 0 solid transparent;
    text-align: center;
}
.insert-sale--error:before,
.insert-sale--success:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.03rem;
    right: -0.03rem;
    bottom: -0.03rem;
    left: -0.03rem;
    z-index: -1;
    border-radius: inherit;
}
.insert-sale--error .insert-sale__title,
.insert-sale--success .insert-sale__title {
    margin: 0;
}
.insert-sale--error .insert-sale__title {
    color: #e50045;
}

.page--prepaidcard-cart,
.page--giftcard-cart {
    min-height: calc(100vh - 0.85rem);
    padding-bottom: 0.7rem;
}
.page--prepaidcard-cart .cart-address__title,
.page--giftcard-cart .cart-address__title {
    color: #1d71b8;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
    padding-left: 0.15rem;
    text-align: left;
    text-transform: uppercase;
}
.page--prepaidcard-cart .cart-address__body,
.page--giftcard-cart .cart-address__body {
    background: #fff;
    border: 0 solid transparent;
    padding: 0.15rem;
    position: relative;
    text-align: right;
    width: 100%;
}
.page--prepaidcard-cart .cart-address__body:before,
.page--giftcard-cart .cart-address__body:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
    left: -0.02rem;
    z-index: -1;
    border-radius: inherit;
}
.page--prepaidcard-cart .cart-address__body strong,
.page--giftcard-cart .cart-address__body strong {
    color: #9d9d9c;
    display: block;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.28rem;
    font-weight: 700;
    text-align: left;
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart-address__body strong,
    .page--giftcard-cart .cart-address__body strong {
        font-size: 0.22rem;
    }
}
.page--prepaidcard-cart .cart-address__body p,
.page--giftcard-cart .cart-address__body p {
    color: #9d9d9c;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.28rem;
    font-weight: 400;
    margin: 0 0 0.15rem;
    text-align: left;
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart-address__body p,
    .page--giftcard-cart .cart-address__body p {
        font-size: 0.22rem;
    }
}
.page--prepaidcard-cart .cart-address__body a,
.page--giftcard-cart .cart-address__body a {
    color: #9d9d9c;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.2rem;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart-address__body a,
    .page--giftcard-cart .cart-address__body a {
        font-size: 0.16rem;
    }
}
.page--prepaidcard-cart .cart-email__title,
.page--giftcard-cart .cart-email__title {
    color: #1d71b8;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
    padding-left: 0.15rem;
    text-align: left;
    text-transform: uppercase;
}
.page--prepaidcard-cart .cart-email__subtitle,
.page--giftcard-cart .cart-email__subtitle {
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.14rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
    padding-left: 0.15rem;
    text-align: left;
}
.page--prepaidcard-cart .cart-email__body,
.page--giftcard-cart .cart-email__body {
    background: #fff;
    border: 0 solid transparent;
    padding: 0.15rem;
    position: relative;
    width: 50%;
}
@media (max-width: 1025px) {
    .page--prepaidcard-cart .cart-email__body,
    .page--giftcard-cart .cart-email__body {
        width: 100%;
    }
}
.page--prepaidcard-cart .cart-email__body:before,
.page--giftcard-cart .cart-email__body:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
    left: -0.02rem;
    z-index: -1;
    border-radius: inherit;
}
.page--prepaidcard-cart .cart-email__body strong,
.page--giftcard-cart .cart-email__body strong {
    color: #9d9d9c;
    display: block;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.28rem;
    font-weight: 700;
    text-align: left;
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart-email__body strong,
    .page--giftcard-cart .cart-email__body strong {
        font-size: 0.22rem;
    }
}
.page--prepaidcard-cart .cart-email__body p,
.page--giftcard-cart .cart-email__body p {
    color: #9d9d9c;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.28rem;
    font-weight: 400;
    margin: 0 0 0.15rem;
    text-align: left;
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart-email__body p,
    .page--giftcard-cart .cart-email__body p {
        font-size: 0.22rem;
    }
}
.page--prepaidcard-cart .cart-email__body a,
.page--giftcard-cart .cart-email__body a {
    color: #9d9d9c;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.2rem;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart-email__body a,
    .page--giftcard-cart .cart-email__body a {
        font-size: 0.16rem;
    }
}
.page--prepaidcard-cart .cart-details,
.page--giftcard-cart .cart-details {
    margin-bottom: 0.3rem;
}
.page--prepaidcard-cart .cart-details--error,
.page--giftcard-cart .cart-details--error,
.page--prepaidcard-cart .cart-details--success,
.page--giftcard-cart .cart-details--success {
    padding: 0.3rem;
    position: relative;
    background: #fff;
    border: 0 solid transparent;
}
.page--prepaidcard-cart .cart-details--error:before,
.page--giftcard-cart .cart-details--error:before,
.page--prepaidcard-cart .cart-details--success:before,
.page--giftcard-cart .cart-details--success:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.03rem;
    right: -0.03rem;
    bottom: -0.03rem;
    left: -0.03rem;
    z-index: -1;
    border-radius: inherit;
}
.page--prepaidcard-cart .cart-details--error .cart-details__title,
.page--giftcard-cart .cart-details--error .cart-details__title,
.page--prepaidcard-cart .cart-details--success .cart-details__title,
.page--giftcard-cart .cart-details--success .cart-details__title {
    margin: 0;
}
.page--prepaidcard-cart .cart-details--error .cart-details__title,
.page--giftcard-cart .cart-details--error .cart-details__title {
    color: #e50045;
}
.page--prepaidcard-cart .cart-details__wrapper,
.page--giftcard-cart .cart-details__wrapper {
    text-align: center;
}
.page--prepaidcard-cart .cart-details__actions,
.page--giftcard-cart .cart-details__actions {
    padding: 0.2rem 0;
}
.page--prepaidcard-cart .cart-details__title,
.page--giftcard-cart .cart-details__title {
    color: #1d71b8;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
    text-align: center;
    text-transform: uppercase;
}
.page--prepaidcard-cart .cart-details--success,
.page--giftcard-cart .cart-details--success {
    padding: 0.2rem 0.55rem;
    margin: 0 auto;
    display: inline-block;
}
.page--prepaidcard-cart .cart-details--success .cart-details__title,
.page--giftcard-cart .cart-details--success .cart-details__title {
    font-size: 0.32rem;
}
.page--prepaidcard-cart .cart-details__body,
.page--giftcard-cart .cart-details__body {
    background: #fff;
    border: 0 solid transparent;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.page--prepaidcard-cart .cart-details__body:before,
.page--giftcard-cart .cart-details__body:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
    left: -0.02rem;
    z-index: -1;
    border-radius: inherit;
}
.page--prepaidcard-cart .cart-details__body p,
.page--giftcard-cart .cart-details__body p {
    color: #9d9d9c;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: 400;
    margin: 0 0.3rem 0.1rem;
    padding: 0.15rem 0 0;
    text-align: left;
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart-details__body p,
    .page--giftcard-cart .cart-details__body p {
        font-size: 0.19rem;
    }
}
.page--prepaidcard-cart .cart-details__body p + p,
.page--giftcard-cart .cart-details__body p + p {
    border-top: 1px solid #e4e4e4;
}
.page--prepaidcard-cart .cart-details__body .cart-details__summary,
.page--giftcard-cart .cart-details__body .cart-details__summary {
    border-top: 1px solid #e4e4e4;
    color: #9d9d9c;
    display: flex;
    align-items: flex-end;
    font-family: "Gilroy", Arial, Helvetica;
    padding: 0.15rem;
}
.page--prepaidcard-cart .cart-details__body .cart-details__summary strong,
.page--giftcard-cart .cart-details__body .cart-details__summary strong {
    font-size: 0.3rem;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
}
.page--prepaidcard-cart .cart-details__body .cart-details__summary small,
.page--giftcard-cart .cart-details__body .cart-details__summary small {
    font-size: 0.15rem;
    font-weight: 300;
    text-align: left;
    text-transform: none;
    max-width: 50%;
    min-width: 0.14rem;
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart-details__body .cart-details__summary,
    .page--giftcard-cart .cart-details__body .cart-details__summary {
        font-size: 0.24rem;
    }
}
.page--prepaidcard-cart .cart-details__infos,
.page--giftcard-cart .cart-details__infos {
    list-style: none;
    margin: 11px 0 0;
    padding: 0;
    text-align: center;
}
.page--prepaidcard-cart .cart-details__info,
.page--giftcard-cart .cart-details__info {
    display: inline-block;
    max-width: 2rem;
    margin: 0 0.2rem;
    text-align: center;
    width: 100%;
}
.page--prepaidcard-cart .cart-details__info__img,
.page--giftcard-cart .cart-details__info__img {
    display: inline-block;
    margin: 0 auto 0.15rem;
    width: 1.1rem;
}
.page--prepaidcard-cart .cart-details__info__text,
.page--giftcard-cart .cart-details__info__text {
    color: #000;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.17rem;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0;
    text-transform: uppercase;
}
.page--prepaidcard-cart .cart-details__info__text .no-break,
.page--giftcard-cart .cart-details__info__text .no-break {
    white-space: nowrap;
}
.page--prepaidcard-cart .cart-details__info__caption,
.page--giftcard-cart .cart-details__info__caption {
    color: #807e7e;
    font-size: 0.17rem;
}
.page--prepaidcard-cart .cart-item,
.page--giftcard-cart .cart-item {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 0.25rem;
}
@media (max-width: 1025px) {
    .page--prepaidcard-cart .cart-item,
    .page--giftcard-cart .cart-item {
        flex-flow: column;
    }
}
.page--prepaidcard-cart .cart-item__details,
.page--giftcard-cart .cart-item__details {
    flex-grow: 1;
    position: relative;
}
.page--prepaidcard-cart .cart-item__details .services-card__form,
.page--giftcard-cart .cart-item__details .services-card__form {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.page--prepaidcard-cart .cart-item__image,
.page--giftcard-cart .cart-item__image {
    margin-right: 0.2rem;
    width: 100%;
}
@media (max-width: 1025px) {
    .page--prepaidcard-cart .cart-item__image,
    .page--giftcard-cart .cart-item__image {
        width: 50%;
    }
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart-item__image,
    .page--giftcard-cart .cart-item__image {
        margin-right: 0.5rem;
        max-width: 2.35rem;
    }
}
.page--prepaidcard-cart .cart-item__image img,
.page--giftcard-cart .cart-item__image img {
    width: 100%;
}
.page--prepaidcard-cart .cart-item__title,
.page--giftcard-cart .cart-item__title {
    color: #7c7c7b;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.26rem;
    font-weight: normal;
    margin: 0.1rem 0 0.2rem;
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart-item__title,
    .page--giftcard-cart .cart-item__title {
        font-size: 0.32rem;
        margin: 0.1rem 0 0.2rem;
    }
}
.page--prepaidcard-cart .cart-submit,
.page--giftcard-cart .cart-submit {
    padding: 0 0.2rem;
    width: 100%;
}
.page--prepaidcard-cart .cart-submit label,
.page--giftcard-cart .cart-submit label {
    font-size: 0.16rem;
    font-weight: 600;
    padding-left: 0.12rem;
    text-transform: uppercase;
    width: 100%;
}
.page--prepaidcard-cart .cart-submit .fieldtext,
.page--giftcard-cart .cart-submit .fieldtext {
    margin-left: -0.12rem;
    width: calc(100% + 0.12rem);
}
.page--prepaidcard-cart .cart-submit .fieldbutton,
.page--giftcard-cart .cart-submit .fieldbutton {
    display: block;
    font-family: "Gilroy", Arial, Helvetica;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: calc(100% - 0.24rem);
    text-transform: uppercase;
}
.page--prepaidcard-cart .cart-submit .fieldbutton ~ *,
.page--giftcard-cart .cart-submit .fieldbutton ~ * {
    margin-top: 0.12rem;
}
.page--prepaidcard-cart .cart-submit a,
.page--giftcard-cart .cart-submit a {
    line-height: 0.68rem;
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart-submit a,
    .page--giftcard-cart .cart-submit a {
        line-height: 0.34rem;
    }
}
.page--prepaidcard-cart:after,
.page--giftcard-cart:after,
.page--prepaidcard-cart:before,
.page--giftcard-cart:before {
    content: "";
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart__container,
    .page--giftcard-cart .cart__container {
        align-items: stretch;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto;
        max-width: 11.4rem;
    }
}
.page--prepaidcard-cart .cart__col,
.page--giftcard-cart .cart__col {
    margin-bottom: 0.5rem;
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart__col,
    .page--giftcard-cart .cart__col {
        flex: 2;
        margin-bottom: 0;
        padding: 0 0.32rem 0 0;
    }
    .page--prepaidcard-cart .cart__col:last-child,
    .page--giftcard-cart .cart__col:last-child {
        flex: 1;
        padding: 0 0 0 0.32rem;
    }
}
.page--prepaidcard-cart .cart__list,
.page--giftcard-cart .cart__list {
    list-style: none;
    margin: 0 0 0.4rem;
    padding: 0;
}
@media (min-width: 1025px) {
    .page--prepaidcard-cart .cart__list,
    .page--giftcard-cart .cart__list {
        margin: 0 0 0.9rem;
    }
}
.page--prepaidcard-cart .cart__list .cart-empty,
.page--giftcard-cart .cart__list .cart-empty {
    text-align: center;
    padding: 0.3rem;
    position: relative;
    background: #fff;
    border: 0 solid transparent;
}
.page--prepaidcard-cart .cart__list .cart-empty:before,
.page--giftcard-cart .cart__list .cart-empty:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.03rem;
    right: -0.03rem;
    bottom: -0.03rem;
    left: -0.03rem;
    z-index: -1;
    border-radius: inherit;
}
.page--prepaidcard-cart .cart__list .cart-empty .cart-empty__action,
.page--giftcard-cart .cart__list .cart-empty .cart-empty__action {
    background: #1d71b8;
    border: none;
    cursor: pointer;
    height: 0.34rem;
    align-self: flex-end;
    padding: 0 0.2rem;
    color: #fff;
    border-radius: 0.1rem;
    font-size: 0.18rem;
    font-family: "Gilroy", Arial, Helvetica;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 0.34rem;
    display: block;
}
@media (max-width: 767px) {
    .page--prepaidcard-cart .cart__list .cart-empty .cart-empty__action,
    .page--giftcard-cart .cart__list .cart-empty .cart-empty__action {
        height: 0.68rem;
        padding: 0 0.4rem;
        border-radius: 0.08rem;
        font-size: 0.3rem;
    }
}

.page--giftcard-cart.giftCard-product-static .services-card__container {
    width: 80%;
    margin: 0 auto;
}
.page--giftcard-cart.giftCard-product-static .services-card__card {
    max-width: 350px;
    height: auto;
    margin-left: 10%;
}
.page--giftcard-cart.giftCard-product-static .services-card__card > img {
    display: block;
    filter: none;
    border-radius: 0;
    border: 1px solid #d2e3f0;
}
@media (max-width: 1024px) {
    .page--giftcard-cart.giftCard-product-static .services-card__card {
        max-width: 100%;
        margin: 0 0 0.5rem 0;
    }
}
.page--giftcard-cart.giftCard-product-static .services-card__subtitle {
    color: #374248;
    font-weight: bold;
    margin-bottom: 24px;
}
.page--giftcard-cart.giftCard-product-static .services-card__box-desc p {
    font-size: 16px;
    line-height: 20px;
    color: #5f6060;
}
@media (max-width: 1024px) {
    .page--giftcard-cart.giftCard-product-static .services-card__box-desc p {
        font-size: 0.35rem;
        line-height: 0.4rem;
    }
}
.page--giftcard-cart.giftCard-product-static
    .component-form
    button[type="submit"] {
    width: 100%;
    height: 0.4rem;
    border-radius: 0.2rem;
}
@media (max-width: 1024px) {
    .page--giftcard-cart.giftCard-product-static
        .component-form
        button[type="submit"] {
        height: 0.6rem;
        font-size: 0.4rem;
    }
}

.page--marketplace-products .products__title {
    font-size: 0.9rem;
    margin-bottom: 0.03rem;
}
.page--marketplace-products .products__option {
    max-width: 50%;
}
@media (min-width: 1025px) {
    .page--marketplace-products .products__option {
        max-width: 33%;
    }
}

.page--product .fieldbutton-message {
    text-align: center;
    margin-top: 0.1rem;
    font-size: 0.16rem;
    color: #9d9d9c;
}
.page--product .product__gallery .owl-carousel.owl-loaded {
    position: relative;
}
.page--product .product__gallery .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-0.5rem);
    outline: none;
}
.page--product .product__gallery .owl-nav button span {
    font-size: 1rem;
    color: #7c7c7b;
}
.page--product .product__gallery .owl-nav button.owl-prev {
    left: 0;
}
.page--product .product__gallery .owl-nav button.owl-next {
    right: 0;
}
.page--product .product__gallery .owl-nav button.disabled {
    cursor: default;
}
.page--product .product__gallery .owl-nav button.disabled span {
    color: #e4e4e4;
}

.page--marketplace-cart {
    min-height: calc(100vh - 0.85rem);
    padding-bottom: 0.7rem;
}
.page--marketplace-cart .cart-address__title {
    color: #1d71b8;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
    padding-left: 0.15rem;
    text-align: left;
    text-transform: uppercase;
}
.page--marketplace-cart .cart-address__subtitle {
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.14rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
    padding-left: 0.15rem;
    text-align: left;
}
.page--marketplace-cart .cart-address__body {
    background: #fff;
    border: 0 solid transparent;
    padding: 0.15rem;
    position: relative;
    text-align: right;
    width: 100%;
}
.page--marketplace-cart .cart-address__body:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
    left: -0.02rem;
    z-index: -1;
    border-radius: inherit;
}
.page--marketplace-cart .cart-address__body strong {
    color: #9d9d9c;
    display: block;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.28rem;
    font-weight: 700;
    text-align: left;
}
@media (min-width: 1025px) {
    .page--marketplace-cart .cart-address__body strong {
        font-size: 0.22rem;
    }
}
.page--marketplace-cart .cart-address__body p {
    color: #9d9d9c;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.28rem;
    font-weight: 400;
    margin: 0 0 0.15rem;
    text-align: left;
}
@media (min-width: 1025px) {
    .page--marketplace-cart .cart-address__body p {
        font-size: 0.22rem;
    }
}
.page--marketplace-cart .cart-address__body a {
    color: #9d9d9c;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.2rem;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    .page--marketplace-cart .cart-address__body a {
        font-size: 0.16rem;
    }
}
.page--marketplace-cart .cart-details {
    margin-bottom: 0.3rem;
}
.page--marketplace-cart .cart-details--error,
.page--marketplace-cart .cart-details--success {
    padding: 0.3rem;
    position: relative;
    background: #fff;
    border: 0 solid transparent;
}
.page--marketplace-cart .cart-details--error:before,
.page--marketplace-cart .cart-details--success:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.03rem;
    right: -0.03rem;
    bottom: -0.03rem;
    left: -0.03rem;
    z-index: -1;
    border-radius: inherit;
}
.page--marketplace-cart .cart-details--error .cart-details__title,
.page--marketplace-cart .cart-details--success .cart-details__title {
    margin: 0;
}
.page--marketplace-cart .cart-details--error .cart-details__title {
    color: #e50045;
}
.page--marketplace-cart .cart-details__wrapper {
    text-align: center;
}
.page--marketplace-cart .cart-details__actions {
    padding: 0.2rem 0;
}
.page--marketplace-cart .cart-details__title {
    color: #1d71b8;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
    text-align: center;
    text-transform: uppercase;
}
.page--marketplace-cart .cart-details--success {
    padding: 0.2rem 0.55rem;
    margin: 0 auto;
    display: inline-block;
}
.page--marketplace-cart .cart-details--success .cart-details__title {
    font-size: 0.32rem;
}
.page--marketplace-cart .cart-details__body {
    background: #fff;
    border: 0 solid transparent;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.page--marketplace-cart .cart-details__body:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.02rem;
    right: -0.02rem;
    bottom: -0.02rem;
    left: -0.02rem;
    z-index: -1;
    border-radius: inherit;
}
.page--marketplace-cart .cart-details__body p {
    color: #9d9d9c;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.24rem;
    font-weight: 400;
    margin: 0 0.3rem 0.1rem;
    padding: 0.15rem 0 0;
    text-align: left;
}
@media (min-width: 1025px) {
    .page--marketplace-cart .cart-details__body p {
        font-size: 0.19rem;
    }
}
.page--marketplace-cart .cart-details__body p + p {
    border-top: 1px solid #e4e4e4;
}
.page--marketplace-cart .cart-details__body .cart-details__summary {
    border-top: 1px solid #e4e4e4;
    color: #9d9d9c;
    display: flex;
    align-items: flex-end;
    font-family: "Gilroy", Arial, Helvetica;
    padding: 0.15rem;
}
.page--marketplace-cart .cart-details__body .cart-details__summary strong {
    font-size: 0.3rem;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
}
.page--marketplace-cart .cart-details__body .cart-details__summary small {
    font-size: 0.15rem;
    font-weight: 300;
    text-align: left;
    text-transform: none;
    max-width: 50%;
    min-width: 0.14rem;
}
@media (min-width: 1025px) {
    .page--marketplace-cart .cart-details__body .cart-details__summary {
        font-size: 0.24rem;
    }
}
.page--marketplace-cart .cart-details__infos {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    text-align: center;
}
.page--marketplace-cart .cart-details__info {
    display: inline-block;
    max-width: 2rem;
    margin: 0 0.2rem;
    text-align: center;
    width: 100%;
}
.page--marketplace-cart .cart-details__info__img {
    display: inline-block;
    margin: 11px auto 0.15rem;
    width: 1.1rem;
}
.page--marketplace-cart .cart-details__info__text {
    color: #dadada;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.13rem;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0;
    text-transform: uppercase;
}
.page--marketplace-cart .cart-details__info__text .no-break {
    white-space: nowrap;
}
.page--marketplace-cart .cart-details__info__email_text {
    color: #807e7e;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.17rem;
    font-weight: 300;
    line-height: 1.3em;
    max-width: 450px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
}
.page--marketplace-cart .cart-submit {
    padding: 0 0.2rem;
    width: 100%;
}
.page--marketplace-cart .cart-submit label {
    font-size: 0.16rem;
    font-weight: 600;
    padding-left: 0.12rem;
    text-transform: uppercase;
    width: 100%;
}
.page--marketplace-cart .cart-submit .fieldtext {
    margin-left: -0.12rem;
    width: calc(100% + 0.12rem);
}
.page--marketplace-cart .cart-submit .fieldbutton {
    display: block;
    font-family: "Gilroy", Arial, Helvetica;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: calc(100% - 0.24rem);
    text-transform: uppercase;
}
.page--marketplace-cart .cart-submit .fieldbutton ~ * {
    margin-top: 0.12rem;
}
.page--marketplace-cart .cart-submit a {
    line-height: 0.68rem;
}
@media (min-width: 1025px) {
    .page--marketplace-cart .cart-submit a {
        line-height: 0.34rem;
    }
}
.page--marketplace-cart .cart__table {
    margin: 0 auto;
}
.page--marketplace-cart .cart__table-wrapper {
    padding: 0.15rem;
    border: 0 solid transparent;
    position: relative;
    background: white;
    margin-bottom: 0.6rem;
}
.page--marketplace-cart .cart__table-wrapper:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.03rem;
    right: -0.03rem;
    bottom: -0.03rem;
    left: -0.03rem;
    z-index: -1;
    border-radius: inherit;
}
.page--marketplace-cart .cart__table td,
.page--marketplace-cart .cart__table th {
    padding: 0 0.15rem;
}
.page--marketplace-cart .cart__table-title {
    color: #1d71b8;
    font-family: "Quicksand Book", Arial, Helvetica;
    font-size: 0.16rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
    text-align: left;
    text-transform: uppercase;
}
.page--marketplace-cart .cart__table-title--center {
    text-align: center;
}
.page--marketplace-cart .cart__table-img img {
    width: 0.45rem;
}
.page--marketplace-cart .cart__table-item {
    color: #9d9d9c;
    font-family: "Gilroy", Arial, Helvetica;
    font-size: 0.19rem;
}
.page--marketplace-cart:after,
.page--marketplace-cart:before {
    content: "";
}
@media (min-width: 1025px) {
    .page--marketplace-cart .cart__container {
        align-items: stretch;
        display: flex;
        justify-content: flex-start;
        margin: 0 auto;
        max-width: 11.4rem;
    }
}
.page--marketplace-cart .cart__col {
    margin-bottom: 0.5rem;
}
@media (min-width: 1025px) {
    .page--marketplace-cart .cart__col {
        flex: 2;
        margin-bottom: 0;
        padding: 0 0.32rem 0 0;
    }
    .page--marketplace-cart .cart__col:last-child {
        flex: 1;
        padding: 0 0 0 0.32rem;
    }
}
.page--marketplace-cart .cart__col .cart-empty {
    text-align: center;
    padding: 0.3rem;
    margin-bottom: 0.6rem;
    position: relative;
    background: #fff;
    border: 0 solid transparent;
}
.page--marketplace-cart .cart__col .cart-empty:before {
    content: "";
    background: #1d72b8;
    background: -moz-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #1d72b8),
        color-stop(51%, #e50045),
        color-stop(100%, #8f8dc4)
    );
    background: -webkit-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: -o-linear-gradient(left, #1d72b8 0%, #e50045 51%, #8f8dc4 100%);
    background: -ms-linear-gradient(
        left,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    background: linear-gradient(
        to right,
        #1d72b8 0%,
        #e50045 51%,
        #8f8dc4 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d72b8", endColorstr="#8f8dc4", GradientType=1 );
    position: absolute;
    top: -0.03rem;
    right: -0.03rem;
    bottom: -0.03rem;
    left: -0.03rem;
    z-index: -1;
    border-radius: inherit;
}
.page--marketplace-cart .cart__col .cart-empty .cart-empty__action {
    background: #1d71b8;
    border: none;
    cursor: pointer;
    height: 0.34rem;
    align-self: flex-end;
    padding: 0 0.2rem;
    color: #fff;
    border-radius: 0.1rem;
    font-size: 0.18rem;
    font-family: "Gilroy", Arial, Helvetica;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 0.34rem;
    display: block;
}
@media (max-width: 767px) {
    .page--marketplace-cart .cart__col .cart-empty .cart-empty__action {
        height: 0.68rem;
        padding: 0 0.4rem;
        border-radius: 0.08rem;
        font-size: 0.3rem;
    }
}

@media all and (max-width: 500px) {
    .g-recaptcha-bubble-arrow + div {
        position: fixed !important;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
