.fade-in {
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.fade-out {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: -1;
}
.dropdown-body {
  -webkit-transition: height 250ms ease-in-out 0s;
  -moz-transition: height 250ms ease-in-out 0s;
  -ms-transition: height 250ms ease-in-out 0s;
  -o-transition: height 250ms ease-in-out 0s;
  transition: height 250ms ease-in-out 0s;
  overflow: hidden;
}
.dropdown-body--hidden {
  display: none;
  height: 0;
}
.dropdown-body--show {
  display: block;
  width: 100%;
  height: auto;
}
.dropdown-icon-down {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: rotate(0);
}
.dropdown-icon-up {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: rotate(180deg);
}
.cursor-pointer {
  cursor: pointer;
}
.link--gray {
  font-size: 16px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
}
.with-separator {
  border-top: 2px solid rgba(0, 0, 0, 0.25);
  margin-top: 10px;
}
.page-home .title {
  margin-top: 20px;
  line-height: 80px;
  color: #000;
}
.page-home .subtitle {
  margin-top: 0;
  margin-bottom: 100px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 25px;
  line-height: 50px;
}
.message {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.message--info {
  box-shadow: inset 0 0 0 2px #ff6810;
  background-color: #ffd9c3;
}
.message--info:before {
  content: "\f12a";
  font-size: 20px;
  font-weight: 900;
  background-color: #ff6810;
}
.message--success {
  box-shadow: inset 0 0 0 2px #00a74f;
  background-color: #bfe9d3;
}
.message--success:before {
  content: "\f00c";
  font-size: 18px;
  font-weight: 900;
  background-color: #00a74f;
}
.message--error {
  box-shadow: inset 0 0 0 2px #ff2931;
  background-color: #ffc9cb;
}
.message--error:before {
  content: "\f00d";
  font-size: 20px;
  font-weight: 400;
  background-color: #ff2931;
}
.sidebar {
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.sidebar__open {
  background-color: #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  text-decoration: none;
}
.sidebar__wrapper-steps {
  background: #fff;
}
.sidebar__step:before {
  border-left: 1px dashed rgba(0, 0, 0, 0.25);
}
.sidebar__step-radio-button {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: rgba(0, 0, 0, 0.25);
}
.sidebar__step-icon svg path,
.sidebar__step-icon svg polygon {
  fill: rgba(0, 0, 0, 0.75);
}
.sidebar__substep--ok {
  color: #00a74f;
}
.sidebar__substep--ok rect {
  fill: #00a74f;
}
.sidebar__substep--ko {
  color: #ff2931;
}
.sidebar__substep--ko rect {
  fill: #ff2931;
}
.sidebar__substep--continue {
  color: #008be0;
}
.sidebar__substep--continue rect {
  fill: #008be0;
}
.sidebar__substep--wait {
  color: #f67b29;
}
.sidebar__other {
  color: rgba(0, 0, 0, 0.75);
}
.sidebar__other__user {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.75);
  font-weight: bold;
}
.sidebar__other .sidebar__step--ok {
  color: #00a74f;
}
.sidebar__other .sidebar__step--ok rect {
  fill: #00a74f;
}
.sidebar__other .sidebar__step--ko {
  color: #ff2931;
}
.sidebar__other .sidebar__step--ko rect {
  fill: #ff2931;
}
.sidebar__other .sidebar__step--continue {
  color: #008be0;
}
.sidebar__other .sidebar__step--continue rect {
  fill: #008be0;
}
.sidebar__other .sidebar__step--wait {
  color: #ff6810;
}
.sidebar__other .sidebar__step--wait rect {
  fill: #ff6810;
}
.sidebar
  .sidebar__wrapper-steps
  .sidebar__step--ok
  .sidebar__step--left
  .sidebar__step-radio-button,
.sidebar
  .sidebar__other
  .sidebar__other__step.sidebar__step--ok
  .sidebar__step--left
  .sidebar__step-radio-button {
  background-color: #00a74f;
  background-image: url("../svg//sidebar/status-ok.svg");
  background-size: 13px;
  color: #fff;
  border: 0;
}
.sidebar
  .sidebar__wrapper-steps
  .sidebar__step--ok
  .sidebar__step--left
  .sidebar__step-label,
.sidebar
  .sidebar__other
  .sidebar__other__step.sidebar__step--ok
  .sidebar__step--left
  .sidebar__step-label {
  color: #00a74f;
}
.sidebar
  .sidebar__wrapper-steps
  .sidebar__step--ok
  .sidebar__step--left
  .sidebar__step-icon,
.sidebar
  .sidebar__other
  .sidebar__other__step.sidebar__step--ok
  .sidebar__step--left
  .sidebar__step-icon {
  display: none;
}
.sidebar
  .sidebar__wrapper-steps
  .sidebar__step--ok
  .sidebar__step--right
  .sidebar__step-title,
.sidebar
  .sidebar__other
  .sidebar__other__step.sidebar__step--ok
  .sidebar__step--right
  .sidebar__step-title {
  text-decoration: line-through;
  color: #00a74f;
}
.sidebar
  .sidebar__wrapper-steps
  .sidebar__step--ok
  .sidebar__step--right
  .sidebar__substep,
.sidebar
  .sidebar__other
  .sidebar__other__step.sidebar__step--ok
  .sidebar__step--right
  .sidebar__substep {
  display: none;
}
.sidebar .sidebar__wrapper-steps .sidebar__step--ok:before,
.sidebar .sidebar__other .sidebar__other__step.sidebar__step--ok:before {
  border-color: #00a74f;
  border-left-style: solid;
}
.sidebar__step--ko .sidebar__step--left .sidebar__step-radio-button {
  background-color: #ff2931;
  background-image: url("../svg//sidebar/status-ko.svg");
  background-size: 13px;
  color: #fff;
  border: 0;
}
.sidebar__step--ko .sidebar__step--left .sidebar__step-label {
  color: #ff2931;
}
.sidebar__step--ko .sidebar__step--left .sidebar__step-icon svg path,
.sidebar__step--ko .sidebar__step--left .sidebar__step-icon svg polygon,
.sidebar__step--ko .sidebar__step--left .sidebar__step-icon svg rect {
  fill: #ff2931;
}
.sidebar__step--ko .sidebar__step--right .sidebar__step-title {
  color: #ff2931;
}
.sidebar__step--ko:before {
  border-color: #ff2931;
  border-left-style: solid;
}
.sidebar__step--continue .sidebar__step--left .sidebar__step-radio-button {
  background-color: #008be0;
  background-image: url("../svg//sidebar/status-continue.svg");
  background-size: 13px;
  color: #fff;
  border: 0;
}
.sidebar__step--continue .sidebar__step--left .sidebar__step-label {
  color: #008be0;
}
.sidebar__step--continue .sidebar__step--left .sidebar__step-icon svg path,
.sidebar__step--continue .sidebar__step--left .sidebar__step-icon svg polygon,
.sidebar__step--continue .sidebar__step--left .sidebar__step-icon svg rect {
  fill: #008be0;
}
.sidebar__step--continue .sidebar__step--right .sidebar__step-title {
  color: #008be0;
}
.sidebar__step--continue:before {
  border-color: #008be0;
  border-left-style: solid;
}
.sidebar__step--wait .sidebar__step--left .sidebar__step-radio-button {
  background-color: #ff6810;
  background-image: url("../svg//sidebar/status-wait.svg");
  background-size: 13px;
  color: #fff;
  border: 0;
}
.sidebar__step--wait .sidebar__step--left .sidebar__step-label {
  color: #ff6810;
}
.sidebar__step--wait .sidebar__step--left .sidebar__step-icon svg path,
.sidebar__step--wait .sidebar__step--left .sidebar__step-icon svg polygon,
.sidebar__step--wait .sidebar__step--left .sidebar__step-icon svg rect {
  fill: #ff6810;
}
.sidebar__step--wait .sidebar__step--right .sidebar__step-title {
  color: #ff6810;
}
.sidebar__step--wait:before {
  border-color: #ff6810;
  border-left-style: solid;
}
.lib-a11y-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
}
.lib-cc-card {
  --border-radius: 5px;
  --padding: 10px;
  --copy-shadow: 1px 2px 2px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
}
.lib-cc-card__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 5;
}
.lib-cc-card__wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius);
  background-color: white;
  transition: box-shadow 0.8s ease-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.lib-cc-card__content {
  position: relative;
  padding: var(--padding);
}
.lib-cc-card__favorite {
  position: relative;
  z-index: 6;
}
.lib-cc-card__footer {
  margin-top: 12px;
}
:root {
  --lib-color-red: rgb(255, 41, 49);
  --lib-color-red-ultra-light: rgb(255, 244, 244);
  --lib-color-red-super-light: rgb(255, 201, 203);
  --lib-color-red-extra-light: rgb(255, 148, 152);
  --lib-color-red-extra-lighter: rgba(132, 14, 14, 0.5);
  --lib-color-red-light: rgb(255, 95, 101);
  --lib-color-red-dark: rgb(245, 0, 9);
  --lib-color-ambar: rgb(255, 170, 0);
  --lib-color-ambar-ultra-light: rgb(255, 251, 242);
  --lib-color-ambar-super-light: rgb(255, 234, 191);
  --lib-color-ambar-extra-light: rgb(255, 212, 127);
  --lib-color-ambar-light: rgb(255, 192, 64);
  --lib-color-ambar-dark: rgb(204, 136, 0);
  --lib-color-green: rgb(0, 167, 79);
  --lib-color-green-font: rgb(59, 116, 0);
  --lib-color-green-highlight: rgba(236, 248, 224, 0.7);
  --lib-color-green-ultra-light: rgb(242, 250, 246);
  --lib-color-green-super-light: rgb(191, 233, 211);
  --lib-color-green-extra-light: rgb(127, 211, 167);
  --lib-color-green-light: rgb(64, 189, 123);
  --lib-color-green-dark: rgb(0, 116, 55);
  --lib-color-blue: rgb(0, 139, 224);
  --lib-color-blue-outline: rgb(0, 139, 224);
  --lib-color-blue-ultra-light: rgb(242, 249, 253);
  --lib-color-blue-super-light: rgb(191, 226, 247);
  --lib-color-blue-extra-light: rgb(127, 197, 239);
  --lib-color-blue-light: rgb(64, 168, 232);
  --lib-color-blue-dark: rgb(0, 107, 173);
  --lib-color-blue-extra-dark: rgb(0, 104, 168);
  --lib-color-orange: rgb(255, 104, 16);
  --lib-color-orange-ultra-light: rgb(255, 247, 243);
  --lib-color-orange-super-light: rgb(255, 217, 195);
  --lib-color-orange-extra-light: rgb(255, 179, 135);
  --lib-color-orange-light: rgb(255, 142, 76);
  --lib-color-orange-dark: rgb(220, 81, 0);
  --lib-color-white: rgb(255, 255, 255);
  --lib-color-black: rgb(0, 0, 0);
  --lib-color-black-light: rgba(0, 0, 0, 0.5);
  --lib-color-grey: rgb(128, 128, 128);
  --lib-color-grey-font: rgb(64, 64, 64);
  --lib-color-grey-light: rgb(191, 191, 191);
  --lib-color-grey-extra-light: rgb(230, 230, 230);
  --lib-color-grey-shadow: rgba(0, 0, 0, 0.15);
  --lib-color-grey-background: rgb(245, 245, 245);
  --lib-color-grey-light-font: rgb(127, 127, 127);
  --lib-color-grey-light-second-font: rgb(153, 153, 153);
  --lib-color-grey-dark: rgb(64, 64, 64);
}
.cc-form-control {
  border: 1px solid var(--lib-color-grey-light);
  border-radius: 5px;
  height: 45px;
  font-size: 0.875rem;
}
.cc-form-control:focus {
  border: 1px solid var(--lib-color-blue-outline);
  outline: none;
}
.cc-custom-select--r .cc-form-control {
  border: 1px solid var(--libr-color-neutral-20);
}
.cc-custom-select--r .cc-form-control:focus {
  border: 1px solid var(--libr-color-neutral-100);
  outline: none;
}
* {
  box-sizing: border-box;
}
.cc-custom-select {
  --border-color: var(--lib-color-grey-light);
  --font-color-label: var(--lib-color-grey-font);
  --fill-arrow: var(--lib-color-grey-font);
  --font-color-option: var(--lib-color-grey-font);
  --font-color-selected: var(--lib-color-grey-light-font);
  --border-size: 1px;
  position: relative;
  display: inline-block;
  background-color: var(--lib-color-white);
  font-family: var(--libr-font);
}
.cc-custom-select.cc-custom-select--r {
  --border-color: var(--libr-color-neutral-20);
  --font-color-label: var(--libr-color-neutral-60);
  --fill-arrow: var(--libr-color-neutral-70);
  --font-color-option: var(--libr-color-neutral-100);
  --font-color-selected: var(--libr-color-neutral-60);
}
.cc-custom-select.cc-custom-select--r label {
  color: var(--libr-color-neutral-60);
  font-size: 0.6875rem;
  top: 6px;
}
.cc-custom-select label,
.cc-custom-select__arrow {
  position: absolute;
}
.cc-custom-select label {
  color: var(--font-color-label);
  background-color: var(--lib-color-white);
  font-size: 0.875rem;
  white-space: nowrap;
  transition: transform 0.25s;
  transform: translate3d(1px, 7px, 0) scale(1);
  transform-origin: left top;
  top: 7px;
  left: calc(10px + var(--border-size));
  opacity: 0;
}
.cc-custom-select__arrow {
  fill: var(--fill-arrow);
  transform: translateY(15px);
  top: 0;
  right: 10px;
  width: 15px;
  height: 15px;
}
.cc-custom-select select {
  border-color: var(--border-color);
  position: relative;
  padding: 0 40px 0 10px;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  z-index: 1;
}
.cc-custom-select select::-webkit-input-placeholder {
  transition: 240ms;
  color: transparent;
}
.cc-custom-select select:focus::-webkit-input-placeholder {
  transition: none;
}
.cc-custom-select select::-ms-expand {
  display: none;
}
.cc-custom-select select,
.cc-custom-select option {
  color: var(--font-color-option);
}
.cc-custom-select--disabled svg {
  opacity: 0.25;
}
.cc-custom-select--disabled select {
  pointer-events: none;
}
.cc-custom-select--selected label {
  transform: scale(0.8);
  color: var(--font-color-selected);
  opacity: 1;
}
.cc-custom-select--selected select {
  padding-top: 12px;
}
.cc-custom-select--selected select,
.cc-custom-select--selected option {
  color: var(--font-color-option);
}
.cc-custom-select--selected.cc-custom-select--disabled label {
  opacity: 0.25;
}
.cc-custom-select--no-float-label.cc-custom-select--selected label {
  display: none;
}
.cc-custom-select--no-float-label.cc-custom-select--selected select {
  padding-top: 0;
}
.cc-custom-select--error select {
  border-color: var(--libr-color-error);
}
.cc-custom-select--error .cc-custom-select__error {
  line-height: 20px;
  color: var(--libr-color-error);
  font-size: 0.75rem;
}
.cc-custom-select {
  width: 100%;
}
.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: 0;
  width: auto;
  min-width: 80px;
  height: 50px;
  padding: 0 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.button:hover,
.button:focus,
.button:active {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #fff;
  outline-style: none;
}
.button i {
  margin-left: 10px;
  font-size: 20px;
}
.button--blue {
  background-color: #008be0;
}
.button--green {
  background-color: #00a74f;
}
.button--black {
  background-color: rgba(0, 0, 0, 0.75);
}
.button--blue-confirm {
  width: 225px;
  height: 80px;
  font-size: 20px;
}
.button--blue-reverse {
  border: 1px solid #008be0;
  background-color: #fff;
  color: #008be0 !important;
}
.button--blue-reverse:hover,
.button--blue-reverse:focus,
.button--blue-reverse:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #008be0;
  color: #fff !important;
}
.button--link {
  min-width: inherit;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  line-height: 17px;
  color: #008be0;
}
.button--link:hover,
.button--link:active,
.button--link:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: #0068a8;
}
.button--link-red {
  color: #ff2931;
}
.button--link-red:hover,
.button--link-red:active,
.button--link-red:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: #f50009;
}
.button--welcome-guide {
  border: 1px solid #008be0;
  background-color: #fff;
  color: #008be0;
}
.button--welcome-guide:hover {
  border: 1px solid #008be0;
  background-color: #fff;
  color: #008be0;
}
.button--go-back {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.button--go-back i {
  margin: 0 10px 0 0;
  font-size: inherit;
}
.button--go-back svg {
  margin-right: 15px;
}
.button--go-back:hover path,
.button--go-back:hover polygon {
  fill: #0068a8;
}
.button--help-icon {
  display: inline-block;
  overflow: hidden;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  outline: none;
}
.button--red-reverse {
  border: 2px solid #ff2931;
  background-color: transparent;
  color: #ff2931;
}
.button--red-reverse:hover,
.button--red-reverse:focus,
.button--red-reverse:active {
  background-color: #ff2931;
  color: #fff;
}
.button--faqs {
  display: inline-block;
  margin-bottom: 40px;
  height: inherit;
  line-height: inherit;
}
.button--cancel-operation {
  display: inline-block;
  margin-top: 30px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}
.button--invitaton-form {
  margin: 30px 0;
}
.button--invalid-invitation {
  margin: 30px auto;
  max-width: 230px;
}
.button--login {
  width: 100%;
}
.button--tooltip {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.button--tooltip i {
  font-size: 25px;
  color: #008be0;
}
@media (min-width: 1024px) {
  .button--tooltip i {
    font-size: 18px;
  }
}
.button--tooltip:focus {
  outline: none;
}
.button--spinner {
  position: relative;
}
.button--tooltip-table {
  display: inline-block;
  cursor: pointer;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-top-15 {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .button--tooltip-table {
    margin-left: 10px;
  }
}
.button--tooltip-table i {
  font-size: 18px;
  color: #008be0;
}
.button--tooltip-table:focus {
  outline: none;
}
.button--save-data-create-count {
  margin: 50px auto 0 auto;
}
.button--edit-data .far {
  margin-right: 10px;
  margin-left: 0;
}
.button--confirm-data {
  margin: 0 auto;
  width: 220px;
}
@media (min-width: 600px) {
  .button--confirm-data {
    margin: 0;
  }
}
.button--disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor: default !important;
}
.button--disabled:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button--paycar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 50px;
  padding: 0 20px;
  white-space: nowrap;
}
.button--paycar-advertising {
  margin: 0 auto;
  padding: 5px 0;
}
.button--paycar-step-menu-start i {
  margin-left: 10px;
  font-size: 1.25em;
}
.button--paycar-step-menu-return {
  margin: 30px 0;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--paycar-step-menu-return i {
  margin-right: 8px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .button--paycar-step-menu-return {
    margin: 0;
  }
}
.button--paycar-check-in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-left: 10px;
  width: auto;
  height: 25px;
  font-size: 1.4em !important;
  background-color: #008be0;
}
@media (min-width: 768px) {
  .button--paycar-check-in {
    margin-left: 25px;
    width: 110px;
    height: 40px;
    font-size: 1.6em !important;
  }
}
.button--paycar-start {
  margin-top: 15px;
  font-size: 1.8em !important;
  font-weight: bold;
}
.button--paycar-start i {
  margin-left: 10px;
  font-size: 1.4em;
}
@media (min-width: 1024px) {
  .button--paycar-start {
    margin-top: 25px;
  }
}
.button--paycar-start--promo {
  margin-top: 25px;
}
.button--paycar-start--taxes {
  margin-top: 40px;
  max-width: unset;
  background-color: #008be0;
  color: #fff !important;
}
.button--paycar-start--taxes i {
  margin-left: 30px;
  font-size: 1em;
}
.button--paycar-card-distributive {
  margin-top: 30px;
  width: 100%;
  max-width: 305px;
  font-weight: bold;
}
.button--paycar-dark-blue {
  background-color: #0068a8;
  font-weight: bold;
}
.button--paycar-call-help {
  margin-top: 15px;
  max-width: 180px;
  height: 40px;
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .button--paycar-call-help {
    margin: 0 0 0 15px;
  }
}
.button--paycar-call-help i {
  margin-right: 10px;
  font-size: 1.1em;
}
.button--paycar-price {
  margin: 0 auto 35px auto;
  width: 100%;
  max-width: 330px;
  font-size: 18px !important;
}
.button--paycar-calculator-budget {
  margin-top: 30px;
  width: 100%;
  max-width: 340px;
  font-size: 18px !important;
  background-color: #008be0;
}
.button--paycar-calculator-budget:disabled {
  opacity: 0.25;
  cursor: unset;
}
.button--paycar-faqs {
  margin: 0 auto;
  background-color: transparent;
  font-size: 16px;
  text-decoration: underline !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.button--paycar-faqs:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.button--paycar-faqs:active,
.button--paycar-faqs:focus {
  color: rgba(255, 255, 255, 0.6) !important;
}
.button--invitation {
  height: auto;
  color: #008be0 !important;
}
.button--refresh-message {
  width: 84px;
  height: 25px;
  font-size: 14px;
}
.button--reset-password,
.button--change-password {
  margin: 40px auto 0 auto;
  width: 100%;
  max-width: 300px;
}
.button--backoffice-and-records-searcher {
  height: 40px;
}
.button--small--gray {
  height: 40px;
  background-color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
}
.button--small--gray:hover,
.button--small--gray:focus,
.button--small--gray:active {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
  outline-style: none;
}
.calculate-pricing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  border: 2px solid #008be0;
  width: 175px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .calculate-pricing {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 530px;
  }
}
.calculate-pricing__price {
  position: relative;
  border-bottom: 2px solid #008be0;
  width: 175px;
}
@media (min-width: 768px) {
  .calculate-pricing__price {
    border-right: 2px solid #008be0;
    border-bottom: none;
  }
}
.calculate-pricing__price .calculate-pricing__title {
  display: block;
  font-size: 1.6em;
  font-weight: normal;
  color: #008be0;
}
.calculate-pricing__price .calculate-pricing__data {
  position: relative;
  margin-top: 15px;
  font-size: 2em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
}
.calculate-pricing__price .calculate-pricing__title,
.calculate-pricing__price .calculate-pricing__data {
  text-align: center;
}
.calculate-pricing__price:last-of-type {
  border: none;
}
.calculate-pricing__price--car {
  padding: 15px 15px 35px 15px;
}
@media (min-width: 768px) {
  .calculate-pricing__price--car {
    padding: 15px 30px 15px 15px;
  }
}
.calculate-pricing__price--expenses {
  padding: 35px 15px;
}
@media (min-width: 768px) {
  .calculate-pricing__price--expenses {
    padding: 15px 30px;
  }
}
.calculate-pricing__price--total {
  padding: 35px 15px 15px 15px;
}
@media (min-width: 768px) {
  .calculate-pricing__price--total {
    padding: 14px 15px 14px 30px;
  }
}
.calculate-pricing__price--total .calculate-pricing__title {
  font-weight: bold;
}
.calculate-pricing__price--total .calculate-pricing__data {
  font-size: 2.2em;
}
.calculate-pricing__sign {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: 38%;
  width: 40px;
  height: 40px;
  background-color: #008be0;
  font-size: 2em;
  line-height: 1;
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  .calculate-pricing__sign {
    top: 27%;
    left: -20px;
  }
}
.calculate-pricing__sign--minus {
  background: url("../svg/sign_minus.svg");
}
.calculate-pricing__sign--plus {
  background: url("../svg/sign_plus.svg");
}
.calculate-pricing__sign--equals {
  background: url("../svg/sign_equals.svg");
}
.distribution-expenses {
  margin-top: 20px;
}
.distribution-expenses
  > div:nth-child(2)
  .distribution-expenses__cell--your-costs
  .distribution-expenses__title,
.distribution-expenses
  > div:nth-child(3)
  .distribution-expenses__cell--your-costs
  .distribution-expenses__title {
  display: none;
}
.distribution-expenses
  > div:nth-child(2)
  .distribution-expenses__cell--your-costs
  .distribution-expenses__data,
.distribution-expenses
  > div:nth-child(3)
  .distribution-expenses__cell--your-costs
  .distribution-expenses__data {
  margin: 20px 0 10px 0;
}
@media (min-width: 768px) {
  .distribution-expenses
    > div:nth-child(2)
    .distribution-expenses__cell--your-costs
    .distribution-expenses__data,
  .distribution-expenses
    > div:nth-child(3)
    .distribution-expenses__cell--your-costs
    .distribution-expenses__data {
    margin: 12px 0 0 0;
  }
}
@media (min-width: 768px) {
  .distribution-expenses
    > div:nth-child(2)
    .distribution-expenses__cell
    .distribution-expenses__title,
  .distribution-expenses
    > div:nth-child(3)
    .distribution-expenses__cell
    .distribution-expenses__title {
    display: none;
  }
}
.distribution-expenses > div:nth-child(3) {
  border: none;
}
.distribution-expenses__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .distribution-expenses__box .distribution-expenses__cell {
    text-align: center;
  }
}
.distribution-expenses__box
  .distribution-expenses__cell
  .distribution-expenses__title {
  font-size: 1.6em;
  line-height: 17px;
  font-weight: bold;
}
.distribution-expenses__box
  .distribution-expenses__cell
  .distribution-expenses__data {
  margin: 10px 0;
}
.distribution-expenses__box
  .distribution-expenses__cell
  .distribution-expenses__info,
.distribution-expenses__box
  .distribution-expenses__cell
  .distribution-expenses__more-info {
  font-size: 1.4em;
  line-height: 16px;
}
.distribution-expenses__box
  .distribution-expenses__cell
  .distribution-expenses__info
  a {
  margin-left: 10px;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 1;
}
.distribution-expenses__box
  .distribution-expenses__cell
  .distribution-expenses__more-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .distribution-expenses__box .distribution-expenses__cell--concept {
    width: 54%;
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .distribution-expenses__box .distribution-expenses__cell--cost {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .distribution-expenses__box
    .distribution-expenses__cell--cost
    .distribution-expenses__data {
    margin: 12px 0 0 0;
  }
}
@media (min-width: 768px) {
  .distribution-expenses__box .distribution-expenses__cell--who-pay {
    width: 27%;
    max-width: 150px;
  }
}
.distribution-expenses__box .distribution-expenses__cell--cost,
.distribution-expenses__box .distribution-expenses__cell--who-pay {
  display: none;
}
@media (min-width: 768px) {
  .distribution-expenses__box .distribution-expenses__cell--cost,
  .distribution-expenses__box .distribution-expenses__cell--who-pay {
    display: block;
  }
}
.distribution-expenses__box .distribution-expenses__cell--your-costs {
  padding: 0 10px;
  color: #008be0;
}
.distribution-expenses__box
  .distribution-expenses__cell--your-costs
  .distribution-expenses__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 1.6em;
  line-height: 17px;
}
@media (min-width: 768px) {
  .distribution-expenses__box
    .distribution-expenses__cell--your-costs
    .distribution-expenses__info {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.distribution-expenses__box
  .distribution-expenses__cell--your-costs
  .distribution-expenses__info
  .fal,
.distribution-expenses__box
  .distribution-expenses__cell--your-costs
  .distribution-expenses__info
  .distribution-expenses__chevron {
  font-size: 25px;
  line-height: 1;
}
.distribution-expenses__data-box,
.distribution-expenses__your-cost {
  padding-top: 10px;
}
.distribution-expenses__data-box {
  width: 55%;
}
@media (min-width: 768px) {
  .distribution-expenses__data-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 82%;
  }
}
.distribution-expenses__total {
  float: right;
  border: none;
  border-top: 1px dashed #008be0;
  padding: 15px 5px;
  font-size: 2em;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  color: #008be0;
}
.distribution-expenses__chevron {
  display: inline-block;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
@media (min-width: 768px) {
  .distribution-expenses__chevron {
    display: none;
  }
}
.distribution-expenses__chevron.distribution-expenses__chevron--down:before {
  content: "\f13a";
}
.distribution-expenses__chevron.distribution-expenses__chevron--up:before {
  content: "\f139";
}
.distribution-expenses__box
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__title,
.distribution-expenses__box
  .distribution-expenses__your-cost--accept-conditions
  .distribution-expenses__title,
.distribution-expenses__box
  .distribution-expenses__data-box--seller-costs
  .distribution-expenses__title {
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .distribution-expenses__box
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__title,
  .distribution-expenses__box
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__title,
  .distribution-expenses__box
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__title {
    font-size: 1.6em;
  }
}
@media (min-width: 1280px) {
  .distribution-expenses__box
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__title,
  .distribution-expenses__box
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__title,
  .distribution-expenses__box
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__title {
    font-size: 1.8em;
  }
}
.distribution-expenses__box
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__info,
.distribution-expenses__box
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__more-info,
.distribution-expenses__box
  .distribution-expenses__your-cost--accept-conditions
  .distribution-expenses__info,
.distribution-expenses__box
  .distribution-expenses__your-cost--accept-conditions
  .distribution-expenses__more-info,
.distribution-expenses__box
  .distribution-expenses__data-box--seller-costs
  .distribution-expenses__info,
.distribution-expenses__box
  .distribution-expenses__data-box--seller-costs
  .distribution-expenses__more-info {
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .distribution-expenses__box
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__info,
  .distribution-expenses__box
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__more-info,
  .distribution-expenses__box
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__info,
  .distribution-expenses__box
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__more-info,
  .distribution-expenses__box
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__info,
  .distribution-expenses__box
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__more-info {
    font-size: 1.6em;
  }
}
@media (min-width: 768px) {
  .distribution-expenses__box
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__more-info
    .distribution-expenses__tax-extra-info,
  .distribution-expenses__box
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__more-info
    .distribution-expenses__tax-extra-info,
  .distribution-expenses__box
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__more-info
    .distribution-expenses__tax-extra-info {
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.7);
  }
}
.distribution-expenses__box
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__info,
.distribution-expenses__box
  .distribution-expenses__your-cost--accept-conditions
  .distribution-expenses__info,
.distribution-expenses__box
  .distribution-expenses__data-box--seller-costs
  .distribution-expenses__info {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}
@media (min-width: 1024px) {
  .distribution-expenses__box
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__info,
  .distribution-expenses__box
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__info,
  .distribution-expenses__box
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__info {
    margin-top: 0;
  }
}
.distribution-expenses__data {
  margin-top: 12px;
}
.distribution-expenses__price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.6em;
}
@media (min-width: 1024px) {
  .distribution-expenses__price {
    margin: 0 0 35px 40px;
  }
}
.distribution-expenses__price p {
  margin-right: 20px;
  margin-bottom: 0;
}
.distribution-expenses__price .distribution-expenses__text {
  padding-top: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .distribution-expenses__price .distribution-expenses__text {
    text-align: left;
  }
}
.distribution-expenses__info {
  margin: 10px 0;
}
.distribution-expenses__old-value {
  font-size: 0.74em;
  font-weight: bold;
  color: #ff6810;
}
@media (min-width: 360px) {
  .distribution-expenses__old-value {
    font-size: 0.85em;
  }
}
.distribution-expenses__old-value--tax {
  font-size: 0.8em;
  text-align: left;
}
@media (min-width: 360px) {
  .distribution-expenses__old-value--tax {
    font-size: 0.95em;
  }
}
@media (min-width: 768px) {
  .distribution-expenses__old-value--tax {
    font-size: 0.85em;
  }
}
.distribution-expenses__new-value {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
  border: 1px solid #ff6810;
  height: 40px;
  background-color: rgba(255, 104, 16, 0.25);
}
.distribution-expenses__new-value--price {
  min-width: 135px;
}
@media (min-width: 360px) {
  .distribution-expenses__new-value--price {
    min-width: 150px;
  }
}
.distribution-expenses__new-value--text {
  margin-bottom: 0;
  font-size: 1em;
}
.distribution-expenses__price-value {
  font-size: 1.2em;
  font-weight: bold;
}
.distribution-expenses__data-box--accept-conditions {
  width: 43%;
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 600px) {
  .distribution-expenses__data-box--accept-conditions {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .distribution-expenses__data-box--accept-conditions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__data-box--accept-conditions {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 65%;
  }
}
.distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell {
  padding: 0 5px 0 0;
}
@media (min-width: 600px) {
  .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell {
    width: auto;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell
    .distribution-expenses__data
    .distribution-expenses__info {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--concept {
    width: 53%;
  }
}
.distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--concept
  .distribution-expenses__title {
  display: block;
}
@media (min-width: 1024px) {
  .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--concept
    .distribution-expenses__info-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--concept
  .distribution-expenses__more-info {
  margin-top: 5px;
}
.distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--cost {
  display: block;
}
@media (min-width: 1024px) {
  .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--cost {
    width: 19%;
  }
}
.distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--who-pay {
  display: block;
}
@media (min-width: 360px) {
  .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--who-pay {
    margin: 0 auto;
    max-width: 155px;
  }
}
@media (min-width: 768px) {
  .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--who-pay {
    min-width: 150px;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--who-pay {
    width: 28%;
    min-width: 160px;
    padding-right: 10px;
  }
}
.distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--who-pay
  .distribution-expenses__data {
  margin-top: 12px;
}
.distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--who-pay
  .distribution-expenses__data--edit
  select {
  border: 2px solid #ff6810;
}
.distribution-expenses__data-box--accept-conditions
  .distribution-expenses__old-value-itp {
  font-size: 0.8em;
  color: #ff6810;
}
@media (min-width: 360px) {
  .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__old-value-itp {
    font-size: 0.97em;
  }
}
@media (min-width: 768px) {
  .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__old-value-itp {
    font-size: 0.9em;
  }
}
.distribution-expenses__data-box--accept-conditions
  .distribution-expenses__new-value-itp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
}
.distribution-expenses__data-box--accept-conditions
  .distribution-expenses__new-value-itp--price {
  margin: 5px auto 0;
  min-width: 100px;
  max-width: 150px;
}
@media (min-width: 1024px) {
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--concept
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--cost
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--who-pay
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--your-costs
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--seller-costs
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--concept
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--cost
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--who-pay
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--your-costs
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--seller-costs
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--concept
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--cost
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--who-pay
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--your-costs
    .distribution-expenses__data,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--seller-costs
    .distribution-expenses__data {
    margin: 30px 0 10px 0;
  }
}
@media (min-width: 768px) {
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--concept
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--cost
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--who-pay
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--your-costs
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--seller-costs
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--concept
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--cost
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--who-pay
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--your-costs
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--seller-costs
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--concept
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--cost
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--who-pay
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--your-costs
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--seller-costs
    .distribution-expenses__data--edit-dealer {
    margin: 20px 0 10px 0;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--concept
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--cost
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--who-pay
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--your-costs
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--seller-costs
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--concept
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--cost
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--who-pay
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--your-costs
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--seller-costs
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--concept
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--cost
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--who-pay
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--your-costs
    .distribution-expenses__data--edit-dealer,
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--seller-costs
    .distribution-expenses__data--edit-dealer {
    margin: 42px 0 10px 0;
  }
}
.distribution-expenses__box:first-child
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__data
  .distribution-expenses__info {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__data
    .distribution-expenses__info {
    margin-bottom: 0;
  }
}
.distribution-expenses__box:first-child
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__data
  .distribution-expenses__more-info {
  margin-top: 0;
}
@media (min-width: 768px) {
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--cost
    .distribution-expenses__info {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--who-pay
    .distribution-expenses__info {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--your-costs {
    padding-top: 5px;
  }
}
.distribution-expenses__box:first-child
  .distribution-expenses__data-box--seller-costs {
  padding-top: 0;
}
@media (min-width: 600px) {
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs {
    padding-top: 10px;
  }
}
.distribution-expenses__box:first-child
  .distribution-expenses__data-box--seller-costs
  .distribution-expenses__data {
  margin-top: 3px;
}
@media (min-width: 600px) {
  .distribution-expenses__box:first-child
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__data {
    margin-top: 10px;
  }
}
.distribution-expenses__box:nth-child(2)
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--concept,
.distribution-expenses__box:nth-child(3)
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--concept {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .distribution-expenses__box:nth-child(2)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--concept,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--concept {
    margin-top: 0;
  }
}
.distribution-expenses__box:nth-child(2)
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--concept
  .distribution-expenses__title,
.distribution-expenses__box:nth-child(2)
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--who-pay
  .distribution-expenses__title,
.distribution-expenses__box:nth-child(2)
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--cost
  .distribution-expenses__title,
.distribution-expenses__box:nth-child(3)
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--concept
  .distribution-expenses__title,
.distribution-expenses__box:nth-child(3)
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--who-pay
  .distribution-expenses__title,
.distribution-expenses__box:nth-child(3)
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--cost
  .distribution-expenses__title {
  display: block;
}
@media (min-width: 1024px) {
  .distribution-expenses__box:nth-child(2)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--concept
    .distribution-expenses__title,
  .distribution-expenses__box:nth-child(2)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--who-pay
    .distribution-expenses__title,
  .distribution-expenses__box:nth-child(2)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--cost
    .distribution-expenses__title,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--concept
    .distribution-expenses__title,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--who-pay
    .distribution-expenses__title,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--cost
    .distribution-expenses__title {
    display: none;
  }
}
.distribution-expenses__box:nth-child(2)
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__info,
.distribution-expenses__box:nth-child(3)
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__info {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .distribution-expenses__box:nth-child(2)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__info,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__info {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.distribution-expenses__box:nth-child(2)
  .distribution-expenses__your-cost--accept-conditions
  .distribution-expenses__cell--concept,
.distribution-expenses__box:nth-child(3)
  .distribution-expenses__your-cost--accept-conditions
  .distribution-expenses__cell--concept {
  margin-top: 10px;
}
.distribution-expenses__box:nth-child(2)
  .distribution-expenses__your-cost--accept-conditions
  .distribution-expenses__cell--your-costs,
.distribution-expenses__box:nth-child(3)
  .distribution-expenses__your-cost--accept-conditions
  .distribution-expenses__cell--your-costs {
  padding-top: 28px;
}
@media (min-width: 768px) {
  .distribution-expenses__box:nth-child(2)
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--your-costs,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--your-costs {
    padding-top: 0;
  }
}
.distribution-expenses__box:nth-child(2)
  .distribution-expenses__your-cost--accept-conditions
  .distribution-expenses__cell--your-costs
  .distribution-expenses__data,
.distribution-expenses__box:nth-child(3)
  .distribution-expenses__your-cost--accept-conditions
  .distribution-expenses__cell--your-costs
  .distribution-expenses__data {
  margin: 10px 0 10px 0;
}
@media (min-width: 1024px) {
  .distribution-expenses__box:nth-child(2)
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--your-costs
    .distribution-expenses__data,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--your-costs
    .distribution-expenses__data {
    margin: 5px 0 10px 0;
  }
}
.distribution-expenses__box:nth-child(2)
  .distribution-expenses__data-box--seller-costs,
.distribution-expenses__box:nth-child(3)
  .distribution-expenses__data-box--seller-costs {
  padding-top: 39px;
}
@media (min-width: 1024px) {
  .distribution-expenses__box:nth-child(2)
    .distribution-expenses__data-box--seller-costs,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--seller-costs {
    padding-top: 17px;
  }
}
.distribution-expenses__box:nth-child(2)
  .distribution-expenses__data-box--seller-costs
  .distribution-expenses__title,
.distribution-expenses__box:nth-child(3)
  .distribution-expenses__data-box--seller-costs
  .distribution-expenses__title {
  display: none;
}
@media (min-width: 1024px) {
  .distribution-expenses__box:nth-child(2)
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__data,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__data {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .distribution-expenses__box:nth-child(2)
    .distribution-expenses__your-cost--accept-conditions,
  .distribution-expenses__box:nth-child(2)
    .distribution-expenses__data-box--seller-costs,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__your-cost--accept-conditions,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--seller-costs {
    padding-top: 28px;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__box:nth-child(2)
    .distribution-expenses__your-cost--accept-conditions,
  .distribution-expenses__box:nth-child(2)
    .distribution-expenses__data-box--seller-costs,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__your-cost--accept-conditions,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--seller-costs {
    padding-top: 18px;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--cost,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--your-costs,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--seller-costs,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--cost,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--your-costs,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__your-cost--accept-conditions
    .distribution-expenses__cell--seller-costs,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--cost,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--your-costs,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--seller-costs
    .distribution-expenses__cell--seller-costs {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--accept-conditions
    .distribution-expenses__cell--who-pay
    .distribution-expenses__data--select {
    margin-top: 0;
  }
}
.distribution-expenses__box:nth-child(3)
  .distribution-expenses__data-box--accept-conditions
  .distribution-expenses__cell--who-pay
  .distribution-expenses__data--edit
  select {
  border: 2px solid #ff6810;
}
@media (min-width: 1024px) {
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--accept-conditions-dealer {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__your-cost--accept-conditions-dealer,
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__data-box--dealer-costs {
    padding-top: 30px;
  }
}
@media (min-width: 1280px) {
  .distribution-expenses__box:nth-child(3)
    .distribution-expenses__your-cost--accept-conditions-dealer {
    padding-top: 28px;
  }
}
.distribution-expenses__data-box--seller-costs {
  width: 25%;
  text-align: center;
}
@media (min-width: 600px) {
  .distribution-expenses__data-box--seller-costs {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__data-box--seller-costs {
    width: 20%;
  }
}
.distribution-expenses__data-box--seller-costs
  .distribution-expenses__cell--seller-costs {
  padding: 0 5px;
}
.distribution-expenses__your-cost,
.distribution-expenses__total {
  width: 43%;
  background-color: #bfe2f7;
}
@media (min-width: 768px) {
  .distribution-expenses__your-cost,
  .distribution-expenses__total {
    width: 18%;
    text-align: center;
  }
}
.distribution-expenses__your-cost--accept-conditions {
  width: 32%;
}
@media (min-width: 600px) {
  .distribution-expenses__your-cost--accept-conditions {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__your-cost--accept-conditions {
    width: 15%;
  }
}
.distribution-expenses__your-cost--accept-conditions
  .distribution-expenses__cell--your-costs {
  padding: 0;
}
.distribution-expenses__your-cost--accept-conditions
  .distribution-expenses__cell--your-costs
  .distribution-expenses__title {
  text-align: center;
}
.distribution-expenses__your-cost--accept-conditions
  .distribution-expenses__cell--your-costs
  .distribution-expenses__info
  span {
  margin-right: 5px;
}
.distribution-expenses__total-prices .distribution-expenses__total {
  position: relative;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .distribution-expenses__total-prices .distribution-expenses__total {
    font-size: 2em;
  }
}
.distribution-expenses__total-prices .distribution-expenses__total--seller {
  border-color: rgba(0, 0, 0, 0.5);
  width: 25%;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 600px) {
  .distribution-expenses__total-prices .distribution-expenses__total--seller {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__total-prices .distribution-expenses__total--seller {
    width: 20%;
  }
}
.distribution-expenses__total-prices .distribution-expenses__total--your-cost {
  width: 32%;
}
@media (min-width: 600px) {
  .distribution-expenses__total-prices
    .distribution-expenses__total--your-cost {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .distribution-expenses__total-prices
    .distribution-expenses__total--your-cost {
    width: 15%;
  }
}
.faqs {
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
}
.faqs .faqs__content {
  margin-top: 0;
}
.faqs .faqs__item {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  display: block;
  margin-bottom: 30px;
  border: none;
  padding: 0;
  text-align: left;
}
.faqs .faqs__item p {
  margin-top: 20px;
  padding: 0;
  line-height: 24px;
}
.faqs .faqs__question {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}
.faqs .faqs__question p {
  margin: 0 30px 0 0;
  font-size: 1.6em;
  line-height: 20px;
  font-weight: bold;
}
.faqs .faqs__question i {
  padding: 0 10px 0;
  font-size: 1.8em;
}
.faqs .faqs__collapse {
  width: 100%;
  font-size: 16px;
}
.faqs .faqs__collapse > div {
  padding: 20px;
}
.faqs .faqs__collapse p {
  margin: 20px 0 0 0;
}
.faqs .faqs__collapse p:first-child {
  margin: 0;
}
.faqs .faqs__collapse ul {
  margin: 0 0 20px 0;
  padding-inline-start: 50px;
}
.faqs .faqs__collapse ul li {
  margin-bottom: 15px;
}
.faqs .faqs__section-subtitle {
  margin-bottom: 30px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 2em !important;
  font-weight: bold;
  text-align: left;
}
.faqs--modal .faqs__question {
  cursor: default;
}
.faqs--modal .faqs__collapse > div {
  padding: 20px 0 0 0;
}
form input[type="text"],
form input[type="password"],
form input[type="number"],
form input[type="tel"],
form input[type="email"],
.form input[type="text"],
.form input[type="password"],
.form input[type="number"],
.form input[type="tel"],
.form input[type="email"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 0 0 10px;
  background-color: #fff;
  font-size: 1.6em;
  color: rgba(0, 0, 0, 0.75);
  -webkit-backface-visibility: hidden;
}
form input[type="radio"],
form input[type="checkbox"],
.form input[type="radio"],
.form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  width: 30px;
  min-width: 30px;
  height: 30px;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 1024px) {
  form input[type="radio"],
  form input[type="checkbox"],
  .form input[type="radio"],
  .form input[type="checkbox"] {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
form input[type="radio"]:checked:after,
form input[type="checkbox"]:checked:after,
.form input[type="radio"]:checked:after,
.form input[type="checkbox"]:checked:after {
  position: absolute;
}
form input[type="radio"]:focus,
form input[type="checkbox"]:focus,
.form input[type="radio"]:focus,
.form input[type="checkbox"]:focus {
  outline: none;
}
form input[type="radio"],
.form input[type="radio"] {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
form input[type="radio"]:checked:after,
.form input[type="radio"]:checked:after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: "";
  top: 6px;
  left: 6px;
  width: 57%;
  height: 57%;
  background-color: #008be0;
}
@media (min-width: 1024px) {
  form input[type="radio"]:checked:after,
  .form input[type="radio"]:checked:after {
    top: 5px;
    left: 5px;
    width: 48%;
    height: 48%;
  }
}
form input[type="checkbox"],
.form input[type="checkbox"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
form input[type="checkbox"]:checked:after,
.form input[type="checkbox"]:checked:after {
  content: "\f00c";
  top: 3px;
  left: 3px;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  color: #008be0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
@media (min-width: 1024px) {
  form input[type="checkbox"]:checked:after,
  .form input[type="checkbox"]:checked:after {
    top: 1px;
    left: 1px;
    font-size: 16px;
  }
}
form select,
.form select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 10px;
  background: url("../svg/dropdown-arrow.svg") no-repeat top right #fff;
  background-color: #fff;
  font-size: 1.6em;
  color: rgba(0, 0, 0, 0.75);
  -webkit-backface-visibility: hidden;
}
form select:disabled,
.form select:disabled {
  opacity: 0.6;
}
form select.form-control,
.form select.form-control {
  font-size: 1.6em;
}
form textarea,
.form textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  width: 100%;
  min-height: 170px;
  padding: 10px;
  background-color: #fff;
  font-size: 1.6em;
  color: rgba(0, 0, 0, 0.75);
  -webkit-backface-visibility: hidden;
  resize: none;
}
@media (min-width: 1024px) {
  form textarea,
  .form textarea {
    min-height: 150px;
  }
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="text"]:-ms-input-placeholder,
form input[type="text"]:-moz-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="number"]:-moz-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="email"]:-moz-placeholder,
form select::-webkit-input-placeholder,
form select::-moz-placeholder,
form select:-ms-input-placeholder,
form select:-moz-placeholder,
form textarea::-webkit-input-placeholder,
form textarea::-moz-placeholder,
form textarea:-ms-input-placeholder,
form textarea:-moz-placeholder,
.form input[type="text"]::-webkit-input-placeholder,
.form input[type="text"]::-moz-placeholder,
.form input[type="text"]:-ms-input-placeholder,
.form input[type="text"]:-moz-placeholder,
.form input[type="password"]::-webkit-input-placeholder,
.form input[type="password"]::-moz-placeholder,
.form input[type="password"]:-ms-input-placeholder,
.form input[type="password"]:-moz-placeholder,
.form input[type="number"]::-webkit-input-placeholder,
.form input[type="number"]::-moz-placeholder,
.form input[type="number"]:-ms-input-placeholder,
.form input[type="number"]:-moz-placeholder,
.form input[type="tel"]::-webkit-input-placeholder,
.form input[type="tel"]::-moz-placeholder,
.form input[type="tel"]:-ms-input-placeholder,
.form input[type="tel"]:-moz-placeholder,
.form input[type="email"]::-webkit-input-placeholder,
.form input[type="email"]::-moz-placeholder,
.form input[type="email"]:-ms-input-placeholder,
.form input[type="email"]:-moz-placeholder,
.form select::-webkit-input-placeholder,
.form select::-moz-placeholder,
.form select:-ms-input-placeholder,
.form select:-moz-placeholder,
.form textarea::-webkit-input-placeholder,
.form textarea::-moz-placeholder,
.form textarea:-ms-input-placeholder,
.form textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form select:focus,
form textarea:focus,
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="number"]:focus,
.form input[type="tel"]:focus,
.form input[type="email"]:focus,
.form select:focus,
.form textarea:focus {
  -webkit-box-shadow: 0 0 3px #008be0;
  -moz-box-shadow: 0 0 3px #008be0;
  box-shadow: 0 0 3px #008be0;
  border: 1px solid #008be0;
  outline: 0;
}
form .form-group,
.form .form-group {
  margin-bottom: 10px;
}
form .form__section-title,
.form .form__section-title {
  display: block;
  line-height: 20px;
}
form .form__section-title--user-data,
.form .form__section-title--user-data {
  padding: 40px 0 35px 50px;
}
form .form__section-subtitle--user-data,
.form .form__section-subtitle--user-data {
  padding-left: 50px;
  font-size: 16px;
}
form .data-value,
.form .data-value {
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
  background-color: #f3f3f3;
}
form .current-sheet,
.form .current-sheet {
  font-size: 1.6em;
}
form .sheet-container .data-value,
.form .sheet-container .data-value {
  line-height: 1.5;
}
form .sheet-container .data-value:empty:before,
.form .sheet-container .data-value:empty:before {
  content: "\200b";
}
form .form__section-fields,
.form .form__section-fields {
  overflow: hidden;
  margin-top: 40px;
}
form .form__section-fields .form-group--width-100,
.form .form__section-fields .form-group--width-100 {
  width: 100px;
}
form .form__section-fields .form-group--width-120,
.form .form__section-fields .form-group--width-120 {
  width: 120px;
}
form .form__section-fields .form-group--width-130,
.form .form__section-fields .form-group--width-130 {
  width: 130px;
}
form .form__section-fields .form-group--width-150,
.form .form__section-fields .form-group--width-150 {
  width: 150px;
}
form .form__section-fields .form-group--width-170,
.form .form__section-fields .form-group--width-170 {
  width: 170px;
}
form .form__section-fields .form-group--width-180,
.form .form__section-fields .form-group--width-180 {
  width: 180px;
}
form .form__section-fields .form-group--width-220,
.form .form__section-fields .form-group--width-220 {
  width: 220px;
}
form .form__section-fields .form-group--width-230,
.form .form__section-fields .form-group--width-230 {
  width: 230px;
}
form .form__section-fields .form-group--width-250,
.form .form__section-fields .form-group--width-250 {
  width: 250px;
}
form .form__section-fields .form-group--width-300,
.form .form__section-fields .form-group--width-300 {
  width: 300px;
}
form .form__section-fields .form-group--width-360,
.form .form__section-fields .form-group--width-360 {
  width: 360px;
}
form .form__section-fields .form-group--width-440,
.form .form__section-fields .form-group--width-440 {
  width: 440px;
}
form .form__section-fields--user-data,
form .form__section-fields--car-data,
.form .form__section-fields--user-data,
.form .form__section-fields--car-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 70px;
}
form .form__section-fields--user-data .form-group,
form .form__section-fields--car-data .form-group,
.form .form__section-fields--user-data .form-group,
.form .form__section-fields--car-data .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
}
form .form__section-fields--user-data .form-group .label,
form .form__section-fields--car-data .form-group .label,
.form .form__section-fields--user-data .form-group .label,
.form .form__section-fields--car-data .form-group .label {
  width: 100%;
}
form .form__section-fields--user-data,
.form .form__section-fields--user-data {
  margin-top: 25px;
}
form .form__section .form__section-title,
.form .form__section .form__section-title {
  font-size: 1.8em;
  font-weight: bold;
}
form .form__section .form__section-subtitle,
.form .form__section .form__section-subtitle {
  margin-top: 10px;
  font-size: 1.4em;
}
form .form__section .form__section-title--top-separator,
.form .form__section .form__section-title--top-separator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 25px;
}
form .form__section .form__section-fields,
.form .form__section .form__section-fields {
  margin-top: 30px;
}
form .form__section .form__section-fields img,
.form .form__section .form__section-fields img {
  width: auto;
  max-width: 268px;
}
form .form__section--top-separator,
.form .form__section--top-separator {
  margin-top: 25px;
  border-top: 2px solid rgba(0, 0, 0, 0.25);
}
form .form-group__container,
.form .form-group__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form .form__group,
.form .form__group {
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
form .form__group--radio label,
.form .form__group--radio label {
  line-height: 20px;
  text-align: left;
}
form .form__group--with-checkbox-or-radio > div,
.form .form__group--with-checkbox-or-radio > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
form .form__group--with-checkbox-or-radio > div label,
.form .form__group--with-checkbox-or-radio > div label {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: inline-flex;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1.4em;
}
@media (min-width: 768px) {
  form .form__group--with-checkbox-or-radio > div label,
  .form .form__group--with-checkbox-or-radio > div label {
    font-size: 1.6em;
  }
}
form .form__group--with-checkbox-or-radio .form__accept-legalconditions,
.form .form__group--with-checkbox-or-radio .form__accept-legalconditions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 1280px) {
  form .form__group--with-checkbox-or-radio .form__accept-legalconditions,
  .form .form__group--with-checkbox-or-radio .form__accept-legalconditions {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
form .form__group--with-checkbox-or-radio .form__accept-legalconditions label,
.form .form__group--with-checkbox-or-radio .form__accept-legalconditions label {
  display: inline;
}
@media (min-width: 768px) {
  form .form__group--with-radios-group,
  .form .form__group--with-radios-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
form .form__group--with-radios-group > div,
.form .form__group--with-radios-group > div {
  margin-top: 20px;
}
@media (min-width: 768px) {
  form .form__group--with-radios-group > div,
  .form .form__group--with-radios-group > div {
    width: 50%;
  }
}
form .form__group--user-pay-traffic-tax select,
.form .form__group--user-pay-traffic-tax select {
  font-size: 1.2em;
}
@media (min-width: 360px) {
  form .form__group--user-pay-traffic-tax select,
  .form .form__group--user-pay-traffic-tax select {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  form .form__group--user-pay-traffic-tax select,
  .form .form__group--user-pay-traffic-tax select {
    font-size: 1.6em;
  }
}
form .form__group--error input[type="text"],
form .form__group--error input[type="password"],
form .form__group--error input[type="number"],
form .form__group--error input[type="tel"],
form .form__group--error input[type="email"],
form .form__group--error input[type="checkbox"],
form .form__group--error input[type="radio"],
form .form__group--error select,
form .form__group--error textarea,
form .has-error input[type="text"],
form .has-error input[type="password"],
form .has-error input[type="number"],
form .has-error input[type="tel"],
form .has-error input[type="email"],
form .has-error input[type="checkbox"],
form .has-error input[type="radio"],
form .has-error select,
form .has-error textarea,
.form .form__group--error input[type="text"],
.form .form__group--error input[type="password"],
.form .form__group--error input[type="number"],
.form .form__group--error input[type="tel"],
.form .form__group--error input[type="email"],
.form .form__group--error input[type="checkbox"],
.form .form__group--error input[type="radio"],
.form .form__group--error select,
.form .form__group--error textarea,
.form .has-error input[type="text"],
.form .has-error input[type="password"],
.form .has-error input[type="number"],
.form .has-error input[type="tel"],
.form .has-error input[type="email"],
.form .has-error input[type="checkbox"],
.form .has-error input[type="radio"],
.form .has-error select,
.form .has-error textarea {
  border-color: #ff2931;
}
form .form__error,
form .help-block,
.form .form__error,
.form .help-block {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  position: relative;
  top: -3px;
  padding: 0 5px;
  background-color: #ff2931;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #fff;
}
form .form__error--checkbox-or-radio,
.form .form__error--checkbox-or-radio {
  top: 5px;
}
form label,
form .label,
.form label,
.form .label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.75);
}
form .label,
.form .label {
  overflow: hidden;
}
.form--invite {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  padding: 20px 10px;
}
.form--reset-password,
.form--change-password {
  margin: 0 auto;
  width: 300px;
  padding-bottom: 25px;
}
.form--cancel .form-group {
  margin-bottom: 0;
  text-align: left;
}
.form--cancel .form__group--textarea {
  display: none;
  width: 100%;
}
.form--cancel label {
  margin-bottom: 20px;
  width: 100%;
}
.form--login,
.form--change-password {
  margin: 0 auto;
  width: 300px;
}
.form--login .link--forgot-password,
.form--change-password .link--forgot-password {
  float: right;
  margin-bottom: 20px;
  font-size: 1.6em;
}
.form--login .form__group,
.form--change-password .form__group {
  position: relative;
}
.form--login .form__group .fas,
.form--change-password .form__group .fas {
  position: absolute;
  top: 36px;
  right: 0;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  font-size: 2em;
}
.form--user-register,
.form--condition,
.form--record {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.form--user-register {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .form--user-register {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .form--user-register {
    padding: 40px;
  }
}
@media (min-width: 1280px) {
  .form--user-register {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .form--user-register .form__section--vehicle-picture {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .form--user-register
    .form__section--vehicle-picture
    .form__section-title--vehicle-picture {
    margin-right: 4%;
    width: auto;
  }
}
@media (min-width: 768px) {
  .form--user-register
    .form__section--vehicle-picture
    .form__section-subtitle--vehicle-picture {
    margin-top: 25px;
    width: 68%;
  }
}
@media (min-width: 768px) {
  .form--user-register .form__section--bank > div:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__section--bank > div:last-child {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .form--user-register
    .form__section--bank
    > div:last-child
    .form__section-fields--bank-account {
    margin-top: 20px;
  }
}
.form--user-register .form__info-bank {
  margin-top: 25px;
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .form--user-register .form__info-bank {
    margin-top: 40px;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__info-bank {
    margin-top: 0;
    width: 55%;
  }
}
.form--user-register .form__info-bank .form__back-entity-checker,
.form--user-register .form__info-bank .form__security-environment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form--user-register .form__info-bank .form__back-entity-checker,
.form--user-register .form__info-bank i {
  color: #00a74f;
}
.form--user-register .form__info-bank i {
  display: inline-table;
  margin-right: 15px;
  font-size: 1.3em;
  line-height: 1;
}
.form--user-register .form__info-bank .form__security-environment p {
  margin-bottom: 0;
}
.form--user-register .form__section-fields--adress {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form--user-register .form__section-fields--personal-data,
.form--user-register .form__section-fields--dni,
.form--user-register .form__section-fields--contact-data,
.form--user-register .form__section-fields--adress,
.form--user-register .form__section-fields--password,
.form--user-register .form__section-fields--vehicle-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form--user-register .form__section-fields--bank-account {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__section-fields--bank-account {
    margin-right: 5%;
    width: 48%;
    max-width: 320px;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__section-fields--bank-account {
    width: 38%;
  }
}
.form--user-register .form__section-fields--bank-account-label {
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .form--user-register .form__section-fields--uploader {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form--user-register .form__section-fields--password {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
@media (min-width: 768px) {
  .form--user-register .form__section-fields--dni {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
@media (min-width: 768px) {
  .form--user-register .form__section-fields--vehicle-info {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.form--user-register .form__group {
  position: relative;
}
.form--user-register .form__group .fas {
  position: absolute;
  top: 36px;
  right: 0;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  font-size: 2em;
}
.form--user-register .form__group--name,
.form--user-register .form__group--surname,
.form--user-register .form__group--second-surname {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--name,
  .form--user-register .form__group--surname,
  .form--user-register .form__group--second-surname {
    width: 31.5%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--name,
  .form--user-register .form__group--surname,
  .form--user-register .form__group--second-surname {
    width: 19.5%;
  }
}
.form--user-register .form__group--day {
  width: 30%;
}
@media (min-width: 360px) {
  .form--user-register .form__group--day {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .form--user-register .form__group--day {
    margin-bottom: 0;
    width: 26%;
  }
}
.form--user-register .form__group--year {
  width: 30%;
}
@media (min-width: 360px) {
  .form--user-register .form__group--year {
    width: 29%;
  }
}
@media (min-width: 768px) {
  .form--user-register .form__group--year {
    margin-bottom: 0;
    width: 26%;
  }
}
.form--user-register .form__group--day-confirm,
.form--user-register .form__group--year-confirm {
  width: 29%;
}
.form--user-register .form__group--month {
  width: 36%;
}
@media (min-width: 360px) {
  .form--user-register .form__group--month {
    width: 42%;
  }
}
@media (min-width: 768px) {
  .form--user-register .form__group--month {
    margin-bottom: 0;
    width: 44%;
  }
}
.form--user-register .form__group--month-without-day {
  margin-bottom: 0;
  width: 65%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--month-without-day {
    width: 64%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--month-without-day {
    width: 61%;
  }
}
.form--user-register .form__group--month-confirm {
  width: 38%;
}
.form--user-register .form__group--year-without-day {
  margin-bottom: 0;
  width: 33%;
}
@media (min-width: 1024px) {
  .form--user-register .form__group--year-without-day {
    width: 36%;
  }
}
.form--user-register .form__group--dni {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--dni {
    margin-right: 3%;
    width: 31%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--dni {
    max-width: 220px;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--dni {
    margin-right: 2.5%;
  }
}
.form--user-register .form__group--date {
  width: 100%;
  max-width: 380px;
}
@media (min-width: 768px) {
  .form--user-register .form__group--date {
    margin-bottom: 0;
    width: 66%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--date {
    width: 55%;
    max-width: 400px;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--date {
    width: 34%;
  }
}
.form--user-register .form__group--more-than-70 {
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .form--user-register .form__group--more-than-70 {
    margin: 10px 0 0 0;
  }
}
.form--user-register .form__group--more-than-70 .form__error {
  margin-top: 10px;
}
.form--user-register .form__group--email,
.form--user-register .form__group--repeat-email {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--email,
  .form--user-register .form__group--repeat-email {
    margin-bottom: 0;
    width: 37%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--email,
  .form--user-register .form__group--repeat-email {
    width: 37.5%;
  }
}
.form--user-register .form__group--mobile-phone {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--mobile-phone {
    margin-bottom: 0;
    width: 20%;
  }
}
.form--user-register .form__group--province {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--province {
    width: 29%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--province {
    width: 28%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--province {
    width: 14%;
  }
}
.form--user-register .form__group--location {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--location {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--location {
    width: 32%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--location {
    width: 16%;
  }
}
.form--user-register .form__group--postal-code {
  width: 28%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--postal-code {
    width: 16%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--postal-code {
    width: 10%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--postal-code {
    width: 7%;
  }
}
.form--user-register .form__group--street-type {
  width: 65%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--street-type {
    width: 24%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--street-type {
    width: 20%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--street-type {
    width: 13%;
  }
}
.form--user-register .form__group--adress-name {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--adress-name {
    width: 73%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--adress-name {
    width: 63.5%;
    max-width: 500px;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--adress-name {
    width: 40%;
  }
}
.form--user-register .form__group--make,
.form--user-register .form__group--model {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--make,
  .form--user-register .form__group--model {
    width: 48.5%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--make,
  .form--user-register .form__group--model {
    width: 31%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--make {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .form--user-register .form__group--model {
    margin-left: 3%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--model {
    margin-left: 2.5%;
    width: 23%;
  }
}
.form--user-register .form__group--segment {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--segment {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--segment {
    margin-left: 3%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--segment {
    margin-left: 2.5%;
    width: 24.5%;
  }
}
.form--user-register .form__group--registration-date {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--registration-date {
    width: 47%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--registration-date {
    margin-left: 3%;
    width: 32%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--registration-date {
    margin-left: 2.5%;
    width: 25%;
  }
}
.form--user-register .form__group--registration-date > label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .form--user-register .form__group--registration-date > label {
    margin-bottom: 8px;
  }
}
.form--user-register .form__group--registration-date-info > label {
  margin-bottom: 10px;
}
.form--user-register .form__group--fuel {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--fuel {
    margin: 8px 0 0 3%;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--fuel {
    margin: 0;
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--fuel {
    margin-left: 2.5%;
    width: 24%;
  }
}
.form--user-register .form__group--version {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--version {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--version {
    margin-left: 3%;
    width: 37%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--version {
    margin-left: 0;
    width: 38%;
  }
}
.form--user-register .form__group--km {
  width: 50%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--km {
    margin-left: 3%;
    width: 37%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--km {
    width: 32%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--km {
    margin-left: 2.5%;
    width: 18%;
  }
}
.form--user-register .form__group--car-registration {
  width: 43%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--car-registration {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--car-registration {
    margin-left: 2.5%;
    width: 18%;
  }
}
.form--user-register .form__group--price {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--price {
    margin-left: 3%;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--price {
    margin-left: 3%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--price {
    margin-left: 2.5%;
    width: 18%;
  }
}
.form--user-register .form__group--price label:after {
  content: "\f153";
  position: absolute;
  top: 37px;
  right: 0;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  font-size: 1.2em;
  font-family: "Font Awesome 5 Pro";
}
.form--user-register .form__group--price input[type="text"] {
  padding-right: 35px;
  text-align: right;
}
.form--user-register .form__group--price-confirm {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--price-confirm {
    margin-left: 3%;
    width: 21%;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--price-confirm {
    margin-left: 2.5%;
    width: 14%;
  }
}
.form--user-register .form__group--price-confirm label:after {
  content: "\f153";
  position: absolute;
  top: 37px;
  right: 0;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  font-size: 1em;
  font-family: "Font Awesome 5 Pro";
}
.form--user-register .form__group--price-confirm .form__info-data-value {
  padding-right: 30px;
  text-align: left;
}
.form--user-register .form__group--price-confirm-without-euros label:after {
  content: "";
}
.form--user-register .form__group--accidents {
  margin-top: 30px;
}
.form--user-register .form__group--accidents,
.form--user-register .form__group--damages,
.form--user-register .form__group--origin,
.form--user-register .form__group--engine {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--optional-textarea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .form--user-register .form__group--optional-textarea textarea,
  .form--user-register .form__group--optional-textarea .form__error {
    width: 50%;
  }
}
.form--user-register .form__group--type-of-use {
  width: 100%;
}
@media (min-width: 1024px) {
  .form--user-register .form__group--type-of-use {
    max-width: 500px;
  }
}
.form--user-register .form__group--password {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--password {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--password {
    width: 32.5%;
    max-width: 242px;
  }
}
.form--user-register .form__group--repeat-password {
  width: 100%;
}
@media (min-width: 768px) {
  .form--user-register .form__group--repeat-password {
    margin-left: 3%;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .form--user-register .form__group--repeat-password {
    width: 32.5%;
    max-width: 242px;
  }
}
@media (min-width: 1280px) {
  .form--user-register .form__group--repeat-password {
    margin-left: 2.5%;
  }
}
.form--info-data .form__info-data-value {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  background-color: #f3f3f3;
  font-size: 1.6em;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.form--info-data .form__info-data-value:empty:before {
  content: "\200b";
}
@media (min-width: 768px) {
  .form--info-data .form__info-data-value {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-hyphens: inherit;
    -moz-hyphens: inherit;
    hyphens: inherit;
  }
}
@media (min-width: 768px) {
  .form--info-data .form__group--fuel {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .form__group--accidents .form__info-data-value,
  .form__group--damages .form__info-data-value {
    white-space: normal;
  }
}
.form--info-data-invited .form__section-fields--personal-data {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
@media (min-width: 768px) {
  .form--info-data-invited .form__group--name,
  .form--info-data-invited .form__group--surname {
    margin-right: 2.5%;
  }
}
.form__actions {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .form__actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.form--backoffice-and-records {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.form--backoffice-and-records label {
  font-weight: bold;
}
.form--backoffice-and-records .form-group--backoffice-and-records-searcher {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.form--backoffice-and-records
  .form-group--backoffice-and-records-searcher
  > div {
  margin: 0 10px 0 0;
  width: 350px;
}
.form--backoffice-and-records .form-group--backoffice-and-records-filter {
  width: 250px;
}
.form__paycar-calculator {
  -webkit-transition: height 0.5s ease-in-out 0s;
  -moz-transition: height 0.5s ease-in-out 0s;
  -ms-transition: height 0.5s ease-in-out 0s;
  -o-transition: height 0.5s ease-in-out 0s;
  transition: height 0.5s ease-in-out 0s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  width: 100%;
}
.form__paycar-calculator .form-group {
  position: relative;
  margin-top: 15px;
  z-index: 0;
}
.form__paycar-calculator .form-group:first-child {
  margin-top: 0;
}
.form__paycar-calculator .form-group.form__group--error input,
.form__paycar-calculator .form-group.form__group--error select {
  border-color: #ff2931;
}
.form__paycar-calculator .form-group.form__group--error .error-message {
  position: absolute;
  bottom: -16px;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #ff2931;
}
.form__paycar-calculator .form-group--paycar-date {
  width: 29%;
  margin: 0;
}
.form__paycar-calculator .form-group--paycar-date:nth-child(2) {
  width: 42%;
}
.form__paycar-calculator .form-group--paycar-date:nth-child(3) {
  width: 27%;
}
.form__paycar-calculator .form-group--paycar-date select {
  background-position: calc(100% - 10px);
  padding-right: 30px;
}
.form__paycar-calculator .form__actions-paycar-calculator {
  position: relative;
}
.list-default {
  margin: 0;
  padding: 0 0 0 25px;
}
.list-default li {
  position: relative;
  margin-bottom: 20px;
  list-style-type: none;
}
.list-default li:last-child {
  margin: 0;
}
.list-default li:before {
  content: "\f111";
  position: absolute;
  left: -15px;
  display: inline-block;
  padding-top: 6px;
  font-family: "Font Awesome 5 Pro";
  font-size: 6px;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@media (min-width: 768px) {
  .list-default li:before {
    padding-top: 12px;
  }
}
.list-default li p {
  margin-bottom: 20px;
  font-size: 1.6em;
  line-height: 20px;
}
@media (min-width: 768px) {
  .list-default li p {
    font-size: 1.8em;
    line-height: 30px;
  }
}
.list-default li p:last-child {
  margin: 0;
}
.list-default--confirm-trade {
  margin-top: 20px;
}
.list-default--confirm-trade li {
  margin: 0;
}
.message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 30px auto 0;
  width: 100%;
  padding: 10px;
}
.message p {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-bottom: 0;
  font-size: 1.6em;
  line-height: 25px;
}
@media (min-width: 768px) {
  .message p {
    line-height: 30px;
  }
}
.message--info:before,
.message--success:before,
.message--error:before {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 20px;
  min-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
}
.modal {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-dialog {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 360px) {
  .modal-dialog {
    max-width: 320px;
  }
}
@media (min-width: 600px) {
  .modal-dialog {
    max-width: 400px;
  }
}
.modal-dialog .modal-content {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  width: 300px;
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 360px) {
  .modal-dialog .modal-content {
    width: 320px;
  }
}
@media (min-width: 600px) {
  .modal-dialog .modal-content {
    width: 400px;
  }
}
.modal-dialog .modal-content svg {
  display: block;
  margin: 0 auto;
  width: 250px;
}
.modal-dialog .modal-content .modal-header {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 auto;
  border: none;
  padding: 0;
  font-size: 18px;
  text-align: center;
}
.modal-dialog .modal-content .modal-header p {
  margin: 0;
  color: #4a4a4a !important;
}
.modal-dialog .modal-content .modal-header .fa,
.modal-dialog .modal-content .modal-header .fas,
.modal-dialog .modal-content .modal-header .fal {
  font-size: 4em;
  text-align: center;
}
.modal-dialog .modal-content .modal-body {
  margin-top: 20px;
  padding: 10px 0 0 0;
}
.modal-dialog .modal-content .modal-body p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #4a4a4a !important;
}
.modal-dialog .modal-content .modal-body p:last-child {
  margin: 0;
}
.modal-dialog .modal-content .modal-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  border: none;
  padding: 0;
}
@media (min-width: 768px) {
  .modal-dialog .modal-content .modal-footer {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.modal-dialog .modal-content--full {
  width: 100%;
}
@media (min-width: 360px) {
  .modal-dialog .modal-content--full {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .modal-dialog .modal-content--full {
    width: 100%;
  }
}
.modal-dialog--incompatible-browser .modal-content .modal-body,
.modal-dialog--incompatible-browser .modal-content .modal-footer,
.modal-dialog--error-birthdate .modal-content .modal-body,
.modal-dialog--error-birthdate .modal-content .modal-footer,
.modal-dialog--bank-not-available .modal-content .modal-body,
.modal-dialog--bank-not-available .modal-content .modal-footer,
.modal-dialog--error-browser .modal-content .modal-body,
.modal-dialog--error-browser .modal-content .modal-footer {
  text-align: center;
}
.modal-dialog--incompatible-browser .modal-content .modal-footer,
.modal-dialog--error-birthdate .modal-content .modal-footer,
.modal-dialog--bank-not-available .modal-content .modal-footer,
.modal-dialog--error-browser .modal-content .modal-footer {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.modal-dialog--incompatible-browser .modal-content .modal-header .fa,
.modal-dialog--incompatible-browser .modal-content .modal-header .fas,
.modal-dialog--incompatible-browser .modal-content .modal-header .fal,
.modal-dialog--error-birthdate .modal-content .modal-header .fa,
.modal-dialog--error-birthdate .modal-content .modal-header .fas,
.modal-dialog--error-birthdate .modal-content .modal-header .fal,
.modal-dialog--conditions-establised .modal-content .modal-header .fa,
.modal-dialog--conditions-establised .modal-content .modal-header .fas,
.modal-dialog--conditions-establised .modal-content .modal-header .fal,
.modal-dialog--error-browser .modal-content .modal-header .fa,
.modal-dialog--error-browser .modal-content .modal-header .fas,
.modal-dialog--error-browser .modal-content .modal-header .fal {
  color: #ff6810;
}
.modal-dialog--error-birthdate .modal-content .modal-header .fa,
.modal-dialog--error-birthdate .modal-content .modal-header .fas,
.modal-dialog--error-birthdate .modal-content .modal-header .fal {
  color: #ff2931;
}
.modal-dialog--cancel .modal-content .step-menu__actions {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.modal-dialog--cancel .modal-content .modal-footer .button {
  font-size: 16px;
}
.modal-dialog--accept-conditions .modal-body img {
  display: inline-block;
  width: 120px;
  vertical-align: middle;
}
.modal-dialog--legal-conditions.modal-dialog {
  max-width: 900px;
}
.modal-dialog--legal-conditions.modal-dialog .modal-content {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 360px) {
  .modal-dialog--legal-conditions.modal-dialog .modal-content {
    margin: 0 20px;
    width: 100%;
    max-width: inherit;
  }
}
@media (min-width: 768px) {
  .modal-dialog--legal-conditions.modal-dialog .modal-content {
    margin: 0 auto;
    width: 100%;
    max-width: 748px;
  }
}
@media (min-width: 1024px) {
  .modal-dialog--legal-conditions.modal-dialog .modal-content {
    width: 100%;
    max-width: 900px;
  }
}
.modal-dialog--faq.modal-dialog {
  margin: 0 auto;
  max-width: 1240px;
}
.modal-dialog--faq.modal-dialog .modal-content {
  margin: 0 20px;
  width: 100%;
}
@media (min-width: 360px) {
  .modal-dialog--faq.modal-dialog .modal-content {
    width: 100%;
  }
}
.modal-dialog--faq.modal-dialog .modal-content .modal-header {
  position: relative;
  width: 100%;
  padding: 0 0 25px 0;
}
.modal-dialog--faq.modal-dialog .modal-content .modal-header .modal-title {
  width: 100%;
  padding-top: 20px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
@media (min-width: 360px) {
  .modal-dialog--faq.modal-dialog .modal-content .modal-header .modal-title {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .modal-dialog--faq.modal-dialog .modal-content .modal-header .modal-title {
    font-size: 25px;
    line-height: 28px;
  }
}
.modal-dialog--faq.modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  color: rgba(0, 0, 0, 0.75);
}
.modal-dialog--faq.modal-dialog .modal-content .modal-header .close .fal {
  font-size: 25px;
}
@media (min-width: 768px) {
  .modal-dialog--faq.modal-dialog .modal-content .modal-header .close .fal {
    font-size: 35px;
  }
}
.modal-dialog--faq.modal-dialog .modal-content .modal-body {
  overflow-y: auto;
  margin-top: 0;
  height: 500px;
  padding: 20px 0 0 0;
}
.modal-dialog--faq.modal-dialog .modal-content .modal-body p {
  margin: 0;
  line-height: 1.4em;
}
.modal-dialog--faq.modal-dialog .modal-content .modal-body a {
  font-weight: bold;
}
.modal-dialog--confirm-trade .modal-header {
  display: block;
}
.modal-dialog--confirm-trade .modal-header p:first-child {
  margin-bottom: 10px;
}
.modal-dialog--conditions-establised .modal-content .modal-header {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.modal-dialog--conditions-establised
  .modal-content
  .modal-header
  .fa-check-circle {
  color: #00a74f;
}
.modal-dialog--conditions-establised
  .modal-content
  .modal-header
  .fa-exclamation-circle {
  color: #ff6810;
}
.modal-dialog--conditions-establised .modal-content .modal-header p {
  margin-top: 20px;
}
.modal-dialog--conditions-establised .modal-content .modal-body {
  padding: 0;
}
.modal-dialog--conditions-establised .modal-content .modal-body p {
  text-align: center;
}
.modal-dialog--reject-validate-manual .modal-content .modal-body p,
.modal-dialog--accept-validate-manual .modal-content .modal-body p {
  text-align: center;
}
.modal-dialog--example-dgt .modal-content .modal-body img {
  width: 100%;
}
.modal-body__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-body__container .modal-body__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 15px;
}
.modal-body__container .modal-body__box img {
  margin-right: 10px;
  width: auto;
  height: 25px;
}
.modal-body__container .modal-body__box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-body__container .modal-body__box ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}
.modal-body__container .modal-body__box ul li i {
  margin: 5px 15px 0 0;
  width: 15px;
  font-size: 1.8em;
}
.modal-body__container .modal-body__box-text {
  margin: 0 !important;
  line-height: 20px !important;
  text-align: left;
}
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-modal__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  padding: 20px 0;
  font-size: 10px;
}
.custom-modal__container--centered {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
.custom-modal__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  border: none;
  width: 300px;
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 360px) {
  .custom-modal__content {
    width: 320px;
  }
}
@media (min-width: 600px) {
  .custom-modal__content {
    width: 400px;
  }
}
.custom-modal__content .custom-modal__header {
  border: none;
  padding: 0;
  font-size: 1.8em;
  text-align: center;
}
.custom-modal__content .custom-modal__header p {
  margin: 0;
  color: rgba(0, 0, 0, 0.75);
}
.custom-modal__content .custom-modal__body {
  margin-top: 30px;
}
.custom-modal__content .custom-modal__body p {
  margin-bottom: 10px;
  font-size: 1.8em;
  line-height: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
}
.custom-modal__content .custom-modal__body p:last-child {
  margin: 0;
}
.custom-modal__content .custom-modal__footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  border: none;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .custom-modal__content .custom-modal__footer {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media (min-width: 768px) {
  .custom-modal__footer--one-button {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.custom-modal--ko .custom-modal__header,
.custom-modal--cross-invitation .custom-modal__header {
  margin: 35px 0 0;
}
.custom-modal__overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.pagination {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 20px;
}
.pagination li {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px;
  border: 1px solid #008be0;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
}
.pagination li a {
  display: block;
  line-height: 40px;
  font-size: 1.6em;
}
.pagination li.prev,
.pagination li.next {
  display: none;
}
.pagination li.active,
.pagination li:hover {
  border: none;
  background-color: #008be0;
}
.pagination li.active a,
.pagination li:hover a {
  color: #fff;
}
.sidebar {
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 0;
  width: 100%;
  height: 48px;
}
@media (min-width: 767px) {
  .sidebar {
    width: 85px;
    height: 100%;
  }
}
.sidebar .sidebar__open {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
  top: 0px;
  height: 48px;
  padding: 0 12px;
  background-color: #f2f2f2;
}
.sidebar .sidebar__open i {
  font-size: 1.5em;
  color: #008be0;
}
@media (min-width: 768px) {
  .sidebar .sidebar__open {
    position: static;
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
  }
}
.sidebar .sidebar__open .sidebar__header-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 768px) {
  .sidebar .sidebar__open .sidebar__header-title {
    display: none;
  }
}
.sidebar .sidebar__open .sidebar__header-title p {
  margin: 0;
  font-size: 1.4em;
}
.sidebar .sidebar__open .sidebar__header-title p span {
  color: rgba(0, 0, 0, 0.5);
}
.sidebar .sidebar__open .sidebar__header-title p:first-child {
  color: rgba(0, 0, 0, 0.25) !important;
}
.sidebar .sidebar__open .sidebar__header-title p:last-child {
  margin-left: 15px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
.sidebar.sidebar--expand {
  width: 100%;
}
@media (min-width: 768px) {
  .sidebar.sidebar--expand {
    width: 370px;
  }
}
.sidebar.sidebar--expand .sidebar__open {
  transform: rotate(180deg);
  padding-left: 20px;
  text-align: left;
}
.sidebar.sidebar--expand .sidebar__step .sidebar__step--right {
  display: block;
}
.sidebar.sidebar--expand .sidebar__step .sidebar__step--right p {
  margin-bottom: 10px;
}
.sidebar.sidebar--expand
  .sidebar__other
  .sidebar__other__step
  .sidebar__step--right {
  display: block;
}
.sidebar.sidebar--expand
  .sidebar__other
  .sidebar__other__step
  .sidebar__step--right
  p {
  margin-bottom: 10px;
}
.sidebar .sidebar__wrapper-steps {
  padding: 10px 12px 0 8px;
}
.sidebar .sidebar__wrapper-steps .sidebar__step--ok {
  height: 32px;
}
.sidebar .sidebar__loading {
  display: none;
}
@media (min-width: 768px) {
  .sidebar .sidebar__loading {
    display: inherit;
  }
}
.sidebar .sidebar__step {
  position: relative;
  clear: both;
  height: 74px;
}
.sidebar .sidebar__step:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  display: block;
  height: 100%;
}
.sidebar .sidebar__step:after {
  content: "";
  clear: both;
  display: block;
}
.sidebar .sidebar__step .sidebar__step--left {
  position: relative;
  float: left;
  width: 85px;
}
.sidebar .sidebar__step .sidebar__step--right {
  float: left;
  margin: 0;
}
.sidebar .sidebar__step .sidebar__step--right p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .sidebar .sidebar__step .sidebar__step--right {
    display: none;
  }
}
.sidebar .sidebar__step:last-of-type:before {
  display: none;
}
.sidebar .sidebar__step-radio-button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  float: left;
  display: block;
  overflow: hidden;
  width: 13px;
  height: 13px;
  text-align: center;
}
.sidebar .sidebar__step-label {
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 13px;
}
.sidebar .sidebar__step-icon {
  clear: left;
  display: block;
  margin: 0 auto 12px auto;
  text-align: center;
}
.sidebar .sidebar__step-title {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 13px;
  font-weight: bolder;
}
.sidebar .sidebar__substep {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 13px;
}
.sidebar .sidebar__other {
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.sidebar .sidebar__other .sidebar__other--no-expand {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}
.sidebar .sidebar__other .sidebar__other--expand {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .sidebar .sidebar__other .sidebar__other--expand {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar .sidebar__other .sidebar__other--tablet-expand-visible {
    display: block;
    padding: 20px 10px;
  }
}
.sidebar .sidebar__other .sidebar__other__user {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 25px;
  font-size: 14px;
  line-height: 13px;
}
.sidebar .sidebar__other .sidebar__other__user .sidebar__other--mobile-visible {
  padding: 0 12px;
  text-align: left;
}
@media (min-width: 768px) {
  .sidebar
    .sidebar__other
    .sidebar__other__user
    .sidebar__other--mobile-visible {
    display: none;
  }
}
.sidebar .sidebar__other .sidebar__other__user .sidebar__other--mobile-hidden {
  display: none;
}
@media (min-width: 768px) {
  .sidebar
    .sidebar__other
    .sidebar__other__user
    .sidebar__other--mobile-hidden {
    display: block;
  }
}
.sidebar .sidebar__other .sidebar__other__step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.sidebar .sidebar__other .sidebar__other__step:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  display: block;
  border-left: 1px dashed #979797;
  height: 20px;
}
.sidebar .sidebar__other .sidebar__other__step .sidebar__other--expand {
  padding-left: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .sidebar .sidebar__other .sidebar__other__step .sidebar__other--expand {
    display: none;
  }
}
.sidebar .sidebar__other .sidebar__other__step .sidebar__step--left {
  width: auto;
  padding: 20px 0 0 10px;
}
.sidebar
  .sidebar__other
  .sidebar__other__step
  .sidebar__step--left
  .sidebar__step-icon {
  margin: 0;
  width: 85px;
  padding-bottom: 20px;
}
.sidebar .sidebar__other .sidebar__other__step .sidebar__step--right {
  font-size: 14px;
  line-height: 13px;
}
@media (min-width: 768px) {
  .sidebar .sidebar__other .sidebar__other__step .sidebar__step--right {
    display: none;
  }
}
.sidebar
  .sidebar__other
  .sidebar__other__step
  .sidebar__step--right.sidebar__other--expand {
  padding: 20px 0 20px 20px;
}
.sidebar .sidebar__other .sidebar__other__step.sidebar__step--ok {
  height: 33px;
}
.sidebar .sidebar__other .sidebar__other__step-label {
  display: block;
  font-size: 12px;
}
.sidebar .sidebar__arrow--mobile {
  display: block;
  width: 12px;
}
@media (min-width: 768px) {
  .sidebar .sidebar__arrow--mobile {
    display: none;
  }
}
.sidebar .sidebar__arrow--tablet {
  display: none;
}
@media (min-width: 768px) {
  .sidebar .sidebar__arrow--tablet {
    display: block;
  }
}
.sidebar-position--fixed {
  position: fixed;
  top: 0;
}
.sidebar-position--absolute {
  position: absolute;
  top: 40px;
}
.spinner-load {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.spinner-load svg {
  width: 150px;
  height: auto;
}
.spinner-load p {
  font-size: 1.4em;
}
.spinner {
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
}
.spinner .spinner__svg {
  animation: 2s linear infinite both spinner__svg;
}
@keyframes spinner__svg {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.spinner .spinner__svg-circle {
  animation: 1.4s ease-in-out infinite both spinner__svg-circle;
  fill: transparent;
  stroke: rgba(0, 0, 0, 0.75);
  stroke-dasharray: 282.74334;
  stroke-linecap: round;
  stroke-width: 10;
  transform-origin: 50% 50%;
}
@keyframes spinner__svg-circle {
  0%,
  25% {
    stroke-dashoffset: 274.26104;
    transform: rotate(0);
  }
  50%,
  75% {
    stroke-dashoffset: 70.68584;
    transform: rotate(45deg);
  }
  100% {
    stroke-dashoffset: 274.26104;
    transform: rotate(360deg);
  }
}
.spinner--hidden {
  display: none;
}
.tooltip {
  top: -5px;
}
.tooltip.show {
  opacity: 1;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #008be0;
  left: -4px;
  border-width: 0.6rem 0.6rem 0;
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #008be0;
  top: -4px;
  border-width: 0.6rem 0.4rem 0.6rem 0;
}
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #008be0;
  left: -4px;
  border-width: 0 0.6rem 0.6rem;
}
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #008be0;
  top: -4px;
  border-width: 0.6rem 0 0.6rem 0.4rem;
}
.tooltip.bs-tooltip-top {
  top: -9px !important;
}
.tooltip.bs-tooltip-top .arrow {
  bottom: -6px;
}
.tooltip.bs-tooltip-bottom {
  top: 9px !important;
}
.tooltip.bs-tooltip-bottom .arrow {
  top: -5px;
}
.popover {
  border: none;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  border-right-color: #008be0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
  border-left-color: #008be0;
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
  border-top-color: #008be0;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  border-bottom-color: #008be0;
}
span[data-toggle="tooltip"] {
  cursor: pointer;
}
.tooltip,
.tooltip-inner,
.popover-body {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 10px;
  background-color: #008be0;
  text-align: center;
  color: #fff;
}
.tooltip p,
.tooltip-inner p,
.popover-body p {
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 300px;
  font-size: 16px;
  line-height: 20px;
}
.tooltip p:last-child,
.tooltip-inner p:last-child,
.popover-body p:last-child {
  margin-bottom: 0;
}
.tooltip .tooltip-text__status-bank,
.tooltip-inner .tooltip-text__status-bank,
.popover-body .tooltip-text__status-bank {
  width: auto;
}
.tooltip-inner {
  padding: 0;
}
.tooltip-inner ul li {
  text-align: left;
  margin: 0;
  padding: 0;
}
.trade-resume {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .trade-resume {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .trade-resume {
    margin: 60px auto 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.25);
    width: 785px;
    background-color: #fff;
  }
}
.trade-resume h2 {
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
  font-size: 2em;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .trade-resume h2 {
    font-size: 2.2em;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  .trade-resume h2 {
    padding: 20px 10px;
  }
}
.trade-resume h3 {
  margin: 20px 0;
  font-size: 1.8em;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .trade-resume h3 {
    font-size: 2em;
    line-height: 20px;
  }
}
.trade-resume h3.with-border {
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
  padding-top: 20px;
}
.trade-resume .distribution-expenses {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  margin: 0;
  width: auto;
}
@media (min-width: 360px) {
  .trade-resume .distribution-expenses {
    margin: 0 auto;
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .trade-resume .distribution-expenses {
    width: 100%;
    max-width: inherit;
    padding: 0 5px;
  }
}
@media (min-width: 1024px) {
  .trade-resume .distribution-expenses {
    padding: 0 25px;
  }
}
.trade-resume .calculate-pricing {
  margin: 0 auto;
}
.trade-resume__data {
  margin-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
  padding-top: 20px;
}
@media (min-width: 768px) {
  .trade-resume__data {
    padding: 20px 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .trade-resume__data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 0 30px;
  }
}
.trade-resume__data .trade-resume__info {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (min-width: 1024px) {
  .trade-resume__data .trade-resume__info:nth-child(even) {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .trade-resume__data .trade-resume__info:nth-child(odd) {
    width: 55%;
  }
}
.trade-resume__data .trade-resume__info p {
  margin-bottom: 10px;
  font-size: 1.8em;
  line-height: 20px;
}
.trade-resume__data .trade-resume__info p.data-value {
  margin-bottom: 20px;
}
.trade-resume__data .trade-resume__info--plate p.data-value {
  margin-bottom: 0;
}
.dropzone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  min-height: 186px;
  background-color: rgba(0, 0, 0, 0.25);
  font-size: 1.6em;
}
.dropzone .dz-message {
  margin: 0;
}
.dropzone .dz-preview.dz-image-preview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.dropzone .dz-preview .dz-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  height: auto;
  max-height: 120px;
}
.dropzone .dz-preview .dz-details,
.dropzone .dz-preview .dz-progress {
  display: none;
}
.dropzone .dz-preview .dz-remove {
  margin-top: 10px;
}
.dropzone .dz-preview .dz-remove:before {
  content: "\f2ed";
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
}
*:not(i) {
  box-sizing: border-box;
}
.paycar-header {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  padding-top: 10px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .paycar-header {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .paycar-header {
    position: fixed;
    z-index: 2;
    top: 0;
    padding: 0;
  }
}
.paycar-header nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.paycar-header .paycar-header__logo-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.paycar-header .paycar-header__logo {
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .paycar-header .paycar-header__logo {
    margin-right: 45px;
  }
}
.paycar-header .paycar-header__logo img {
  width: 105px;
  height: auto;
}
@media (min-width: 768px) {
  .paycar-header .paycar-header__logo img {
    width: 140px;
  }
}
.paycar-header .paycar-header__menu {
  display: none;
}
@media (min-width: 1024px) {
  .paycar-header .paycar-header__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .paycar-header .paycar-header__menu a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 20px;
    border-bottom: 4px solid transparent;
    height: 90px;
    font-size: 1.6em;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
  }
  .paycar-header .paycar-header__menu a:hover {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
  }
  .paycar-header .paycar-header__menu a:focus,
  .paycar-header .paycar-header__menu a:active {
    text-decoration: none;
  }
  .paycar-header .paycar-header__menu a:last-child {
    margin-right: 0;
  }
  .paycar-header .paycar-header__menu a.active {
    border-bottom: 4px solid rgba(0, 0, 0, 0.75);
  }
}
.paycar-header .paycar-header__actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.paycar-header .paycar-header__actions .paycar-header__login {
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  padding-bottom: 7px;
  font-size: 1.4em;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 768px) {
  .paycar-header .paycar-header__actions .paycar-header__login {
    font-size: 1.6em;
  }
}
.paycar-header .paycar-header__actions .paycar-header__login:hover {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .paycar-header--without-links-menu {
    padding: 20px 0;
  }
}
.paycar-header--shadow {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.paycar-header--seller-buyer {
  position: relative;
  padding: 5px 10px;
  font-size: 10px;
}
.paycar-header--seller-buyer img {
  width: 105px;
}
.paycar-header--seller-buyer .paycar-header__logo,
.paycar-header--seller-buyer .paycar-header__actions {
  padding: 0;
  line-height: 7px;
}
.paycar-header--seller-buyer .paycar-header__logo img {
  width: 105px;
}
form .form-group--with-floating-label {
  position: relative;
}
form .form-group--with-floating-label .control-label {
  -webkit-transition: all 240ms ease-in-out 0s;
  -moz-transition: all 240ms ease-in-out 0s;
  -ms-transition: all 240ms ease-in-out 0s;
  -o-transition: all 240ms ease-in-out 0s;
  transition: all 240ms ease-in-out 0s;
  -moz-transform: translate3d(0, 15px, 0) scale(1);
  -o-transform: translate3d(0, 15px, 0) scale(1);
  -ms-transform: translate3d(0, 15px, 0) scale(1);
  -webkit-transform: translate3d(0, 15px, 0) scale(1);
  transform: translate3d(0, 15px, 0) scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  position: absolute;
  left: 15px;
  transform-origin: left top;
  font-size: 1.4em;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  white-space: nowrap;
}
form .form-group--with-floating-label.form-group--disabled .control-label {
  color: rgba(0, 0, 0, 0.75);
}
form .form-group--with-floating-label .form-control--with-floating-label {
  height: 45px;
  padding: 0 15px;
  font-size: 1.4em;
}
form
  .form-group--with-floating-label
  .form-control--with-floating-label::-webkit-input-placeholder {
  transition: 240ms;
  color: transparent;
}
form
  .form-group--with-floating-label
  .form-control--with-floating-label:focus::-webkit-input-placeholder {
  transition: none;
}
form
  .form-group--with-floating-label
  .form-control--with-floating-label::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
form .form-group--with-floating-label.focused .control-label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 8px;
  transform: scale(0.75);
  font-size: 1.6em;
  color: rgba(0, 0, 0, 0.5);
}
form
  .form-group--with-floating-label.focused
  .form-control--with-floating-label {
  padding-top: 15px;
}
.paycar {
  font-size: 10px;
  background-color: #fff;
}
.paycar a {
  font-weight: bold;
  color: #008be0;
}
.paycar *:not(i) {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
.paycar__hero {
  padding: 20px 0 0;
  background-color: #f5f5f5;
}
.paycar__hero-text,
.paycar__hero-calculator {
  display: flex;
  flex-direction: column;
  max-width: 295px;
}
@media (min-width: 360px) {
  .paycar__hero-text,
  .paycar__hero-calculator {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .paycar__hero-text,
  .paycar__hero-calculator {
    max-width: 325px;
  }
}
@media (min-width: 1024px) {
  .paycar__hero-text,
  .paycar__hero-calculator {
    max-width: 440px;
  }
}
@media (min-width: 1280px) {
  .paycar__hero-text,
  .paycar__hero-calculator {
    max-width: 500px;
  }
}
@media (min-width: 360px) {
  .paycar__hero {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .paycar__hero {
    padding-top: 45px;
  }
}
@media (min-width: 1024px) {
  .paycar__hero {
    margin-top: 65px;
  }
}
.paycar__hero > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  background-color: transparent;
}
@media (min-width: 768px) {
  .paycar__hero > div {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 1rem;
  }
}
.paycar__hero .paycar__hero-text .paycar__title {
  font-size: 2.4em;
  line-height: 34px;
  font-weight: bold;
}
@media (min-width: 360px) {
  .paycar__hero .paycar__hero-text .paycar__title {
    font-size: 3em;
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  .paycar__hero .paycar__hero-text .paycar__title {
    font-size: 3.2em;
    line-height: 45px;
  }
}
@media (min-width: 1024px) {
  .paycar__hero .paycar__hero-text .paycar__title {
    font-size: 4em;
    line-height: 56px;
  }
}
@media (min-width: 1280px) {
  .paycar__hero .paycar__hero-text .paycar__title {
    font-size: 4.8em;
    line-height: 67px;
  }
}
.paycar__hero .paycar__hero-text ul {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}
.paycar__hero .paycar__hero-text li {
  display: flex;
  align-items: center;
  font-size: 1.6em;
  line-height: 35px;
}
@media (min-width: 360px) {
  .paycar__hero .paycar__hero-text li {
    font-size: 1.8em;
  }
}
@media (min-width: 1024px) {
  .paycar__hero .paycar__hero-text li {
    font-size: 2em;
  }
}
@media (min-width: 1280px) {
  .paycar__hero .paycar__hero-text li {
    font-size: 2.4em;
  }
}
.paycar__hero .paycar__hero-text li i {
  margin-right: 15px;
  font-size: 20px;
}
.paycar__hero .paycar__hero-text .paycar__hero-logo-promo {
  margin: 0 0 15px 18px;
  width: 240px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 360px) {
  .paycar__hero .paycar__hero-text .paycar__hero-logo-promo {
    margin: 0 0 15px;
  }
}
@media (min-width: 768px) {
  .paycar__hero .paycar__hero-text .paycar__hero-logo-promo {
    width: 323px;
    height: 60px;
  }
}
.paycar__hero .paycar__hero-text .paycar__hero-logo-promo--mapfre {
  background-image: url("../../../img//logos/MapfreTeCuidamos.svg");
}
.paycar__hero .paycar__hero-text .paycar__hero-logo-promo--openbank {
  background-image: url("../../../img//logos/logo-openbank.svg");
}
.paycar__hero .paycar__hero-text .paycar__hero-description-promo {
  padding-left: 18px;
  font-size: 1.8em;
  line-height: 25px;
  color: var(--lib-color-grey-dark);
}
@media (min-width: 360px) {
  .paycar__hero .paycar__hero-text .paycar__hero-description-promo {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .paycar__hero .paycar__hero-text .paycar__hero-description-promo {
    font-size: 2em;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .paycar__hero .paycar__hero-text .paycar__hero-description-promo {
    font-size: 2.4em;
    line-height: 34px;
  }
}
.paycar__hero .paycar__hero-text .paycar__hero-discount-promo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.paycar__hero .paycar__hero-text .paycar__hero-discount-promo span {
  position: absolute;
  top: 0;
  right: -12px;
  font-size: 0.8em;
}
.paycar__hero .paycar__hero-text .paycar__hero-price {
  position: relative;
  margin-left: 15px;
  font-size: 2.4em;
  font-weight: bold;
  text-decoration: line-through;
  color: #7f7f7f;
}
@media (min-width: 768px) {
  .paycar__hero .paycar__hero-text .paycar__hero-price {
    font-size: 3em;
  }
}
@media (min-width: 1024px) {
  .paycar__hero .paycar__hero-text .paycar__hero-price {
    font-size: 3.2em;
  }
}
.paycar__hero .paycar__hero-text .paycar__hero-price--mapfre {
  text-decoration: none;
  color: #d81e05;
}
.paycar__hero .paycar__hero-text .paycar__hero-price--openbank {
  text-decoration: none;
  color: #ff0049;
}
.paycar__hero .paycar__hero-text .button--paycar-start {
  max-width: none;
}
.paycar__section-title {
  font-size: 2.4em;
  line-height: 34px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .paycar__section-title {
    font-size: 3.2em;
    line-height: 45px;
  }
}
@media (min-width: 1024px) {
  .paycar__section-title {
    font-size: 4em;
    line-height: 56px;
  }
}
@media (min-width: 1280px) {
  .paycar__section-title {
    font-size: 4em;
  }
}
.paycar__section-subtitle {
  padding-top: 30px;
  font-size: 2em;
  line-height: 28px;
  font-weight: bold;
  text-align: left;
}
* {
  font-family: Arial, sans-serif;
}
body {
  background-color: #fafafa;
  font-size: 10px;
  line-height: inherit;
  color: rgba(0, 0, 0, 0.75);
}
body.body--bg-white {
  background-color: #fff;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: bold;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
a {
  color: #008be0;
}
a:hover {
  color: #0068a8;
  text-decoration: none;
}
ul {
  font-size: 1em;
}
.content {
  padding: 0 10px;
  background-color: #fafafa;
}
@media (min-width: 768px) {
  .content {
    padding: 0 40px 0 125px;
  }
}
.content--landing-page {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .content--landing-page {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .content--landing-page {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.content--without-sidebar {
  overflow: visible;
}
@media (min-width: 768px) {
  .content--without-sidebar {
    padding: 0 10px;
  }
}
.content__header,
.content__body {
  width: 100%;
  padding: 0;
}
@media (min-width: 1280px) {
  .content__header,
  .content__body {
    margin: 0 auto;
    max-width: 1115px;
  }
}
.content__header {
  padding: 98px 0 40px;
}
@media (min-width: 768px) {
  .content__header {
    padding: 60px 0;
  }
}
@media (min-width: 1280px) {
  .content__header {
    padding: 80px 0 75px;
  }
}
.content__header p.subtitle {
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .content__header p.subtitle {
    font-size: 1.8em;
  }
}
.content__body {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.content-box {
  margin: 0 0 80px 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 1115px;
  padding: 10px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .content-box {
    padding: 30px;
  }
}
.content-box:after {
  content: "";
  clear: both;
  display: block;
}
.content-box .info-transfer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 20px;
}
.content-box .info-transfer > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-box .info-transfer > div p {
  margin: 0 0 5px 0;
  font-size: 1.8em;
}
@media (min-width: 768px) {
  .content-box .info-transfer > div p {
    font-size: 2em;
  }
}
.content-box .info-transfer > div p span {
  font-weight: bold;
}
.content-box .content-box__info {
  margin-bottom: 20px;
  font-size: 1.6em;
  line-height: 20px;
}
@media (min-width: 768px) {
  .content-box .content-box__info {
    font-size: 1.8em;
    line-height: 24px;
  }
}
.title {
  margin: 0;
  font-size: 1.8em;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 360px) {
  .title {
    font-size: 2em;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .title {
    font-size: 3em;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .title {
    font-size: 4em;
    line-height: 44px;
  }
}
.title span {
  display: inline-block;
}
.subtitle {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
}
.header {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  background-color: #f5f5f5;
}
@media (min-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 1;
  }
}
.header > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .header__logo-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .header__logo {
  margin-right: 25px;
  padding: 20px 0;
}
.header .header__logo img {
  width: 160px;
}
.header .header__menu {
  display: none;
}
@media (min-width: 1024px) {
  .header .header__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .header .header__menu a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 90px;
    margin-right: 20px;
    border-bottom: 4px solid transparent;
    color: #fff;
    font-size: 1.6em;
  }
  .header .header__menu a:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }
  .header .header__menu a:focus,
  .header .header__menu a:active {
    text-decoration: none;
  }
  .header .header__menu a:last-child {
    margin-right: 0;
  }
  .header .header__menu a.active {
    border-bottom: 4px solid #fff;
  }
}
.header .header__actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}
.header .header__actions .header__login {
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.6em;
}
.header .header__actions .header__login:hover {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header .header__actions .header__login:hover,
.header .header__actions .header__login:focus,
.header .header__actions .header__login:active {
  text-decoration: none;
  border-bottom: 1px solid #1d252c;
}
@-moz-document url-prefix() {
  .header .header__actions .header__login:hover,
  .header .header__actions .header__login:focus,
  .header .header__actions .header__login:active {
    border-bottom: 1px solid #1c252c;
  }
}
.header--shadow {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.header--seller-buyer {
  position: relative;
  padding: 5px 10px;
  font-size: 10px;
}
.header--seller-buyer .header__logo,
.header--seller-buyer .header__actions {
  padding: 0;
}
.header--seller-buyer .header__logo img {
  width: 105px;
}
.footer {
  margin-top: 100px;
  padding: 0 10px 15px 10px;
  background: url("../../../img/background-footer-black-gray.jpg"), #1d252c;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  font-size: 10px;
}
.footer--top-white {
  background: url("../../../img/background-footer-black-white.jpg"), #1d252c;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}
@media (min-width: 1024px) {
  .footer {
    padding: 0 10px 50px 10px;
  }
}
.footer .footer__container {
  margin: 50px auto 0 auto;
  max-width: 505px;
  padding-top: 100px;
  text-align: center;
}
@media (min-width: 360px) {
  .footer .footer__container {
    padding-top: 35px;
  }
}
@media (min-width: 768px) {
  .footer .footer__container {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .footer .footer__container {
    padding-top: 65px;
  }
}
@media (min-width: 1280px) {
  .footer .footer__container {
    padding-top: 100px;
  }
}
.footer .footer__container .footer__logo {
  margin: 50px auto 0 auto;
  width: 95px;
}
.footer .footer__container .footer__logo img {
  width: 95px;
}
.footer .footer__container .footer__logo p {
  margin: 5px 0 0 0;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.5) !important;
}
.footer .footer__container .footer__contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 30px 0 0;
}
.footer .footer__container .footer__contact-us {
  font-size: 2.2em;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
.footer .footer__container .footer__contact-text {
  margin: 5px 0 0;
  font-size: 1.6em;
  color: #fff;
}
.footer .footer__container .footer__awards {
  margin-top: 30px;
}
.footer .footer__container .footer__awards p {
  margin: 0;
  font-size: 1.6em;
  color: rgba(255, 255, 255, 0.5) !important;
}
.footer .footer__container .footer__awards > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 15px;
}
.footer .footer__container .footer__awards > div img {
  margin: 0 10px;
}
.footer .footer__container .footer__links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 30px auto 0 auto;
  border-top: 1px dashed rgba(255, 255, 255, 0.45);
  width: 250px;
  padding: 12px 0 0 0;
  font-size: 14px;
  line-height: 16px;
  list-style: none;
}
@media (min-width: 768px) {
  .footer .footer__container .footer__links {
    width: 100%;
  }
}
.footer .footer__container .footer__links li {
  margin-bottom: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .footer .footer__container .footer__links li {
    margin-bottom: 10px;
  }
}
.footer .footer__container .footer__links li:first-child,
.footer .footer__container .footer__links li:nth-child(3) {
  padding-left: 0;
}
@media (min-width: 768px) {
  .footer .footer__container .footer__links li:nth-child(3) {
    padding-left: 20px;
  }
}
.footer .footer__container .footer__links li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer__container .footer__links li a:hover {
  opacity: 0.25;
}
.footer .footer__container .footer__address {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.5) !important;
}
.accept-conditions {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 20px 10px;
  background-color: #fff;
}
@media (min-width: 600px) {
  .accept-conditions {
    padding: 20px 15px;
  }
}
@media (min-width: 768px) {
  .accept-conditions {
    padding: 30px 15px;
  }
}
@media (min-width: 1280px) {
  .accept-conditions {
    padding: 30px 50px;
  }
}
.accept-conditions > p {
  margin-bottom: 40px;
  font-size: 1.8em;
  font-weight: bold;
}
.accept-conditions--edit {
  border: none;
}
.accept-conditions--subcontainer {
  border: none;
  border-radius: 0;
  padding: 0;
}
.accept-conditions__table .accept-conditions__table-text {
  margin: 0 20px 0 0;
  font-size: 1.6em;
  text-align: center;
}
@media (min-width: 768px) {
  .accept-conditions__table .accept-conditions__table-text {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .accept-conditions__table .accept-conditions__table-text {
    margin: 0 20px 0 40px;
  }
}
.accept-conditions__table .accept-conditions__table-text span {
  font-size: 1.25em;
  font-weight: bold;
}
.accept-conditions__table .accept-conditions__input-price {
  position: relative;
  width: 135px;
}
.accept-conditions__table .accept-conditions__input-price label {
  margin-bottom: 0;
}
.accept-conditions__table .accept-conditions__input-price label:after {
  content: "\f153";
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  font-size: 1.2em;
  font-family: "Font Awesome 5 Pro";
}
.accept-conditions__table .accept-conditions__input-price input[type="text"] {
  width: 135px;
  padding-right: 35px;
  font-size: 2em;
  font-weight: bold;
  text-align: left;
}
.accept-conditions__table
  .accept-conditions__input-price--orange
  input[type="text"] {
  border: 2px solid #ff6810;
}
.accept-conditions__table
  .accept-conditions__input-price--not-editable
  label:after {
  color: rgba(0, 0, 0, 0.25);
}
.accept-conditions__table
  .accept-conditions__input-price--not-editable
  input[type="text"] {
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.25);
}
.accept-conditions__table .accept-conditions__price-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.accept-conditions__summary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .accept-conditions__summary {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.accept-conditions__summary > p {
  min-width: 295px;
  font-size: 1.8em;
  font-weight: bold;
}
.accept-conditions__summary .accept-conditions__summary-table {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
@media (min-width: 600px) {
  .accept-conditions__summary {
    margin-top: 90px;
  }
}
.accept-conditions__message {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .accept-conditions__message {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.accept-conditions__message > p {
  min-width: 295px;
  font-size: 1.8em;
  font-weight: bold;
}
.accept-conditions__message span {
  font-size: 0.8em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .accept-conditions__message span {
    display: block;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .accept-conditions__message .accept-conditions__message-area {
    width: 530px;
  }
}
@media (min-width: 1024px) {
  .accept-conditions__message .accept-conditions__message-area textarea {
    min-height: 100px;
  }
}
.accept-conditions__message .accept-conditions__message-area--edit textarea {
  border: 2px solid #ff6810;
}
.accept-conditions__message .accept-conditions__textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #008be0;
  min-height: 100px;
  padding: 10px;
  font-size: 1.6em;
}
.accept-conditions__message .accept-conditions__textarea-edited {
  border: 1px solid #ff6810;
  border-radius: 3px;
  padding: 10px;
  background-color: rgba(255, 104, 16, 0.2);
  font-size: 1.6em;
}
.accept-conditions__payment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 600px) {
  .accept-conditions__payment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .accept-conditions__payment {
    margin-top: 50px;
  }
}
.accept-conditions__payment .accept-conditions__payment-question {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .accept-conditions__payment .accept-conditions__payment-question {
    margin-bottom: 0;
  }
}
.accept-conditions__payment
  .accept-conditions__payment-question
  > div:first-child {
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: bold;
}
@media (min-width: 600px) {
  .accept-conditions__payment
    .accept-conditions__payment-question
    > div:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .accept-conditions__payment
    .accept-conditions__payment-question
    > div:first-child {
    min-width: 295px;
  }
}
.accept-conditions__payment .accept-conditions__payment-method {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.accept-conditions__payment .accept-conditions__payment-method label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .accept-conditions__payment .accept-conditions__payment-method {
    margin-left: 50px;
  }
}
@media (min-width: 1024px) {
  .accept-conditions__payment .accept-conditions__payment-method {
    margin-left: 0;
  }
}
.accept-conditions__actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 50px;
}
.accept-conditions__actions a:first-child {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .accept-conditions__actions a:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .accept-conditions__actions {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
  }
}
.accept-conditions__actions .accept-conditions__button-disabled {
  opacity: 0.3;
  cursor: default;
}
.accept-conditions__hidden {
  opacity: 0;
}
.accept-conditions__message-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .accept-conditions__message-container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
  }
}
.accept-conditions__message-container .button {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .accept-conditions__message-container .button {
    margin-top: 0;
  }
}
.agreement {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .agreement {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .agreement {
    padding: 15px 0;
  }
}
.agreement .agreement__explain {
  margin: 0;
  padding: 0 10px;
  font-size: 1.6em;
  line-height: 24px;
}
@media (min-width: 768px) {
  .agreement .agreement__explain {
    padding: 0 15px;
    font-size: 1.8em;
  }
}
.agreement .far.fa-arrow-down {
  margin: 10px 0;
  font-size: 3em;
  line-height: 1;
}
@media (min-width: 768px) {
  .agreement .far.fa-arrow-down {
    margin: 15px 0;
  }
}
@media (min-width: 1024px) {
  .agreement .far.fa-arrow-down {
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.agreement__explanation {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .agreement__explanation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .agreement__explanation .agreement__explanation-box {
    margin: 0 10px;
  }
}
@media (min-width: 1280px) {
  .agreement__explanation .agreement__explanation-box {
    margin: 0 25px;
  }
}
.agreement__explanation .agreement__explanation-box p {
  margin: 5px 0 0 0;
  font-size: 1.6em;
  line-height: 17px;
}
@media (min-width: 768px) {
  .agreement__explanation .agreement__explanation-box p {
    margin: 10px 0 0 0;
  }
}
.agreement__explanation .agreement__explanation-box .agreement__illustration {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  max-width: 320px;
  width: 100px;
  height: 100px;
  text-align: center;
}
@media (min-width: 768px) {
  .agreement__explanation .agreement__explanation-box .agreement__illustration {
    width: 200px;
    height: 200px;
  }
}
.agreement__explanation
  .agreement__explanation-box
  .agreement__illustration
  svg {
  width: 60px;
}
@media (min-width: 768px) {
  .agreement__explanation
    .agreement__explanation-box
    .agreement__illustration
    svg {
    width: 100px;
  }
}
.agreement__explanation .agreement__explanation-box--confirm {
  margin: 0 10px;
}
@media (min-width: 1280px) {
  .agreement__explanation .agreement__explanation-box--confirm {
    margin: 0 25px;
  }
}
.agreement__explanation
  .agreement__explanation-box--confirm
  .agreement__illustration {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 195px;
  padding: 10px;
}
@media (min-width: 768px) {
  .agreement__explanation
    .agreement__explanation-box--confirm
    .agreement__illustration {
    width: 310px;
    height: 350px;
  }
}
.agreement__explanation
  .agreement__explanation-box--confirm
  .agreement__illustration
  svg {
  height: 60px;
}
@media (min-width: 768px) {
  .agreement__explanation
    .agreement__explanation-box--confirm
    .agreement__illustration
    svg {
    height: 100px;
  }
}
.agreement__explanation .agreement__explanation-box--confirm p {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .agreement__explanation .agreement__explanation-box--confirm p {
    margin: 50px 0 20px 0;
  }
}
.agreement__notes-before-confirm {
  margin-top: 60px;
  padding: 0 10px;
}
@media (min-width: 1280px) {
  .agreement__notes-before-confirm {
    margin-top: 100px;
  }
}
.agreement__notes-before-confirm .agreement__notes-title {
  margin-bottom: 10px;
}
.office-records {
  width: 100%;
  font-size: 1.6em;
  border-collapse: separate;
  border-spacing: 0 20px;
}
.office-records thead th {
  background-color: rgba(0, 0, 0, 0.1);
}
.office-records tr {
  margin-bottom: 10px;
  width: 100%;
}
.office-records td {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 15px;
  background-color: #fff;
}
.office-record__general-info {
  width: 100%;
}
.office-record__section {
  display: block;
  width: 100%;
}
.office-record__section:nth-child(2) {
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 10px;
}
.office-record__section--buyer,
.office-record__section--dealer {
  margin-top: 25px;
}
.office-record__label {
  display: block;
  margin-bottom: 10px;
}
.office-record__value {
  display: block;
  margin: 0 0 20px 10px;
  overflow-wrap: break-word;
}
.office-record__section--general {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.office-record__section--general .office-record__data {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.office-record__section--general a {
  -webkit-box-flex: 2 1 0;
  -moz-box-flex: 2 1 0;
  -webkit-flex: 2 1 0;
  -ms-flex: 2 1 0;
  flex: 2 1 0;
  text-align: right;
  align-self: center;
}
.office-record__section--cancelation-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
  align-items: flex-start;
  justify-content: space-between;
}
.office-record__section--cancelation-info .office-record__data {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.office-record__section--buyer .office-record__data,
.office-record__section--dealer .office-record__data {
  display: grid;
  grid-template-columns: 40% 16% 29% 15%;
  grid-template-rows: auto;
  grid-template-areas: "header header header header" "body body body body";
}
.office-record__section--buyer .office-record__label,
.office-record__section--dealer .office-record__label {
  grid-area: header;
}
.office-record__record {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 15px;
  background-color: #fff;
  font-size: 1.6em;
}
.office-record__go-back {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.office-record__extended-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-top: 30px;
  justify-items: flex-start;
  align-items: stretch;
}
.office-record__steps {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 10px;
  max-width: 600px;
  padding: 20px 15px 20px 20px;
}
.office-record__steps .office-record__current-status {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.office-record__steps .office-record__current-status-icon {
  display: inline-block;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  -webkit-background-size: 34px;
  background-size: 34px;
}
.office-record__steps--ko,
.office-record__steps--canceled {
  border: 1px solid #ff2931;
}
.office-record__steps--ko .office-record__current-status-icon,
.office-record__steps--canceled .office-record__current-status-icon {
  background-image: url("../svg/step-menu-ko.svg");
}
.office-record__steps--in-progress {
  border: 1px solid #008be0;
}
.office-record__steps--in-progress .office-record__current-status-icon {
  background-image: url("../svg/step-menu-continue.svg");
  background-position: center;
  background-size: contain;
}
.office-record__steps--waiting,
.office-record__steps--stopped {
  border: 1px solid #ff6810;
}
.office-record__steps--waiting .office-record__current-status-icon,
.office-record__steps--stopped .office-record__current-status-icon {
  background-image: url("../svg/step-menu-wait.svg");
}
.office-record__steps--finish {
  border: 1px solid #bfe9d3;
}
.office-record__steps--finish .office-record__current-status-icon {
  background-image: url("../svg/step-menu-ok.svg");
}
.office-record__log:nth-child(2) {
  margin-bottom: 35px;
}
.office-record__log strong {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
}
.office-record__log .office-record__log-link {
  display: inline-block;
  padding-left: 34px;
  background: url("../svg/plus-show.svg") no-repeat center left;
  line-height: 34px;
  color: #008be0;
}
.office-record__log .office-record__log-link[data-status="show"] {
  background-image: url("../svg/minus-hide.svg");
}
.office-record__log .office-record__transition {
  margin-bottom: 10px;
  margin-left: 10px;
}
.office-record__log .office-record__transition:last-child {
  margin-bottom: 0;
}
.office-record__log .office-record__transition span {
  margin-right: 5px;
  font-size: 14px;
}
.office-record__log .office-record__transition span:last-child {
  font-size: 16px;
}
.office-record__log .office-record__transition--done {
  display: none;
  color: rgba(0, 0, 0, 0.5);
}
.office-record__extra-info {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 10px;
  padding: 20px 15px 20px 20px;
}
.office-record__extra-info .office-records__data {
  margin-bottom: 30px;
}
.office-record__extra-info--title-retention,
.office-record__extra-info--ownership-documentary-proof,
.office-record__extra-info--validate-manual,
.office-record__extra-info--verify-manual-transfer {
  border: 1px solid #ff6810;
}
.office-record__extra-info--validate-manual .office-record__data {
  margin-bottom: 30px;
  padding-left: 70px;
}
.office-record__extra-info--validate-manual .office-record__show-more-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #008be0;
}
.office-record__extra-info--validate-manual .office-record__show-more-link i {
  margin-right: 10px;
  font-size: 1.3em;
}
.office-record__extra-info--validate-manual
  .office-record__validate-manual-form {
  margin-top: 10px;
}
.office-record__extra-info--validate-manual
  .office-record__validate-manual-form
  form
  .form-group {
  float: none;
}
.office-record__extra-info--validate-manual
  .office-record__validate-manual-form
  form
  input[type="text"] {
  width: 50%;
  min-width: 200px;
}
.office-record__extra-info--validate-manual .office-record__data-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 30px;
}
.office-record__extra-info--slow-transfer {
  border: 1px solid #008be0;
}
.unnax-first-information {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  max-width: 1115px;
  padding: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .unnax-first-information {
    padding: 30px;
  }
}
.unnax-first-information .first-information {
  margin: 0;
  font-size: 1.6em;
  line-height: 20px;
}
@media (min-width: 768px) {
  .unnax-first-information .first-information {
    font-size: 1.8em;
  }
}
.unnax-first-information:after {
  content: "";
  clear: both;
  display: block;
}
.unnax-information {
  margin-top: 40px;
  background-color: transparent;
}
.unnax-information h2 {
  margin-bottom: 30px;
  font-size: 1.8em;
  line-height: 20px;
}
.unnax-information h3 {
  font-size: 1.6em;
  line-height: 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
}
.unnax-information ul {
  margin-top: 10px;
  padding-left: 30px;
}
.unnax-information li {
  margin-bottom: 20px;
  font-size: 1.6em;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
}
.unnax-information p {
  margin: 10px 0 30px 0;
  padding-left: 30px;
  font-size: 1.6em;
  line-height: 20px;
}
.alert-message--bottom:after {
  margin: 0 455px -21px auto;
}
.powered-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .powered-container {
    margin-top: 40px;
  }
}
.powered-container div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
  font-size: 1.2em;
}
.powered-container svg:first-child {
  width: 170px;
  height: auto;
}
.powered-container svg:last-child {
  width: 100px;
}
@media (min-width: 768px) {
  .unnax-container {
    margin-top: 10px;
  }
}
.unnax-container .unnax-container__fitnance {
  display: block;
  margin: 20px auto 0 auto;
  border: none;
  width: 100%;
  max-width: 500px;
  height: 420px;
}
@media (min-width: 768px) {
  .unnax-container .unnax-container__fitnance {
    height: 500px;
  }
}
.validate-account-reasons {
  margin: 30px 0 30px 0;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .validate-account-reasons {
    margin: 40px 0 40px 0;
    padding-left: 20px;
  }
}
.validate-account-reasons li {
  margin-bottom: 20px;
  padding-left: 20px;
}
.validate-account-reasons li .title-reasons {
  display: block;
  margin: 0 0 8px -20px;
  font-size: 1.6em;
  line-height: 20px;
}
.validate-account-reasons li .text-reasons {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
.validate-account-reasons li svg {
  position: relative;
  width: 65px;
}
.stps-validate-account {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 670px;
}
@media (min-width: 768px) {
  .stps-validate-account {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.stps-validate-account:before {
  -moz-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  content: "";
  position: absolute;
  z-index: 1;
  top: 180px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border-top: 3px dashed rgba(0, 0, 0, 0.25);
  width: 280px;
}
@media (min-width: 768px) {
  .stps-validate-account:before {
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    top: 20px;
    width: 440px;
  }
}
.stps-validate-account .stp1,
.stps-validate-account .stp2,
.stps-validate-account .stp3 {
  position: relative;
  z-index: 3;
  float: left;
  display: block;
  margin: 0 0 60px 0;
  width: 184px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .stps-validate-account .stp1,
  .stps-validate-account .stp2,
  .stps-validate-account .stp3 {
    margin: 0 60px 0 0;
  }
}
.stps-validate-account .stp1 .number,
.stps-validate-account .stp2 .number,
.stps-validate-account .stp3 .number {
  z-index: 3;
  display: block;
  margin: 0 auto 12px auto;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: #bfbfbf;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
.stps-validate-account .stp1 p,
.stps-validate-account .stp2 p,
.stps-validate-account .stp3 p {
  background-color: #fff;
}
.stps-validate-account .stp3 {
  margin: 0;
}
.page-error {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  text-align: center;
}
.page-error svg {
  max-width: 350px;
}
.page-error__main-text {
  font-size: 25px;
}
@media (min-width: 768px) {
  .page-error__main-text {
    font-size: 30px;
  }
}
.page-error__help-text {
  font-size: 20px;
}
.page-error__help-text a {
  font-weight: bold;
}
.page-error__exception {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 16px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.page-error__exception-trace-function {
  font-weight: bold;
  color: #f50009;
}
.page-error__exception-trace-line,
.page-error__exception-trace-title,
.page-error__exception-message {
  font-weight: bold;
}
.page-error__exception p {
  margin-bottom: 0;
  font-family: monospace;
}
.faq-dgt .faq-dgt__item {
  margin-bottom: 30px;
  border: 0;
  background-color: transparent;
}
.faq-dgt .faq-dgt__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.faq-dgt .faq-dgt__title i {
  margin-right: 20px;
  font-size: 2.3em;
  color: #00a74f;
}
.faq-dgt .faq-dgt__title p {
  padding: 0;
  font-weight: bold;
  margin: 0;
}
.faq-dgt .faq-dgt__info {
  padding: 20px 0 0 40px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
}
.faq-dgt .faq-dgt__info p {
  padding-bottom: 0;
}
.faq-dgt .faq-dgt__info ul {
  margin: 15px 0 15px 0;
  width: 100%;
}
#exampleDGT .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  #exampleDGT .modal-dialog {
    margin: 1.75rem auto;
  }
}
#exampleDGT .modal-dialog .modal-content .modal-header,
#exampleDGT .modal-dialog .modal-content .modal-footer {
  margin: 0;
  border: 0;
  text-align: right;
}
#record-form {
  min-height: 1015px;
}
#record-form .go-back {
  margin-bottom: 20px;
}
#record-form .go-back a {
  display: inline-block;
  height: 40px;
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
}
#record-form .go-back a svg {
  position: relative;
  top: -2px;
  transform: rotate(90deg);
  margin-right: 20px;
}
#record-form .go-back a:hover svg polygon {
  fill: #0068a8;
}
#record-form .float-header-dealerbest {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 20px 20px 30px 20px;
}
#record-form .float-header-dealerbest .record-information__left {
  float: left !important;
}
#record-form .float-header-dealerbest .record-information__right {
  float: right !important;
}
#record-form .float-header-dealerbest .w-80 {
  width: 80px !important;
}
#record-form .float-header-dealerbest .mt-30 {
  margin-top: 28px !important;
}
#record-form .float-header-dealerbest .record-information label {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.75);
}
#record-form .float-header-dealerbest .record-information label.actual-state {
  margin-bottom: 0;
}
#record-form .float-header-dealerbest .record-information .button {
  margin-top: 30px;
  width: 180px;
  height: auto;
  padding: 12px;
  font-size: 14px;
  line-height: 16px;
}
#record-form .float-header-dealerbest .record-information .report-state {
  color: #ff6810;
}
#record-form .float-header-dealerbest .change-state {
  width: 430px;
}
#record-form .float-header-dealerbest .change-state .form-group {
  margin-right: 20px;
}
#record-form .dealerbest-content {
  padding: 20px;
}
#record-form .dealerbest-content .float-menu-dealerbest {
  float: left;
  margin-top: 30px;
  width: 150px;
  line-height: 20px;
}
#record-form .dealerbest-content .float-menu-dealerbest a {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 1.6em;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
}
#record-form .dealerbest-content .float-menu-dealerbest a.current {
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
  font-weight: bold;
}
#record-form .dealerbest-content .float-menu-dealerbest a.current:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -14px;
  transform: rotate(45deg);
  width: 28px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.25);
}
#record-form .dealerbest-content .sheet-container {
  margin-left: 160px;
  max-width: 950px;
}
#record-form .dealerbest-content .record-sheet {
  display: block;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
#record-form .dealerbest-content .record-sheet .with-separator {
  border: none;
}
#record-form .dealerbest-content .record-sheet .record-sheet__title {
  display: block;
  padding: 40px 0 5px 50px;
  font-size: 18px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
}
#record-form .dealerbest-content .record-sheet .record-sheet__subtitle {
  margin: 30px 0 20px 80px;
}
#record-form .dealerbest-content .record-sheet .record-sheet__data {
  margin: 10px 0 10px 100px;
}
#record-form .dealerbest-content .record-sheet.current-sheet {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.32, 1.51, 1, 1);
  height: auto;
}
#record-form .modal-body p {
  line-height: 30px;
}
#record-form #confirm-reject-record .modal-dialog {
  min-width: 625px;
}
#record-form #confirm-reject-record .modal-content {
  padding: 20px 30px;
}
#record-form #confirm-reject-record .modal-body p {
  margin-bottom: 8px;
  font-size: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
}
#record-form #confirm-reject-record .modal-body p.label-textaerea {
  margin-top: 25px;
  text-align: left;
}
#record-form #confirm-change-record-status .modal-dialog {
  width: 450px;
  height: 225px;
}
#record-form #confirm-change-record-status .modal-content {
  height: 225px;
  padding: 20px 30px;
}
#record-form #confirm-change-record-status .modal-body p {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
#record-form #attach-temporary-permission .modal-dialog {
  min-width: 930px;
}
#record-form #attach-temporary-permission .modal-body svg {
  width: 100%;
  height: 100%;
}
.happy-ending {
  padding: 10px;
}
@media (min-width: 768px) {
  .happy-ending {
    padding: 15px;
  }
}
.happy-ending svg {
  display: block;
  margin: 0 auto 40px;
  width: 200px;
}
@media (min-width: 768px) {
  .happy-ending svg {
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .happy-ending svg {
    width: 320px;
  }
}
.happy-ending .happy-ending__send-email {
  margin: 0;
  font-size: 1.8em;
  line-height: 25px;
}
@media (min-width: 768px) {
  .happy-ending .happy-ending__send-email {
    font-size: 2em;
  }
}
@media (min-width: 1280px) {
  .happy-ending .happy-ending__send-email {
    line-height: 20px;
  }
}
.happy-ending__remember-notes {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .happy-ending__remember-notes {
    margin-top: 30px;
  }
}
.happy-ending__remember-notes .happy-ending__question {
  margin-bottom: 20px;
}
.happy-ending__remember-notes p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .happy-ending__remember-notes p {
    font-size: 18px;
    line-height: 30px;
  }
}
.invite-fail .invite-fail__animation {
  margin: 0 auto;
  max-width: 370px;
}
.cross-invitation__container {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px 10px 20px;
  background: #fff;
}
.cross-invitation__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.cross-invitation__content .cross-invitation__text {
  max-width: 330px;
}
.cross-invitation__content .cross-invitation__text > p {
  margin: 0 auto;
  width: 100%;
  line-height: 20px;
  font-size: 1.6em;
}
.cross-invitation__content .cross-invitation__text > button {
  margin-top: 30px;
  width: 100%;
}
.cross-invitation__content .cross-invitation__text > a {
  margin-top: 35px;
}
.cross-invitation__svg {
  display: block;
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 1280px) {
  .cross-invitation__svg {
    margin-top: 40px;
  }
}
.legal-conditions {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .legal-conditions {
    font-size: 1.8em;
  }
}
.legal-conditions h2 {
  margin: 32px 0 16px 0;
}
.legal-conditions h3 {
  margin-bottom: 16px;
}
.legal-conditions .legal-conditions__section-list {
  padding-left: 1.3em;
  list-style-type: upper-alpha;
}
.legal-conditions .legal-conditions__section-list li {
  margin-bottom: 10px;
}
.legal-conditions .legal-conditions__section-list li:last-child {
  margin-bottom: 0;
}
:root {
  --tlib-color-primary: #3370ca;
  --tlib-color-primary-80: #6694d7;
  --tlib-color-primary-60: #99b7e4;
  --tlib-color-primary-40: #ccdbf1;
  --tlib-color-primary-20: #e6edf8;
  --tlib-color-primary-100: #0045a9;
  --tlib-color-primary-120: #00327c;
  --tlib-color-primary-140: #00183b;
  --tlib-color-neutral-00: #fff;
  --tlib-color-neutral-05: #f4f9ff;
  --tlib-color-neutral-10: #dee7f4;
  --tlib-color-neutral-20: #b7c6dd;
  --tlib-color-neutral-30: #96b0d5;
  --tlib-color-neutral-40: #7899c9;
  --tlib-color-neutral-50: #517dbc;
  --tlib-color-neutral-60: #476ca2;
  --tlib-color-neutral-70: #3f6090;
  --tlib-color-neutral-80: #38557e;
  --tlib-color-neutral-90: #31496d;
  --tlib-color-neutral-100: #2a3e5c;
  --tlib-color-neutral-150: #202d42;
  --tlib-color-secondary: #ff8100;
  --tlib-color-secondary-80: #ff9a33;
  --tlib-color-secondary-60: #ffb366;
  --tlib-color-secondary-40: #ffcc99;
  --tlib-color-secondary-20: #ffe5cc;
  --tlib-color-secondary-100: #d96e00;
  --tlib-color-secondary-120: #bb5f00;
  --tlib-color-secondary-140: #9c4e00;
  --tlib-color-error: #d52941;
  --tlib-color-warning: #f0cf09;
  --tlib-color-success: #3fd119;
  --tlib-color-interaction-light: var(--tlib-color-secondary);
  --tlib-color-interaction-dark: var(--tlib-color-secondary-120);
}
.tlib-input {
  font-size: 1.4rem;
  --border-size: 1px;
  position: relative;
  height: 48px;
}
.tlib-input__content {
  border-radius: 8px;
  color: var(--tlib-color-neutral-100);
  line-height: 19.6px;
  height: 100%;
  width: 100%;
  border: var(--border-size) solid var(--tlib-color-neutral-20);
  outline: none;
  padding: 20px 10px;
}
.tlib-input__content:hover:not(:disabled),
.tlib-input__content:focus:not(:disabled) {
  border: var(--border-size) solid var(--tlib-color-primary);
}
.tlib-input__content--error {
  border-color: var(--tlib-color-error);
}
.tlib-input__content[disabled] {
  cursor: not-allowed;
  background-color: var(--tlib-color-neutral-00);
}
.tlib-input__content[disabled] ~ .tlib-input__label {
  color: var(--tlib-color-neutral-20);
}
.tlib-input__label {
  color: var(--tlib-color-neutral-100);
  position: absolute;
  left: calc(10px + var(--border-size));
  top: 15px;
  cursor: text;
  transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
}
.tlib-input__error {
  font-size: 1.2rem;
  font-family: var(--tlib-font);
  line-height: 20px;
  color: var(--tlib-color-error);
}
.tlib-input__show-hide-password {
  position: absolute;
  right: 7px;
  top: 14px;
  font-size: 1.4rem;
  font-weight: var(--tlib-font-medium);
  cursor: pointer;
  color: var(--tlib-color-secondary);
  border: 0;
  background-color: transparent;
}
.tlib-input--show-hide-password input {
  padding-right: 65px;
}
.tlib-input__content:focus ~ .tlib-input__label,
.tlib-input__content:not(:placeholder-shown).tlib-input__content:not(:focus)
  ~ .tlib-input__label {
  font-size: 1.1rem;
  font-family: var(--tlib-font);
  top: 6.4px;
  left: calc(10px + var(--border-size));
  color: var(--tlib-color-neutral-60);
}
.tlib-input__content:focus,
.tlib-input__content:not(:placeholder-shown).tlib-input__content:not(:focus) {
  padding: 20px 5px 10px 10px;
}
.tlib-password-input-rules {
  position: relative;
  --password-rules-border-radius: 6px;
  --password-rules-max-width: 355px;
  --password-rules-top: 76px;
  --password-border: 1px solid var(--tlib-color-primary);
  --password-box-shadow: 0 0 4px 0 var(--tlib-color-neutral-20);
  --password-arrow-width: 12px;
}
.tlib-password-input-rules__rules {
  position: absolute;
  border-radius: var(--password-rules-border-radius);
  left: 0;
  top: var(--password-rules-top);
  border: var(--password-border);
  box-shadow: var(--password-box-shadow);
  background-color: var(--tlib-color-neutral-00);
  width: 100%;
  max-width: var(--password-rules-max-width);
  padding: 16px;
}
.tlib-password-input-rules__rules::before {
  content: "";
  width: var(--password-arrow-width);
  height: var(--password-arrow-width);
  border-top: var(--password-border);
  border-left: var(--password-border);
  border-top-left-radius: 3px;
  position: absolute;
  top: -7px;
  left: 12px;
  transform: rotate(45deg);
  background-color: var(--tlib-color-neutral-00);
}
.tlib-password-input-rules__rules--hidden {
  display: none;
}
.tlib-password-input-rules__rules--error {
  --password-border: 1px solid var(--tlib-color-error);
}
.tlib-password-input-rules__title,
.tlib-password-input-rules__rule {
  line-height: 24px;
  color: var(--tlib-color-neutral-100);
}
.tlib-password-input-rules__title {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
}
.tlib-password-input-rules__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tlib-password-input-rules__rule {
  display: flex;
  align-items: flex-start;
}
.tlib-password-input-rules__rule-icon {
  margin-top: 3px;
  margin-right: 4px;
}
.tlib-password-input-rules__rule-icon svg {
  width: 12px;
  height: 12px;
}
.tlib-password-input-rules__rule-text {
  font-size: 14px;
}
.tlib-password-input-rules__rule--error {
  color: var(--tlib-color-error);
}
.tlib-password-input-rules__rule--error svg {
  fill: var(--tlib-color-error);
  height: 16px;
}
.page-login__partners {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-login__partners {
    margin-top: 40px;
  }
}
.page-login__partners p {
  margin: 0;
  font-size: 1.3em;
  line-height: 15px;
}
@media (min-width: 360px) {
  .page-login__partners p {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) {
  .page-login__partners p {
    font-size: 1.6em;
    line-height: 17px;
  }
}
.page-login__partners p svg {
  margin-top: -5px;
}
.page-login__partners > div img {
  margin-top: 20px;
  width: auto;
  height: 35px;
}
@media (min-width: 768px) {
  .page-login__partners > div img {
    height: auto;
  }
}
.page-login__partners > div .logo-dgt {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 360px) {
  .page-login__partners > div .logo-dgt {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .page-login__partners > div .logo-dgt {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.grecaptcha-badge {
  margin-bottom: 85px;
}
.tlib-password-input-rules {
  margin-bottom: 16px;
  z-index: 1;
}
.tlib-password-input-rules .tlib-input {
  height: 40px;
}
.tlib-password-input-rules .tlib-input__content {
  font-size: 14px !important;
}
.tlib-password-input-rules .tlib-input__content {
  padding: 10px 5px 8px 10px !important;
}
.tlib-password-input-rules .tlib-input__content--error {
  border-color: #ff2931 !important;
}
.tlib-password-input-rules .tlib-input__label {
  display: none;
}
.tlib-password-input-rules .tlib-input__show-hide-password {
  font-size: 14px;
  top: 11px;
  color: #008be0;
}
.tlib-password-input-rules .tlib-input__error {
  color: #ff2931;
  font-size: 11px;
}
.tlib-password-input-rules .tlib-password-input-rules__rules {
  --password-input-rules-border-radius: 5px;
  --password-input-rules-top: 64px;
}
.tlib-password-input-rules .tlib-password-input-rules__title,
.tlib-password-input-rules .tlib-password-input-rules__rule {
  color: #000;
}
.tlib-password-input-rules .tlib-password-input-rules__rule--error {
  color: #ff2931;
}
.tlib-password-input-rules .tlib-password-input-rules__rule-icon {
  margin-top: 0;
}
.unnax-widget {
  margin-bottom: 80px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-color: #fff;
}
.unnax-widget span {
  display: block;
  margin: 30px;
}
.payment-reasons-list {
  max-width: 800px;
  padding: 0;
}
@media (min-width: 768px) {
  .payment-reasons-list {
    margin: 0 auto;
  }
}
.payment-reasons-list__reason {
  margin-bottom: 10px;
  padding-left: 65px;
  background-repeat: no-repeat;
  background-size: 45px;
  list-style-type: none;
}
.payment-reasons-list__reason .payment-reasons-list__claim {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.payment-reasons-list__reason p {
  display: flex;
  margin: 0;
  font-size: 1.6em;
  line-height: 30px;
  align-items: center;
}
.payment-reasons-list__reason--safety {
  background-image: url("../svg/safety.svg");
}
.payment-reasons-list__reason--easy {
  background-image: url("../svg/easy.svg");
}
.payment-reasons-list__reason--easy p svg {
  align-self: flex-end;
}
.payment-reasons-list__reason--refund {
  background-image: url("../svg/repayable.svg");
}
#cashub {
  display: block;
  margin: auto;
  width: 500px;
  height: 680px;
}
.records-form label,
.records-form .label {
  float: left;
  display: inline-block;
  margin-right: 10px;
  line-height: 40px;
}
table.records-table {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 15px;
  background-color: #fff;
  font-size: 1.6em;
  border-collapse: separate;
  border-spacing: 0 10px;
}
table.records-table th,
table.records-table td {
  text-align: center;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.75);
}
table.records-table th {
  text-align: center;
}
table.records-table a.asc:after {
  content: url("../svg/up-arrow.svg");
  position: absolute;
  display: inline-block;
  margin-top: 3px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
}
table.records-table a.desc:after {
  content: url("../svg/down-arrow.svg");
  position: absolute;
  display: inline-block;
  margin-top: 3px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
}
table.records-table tbody tr {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 10px;
  width: 100%;
  background: #f3f3f3;
  cursor: pointer;
}
table.records-table tbody tr:hover {
  z-index: 2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
table.records-table tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 20px 0;
}
table.records-table tbody td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: bold;
}
table.records-table tbody td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
table.records-table tbody tr.record--validating td:first-child,
table.records-table tbody tr.record--ending td:first-child,
table.records-table tbody tr.record--title-retention td:first-child {
  position: relative;
}
table.records-table tbody tr.record--validating td:first-child:before,
table.records-table tbody tr.record--ending td:first-child:before,
table.records-table tbody tr.record--title-retention td:first-child:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
table.records-table tbody tr.record--validating td {
  border-color: #008be0;
}
table.records-table tbody tr.record--validating td:first-child:before {
  content: "Pendiente de validar";
  background-color: #008be0;
}
table.records-table tbody tr.record--validating td:nth-child(4) {
  color: #008be0;
}
table.records-table tbody tr.record--ending td {
  border-color: #ff2931;
}
table.records-table tbody tr.record--ending td:first-child:before {
  content: "Pendiente de finalizar";
  background-color: #ff2931;
}
table.records-table tbody tr.record--ending td:nth-child(4) {
  color: #ff2931;
}
table.records-table tbody tr.record--title-retention td {
  border-color: #fa0;
}
table.records-table tbody tr.record--title-retention td:first-child:before {
  content: "Reserva de dominio";
  background-color: #fa0;
}
table.records-table tbody tr.record--title-retention td:nth-child(4) {
  color: #fa0;
}
table.records-table tbody tr.grid-record-division {
  border-top: 2px solid #f3f3f3;
  background-color: #fff;
}
table.records-table tbody tr.grid-record-division:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
table.records-table tbody tr.grid-record-division td {
  border: none;
  padding-top: 20px;
  line-height: 20px;
  text-align: left;
}
table.records-table tbody tr.grid-record-division td div {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  font-size: 16px;
}
.record__go-back {
  margin-bottom: 20px;
}
.reset-password .reset-password__help-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 20px 0;
  font-size: 1.6em;
  text-align: center;
}
.reset-password .reset-password__help-text p {
  margin: 0 5px 0 0;
}
.reset-password-sent,
.password-changed {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}
.reset-password-sent svg,
.password-changed svg {
  width: 200px;
}
@media (min-width: 768px) {
  .reset-password-sent svg,
  .password-changed svg {
    width: 300px;
  }
}
.page-invite {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .page-invite {
    padding: 15px 15px 30px;
  }
}
.page-invite .page-invite__animation {
  width: 100%;
  max-width: 900px;
}
.page-invite .page-invite__message {
  margin-bottom: 30px;
  font-size: 1.8em;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.75);
}
.page-invite--dealer .highlighted {
  margin-top: 0;
}
.link--send-more-invitation {
  display: block;
  width: 100%;
  text-align: right;
}
.page-waiting-register {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  padding-top: 30px;
}
.page-invite__svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 370px;
}
.page-invite--hide {
  display: none;
}
.step-menu {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 768px) {
  .step-menu {
    padding: 15px;
    background-position: 15px 15px;
  }
}
.step-menu:after {
  content: "";
  clear: both;
  display: block;
}
@media (min-width: 1024px) {
  .step-menu .step-menu__dgt-points {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.step-menu .step-menu__dgt-points .resume-dgt {
  margin: 0;
  padding-left: 30px;
  list-style-type: disc;
}
@media (min-width: 768px) {
  .step-menu .step-menu__dgt-points .resume-dgt {
    padding-left: 120px;
  }
}
@media (min-width: 1024px) {
  .step-menu .step-menu__dgt-points .resume-dgt {
    padding-left: 35px;
  }
}
.step-menu .step-menu__dgt-points .resume-dgt li {
  display: block;
}
.step-menu .step-menu__dgt-points .resume-dgt li:before {
  content: "\2022";
  margin-right: 10px;
}
.step-menu p {
  color: rgba(0, 0, 0, 0.75) !important;
}
.step-menu p svg {
  width: 60px;
  height: 20px;
}
.step-menu .step-menu__animation svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 150px;
}
@media (min-width: 768px) {
  .step-menu .step-menu__animation svg {
    width: 150px;
  }
}
.step-menu .step-menu__animation--invite svg {
  width: 100%;
}
.step-menu ul,
.step-menu p {
  font-size: 1.6em;
  line-height: 30px;
}
@media (min-width: 768px) {
  .step-menu ul,
  .step-menu p {
    font-size: 18px;
  }
}
.step-menu ul li,
.step-menu p li {
  margin-bottom: 0;
}
.step-menu__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
@media (min-width: 768px) {
  .step-menu__title {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.step-menu__title .step-menu__number,
.step-menu__title .step-menu__subtitle {
  font-size: 18px;
  line-height: 20px;
}
.step-menu__title .step-menu__number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: normal;
}
@media (min-width: 768px) {
  .step-menu__title .step-menu__number {
    font-size: 20px;
    line-height: 22px;
  }
}
.step-menu__title .step-menu__subtitle {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .step-menu__title .step-menu__subtitle {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 7px 0 0 25px;
    font-size: 24px;
    line-height: 27px;
  }
}
.step-menu .step-menu__number:before {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #fff;
}
.step-menu--ko {
  border: 1px solid #ff2931;
}
.step-menu--ko .step-menu__number:before {
  content: "\f165";
  background-color: #ff2931;
}
.step-menu--ok .step-menu__number:before {
  content: "\f00c";
  background-color: #00a74f;
}
.step-menu--wait .step-menu__number:before {
  content: "\f254";
  background-color: #ff6810;
}
.step-menu--continue .step-menu__number:before {
  content: "\f356";
  background-color: #008be0;
}
.step-menu__description {
  margin: 30px 0 0 0;
  font-size: 1.6em;
  line-height: 30px;
}
@media (min-width: 768px) {
  .step-menu__description {
    margin: 20px 0 0 0;
    font-size: 18px;
  }
}
.step-menu__description .step-menu__status-message-center {
  display: block;
  margin: 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .step-menu__description .step-menu__status-message-center {
    font-size: 22px;
  }
}
.step-menu__description .step-menu__status-message-center strong {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .step-menu__description .step-menu__status-message-center strong {
    font-size: 22px;
  }
}
.step-menu__description .logo {
  display: inline-block;
  vertical-align: middle;
}
.step-menu__description .logo--signaturit {
  width: 120px;
}
.step-menu__description .claim--legal-finish-operation {
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.25);
}
.step-menu__description-list {
  margin: 30px 0 0 0;
  padding-left: 20px;
  font-size: 1.6em;
  line-height: 30px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .step-menu__description-list {
    margin: 20px 0 0 0;
    font-size: 18px;
  }
}
.step-menu__actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .step-menu__actions {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-top: 20px;
  }
}
.step-menu__actions .button--blue {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: auto;
}
.step-menu__actions .button--blue .fas {
  font-size: 20px;
}
.step-menu__actions .button--paycar-step-menu-return {
  padding: 0;
}
@media (min-width: 768px) {
  .step-menu__actions .button--paycar-step-menu-return {
    margin-right: auto;
  }
}
.step-menu__help {
  margin-top: 30px;
  font-size: 1.6em;
  line-height: 17px;
  text-align: center;
}
@media (min-width: 360px) {
  .step-menu__help {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .step-menu__help {
    margin-top: 20px;
  }
}
@media (min-width: 360px) {
  .step-menu__help br {
    display: none;
  }
}
.step-menu__help a {
  display: inline-block;
  margin-top: 10px;
}
@media (min-width: 360px) {
  .step-menu__help a {
    display: inline;
    margin: 0;
  }
}
.step-menu__extrainfo {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .step-menu__extrainfo {
    margin-top: 80px;
  }
}
.step-menu__extrainfo .step-menu__section-title-intermediate {
  margin-bottom: 30px;
  font-size: 16px;
}
.step-menu__extrainfo .step-menu__section-title {
  font-size: 16px;
}
@media (min-width: 768px) {
  .step-menu__extrainfo .step-menu__section-title {
    font-size: 18px;
  }
}
.step-menu__extrainfo p {
  margin: 30px 0 0 0;
  font-size: 16px;
  line-height: 20px;
}
.step-menu__extrainfo p.step-menu__extrainfo-title {
  margin-left: 0;
}
.step-menu__extrainfo p.step-menu__extrainfo-subtitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
}
.step-menu__extrainfo p.step-menu__extrainfo-subtitle span:first-child {
  width: auto;
}
.step-menu__extrainfo p.step-menu__extrainfo-subtitle span.step-little-title {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.step-menu__extrainfo .step-menu__list .step-menu__list-paragraph {
  padding-left: 20px;
}
.step-menu__extrainfo .step-menu__list .step-menu__list-paragraph--no-padding {
  padding-left: 0;
}
.step-menu__extrainfo ul {
  margin: 30px 0 0 0;
  padding-left: 35px;
  line-height: 20px;
}
@media (min-width: 360px) {
  .step-menu__extrainfo ul {
    padding-left: 40px;
  }
}
.step-menu__extrainfo ul li {
  margin-top: 10px;
  font-size: 16px;
}
.step-menu__extrainfo ul li:first-child {
  margin-top: 0;
}
.step-menu__extrainfo .step-little-title {
  display: inline-block;
  margin-left: 15px;
}
.step-menu__extrainfo .three-columns li {
  display: inline-block;
  width: 260px;
}
.step-menu__extrainfo .three-columns li:before {
  content: "\2022";
  display: inline-block;
  margin: 0 10px 10px 0;
}
.step-menu__extrainfo .dgt-partners {
  margin-bottom: 60px;
}
.step-menu__extrainfo .dgt-partners p {
  padding-bottom: 10px;
  font-size: 1.4em;
  line-height: 16px;
}
.step-menu__extrainfo .dgt-partners > div img:first-child {
  margin-right: 10px;
  width: 185px;
}
@media (min-width: 360px) {
  .step-menu__extrainfo .dgt-partners > div img:first-child {
    margin-right: 35px;
  }
}
.step-menu__extrainfo .dgt-partners > div img:last-child {
  width: 90px;
}
.step-menu__extrainfo .dgt-example {
  margin-top: 80px;
  font-size: 1.6em;
  line-height: 20px;
  text-align: center;
}
.step-menu__extrainfo .dgt-example img {
  margin-top: 10px;
  width: 100%;
  max-width: 440px;
}
.step-menu__extrainfo--guest p {
  margin: 0 0 30px 20px;
}
.step-menu__extrainfo--car-info {
  overflow: hidden;
  margin: 30px 0;
}
.step-menu__extrainfo--car-info ul {
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .step-menu__extrainfo--car-info ul {
    margin-left: 50px;
  }
}
@media (min-width: 1024px) {
  .step-menu__extrainfo--car-info ul {
    margin-left: 100px;
  }
}
.step-menu__extrainfo--car-info ul:first-child {
  margin: 0;
}
.step-menu__question {
  margin-top: 30px;
}
.step-menu__question p {
  margin: 30px 0 10px 20px;
  font-size: 1.6em;
  line-height: 20px;
}
.step-menu__question p:first-child {
  margin-left: 0;
}
.step-menu__question p:last-child {
  margin-bottom: 0;
}
.step-menu__question .step-menu__question__payment-reasons-list {
  margin: 30px 0 0 35px;
  padding: 0;
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .step-menu__question .step-menu__question__payment-reasons-list {
    font-size: 1.8em;
  }
}
.step-menu__question .step-menu__question__payment-reasons-list li {
  margin-top: 5px;
}
.step-menu__container-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 40px 0 70px 0;
}
.confirm {
  padding: 10px;
}
@media (min-width: 768px) {
  .confirm {
    padding: 15px;
  }
}
.confirm p {
  margin: 0;
}
.confirm .confirm__confirmation-phrase {
  font-size: 1.6em;
  line-height: 24px;
}
@media (min-width: 768px) {
  .confirm .confirm__confirmation-phrase {
    font-size: 1.8em;
  }
}
.confirm .confirm__remember-notes {
  margin-top: 40px;
}
.confirm .confirm__remember-notes .confirm__remember-notes-phrase {
  margin-bottom: 20px;
  font-size: 1.6em;
  line-height: 20px;
}
@media (min-width: 768px) {
  .confirm .confirm__remember-notes .confirm__remember-notes-phrase {
    font-size: 1.8em;
  }
}
.confirm__user-status {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin: 30px auto 0;
  width: 100%;
  max-width: 350px;
}
@media (min-width: 768px) {
  .confirm__user-status {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-top: 55px;
    max-width: 480px;
  }
}
@media (min-width: 1024px) {
  .confirm__user-status {
    max-width: 600px;
  }
}
.confirm__user-status .confirm__user-status-box {
  width: 130px;
  text-align: center;
}
@media (min-width: 768px) {
  .confirm__user-status .confirm__user-status-box {
    width: 200px;
  }
}
.confirm__user-status .confirm__user-status-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  width: 120px;
  height: 120px;
}
@media (min-width: 768px) {
  .confirm__user-status .confirm__user-status-icon {
    width: 200px;
    height: 200px;
  }
}
.confirm__user-status .confirm__user-status-icon svg {
  width: 65px;
  height: auto;
}
@media (min-width: 768px) {
  .confirm__user-status .confirm__user-status-icon svg {
    width: 105px;
  }
}
.confirm__user-status .confirm__user-status-name {
  margin-top: 15px;
  font-size: 2em;
  line-height: 22px;
}
@media (min-width: 768px) {
  .confirm__user-status .confirm__user-status-name {
    margin-top: 10px;
    font-size: 3.6em;
    line-height: 41px;
  }
}
.confirm__user-status .confirm__user-status-role {
  font-size: 1.4em;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.waiting-verification {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.waiting-verification svg {
  width: 300px;
  max-width: 600px;
}
.waiting-verification p {
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .waiting-verification p {
    font-size: 1.8em;
  }
}
:root {
  --tlib-color-primary: #3370ca;
  --tlib-color-primary-80: #6694d7;
  --tlib-color-primary-60: #99b7e4;
  --tlib-color-primary-40: #ccdbf1;
  --tlib-color-primary-20: #e6edf8;
  --tlib-color-primary-100: #0045a9;
  --tlib-color-primary-120: #00327c;
  --tlib-color-primary-140: #00183b;
  --tlib-color-neutral-00: #fff;
  --tlib-color-neutral-05: #f4f9ff;
  --tlib-color-neutral-10: #dee7f4;
  --tlib-color-neutral-20: #b7c6dd;
  --tlib-color-neutral-30: #96b0d5;
  --tlib-color-neutral-40: #7899c9;
  --tlib-color-neutral-50: #517dbc;
  --tlib-color-neutral-60: #476ca2;
  --tlib-color-neutral-70: #3f6090;
  --tlib-color-neutral-80: #38557e;
  --tlib-color-neutral-90: #31496d;
  --tlib-color-neutral-100: #2a3e5c;
  --tlib-color-neutral-150: #202d42;
  --tlib-color-secondary: #ff8100;
  --tlib-color-secondary-80: #ff9a33;
  --tlib-color-secondary-60: #ffb366;
  --tlib-color-secondary-40: #ffcc99;
  --tlib-color-secondary-20: #ffe5cc;
  --tlib-color-secondary-100: #d96e00;
  --tlib-color-secondary-120: #bb5f00;
  --tlib-color-secondary-140: #9c4e00;
  --tlib-color-error: #d52941;
  --tlib-color-warning: #f0cf09;
  --tlib-color-success: #3fd119;
  --tlib-color-interaction-light: var(--tlib-color-secondary);
  --tlib-color-interaction-dark: var(--tlib-color-secondary-120);
}
.paycar__hero .cc-custom-select {
  width: 100%;
}
.paycar__hero .cc-custom-select--selected .cc-form-control {
  padding-top: 15px;
}
.paycar__hero .cc-custom-select .cc-form-control {
  background: none;
  font-size: 0.875rem;
  height: 45px;
}
.paycar__hero .paycar__hero-calculator {
  z-index: 1;
  width: 100%;
  flex-grow: 2;
}
@media (min-width: 1024px) {
  .paycar__hero .paycar__hero-calculator .paycar__section-container {
    overflow: visible;
  }
}
.paycar__hero .paycar__hero-calculator .paycar__calculator-section {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@-moz-document url-prefix() {
  .paycar__hero .paycar__hero-calculator .paycar__calculator-section select {
    color: var(--lib-color-grey-dark);
  }
}
.paycar__hero .paycar__hero-calculator .paycar__calculator-visible-mobile {
  width: 100%;
}
@media (min-width: 768px) {
  .paycar__hero .paycar__hero-calculator .paycar__calculator-visible-mobile {
    display: none;
  }
}
.paycar__hero .paycar__hero-calculator .paycar__calculator-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  padding: 0;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .paycar__hero .paycar__hero-calculator .paycar__calculator-container {
    margin-bottom: 60px;
  }
}
.paycar__hero
  .paycar__hero-calculator
  .paycar__calculator-container
  .paycar__calculator-text {
  margin-top: 15px;
  font-size: 1.4em;
  color: var(--lib-color-grey) !important;
}
.paycar__hero
  .paycar__hero-calculator
  .paycar__calculator-container
  .paycar__calculator-text--date {
  color: var(--lib-color-grey-dark) !important;
}
.paycar__hero
  .paycar__hero-calculator
  .paycar__calculator-container
  .paycar__calculator-date-container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}
.paycar__hero .paycar__hero-calculator .button--paycar-calculator-budget {
  max-width: none;
}
.paycar__hero-buttons {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .paycar__hero-buttons {
    flex-direction: row;
  }
}
.paycar__partners {
  text-align: center;
  padding-top: 80px;
}
.paycar__partners p {
  margin: 0;
  font-size: 1.3em;
  line-height: 15px;
}
@media (min-width: 360px) {
  .paycar__partners p {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) {
  .paycar__partners p {
    font-size: 1.6em;
    line-height: 17px;
  }
}
.paycar__partners p svg {
  display: inline-block;
  margin-top: -5px;
  width: 75px;
  vertical-align: middle;
}
@media (min-width: 360px) {
  .paycar__partners p svg {
    width: 85px;
  }
}
@media (min-width: 768px) {
  .paycar__partners p svg {
    width: auto;
  }
}
.paycar__partners > div {
  margin-top: 10px;
}
.paycar__partners > div img {
  margin-right: 5px;
  height: 35px;
}
@media (min-width: 768px) {
  .paycar__partners > div img {
    margin-right: 30px;
    height: auto;
  }
}
.paycar__partners > div img:first-child {
  width: 105px;
  height: auto;
}
@media (min-width: 600px) {
  .paycar__partners > div img:first-child {
    width: auto;
  }
}
.paycar__partners > div img:nth-child(2) {
  width: 65px;
  height: auto;
}
@media (min-width: 600px) {
  .paycar__partners > div img:nth-child(2) {
    width: auto;
  }
}
.paycar__partners > div img:last-child {
  margin-right: 0;
  width: 115px;
  height: auto;
}
@media (min-width: 360px) {
  .paycar__partners > div img:last-child {
    width: auto;
  }
}
.paycar__advantages {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .paycar__advantages {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .paycar__advantages {
    justify-content: space-between;
  }
}
.paycar__advantages .paycar__advantage-section {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .paycar__advantages .paycar__advantage-section {
    width: 330px;
  }
}
@media (min-width: 1024px) {
  .paycar__advantages .paycar__advantage-section {
    margin-top: 70px;
    width: 305px;
  }
}
.paycar__advantages .paycar__advantage-section > div {
  display: flex;
  align-items: center;
}
.paycar__advantages .paycar__advantage-section svg {
  margin-right: 15px;
}
.paycar__advantages .paycar__advantage-text {
  margin-top: 15px;
  font-size: 1.6em;
  line-height: 22px;
}
.paycar__help {
  padding-top: 75px;
}
@media (min-width: 768px) {
  .paycar__help {
    padding-top: 100px;
  }
}
.paycar__help-section {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .paycar__help-section {
    display: flex;
    justify-content: space-between;
  }
}
.paycar__help-section .paycar__help-info {
  padding: 15px 10px 30px 10px;
}
@media (min-width: 360px) {
  .paycar__help-section .paycar__help-info {
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .paycar__help-section .paycar__help-info {
    width: 53%;
    max-width: 540px;
    padding: 15px 0 15px 30px;
  }
}
@media (min-width: 1280px) {
  .paycar__help-section .paycar__help-info {
    width: 60%;
    max-width: 100%;
    padding: 30px;
  }
}
.paycar__help-section .paycar__help-info p {
  font-size: 1.6em;
  line-height: 22px;
}
.paycar__help-section .paycar__help-info > p {
  margin-top: 15px;
}
.paycar__help-section .paycar__help-action {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .paycar__help-section .paycar__help-action {
    display: flex;
    align-items: center;
  }
}
.paycar__help-section .paycar__help-contact-mapfre {
  display: flex;
  color: #d81e05;
}
@media (min-width: 768px) {
  .paycar__help-section .paycar__help-contact-mapfre {
    margin-bottom: 20px;
  }
}
.paycar__help-section .paycar__help-contact-mapfre i {
  margin-right: 10px;
  font-size: 2em;
  color: #d81e05;
}
.paycar__help-section .paycar__help-contact-mapfre p {
  font-size: 24px;
  font-weight: bold;
  color: #d81e05;
}
.paycar__help-section .paycar__help-image-mapfre {
  height: 190px;
  background-image: url("../../../img/home/help-mapfre.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media (min-width: 768px) {
  .paycar__help-section .paycar__help-image-mapfre {
    margin-left: 15px;
    width: 50%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .paycar__help-section .paycar__help-image-mapfre {
    width: 72%;
  }
}
@media (min-width: 1280px) {
  .paycar__help-section .paycar__help-image-mapfre {
    max-width: 580px;
  }
}
.paycar__help-section .paycar__help-image {
  height: 220px;
  background-image: url("../../../img/home/help-small.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
@media (min-width: 600px) {
  .paycar__help-section .paycar__help-image {
    background-image: url("../../../img/home/help-large.png");
  }
}
@media (min-width: 768px) {
  .paycar__help-section .paycar__help-image {
    width: 40%;
    max-width: 300px;
    height: auto;
    background-image: url("../../../img/home/help-small.png");
    background-position: right top;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .paycar__help-section .paycar__help-image {
    width: 47%;
    max-width: 100%;
    background-image: url("../../../img/home/help-large.png");
    background-size: contain;
  }
}
@media (min-width: 1280px) {
  .paycar__help-section .paycar__help-image {
    width: 40%;
  }
}
.paycar__steps {
  padding-bottom: 50px;
  padding-top: 50px;
  background-image: url("../../../img/home/bg-steps.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media (min-width: 768px) {
  .paycar__steps {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .paycar__steps {
    padding-bottom: 110px;
  }
}
@media (min-width: 1280px) {
  .paycar__steps {
    padding-bottom: 125px;
  }
}
@media (min-width: 768px) {
  .paycar__steps .paycar__steps-container {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .paycar__steps .paycar__steps-container {
    display: flex;
    align-items: center;
  }
}
.paycar__steps .paycar__steps-frame {
  position: absolute;
  top: 0;
  right: 12px;
  width: 155px;
  height: 20px;
  background-image: url("../../../img/home/solapa-completa2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.paycar__steps .paycar__steps-video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 45px auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border: 10px solid white;
  border-radius: 42px;
  width: 200px;
  height: 411px;
}
@media (min-width: 1024px) {
  .paycar__steps .paycar__steps-video {
    margin: 0 auto 65px;
  }
}
.paycar__steps .paycar__steps-tip {
  margin: 0 auto;
  width: 65%;
  max-width: 360px;
  font-size: 1.8em;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  color: var(--lib-color-grey);
}
@media (min-width: 1024px) {
  .paycar__steps .paycar__steps-tip {
    width: 360px;
    font-size: 2.4em;
    line-height: 34px;
  }
}
.paycar__steps .paycar__steps-info {
  position: relative;
}
@media (min-width: 768px) {
  .paycar__steps .paycar__steps-info {
    margin: 0 auto;
    max-width: 535px;
  }
}
@media (min-width: 1024px) {
  .paycar__steps .paycar__steps-info {
    width: 50%;
    max-width: 100%;
  }
}
.paycar__steps .paycar__steps-info > div {
  display: flex;
  align-items: baseline;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .paycar__steps .paycar__steps-info > div {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .paycar__steps .paycar__steps-info > div:first-child {
    margin-top: 0;
  }
}
.paycar__steps .paycar__steps-info span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  margin-right: 15px;
  padding: 5px 12px;
  background-color: #f5f5f5;
  font-size: 2em;
  font-weight: bold;
}
.paycar__steps .paycar__steps-info a {
  display: inline-block;
  margin-top: 15px;
  border-bottom: 1px solid #008be0;
  padding-bottom: 5px;
  font-size: 1.6em;
}
.paycar__steps .paycar__steps-info .paycar__steps-text {
  margin-top: 15px;
  font-size: 1.6em;
  line-height: 22px;
}
.paycar__steps .paycar__steps-line {
  position: absolute;
  top: -20px;
  left: 17px;
  width: 1px;
  height: 82%;
  background-color: #f5f5f5;
}
.paycar__steps .paycar__steps-footer {
  margin-top: 50px;
}
.paycar__steps .paycar__steps-footer p {
  font-size: 1.6em;
  line-height: 22px;
  text-align: center;
}
.paycar__steps .paycar__steps-footer p:first-child {
  font-weight: bold;
}
.paycar__steps .paycar__steps-footer p:last-child {
  margin: 15px auto 0 auto;
  max-width: 335px;
}
@media (min-width: 768px) {
  .paycar__section-title--help {
    font-size: 2.4em;
    line-height: 34px;
  }
}
.paycar__section-title--center {
  text-align: center;
}
.paycar__section-title--advantages {
  width: 100%;
}
@media (min-width: 768px) {
  .paycar__section-title--advantages {
    text-align: center;
  }
}
.paycar__section-title--steps {
  width: 100%;
  text-align: center;
}
.paycar__section-title--press {
  text-align: center;
}
.paycar__section-subtitle--advantages,
.paycar__section-subtitle--steps {
  padding: 0;
}
.paycar__section-subtitle--more-info {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .paycar__section-subtitle--more-info {
    padding-top: 50px;
  }
}
.paycar__section-subtitle--modal {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: var(--lib-color-grey-dark) !important;
}
.paycar__section-subtitle--taxes {
  padding: 0;
  text-align: center;
}
.paycar__more-info-container {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .paycar__more-info-container {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .paycar__more-info-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.paycar__more-info-subcontainer {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .paycar__more-info-subcontainer {
    margin-top: 0;
    width: 47%;
  }
}
.paycar__more-info-subcontainer:nth-child(1) {
  margin-top: 0;
}
.paycar__more-info-subcontainer p {
  color: var(--lib-color-grey);
}
.paycar__more-info-text {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 1.6em;
}
.paycar__more-info-text:first-child {
  padding-top: 0;
}
.paycar__more-info {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .paycar__more-info {
    margin-top: 100px;
  }
}
.paycar__taxes-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paycar__taxes-section .paycar__taxes-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  padding: 0 0 15px 0;
}
@media (min-width: 1024px) {
  .paycar__taxes-section .paycar__taxes-container {
    padding: 0;
  }
}
.paycar__taxes-section .paycar__taxes-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding: 17px 0;
}
.paycar__taxes-section .paycar__taxes-text {
  font-size: 1.6em;
  line-height: 22px;
  margin-bottom: 0;
}
.paycar__taxes-section .paycar__taxes-total-price {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.paycar__taxes-section .paycar__taxes-total {
  margin-top: 35px;
  font-size: 2.4em;
  line-height: 28px;
  font-weight: bold;
}
.paycar__taxes-section .paycar__taxes-recalculate {
  margin-top: 50px;
  width: 100%;
  cursor: pointer;
  font-size: 1.6em;
  text-align: center;
  color: #008be0;
}
.paycar__taxes-section .paycar__taxes-tip {
  margin-top: 30px;
  font-size: 1.4em;
  line-height: 20px;
  color: var(--lib-color-grey) !important;
}
.tlib-blog-card {
  position: relative;
}
.tlib-blog-card *:not(i) {
  font-family: "DM Sans", "Roboto", sans-serif;
}
.tlib-blog-card:hover .tlib-blog-card__image img {
  transform: scale(1.1);
}
.tlib-blog-card:hover .tlib-blog-card__title {
  color: var(--tlib-color-primary);
}
.tlib-blog-card__image {
  max-height: 235px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.tlib-blog-card__image img {
  width: 100%;
  transition: transform 0.3s;
}
.tlib-blog-card__title,
.tlib-blog-card__date,
.tlib-blog-card__text {
  margin-bottom: 0;
}
.tlib-blog-card__title {
  color: var(--tlib-color-neutral-90);
  margin-top: 8px;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .tlib-blog-card__title {
    margin-top: 16px;
    max-height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.tlib-blog-card__date {
  color: var(--tlib-color-neutral-40);
  text-transform: uppercase;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .tlib-blog-card__date {
    margin-top: 16px;
  }
}
.tlib-blog-card__text {
  color: var(--tlib-color-neutral-100);
  max-height: 66px;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tlib-blog-card__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.paycar__blog-articles {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .paycar__blog-articles {
    margin-top: 100px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .paycar__blog-articles .tlib-blog-card {
    width: 33%;
  }
}
.paycar__blog-articles .tlib-blog-card:not(:last-of-type) {
  margin-bottom: 32px;
}
.paycar__blog-articles .tlib-blog-card .tlib-blog-card__title {
  font-size: 24px;
}
.paycar__blog-articles .tlib-blog-card .tlib-blog-card__date {
  font-size: 12px;
}
.paycar__blog-articles .tlib-blog-card .tlib-blog-card__text {
  font-size: 16px;
  line-height: 22px;
}
.paycar__press {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .paycar__press {
    padding-top: 100px;
  }
}
.paycar__press .swiper-wrapper {
  height: inherit;
}
.paycar__press .swiper-button-next--paycar-press,
.paycar__press .swiper-button-prev--paycar-press {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.25);
  font-size: 2em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
}
@media (min-width: 1024px) {
  .paycar__press .swiper-button-next--paycar-press,
  .paycar__press .swiper-button-prev--paycar-press {
    width: 50px;
    height: 50px;
    font-size: 3.5em;
  }
}
.paycar__press .paycar__press-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  font-size: 1.6em;
  text-align: center;
}
@media (min-width: 768px) {
  .paycar__press .paycar__press-item {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .paycar__press .paycar__press-item {
    margin-top: 50px;
  }
}
.paycar__press .paycar__press-item p {
  margin: 20px 0 0 0;
  font-weight: bold;
  color: var(--lib-color-grey) !important;
}
.paycar__faqs {
  margin-top: 50px;
  padding-top: 50px;
  background-image: url("../../../img/home/bg-pattern-faqs.png");
  background-repeat: repeat-x;
  background-position: top center;
}
@media (min-width: 768px) {
  .paycar__faqs {
    margin-top: 80px;
    padding-top: 70px;
  }
}
@media (min-width: 1024px) {
  .paycar__faqs {
    margin-top: 60px;
    padding-top: 120px;
  }
}
.paycar__faqs a {
  font-weight: normal;
}
.paycar__faqs .paycar__more-doubts-faqs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 1.6em;
}
.paycar__faqs .paycar__more-doubts-faqs img {
  margin-right: 10px;
}
.paycar__faqs .paycar__more-doubts-faqs .paycar__faqs-message-help-mobile {
  display: inline;
}
@media (min-width: 768px) {
  .paycar__faqs .paycar__more-doubts-faqs .paycar__faqs-message-help-mobile {
    display: none;
  }
}
.paycar__faqs .paycar__more-doubts-faqs .paycar__faqs-message-help-mobile a {
  text-decoration: none;
  color: #008be0;
}
.paycar__faqs
  .paycar__more-doubts-faqs
  .paycar__faqs-message-help-mobile
  a:hover {
  text-decoration: underline;
}
.paycar__faqs .paycar__more-doubts-faqs .paycar__faqs-message-help-desktop {
  display: none;
}
@media (min-width: 768px) {
  .paycar__faqs .paycar__more-doubts-faqs .paycar__faqs-message-help-desktop {
    display: inline;
  }
}
.paycar__faqs-content {
  margin-top: 40px;
}
.paycar__faqs-content .paycar__faqs-question {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.paycar__faqs-content .paycar__faqs-question:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}
.paycar__faqs-content .paycar__faqs-question i {
  padding: 0 10px;
  font-size: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paycar__faqs-content .paycar__faqs-question > p {
  position: relative;
  margin: 0;
  padding: 15px 10px;
  font-size: 1.6em;
  line-height: 20px;
  color: var(--lib-color-grey-dark);
}
.paycar__faqs-content .paycar__faqs-collapse {
  width: 100%;
  font-size: 1.6em;
}
.paycar__faqs-content .paycar__faqs-collapse > div {
  padding: 20px;
}
.paycar__faqs-content .paycar__faqs-collapse p {
  margin: 20px 0 0 0;
  color: var(--lib-color-grey) !important;
}
.paycar__faqs-content .paycar__faqs-collapse p:first-child {
  margin: 0;
}
.paycar__faqs-content .paycar__faqs-collapse ul,
.paycar__faqs-content .paycar__faqs-collapse ol {
  margin: 20px 0 30px 0;
  color: var(--lib-color-grey);
  padding-inline-start: 50px;
}
.paycar__faqs-content .paycar__faqs-collapse ul li,
.paycar__faqs-content .paycar__faqs-collapse ol li {
  margin-bottom: 15px;
}
.paycar__faqs-content .paycar__faqs-collapse a {
  color: #008be0;
}
:root {
  --tlib-color-primary: #3370ca;
  --tlib-color-primary-80: #6694d7;
  --tlib-color-primary-60: #99b7e4;
  --tlib-color-primary-40: #ccdbf1;
  --tlib-color-primary-20: #e6edf8;
  --tlib-color-primary-100: #0045a9;
  --tlib-color-primary-120: #00327c;
  --tlib-color-primary-140: #00183b;
  --tlib-color-neutral-00: #fff;
  --tlib-color-neutral-05: #f4f9ff;
  --tlib-color-neutral-10: #dee7f4;
  --tlib-color-neutral-20: #b7c6dd;
  --tlib-color-neutral-30: #96b0d5;
  --tlib-color-neutral-40: #7899c9;
  --tlib-color-neutral-50: #517dbc;
  --tlib-color-neutral-60: #476ca2;
  --tlib-color-neutral-70: #3f6090;
  --tlib-color-neutral-80: #38557e;
  --tlib-color-neutral-90: #31496d;
  --tlib-color-neutral-100: #2a3e5c;
  --tlib-color-neutral-150: #202d42;
  --tlib-color-secondary: #ff8100;
  --tlib-color-secondary-80: #ff9a33;
  --tlib-color-secondary-60: #ffb366;
  --tlib-color-secondary-40: #ffcc99;
  --tlib-color-secondary-20: #ffe5cc;
  --tlib-color-secondary-100: #d96e00;
  --tlib-color-secondary-120: #bb5f00;
  --tlib-color-secondary-140: #9c4e00;
  --tlib-color-error: #d52941;
  --tlib-color-warning: #f0cf09;
  --tlib-color-success: #3fd119;
  --tlib-color-interaction-light: var(--tlib-color-secondary);
  --tlib-color-interaction-dark: var(--tlib-color-secondary-120);
}
.tlib-button {
  --button-height: 40px;
  --button-border-radius: 24px;
  --button-padding: 0 24px;
  --button-font-size: 1.6rem;
  --svg-width: 20px;
  --svg-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: var(--button-border-radius);
  position: relative;
  padding: var(--button-padding);
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--button-font-size);
  font-weight: var(--tlib-font-medium);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  box-sizing: border-box;
  height: var(--button-height);
}
.tlib-button svg {
  width: var(--svg-width);
  height: var(--svg-height);
  margin-right: 8px;
  margin-left: 0;
}
.tlib-button--size-2xs {
  --button-height: 24px;
  --button-padding: 0 16px;
  --button-font-size: 1.2rem;
}
.tlib-button--size-2xs svg {
  --svg-width: 16px;
  --svg-height: 16px;
}
.tlib-button--size-s {
  --button-height: 40px;
}
.tlib-button--size-m {
  --button-height: 48px;
}
.tlib-button--size-l {
  --button-height: 56px;
  --button-border-radius: 28px;
  --button-font-size: 2rem;
}
.tlib-button--right {
  flex-direction: row-reverse;
}
.tlib-button--right svg {
  margin-right: 0;
  margin-left: 8px;
}
.tlib-button--primary {
  color: var(--tlib-color-neutral-00);
  background-color: var(--tlib-color-secondary);
}
.tlib-button--primary svg {
  fill: var(--tlib-color-neutral-00);
}
.tlib-button--primary:hover {
  background-color: var(--tlib-color-secondary-60);
}
.tlib-button--primary:disabled {
  background-color: var(--tlib-color-neutral-20);
  color: var(--tlib-color-neutral-50);
  cursor: not-allowed;
}
.tlib-button--primary:disabled svg {
  fill: var(--tlib-color-neutral-50);
}
.tlib-button--secondary {
  color: var(--tlib-color-secondary);
  background-color: var(--tlib-color-neutral-00);
  border: 2px solid var(--tlib-color-secondary);
}
.tlib-button--secondary svg {
  fill: var(--tlib-color-secondary);
}
.tlib-button--secondary:hover {
  background-color: var(--tlib-color-secondary-20);
}
.tlib-button--secondary:disabled {
  background-color: var(--tlib-color-neutral-00);
  color: var(--tlib-color-neutral-50);
  border: 2px solid var(--tlib-color-neutral-20);
  cursor: not-allowed;
}
.tlib-button--secondary:disabled svg {
  fill: var(--tlib-color-neutral-50);
}
.tlib-button--link {
  background-color: transparent;
  color: var(--tlib-color-secondary);
  --button-border-radius: 0;
}
.tlib-button--link span {
  border-bottom: 2px solid transparent;
  transition: border-color 0.15s ease-in-out;
}
.tlib-button--link svg {
  fill: var(--tlib-color-secondary);
}
.tlib-button--link:hover {
  text-decoration: none;
}
.tlib-button--link:hover span {
  border-bottom-color: var(--tlib-color-secondary);
}
.tlib-button--link:disabled {
  color: var(--tlib-color-neutral-30);
  cursor: not-allowed;
}
.tlib-button--link:disabled span {
  border-bottom: 2px solid var(--tlib-color-neutral-20);
}
.tlib-button--loading::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 12px;
  height: 12px;
  top: calc(50% - 8px);
  left: 4px;
  border: 2px solid transparent;
  border-top-color: inherit;
  border-left-color: inherit;
  border-right-color: inherit;
  animation: loading-spinner 2s linear infinite;
}
.tlib-button--loading.tlib-button--size-2xs::after {
  width: 8px;
  height: 8px;
  top: calc(50% - 6px);
  left: 2px;
}
@-webkit-keyframes loading-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.paycar__ready-to-transfer {
  margin-top: 35px;
  padding: 45px 0;
  background-color: var(--tlib-color-primary-100);
}
.paycar__ready-to-transfer *:not(i) {
  font-family: "DM Sans", "Roboto", sans-serif !important;
}
@media (min-width: 768px) {
  .paycar__ready-to-transfer {
    margin-top: 100px;
    padding: 40px 0;
  }
}
.paycar__ready-to-transfer-action {
  margin: 32px auto 0 auto;
  max-width: 300px;
  color: var(--tlib-color-neutral-00) !important;
  --button-font-size: 16px;
}
@media (min-width: 768px) {
  .paycar__ready-to-transfer-action {
    --button-font-size: 20px;
    --button-height: 56px;
    --button-border-radius: 30px;
  }
}
.paycar__ready-to-transfer .paycar__section-title {
  color: var(--tlib-color-neutral-00);
}
.paycar__hero--distributive {
  margin-top: 0;
}
@media (min-width: 360px) {
  .paycar__hero--distributive {
    padding-bottom: 105px;
  }
}
@media (min-width: 768px) {
  .paycar__hero--distributive {
    padding: 50px 0 0;
    background-position: right bottom;
  }
}
@media (min-width: 1024px) {
  .paycar__hero--distributive {
    margin-top: 80px;
  }
}
.paycar__hero--distributive > div {
  flex-direction: column;
  align-items: center;
}
.paycar__hero--distributive .paycar__hero-text {
  max-width: 100%;
  text-align: center;
}
.paycar__hero--distributive .paycar__hero-text p {
  margin-top: 15px;
  font-size: 1.8em;
}
@media (min-width: 768px) {
  .paycar__hero--distributive .paycar__hero-text p {
    font-size: 2.4em;
  }
}
@media (min-width: 1280px) {
  .paycar__hero--distributive .paycar__hero-text p {
    font-size: 3.2em;
  }
}
.paycar__distributive-hero-card-content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .paycar__distributive-hero-card-content {
    display: flex;
  }
}
.paycar__distributive-hero-card {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
  max-width: 348px;
  padding: 30px 20px 20px 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .paycar__distributive-hero-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .paycar__distributive-hero-card {
    width: 475px;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .paycar__distributive-hero-card {
    width: 500px;
  }
}
.paycar__distributive-hero-card:last-child {
  margin: 40px 0 0 0;
}
@media (min-width: 768px) {
  .paycar__distributive-hero-card:last-child {
    margin: 0 0 0 25px;
  }
}
.paycar__distributive-hero-card .paycar__distributive-hero-card-title {
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.paycar__distributive-hero-card .paycar__distributive-hero-card-row {
  display: flex;
  margin-top: 20px;
}
.paycar__distributive-hero-card
  .paycar__distributive-hero-card-row:first-child {
  margin-top: 0;
}
.paycar__distributive-hero-card .paycar__distributive-hero-card-row i {
  margin-right: 10px;
  font-size: 1.8em;
  color: #00a74f;
}
.paycar__distributive-hero-card .paycar__distributive-hero-card-row p {
  margin: 0;
  font-size: 1.6em;
  color: var(--lib-color-grey) !important;
}
.paycar__distributive-hero-card .paycar__distributive-hero-card-action {
  display: flex;
  justify-content: center;
}
.paycar__distributive-hero-card .paycar__distributive-hero-card-action a {
  color: #fff;
}
.paycar__distributive-with-you {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .paycar__distributive-with-you {
    flex-direction: row;
    margin: 60px auto 0 auto;
    max-width: 475px;
  }
}
@media (min-width: 1024px) {
  .paycar__distributive-with-you {
    margin-top: 80px;
  }
}
@media (min-width: 1280px) {
  .paycar__distributive-with-you {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .paycar__distributive-with-you .paycar__distributive-with-you-icon {
    margin-right: 25px;
  }
}
.paycar__distributive-with-you .paycar__distributive-with-you-title,
.paycar__distributive-with-you .paycar__distributive-with-you-text {
  margin: 20px 0 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .paycar__distributive-with-you .paycar__distributive-with-you-title,
  .paycar__distributive-with-you .paycar__distributive-with-you-text {
    text-align: left;
  }
}
.paycar__distributive-with-you .paycar__distributive-with-you-title {
  font-size: 2.4em;
}
.paycar__distributive-with-you .paycar__distributive-with-you-text {
  font-size: 1.6em;
  color: var(--lib-color-grey) !important;
}
.paycar__distributive-secure {
  margin-top: 50px;
}
.paycar__distributive-secure .paycar__distributive-secure-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .paycar__distributive-secure .paycar__distributive-secure-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
}
.paycar__distributive-secure .paycar__distributive-secure-row {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.paycar__distributive-secure .paycar__distributive-secure-row svg {
  margin-right: 30px;
  width: 20%;
  max-height: 60px;
}
@media (min-width: 768px) {
  .paycar__distributive-secure .paycar__distributive-secure-row svg {
    margin-right: 0;
  }
}
.paycar__distributive-secure .paycar__distributive-secure-row p {
  margin: 0;
  width: 80%;
  font-size: 1.6em;
  color: var(--lib-color-grey) !important;
}
@media (min-width: 1024px) {
  .paycar__distributive-secure .paycar__distributive-secure-info {
    margin-right: 75px;
    width: 70%;
    max-width: 580px;
  }
}
@media (min-width: 1280px) {
  .paycar__distributive-secure .paycar__distributive-secure-info {
    margin: 0;
    max-width: 580px;
  }
}
.paycar__distributive-secure .paycar__distributive-secure-image {
  margin: 40px auto 0;
}
@media (min-width: 1024px) {
  .paycar__distributive-secure .paycar__distributive-secure-image {
    margin-top: 0;
    width: 30%;
  }
}
.paycar__distributive-secure .paycar__distributive-secure-image svg {
  width: 100%;
  max-height: 244px;
}
